@charset "UTF-8";
/*!
Theme Name: th23 PostSV
Author: Thorsten (th23)
Author URI: https://thorstenhartmann.de/
Description: Theme for club homepage
Version: 1.4.0-dev
License: (C)opyright 2024 by Thorsten Hartmann
Text Domain: th23-postsv

th23 PostSV is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
and uses Normalize by Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Icon based on Kayak by Gan Khoon Lay from Noun Project https://thenounproject.com/creator/leremy/ (CC BY 3.0)

*/
/* == Variables == */
/* Colors
real-black #000 rgba(0,0,0,1)
black #333 rgba(51,51,51,1)
grey #99a9a4 rgba(153,169,164,1)
off-white #f8f8fa rgba(248,248,250,1)
white #fff rgba(255,255,255,1)
orange #f0a202 rgba(240,162,2,1)
*/
/* PostSV colors*/
/* logo blue */
/* logo yellow */
/* main highlighting color will be light-blue instead of orange */
/* background shade of action call button is slightly transparent white below light-blue text */
/* success, info, error */
/* main */
/* links */
/* buttons */
/* default/primary */
/* default/primary - hover/focus */
/* secondary */
/* secondary - hover/focus */
/* input */
/* screen reader */
/* separator line */
/* other */
/* Typography */
/* Structure */
/* Columns */
/* == Normalize == */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* remove browser defined outlines, replace with own indication per element */
:focus {
  outline: 0;
}

/* == Typography == */
/* Ubuntu */
@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  src: url("fonts/ubuntu-v11-latin-300.eot");
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("fonts/ubuntu-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-300.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-300.woff") format("woff"), url("fonts/ubuntu-v11-latin-300.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-300.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: italic;
  src: url("fonts/ubuntu-v11-latin-300italic.eot");
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("fonts/ubuntu-v11-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-300italic.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-300italic.woff") format("woff"), url("fonts/ubuntu-v11-latin-300italic.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-300italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/ubuntu-v11-latin-regular.eot");
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("fonts/ubuntu-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-regular.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-regular.woff") format("woff"), url("fonts/ubuntu-v11-latin-regular.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-regular.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: normal;
  font-style: italic;
  src: url("fonts/ubuntu-v11-latin-italic.eot");
  src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("fonts/ubuntu-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-italic.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-italic.woff") format("woff"), url("fonts/ubuntu-v11-latin-italic.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/ubuntu-v11-latin-500.eot");
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("fonts/ubuntu-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-500.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-500.woff") format("woff"), url("fonts/ubuntu-v11-latin-500.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-500.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: italic;
  src: url("fonts/ubuntu-v11-latin-500italic.eot");
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("fonts/ubuntu-v11-latin-500italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-500italic.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-500italic.woff") format("woff"), url("fonts/ubuntu-v11-latin-500italic.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-500italic.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: bold;
  font-style: normal;
  src: url("fonts/ubuntu-v11-latin-700.eot");
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("fonts/ubuntu-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-700.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-700.woff") format("woff"), url("fonts/ubuntu-v11-latin-700.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-700.svg#Ubuntu") format("svg");
}
@font-face {
  font-family: Ubuntu;
  font-weight: bold;
  font-style: italic;
  src: url("fonts/ubuntu-v11-latin-700italic.eot");
  src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url("fonts/ubuntu-v11-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-v11-latin-700italic.woff2") format("woff2"), url("fonts/ubuntu-v11-latin-700italic.woff") format("woff"), url("fonts/ubuntu-v11-latin-700italic.ttf") format("truetype"), url("fonts/ubuntu-v11-latin-700italic.svg#Ubuntu") format("svg");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: Ubuntu, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5;
  /* use best font rendering possible */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* site, post, page titles */
h1, h2 {
  font-size: 1.7em;
  font-weight: 400;
}
h1 span, h2 span {
  font-weight: bold;
}

/* widget titles */
p {
  margin-bottom: 1.5em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #bfbfbf;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help;
}

mark, ins {
  background: #bfbfbf;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Icons */
@font-face {
  font-family: th23-postsv-icons;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/th23-postsv-icons.eot");
  src: url("fonts/th23-postsv-icons.eot?#iefix") format("embedded-opentype"), url("fonts/th23-postsv-icons.woff2") format("woff2"), url("fonts/th23-postsv-icons.woff") format("woff"), url("fonts/th23-postsv-icons.ttf") format("truetype"), url("fonts/th23-postsv-icons.svg#th23-postsv-icons") format("svg");
}
.more-link:after, .menu-button:before,
.arrow-down:before,
.action-comment:before,
.action-share:before,
.th23-social a:before,
.search-submit:before,
.tags-links:before,
.comments-link:before,
.comment-action:before,
.edit-link a:before,
.pagination .prev:before,
.pagination .next:before,
.comment-parent:before,
.comment-reply a:before,
#cancel-comment-reply-link:before,
.th23-omsg .message:before,
.th23-omsg .close:before,
.pswp__button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: th23-postsv-icons !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* available icons - set :before element content: "\value"
alert:		e900
calendar:	e911
cat:		e919
check:		e901
clock:		e904
close:		e910
code:		e915
compass:	e905
down-left:	e916
down-right:	e917
down:		e902
edit:		e918
facebook:	e906
folder:		e907
hash:		e908
heart:		e909
info:		e91a
left:		e912
lock:		e91b
mail:		e90a
menu:		e90b
message:	e90c
plus:		e91c
right:		e913
rss:		e91d
search:		e90d
share:		e91e
tag:		e90e
trending:	e91f
up:			e903
user:		e90f
*/
/* == Layout == */
/* keep body element white - and the page/site element containing the background color */
.site {
  background: #f2f1ed;
}

/* main content - position "behind" header */
.site-content {
  min-height: calc(100vh - (4em + 8px));
  padding-top: calc(4.5em + 3vw);
}
.th23-postsv-intro + .site-content {
  margin-top: calc(-3.5em - 3vw);
}

/* sidebar */
.no-js .widget-container {
  position: relative;
  padding: 1em 1em; /* side padding should be in line with header, content area and footer */
}
.js .widget-container {
  position: fixed;
  bottom: 0;
  left: unset;
  width: 400px;
  max-width: 100%;
  right: -400px;
  background: #fff;
  z-index: 1000;
  transition: right 0.5s;
}
.js .widget-container:before {
  content: "";
  position: absolute;
  top: -1px; /* MS Edge */
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(to bottom, white 0%, white 1px, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.js .widget-area {
  height: 100%;
  overflow-y: auto;
  padding: 1.5em 2.5em;
}

.site:before {
  content: "";
  transition: background 0.3s;
}

body.show-sidebar {
  overflow: hidden;
}
body.show-sidebar .site:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, white 0px, white 20px, rgba(255, 255, 255, 0.7) 100px, rgba(255, 255, 255, 0.7) 100%);
  z-index: 501;
}
body.show-sidebar .widget-container {
  right: 0;
  box-shadow: -2px 0 0 0 #bfbfbf;
}

/* == Elements == */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #bfbfbf;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* == Forms == */
/* basic default buttons - incl special buttons */
button,
[type=button],
[type=reset],
[type=submit],
a.more-link {
  cursor: pointer;
  transition: all 0.2s;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
a.more-link:-moz-focusring {
  outline: 0;
}

/* default buttons - primary and secondary */
button:not(.th23-postsv-special):not(.pswp__button),
[type=button],
[type=reset],
[type=submit],
a.more-link {
  border: 2px solid #3d6fc4;
  border-radius: 5px;
  background: #fff;
  font-size: 1em;
  font-weight: 500;
  color: #3d6fc4;
  line-height: 1;
  padding: 0.5em 1em;
}
button:not(.th23-postsv-special):not(.pswp__button):hover, button:not(.th23-postsv-special):not(.pswp__button):active, button:not(.th23-postsv-special):not(.pswp__button):focus,
[type=button]:hover,
[type=button]:active,
[type=button]:focus,
[type=reset]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=submit]:hover,
[type=submit]:active,
[type=submit]:focus,
a.more-link:hover,
a.more-link:active,
a.more-link:focus {
  border-color: #3d6fc4;
  background: #3d6fc4;
  color: #fff;
}
button:not(.th23-postsv-special):not(.pswp__button).secondary, button:not(.th23-postsv-special):not(.pswp__button).button-secondary,
[type=button].secondary,
[type=button].button-secondary,
[type=reset].secondary,
[type=reset].button-secondary,
[type=submit].secondary,
[type=submit].button-secondary,
a.more-link.secondary,
a.more-link.button-secondary {
  border-color: #bfbfbf;
  background: #fff;
  color: #bfbfbf;
}
button:not(.th23-postsv-special):not(.pswp__button).secondary:hover, button:not(.th23-postsv-special):not(.pswp__button).secondary:active, button:not(.th23-postsv-special):not(.pswp__button).secondary:focus, button:not(.th23-postsv-special):not(.pswp__button).button-secondary:hover, button:not(.th23-postsv-special):not(.pswp__button).button-secondary:active, button:not(.th23-postsv-special):not(.pswp__button).button-secondary:focus,
[type=button].secondary:hover,
[type=button].secondary:active,
[type=button].secondary:focus,
[type=button].button-secondary:hover,
[type=button].button-secondary:active,
[type=button].button-secondary:focus,
[type=reset].secondary:hover,
[type=reset].secondary:active,
[type=reset].secondary:focus,
[type=reset].button-secondary:hover,
[type=reset].button-secondary:active,
[type=reset].button-secondary:focus,
[type=submit].secondary:hover,
[type=submit].secondary:active,
[type=submit].secondary:focus,
[type=submit].button-secondary:hover,
[type=submit].button-secondary:active,
[type=submit].button-secondary:focus,
a.more-link.secondary:hover,
a.more-link.secondary:active,
a.more-link.secondary:focus,
a.more-link.button-secondary:hover,
a.more-link.button-secondary:active,
a.more-link.button-secondary:focus {
  border-color: #bfbfbf;
  background: #bfbfbf;
  color: #fff;
}

/* reset button style for embedded videos */
.mejs-button > button {
  border: medium none !important;
  background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;
  background-color: transparent !important;
}
.mejs-pause > button {
  background-position: -20px 0 !important;
}
.mejs-unmute > button {
  background-position: -40px 0 !important;
}
.mejs-mute > button {
  background-position: -60px 0 !important;
}
.mejs-fullscreen-button > button {
  background-position: -80px 0 !important;
}

/* default input fields */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  max-width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0;
  padding: 3px;
  color: #333;
  /* focus highlight fallback without JS */
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  border-bottom-style: dashed;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #333;
}
.no-js input[type=text]:focus,
.no-js input[type=email]:focus,
.no-js input[type=url]:focus,
.no-js input[type=password]:focus,
.no-js input[type=search]:focus,
.no-js input[type=number]:focus,
.no-js input[type=tel]:focus,
.no-js input[type=range]:focus,
.no-js input[type=date]:focus,
.no-js input[type=month]:focus,
.no-js input[type=week]:focus,
.no-js input[type=time]:focus,
.no-js input[type=datetime]:focus,
.no-js input[type=datetime-local]:focus,
.no-js input[type=color]:focus,
.no-js textarea:focus,
.no-js select:focus {
  border-bottom: 2px solid #3d6fc4;
}

textarea {
  width: 100%;
  resize: vertical;
}

select {
  padding-left: 0;
  padding-right: 0;
}

/* ensure it's not breaking out of the container */
input[type=file] {
  max-width: 100%;
  overflow: hidden;
}

/* th23 Subscribe (overlay form) - adjust color to be readable on orange and green */
.th23-subscribe-visitor-omsg .th23-subscribe-input-wrap label {
  color: #fff;
}
.th23-subscribe-visitor-omsg input[type=text],
.th23-subscribe-visitor-omsg input[type=password],
.th23-subscribe-visitor-omsg .th23-subscribe-visitor-form a.terms,
.th23-subscribe-visitor-omsg .th23-subscribe-upgrade-form a.terms {
  border-bottom-color: #fff;
}
.th23-subscribe-visitor-omsg input[type=checkbox] + label::before {
  border-color: #fff;
}

/* th23 forms (User Management, Subscribe, Contact) - various adjustments for better styling, remove admin bar option */
.th23-form #pass-strength-indicator .label {
  display: none;
}
.th23-form select[name=display_name] {
  width: 16em;
}
.th23-form span.g-recaptcha {
  margin-top: 0.5em;
}
.th23-form label .required:before {
  color: #3d6fc4;
}
.th23-form .error.input-wrap:before {
  background-color: #972121;
}
.th23-form .error input {
  background-color: transparent;
  border-color: #972121;
  border-bottom-width: 2px;
}
.th23-form .error input[type=checkbox]:not(:checked) + label {
  color: #972121;
}
.th23-form .error input[type=checkbox]:not(:checked):not(:focus) + label:before {
  border-color: #972121;
}
.th23-form .error span.g-recaptcha {
  border-bottom: 2px solid #972121;
}
.th23-form .error + .description {
  color: #972121;
}
.th23-form .info.input-wrap:before {
  background-color: #e69419;
}
.th23-form .info input {
  background-color: transparent;
  border-color: #e69419;
  border-bottom-width: 2px;
}
.th23-form .info + .description {
  color: #e69419;
}
.th23-form .success.input-wrap:before {
  background-color: #32866b;
}
.th23-form .success input {
  background-color: transparent;
  border-color: #32866b;
  border-bottom-width: 2px;
}
.th23-form .success + .description {
  color: #32866b;
}
.th23-form .description {
  display: block;
  font-size: 0.8em;
  color: #bfbfbf;
}
html:not(.no-js) .th23-form .input-wrap:not(.error):not(.disabled) + .description:not(.permanent) {
  display: block;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear, max-height 0.3s linear;
}
html:not(.no-js) .th23-form .input-wrap:not(.error):not(.disabled).focus + .description:not(.permanent) {
  display: block;
  visibility: visible;
  opacity: 1;
  max-height: 3em;
  transition-delay: 0s;
}
html:not(.no-js) .th23-form .pass1 .input-wrap:not(.error):not(.disabled).focus + .description:not(.permanent) {
  max-height: 6em;
}
.th23-form .show_admin_bar_front {
  display: none;
}

/* material design input fields */
.th23-form .input-wrap,
.th23-widget-form .input-wrap,
.comment-form .input-wrap,
.search-form .input-wrap,
.wp-block-search .input-wrap {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  opacity: 0.9999;
}
.th23-form .input-wrap label, .th23-form .input-wrap select,
.th23-widget-form .input-wrap label,
.th23-widget-form .input-wrap select,
.comment-form .input-wrap label,
.comment-form .input-wrap select,
.search-form .input-wrap label,
.search-form .input-wrap select,
.wp-block-search .input-wrap label,
.wp-block-search .input-wrap select {
  width: auto;
  cursor: pointer;
}
.th23-form .input-wrap input, .th23-form .input-wrap textarea,
.th23-widget-form .input-wrap input,
.th23-widget-form .input-wrap textarea,
.comment-form .input-wrap input,
.comment-form .input-wrap textarea,
.search-form .input-wrap input,
.search-form .input-wrap textarea,
.wp-block-search .input-wrap input,
.wp-block-search .input-wrap textarea {
  width: 100%;
  cursor: text;
}
.th23-form .input-wrap.disabled label, .th23-form .input-wrap.disabled select, .th23-form .input-wrap.disabled input, .th23-form .input-wrap.disabled textarea,
.th23-widget-form .input-wrap.disabled label,
.th23-widget-form .input-wrap.disabled select,
.th23-widget-form .input-wrap.disabled input,
.th23-widget-form .input-wrap.disabled textarea,
.comment-form .input-wrap.disabled label,
.comment-form .input-wrap.disabled select,
.comment-form .input-wrap.disabled input,
.comment-form .input-wrap.disabled textarea,
.search-form .input-wrap.disabled label,
.search-form .input-wrap.disabled select,
.search-form .input-wrap.disabled input,
.search-form .input-wrap.disabled textarea,
.wp-block-search .input-wrap.disabled label,
.wp-block-search .input-wrap.disabled select,
.wp-block-search .input-wrap.disabled input,
.wp-block-search .input-wrap.disabled textarea {
  cursor: default;
}
.th23-form .input-wrap label[for=captcha],
.th23-widget-form .input-wrap label[for=captcha],
.comment-form .input-wrap label[for=captcha],
.search-form .input-wrap label[for=captcha],
.wp-block-search .input-wrap label[for=captcha] {
  cursor: help;
}
.th23-form .input-wrap label:first-of-type,
.th23-widget-form .input-wrap label:first-of-type,
.comment-form .input-wrap label:first-of-type,
.search-form .input-wrap label:first-of-type,
.wp-block-search .input-wrap label:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  display: inherit;
  padding: 3px;
  color: #bfbfbf;
  font-size: 0.7em;
  transform: translate(0, -70%);
  transition: all 0.2s;
  white-space: nowrap;
  z-index: 1;
}
.th23-form .input-wrap.empty:not(.focus):not(.filled) label,
.th23-widget-form .input-wrap.empty:not(.focus):not(.filled) label,
.comment-form .input-wrap.empty:not(.focus):not(.filled) label,
.search-form .input-wrap.empty:not(.focus):not(.filled) label,
.wp-block-search .input-wrap.empty:not(.focus):not(.filled) label {
  font-size: 1em;
  transform: translate(0, 0);
  cursor: text;
}
.th23-form .input-wrap:before,
.th23-widget-form .input-wrap:before,
.comment-form .input-wrap:before,
.search-form .input-wrap:before,
.wp-block-search .input-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #3d6fc4;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.th23-form .input-wrap.focus:before,
.th23-widget-form .input-wrap.focus:before,
.comment-form .input-wrap.focus:before,
.search-form .input-wrap.focus:before,
.wp-block-search .input-wrap.focus:before {
  visibility: visible;
  transform: scaleX(1);
}

/* wp core search block */
.wp-block-search .input-wrap {
  align-self: end;
}

/* material design checkbox */
input[type=checkbox] {
  left: -9999px;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox] + label {
  display: inline-block;
  padding-left: 1.7em;
  position: relative;
  color: #bfbfbf;
  cursor: pointer;
}
input[type=checkbox]:checked + label {
  color: #333;
}
input[type=checkbox] + label:before {
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  background-color: transparent;
  content: "";
  height: 1em;
  top: 0.25em;
  left: 0.2em;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 1em;
  z-index: 0;
}
input[type=checkbox]:focus + label:before {
  border-color: #3d6fc4;
  background-color: transparent;
}
input[type=checkbox]:checked + label:before {
  border-color: transparent #bfbfbf #bfbfbf transparent;
  border-radius: 0;
  border-style: none solid solid none;
  border-width: 4px;
  background-color: transparent;
  height: 1.1em;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100% 0;
  width: 0.6em;
}
input[type=checkbox]:focus:checked + label:before {
  border-color: transparent #32866b #32866b transparent;
  background-color: transparent;
}

/* th23 Local Avatars - file input field */
.th23-local-avatars-upload label.avatar {
  margin-top: 0.4em;
  line-height: 1em;
  border-bottom: 1px solid #bfbfbf;
}

#th23-local-avatars-upload {
  margin-top: auto;
  margin-left: 0.4em;
}

#th23-local-avatars-changed {
  position: absolute;
  top: 50%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* == Links == */
a {
  text-decoration: none;
  color: #333;
  /* inverted main action button colors, due to block background image */
}
a:visited {
  color: #333;
}
a:hover, a:focus, a:active {
  color: #000;
}
.main-navigation a, .widget-area a, .error-404 .widget_tag_cloud a {
  position: relative;
  padding-bottom: 1px;
}
.main-navigation a:after, .widget-area a:after, .error-404 .widget_tag_cloud a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3d6fc4;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.main-navigation a:hover:after, .main-navigation a:focus:after, .main-navigation a:active:after, .widget-area a:hover:after, .widget-area a:focus:after, .widget-area a:active:after, .error-404 .widget_tag_cloud a:hover:after, .error-404 .widget_tag_cloud a:focus:after, .error-404 .widget_tag_cloud a:active:after {
  visibility: visible;
  transform: scaleX(1);
}
.entry-title a span, .widget_recent_entries li a span {
  padding-bottom: 1px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s;
}
.entry-title a:hover span, .entry-title a:focus span, .widget_recent_entries li a:hover span, .widget_recent_entries li a:focus span {
  border-bottom-color: #3d6fc4;
}
.post-navigation a .post-title span {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
}
.post-navigation a:hover .post-title span {
  border-bottom-color: #3d6fc4;
}
.entry-summary a:not(.more-link, .gallery-item, .button, .wp-block-button__link), .comment-form label[for=terms] a, .th23-subscribe-visitor-form a.terms, .th23-subscribe-upgrade-form a.terms, .widget_th23_subscribe_widget a.terms, .th23-postsv-cookie-notice a, .site-footer a {
  padding-bottom: 2px;
  border-bottom: 1px solid #bfbfbf;
}
.entry-summary a:not(.more-link, .gallery-item, .button, .wp-block-button__link):hover, .entry-summary a:not(.more-link, .gallery-item, .button, .wp-block-button__link):focus, .comment-form label[for=terms] a:hover, .comment-form label[for=terms] a:focus, .th23-subscribe-visitor-form a.terms:hover, .th23-subscribe-visitor-form a.terms:focus, .th23-subscribe-upgrade-form a.terms:hover, .th23-subscribe-upgrade-form a.terms:focus, .widget_th23_subscribe_widget a.terms:hover, .widget_th23_subscribe_widget a.terms:focus, .th23-postsv-cookie-notice a:hover, .th23-postsv-cookie-notice a:focus, .site-footer a:hover, .site-footer a:focus {
  padding-bottom: 1px;
  border-bottom: 2px solid #3d6fc4;
}
a.wp-block-button__link {
  padding: 0.5em 1em;
  border: 2px solid #3d6fc4;
  background: #fff;
  color: #3d6fc4;
  font-size: 1em;
  font-weight: 500;
}
.wp-block-cover a.wp-block-button__link {
  border-width: 4px;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus {
  background: #3d6fc4;
  color: #fff;
}
.th23-social a {
  display: inline-block;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  border-radius: 2px;
  margin-top: 0.3em;
  text-align: center;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
}
.th23-social a.button {
  border: none;
  font-size: 22px;
}
.th23-social a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.th23-social a .button-letter {
  display: none;
}
.th23-social a.f-button { /* Facebook */ }
.th23-social a.f-button:before {
  content: "\e906";
}
.th23-social a.f-button:hover {
  background-color: #3B5998;
  color: white;
}
.th23-social a.t-button { /* Twitter */ }
.th23-social a.t-button:before {
  content: "\e922";
}
.th23-social a.t-button:hover {
  background-color: #1dcaff;
  color: white;
}
.th23-social a.l-button { /* LinkedIn */ }
.th23-social a.l-button:before {
  content: "\e921";
}
.th23-social a.l-button:hover {
  background-color: #0077b5;
  color: white;
}
.th23-social a.x-button { /* Xing */ }
.th23-social a.x-button:before {
  content: "\e923";
}
.th23-social a.x-button:hover {
  background-color: #026466;
  color: white;
}
.th23-social a.i-button { /* Instagram */ }
.th23-social a.i-button:before {
  content: "\e920";
}
.th23-social a.i-button:hover {
  background-color: #c32aa3;
  color: white;
}
.th23-social a.m-button, .th23-social a.th23-subscribe-button { /* Mail / th23 Subscribe */ }
.th23-social a.m-button:before, .th23-social a.th23-subscribe-button:before {
  content: "\e90a";
}
.th23-social a.m-button:hover, .th23-social a.th23-subscribe-button:hover {
  background-color: #888;
  color: white;
}
.th23-social a.r-button { /* RSS */ }
.th23-social a.r-button:before {
  content: "\e91d";
}
.th23-social a.r-button:hover {
  background-color: #f26522;
  color: white;
}

/* promo links in posts and pages (using <a href=""></a><span class="promo"></span> syntax)*/
span.promo:before {
  margin-left: 0.1em;
  content: "ª";
  color: #bfbfbf;
}

/* link coloring for non-a items - see above and _forms.scss */
.th23-subscribe-tooltip-link {
  padding-bottom: 1px;
  border-bottom: 1px solid #bfbfbf;
  color: #333;
}
.th23-subscribe-visitor-omsg .th23-subscribe-tooltip-link, .th23-subscribe-upgrade-form .th23-subscribe-tooltip-link {
  border-bottom-color: #fff;
}
.th23-subscribe-tooltip-link:visited {
  color: #333;
}
.th23-subscribe-tooltip-link:hover, .th23-subscribe-tooltip-link:focus, .th23-subscribe-tooltip-link:active {
  padding-bottom: 0px;
  border-bottom: 2px solid #3d6fc4;
  color: #000;
}

/* == Accessibility == */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #bfbfbf;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* == Positioning == */
/* standard alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* == Header == */
/* header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 2px solid #bfbfbf;
  transition: background-color 0.5s, box-shadow 0.5s;
}

.site-header-group {
  position: relative;
  padding: 0.5em 1em;
  padding-right: 3em;
}

/* logo, title, description ( branding=logo+text / text=title+description ) */
.site-branding {
  display: inline-flex;
  align-items: center;
  margin: 0.5em 0;
  line-height: 1;
}

.site-logo {
  margin-right: 1em;
}
.site-logo img {
  max-height: 3em;
  width: auto;
}

.site-text {
  display: flex;
  flex-direction: column;
}

.site-title,
.site-description {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}

.site-title {
  /* workaround as "P" has some strange indent */
  margin-left: -0.05em;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  color: #bfbfbf;
}
.site-title span {
  font-weight: 500;
  color: #ffd966;
}
.site-title span:first-of-type {
  color: #3d6fc4;
}

.site-description {
  font-size: 0.9em;
}

/* main navigation / menu */
.main-navigation {
  position: absolute;
  top: calc(50% - 16px);
  right: 0.7em;
  line-height: 1;
}
.main-navigation > div {
  display: none;
}
.main-navigation .menu {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .menu-item {
  display: inline;
}
.main-navigation .menu-item + .menu-item {
  margin-left: 1em;
}

/* basic button - unstyled */
.base-button {
  background: none;
  border: medium none;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.base-button.floating {
  z-index: 500;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.base-button.hover {
  color: #3d6fc4;
}

/* menu button */
.menu-button {
  font-size: 32px;
  /* floating button - see sidebar.php */
}
.menu-button:before {
  content: "\e90b";
}
.show-sidebar .menu-button:before {
  content: "\e910";
}
.menu-button.floating {
  display: none;
  position: absolute;
  left: -50px;
  top: calc(50% - 22px);
  font-size: 44px;
}
.no-js .menu-button, .no-js .menu-button.floating {
  display: none;
}

/* header style, if intro image is shown */
.has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .site-header {
  padding-bottom: 5rem;
  background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%) no-repeat scroll 0 0;
  border-bottom: medium none;
  transition: all 0s;
}
.has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .site-title a, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .site-description, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .main-navigation a, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .menu-button, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .arrow-down {
  color: #fff;
}
.has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .menu-button.hover, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .arrow-down.hover {
  color: #3d6fc4;
}
.has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .th23-postsv-intro button.main-action {
  z-index: 1000;
}
.has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .action-share, .has-header-image:not(.paged):not(.scrolled):not(.show-sidebar) .action-comment {
  visibility: hidden;
  opacity: 0;
}

/* intro image and button */
.th23-postsv-intro {
  position: relative;
  height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* intro image specific - "diver" */
  /* floating button - see header.php */
}
.th23-postsv-intro.P1240538 {
  background-position: center center;
}
.th23-postsv-intro:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.th23-postsv-intro button.main-action {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: calc(1em + 1vw);
  font-weight: 500;
  border: 4px solid #3d6fc4;
  border-radius: 5px;
  background: #f2f1ed;
  color: #3d6fc4;
  line-height: 1;
  padding: 0.5em 1em;
}
.th23-postsv-intro button.main-action.hover {
  border-color: #3d6fc4;
  background: #3d6fc4;
  color: #fff;
}
.th23-postsv-intro button.arrow-down {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 26px);
  padding: 0 0 4px;
  font-size: 52px;
  color: #fff;
  transition: all 0.2s;
}
.th23-postsv-intro button.arrow-down:before {
  content: "\e902";
}
.th23-postsv-intro button.arrow-down:not(.hover) {
  animation: th23-postsv-bounce 3s infinite;
}
.th23-postsv-intro button.arrow-down.hover {
  padding: 4px 0 0;
  color: #3d6fc4;
}

@keyframes th23-postsv-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* action buttons - see footer.php */
.action-share,
.action-comment {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  color: #3d6fc4;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #3d6fc4;
  bottom: 0.5em;
  right: 0.5em;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, background 0.2s, color 0.2s;
}
.action-share:before,
.action-comment:before {
  font-size: 28px;
  position: relative;
  text-shadow: none;
}
body.cookie-notice .action-share, body.show-sidebar .action-share,
body.cookie-notice .action-comment,
body.show-sidebar .action-comment {
  display: none;
}
.action-share.show,
.action-comment.show {
  visibility: inherit;
  opacity: 1;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in, background 0.2s, color 0.2s;
}
.action-share.hover,
.action-comment.hover {
  color: #fff;
  background: #3d6fc4;
}

.action-share:before {
  content: "\e91e";
  left: -1px;
}

.action-comment:before {
  content: "\e90c";
  left: 1px;
}

/* == Messages == */
/* error messages by eg th23 User Management, th23 Downloads, th23 Contact */
.th23-message {
  border-radius: 0;
  border-style: none none none solid;
  border-width: 4px;
}
.th23-message.success {
  background-color: rgba(91, 195, 162, 0.5);
  border-color: #32866b;
}
.th23-message.info {
  background-color: rgba(241, 195, 126, 0.4);
  border-color: #e69419;
}
.th23-message.error {
  background-color: rgba(215, 74, 74, 0.3);
  border-color: #972121;
}

.th23-contact-message {
  margin-bottom: 1.5em;
}

/* overlay messages by eg th23 User Management, th23 Subscribe, th23 Downloads plugins */
.th23-omsg {
  display: block;
  top: 5em;
  left: -100%;
  right: auto;
  margin: 0;
  transition: left 1s ease-out;
  border-radius: 0 5px 5px 0;
  border-width: 2px;
  border-left-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  width: 90%;
  max-width: 500px;
  max-height: calc(100% - 6.5em);
  opacity: 1;
}
.th23-omsg .title {
  margin-bottom: 1em;
  color: #fff;
}
.th23-omsg .close {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  float: right;
  height: unset;
  width: unset;
}
.th23-omsg .close:before {
  border-radius: 50%;
  padding: 2px;
  font-size: 20px;
  content: "\e910";
}
.th23-omsg .close:hover:before {
  background: #820000;
  color: #FFFFFF;
}
.th23-omsg .message {
  border-top: 0 none;
  padding-top: 0;
  position: relative;
  margin-left: 60px;
}
.th23-omsg .message:before {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  border-radius: 50%;
  font-size: 36px;
  padding: 5px;
  color: #FFFFFF;
}
.th23-omsg.success {
  background-color: rgba(91, 195, 162, 0.92);
  border-color: #32866b;
}
.th23-omsg.success .message:before {
  background-color: #32866b;
  content: "\e901";
}
.th23-omsg.info {
  background-color: rgba(241, 195, 126, 0.92);
  border-color: #e69419;
}
.th23-omsg.info .message:before {
  content: "\e91a";
  color: #e69419;
}
.th23-omsg.error {
  background-color: rgba(215, 74, 74, 0.92);
  border-color: #972121;
}
.th23-omsg.error .message:before {
  content: "\e900";
}
.th23-omsg .th23-special-subscribe-hint {
  display: block;
  margin-top: 0.6em;
  font-size: 0.8em;
  font-style: italic;
}

/* == Content == */
.content-area {
  position: relative;
  padding: 0 1em 1em; /* side padding should be in line with header, widget container and footer */
}
.blog .content-area, .single .content-area {
  padding-top: 1em;
}

/* Posts and pages */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.post-thumbnail img {
  border-radius: 3px;
}

a.post-thumbnail img {
  transition: opacity 0.3s;
}
a.post-thumbnail:hover img {
  opacity: 0.7;
}

.entry-header {
  margin-top: 0.5em;
}

.posted-on {
  color: #bfbfbf;
}
.sticky .posted-on {
  display: none;
}

.byline {
  display: none;
}

.entry-title,
.page-title {
  margin: 0.5em 0;
}

.archive .page-title, .search .page-title {
  margin-bottom: 1em;
}

h1.entry-title span, .category h1.entry-title,
h1.page-title span,
.category h1.page-title {
  padding-bottom: 1px;
  border-bottom: 3px solid #3d6fc4;
}
.category h1.entry-title,
.category h1.page-title {
  display: inline-block;
  font-weight: bold;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1em 0;
}

.entry-content {
  /* avoid underline in (error) messages / notices and cover blocks */
}
.entry-content ul, .entry-content ol {
  margin-left: 1em;
}
.entry-content strong {
  padding-bottom: 1px;
  border-bottom: 2px solid #3d6fc4;
}
.entry-content .th23-message strong, .entry-content .wp-block-cover strong {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.entry-content h3 {
  margin-top: 2em;
}
.entry-content blockquote {
  border-left: 5px solid #3d6fc4;
  background: linear-gradient(to right, white 1px, white 80%, rgba(255, 255, 255, 0) 100%);
  padding: 1em 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.entry-content .credits, .entry-content .credits a {
  font-style: italic;
  color: #bfbfbf;
}

/* bot prevention for imprint on legal page */
.th23-prevent-bots:before {
  content: attr(data-second) " " attr(data-first);
  unicode-bidi: bidi-override;
  direction: rtl;
}

a.more-link {
  /* treated as "button", see _forms.scss (styling) and _links.scss (exceptions) */
  position: relative;
  top: 1em;
  color: #3d6fc4; /* Firefox */
  padding: 0.5em 1em;
}

span[id^=more-] {
  display: block; /* WebKit */
  position: relative;
  top: calc(-3.65em - 2vw); /* offset of elements to adjust for fixed header */
  visibility: hidden;
}

.th23-expand .show, .th23-expand .hide {
  padding-bottom: 2px;
  border-bottom: 1px solid #99a9a4;
  cursor: pointer;
}
.th23-expand .show:hover, .th23-expand .hide:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #f0a202;
}
.th23-expand .hide,
.th23-expand + .th23-expand-details {
  display: none;
}
.th23-expand.show .show {
  display: none;
}
.th23-expand.show .hide {
  display: inline;
}
.th23-expand.show + .th23-expand-details {
  display: block;
}

/* placeholder instead of normal .hentry - social bar in beetween entries in list / overview */
.th23-social-list {
  padding: 0;
}

/* social bar in content area */
.content-area div.th23-social {
  position: relative;
  border-left: 5px solid #bfbfbf;
  background: linear-gradient(to right, white 1px, white 80%, rgba(255, 255, 255, 0) 100%);
  margin: 1.5em 0;
  padding: 1em 1.5em 0.5em;
  /* for button styles, see _links.scss */
}
.content-area div.th23-social:hover {
  border-left-color: #3d6fc4;
}
.content-area div.th23-social a {
  margin-right: 0.4em;
}
.content-area div.th23-social .total-count {
  white-space: nowrap;
}

.entry-footer {
  position: relative;
  text-align: right;
  color: #bfbfbf;
}
.entry-footer span {
  display: inline-block;
  margin-bottom: 0.5em;
}
.entry-footer span:not(:first-child) {
  margin-left: 2em;
}
.single .entry-footer {
  text-align: left;
}
.single .entry-footer span {
  margin-left: 0;
}
.single .entry-footer span:not(:last-child) {
  margin-right: 2em;
}
.entry-footer a {
  color: #bfbfbf;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #3d6fc4;
}
.entry-footer span:before, .entry-footer a:before {
  position: relative;
  top: 0.1em;
  padding-right: 0.3em;
  font-size: 24px;
}
.entry-footer .comment-action:before {
  content: "\e90c";
}
.entry-footer .tags-links:before {
  content: "\e908";
}
.entry-footer .comments-link:before {
  content: "\e90c";
}
.entry-footer .edit-link {
  display: block;
  float: right;
  text-align: right;
}
.entry-footer .edit-link a:before {
  padding-right: 0;
  content: "\e918";
}
.entry-footer .fb-share-link:before {
  content: "\e906";
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments */
span[id=comments],
span[id^=comment-],
span[id=response] {
  display: block; /* WebKit */
  position: relative;
  top: calc(-3.65em - 2vw); /* offset of elements to adjust for fixed header */
  visibility: hidden;
}

.comments-area ul {
  list-style: none;
}

.comments-title {
  font-weight: normal;
  margin-bottom: 2em;
}
.comments-title span span {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px solid #3d6fc4;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list .children {
  margin-left: 2em;
  padding-left: 0;
}

.comment-body {
  position: relative;
}

.comment-meta a,
.comment-reply a,
.comment-reply-title a {
  color: #bfbfbf;
}
.comment-meta a:hover, .comment-meta a:focus,
.comment-reply a:hover,
.comment-reply a:focus,
.comment-reply-title a:hover,
.comment-reply-title a:focus {
  color: #3d6fc4;
}
.comment-meta span:before, .comment-meta a:before,
.comment-reply span:before,
.comment-reply a:before,
.comment-reply-title span:before,
.comment-reply-title a:before {
  font-size: 24px;
}

.comment-meta {
  position: relative;
  min-height: 3em;
}
.comment-meta .avatar {
  position: absolute;
  margin-left: -3.8em;
  width: 3em;
}
.comment-meta .comment-meta-main {
  margin-left: 3.8em;
  padding-right: 30px;
}
.comment-meta .edit-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-meta .edit-link a:before {
  content: "\e918";
}
.comment-meta .comment-awaiting-moderation {
  font-style: italic;
}

.comment-content {
  margin: 1em 0;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-reply {
  position: absolute;
  bottom: -24px;
  right: 0;
}
.comment-reply a:before {
  content: "\e916";
}

.comment-respond {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.comment-list .comment-respond {
  margin-top: 0;
}
.comment-respond .comment-reply-title {
  position: relative;
}
.comment-respond #cancel-comment-reply-link {
  position: absolute;
  right: 0;
}
.comment-respond #cancel-comment-reply-link:before {
  content: "\e910";
}
.comment-list .comment-respond #comment {
  height: 7em;
}

/* Navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation {
  clear: both;
}
.site-main .post-navigation {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
}
.post-navigation a {
  display: block;
  padding: 1em;
}
.post-navigation .meta-nav {
  display: block;
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
}

/* Search */
.search-form {
  white-space: nowrap;
  max-width: 75%;
}

.search-submit:before {
  content: "\e90d";
  font-size: 24px;
}

/* Separator - bull */
article + article:before,
.comment-list > .comment:not(:last-child):after,
.comment-list > .pingback:not(:last-child):after,
.children .comment:before {
  display: block;
  margin: 2em 0;
  text-align: center;
  color: #bfbfbf;
  content: "•••";
  letter-spacing: 0.3em;
}

.comment-list > .comment:after,
.children .comment:before {
  margin: 1em 0;
}

/* Pagination */
.pagination {
  margin: 3em 0 1.5em;
}
.pagination .nav-links {
  text-align: center;
  position: relative;
}
.pagination .page-numbers {
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  color: #bfbfbf;
}
.pagination .prev, .pagination .next {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #3d6fc4;
  color: #3d6fc4;
  transition: all 0.3s;
}
.pagination .prev:before, .pagination .next:before {
  display: inline-block;
  font-size: 32px;
  content: "\e903";
  position: relative;
  top: 3px;
}
.pagination .current {
  color: #fff;
  background: #bfbfbf;
  border-radius: 3px;
}
.pagination .prev {
  left: 0;
}
.pagination .prev:before {
  transform: rotate(270deg);
  left: -1px;
}
.pagination .next {
  right: 0;
}
.pagination .next:before {
  transform: rotate(90deg);
  left: 2px;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus {
  color: #3d6fc4;
}
.pagination a.prev:hover, .pagination a.prev:focus, .pagination a.next:hover, .pagination a.next:focus {
  background: #3d6fc4;
  color: #fff;
}

/* == Media == */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* cover block */
.wp-block-cover {
  border-radius: 0.5em;
  box-shadow: 3px 3px 5px rgba(55, 55, 55, 0.5);
}
.wp-block-cover img.wp-block-cover__image-background {
  transform: scale(1);
  transition: all 0.42s cubic-bezier(0.03, 0.36, 0.36, 1);
}
.wp-block-cover:hover img.wp-block-cover__image-background {
  transform: scale(1.1);
}

/* Galleries - optimized for usage with th23 Gallery plugin, including PhotoSwipe */
.gallery-style-polaroid {
  padding: 0 10px;
  margin-bottom: 1.5em;
}

/* prevent body scrolling, hide menu and scroll to top when PhotoSwipe overlay is open */
body.pswp--open {
  overflow: hidden;
}
body.pswp--open .menu-button,
body.pswp--open .menu-button.floating,
body.pswp--open .scroll-to-top {
  display: none;
}

/* PhotoSwipe - reset top bar behaviour, as otherwise hover effect does not work in webkit browsers */
.pswp__top-bar {
  will-change: initial;
}

/* PhotoSwipe buttons */
.pswp__button,
.pswp--svg .pswp__button,
.pswp__button:before,
.pswp--svg .pswp__button:before {
  width: auto;
  height: auto;
  background: none;
  line-height: 1;
  transition: all 0.2s;
  font-size: 36px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.pswp--svg .pswp__button:hover:before,
.pswp__button:hover:before {
  color: #3d6fc4;
}

/* close PhotoSwipe button */
.pswp__button--close {
  top: 10px;
  right: 10px;
}

.pswp__button--close:before {
  content: "\e910";
}

/* left/right PhotoSwipe buttons */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: calc(50% - 18px);
  margin-top: inherit;
}

.pswp__button--arrow--left {
  left: 10px;
  right: auto;
}

.pswp__button--arrow--right {
  left: auto;
  right: 10px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: inline-block;
  height: auto;
  position: relative;
  top: auto;
  width: auto;
}

.pswp__button--arrow--left:before {
  content: "\e903";
  transform: rotate(270deg);
}

.pswp__button--arrow--right:before {
  content: "\e903";
  transform: rotate(90deg);
}

/* PhotoSwipe caption */
.pswp__caption__center {
  padding-top: 1.3em;
  line-height: 1;
  font-size: 0.9em;
}

/* PhotoSwipe background transition - opacity is as defined in PhotoSwipe CSS */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  transition: background 0.2s ease-in 0s, opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) 0s;
}

/* == Widgets == */
.main-navigation-sidebar,
.widget {
  margin-bottom: 2.5em;
}
.main-navigation-sidebar ul,
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation-sidebar li,
.widget li {
  margin-bottom: 0.3em;
}
.main-navigation-sidebar select,
.widget select {
  max-width: 100%;
}

.main-navigation-sidebar ul {
  display: flex;
  justify-content: space-between;
}
.main-navigation-sidebar li {
  margin-bottom: 0;
}

.widget:last-child {
  margin-bottom: 1.5em;
}

.widget_th23_social_widget {
  /* for button styles, see _links.scss */
}
.widget_th23_social_widget li {
  display: inline;
  margin-right: 1em;
  font-size: 1.2em;
}
.widget_th23_social_widget a:after {
  content: none;
}
.widget_th23_social_widget .total-count {
  display: none;
}
.widget_th23_social_widget .th23-subscribe-button {
  display: none;
}

.widget_search .search-form {
  max-width: 75%;
}

.error-404 .search-form {
  margin-bottom: 2.5em;
}

.widget_th23_user_management_widget .button {
  margin-bottom: 0.5em;
}
.widget_th23_user_management_widget .register {
  margin-top: 1em;
}
.widget_th23_user_management_widget .lost-password, .widget_th23_user_management_widget .trouble {
  display: none;
}

.widget_th23_subscribe_widget .terms:after {
  content: none;
}
.widget_th23_subscribe_widget .th23-subscribe-captcha > div {
  transform: scale(0.95);
  transform-origin: 0 0;
}
.widget_th23_subscribe_widget .global-link a { /* aligned to general button style - see _forms.scss */
  border: 2px solid #3d6fc4;
  border-radius: 5px;
  background: #fff;
  font-size: 1em;
  font-weight: 500;
  color: #3d6fc4;
  line-height: 1;
  padding: 0.5em 1em;
}
.widget_th23_subscribe_widget .global-link a:hover, .widget_th23_subscribe_widget .global-link a:active, .widget_th23_subscribe_widget .global-link a:focus {
  border-color: #3d6fc4;
  background: #3d6fc4;
  color: #fff;
}

.widget_tag_cloud a {
  margin: 0 5px;
  line-height: 1;
  white-space: nowrap;
}
.error-404 .widget_tag_cloud .tagcloud {
  margin-left: 1em;
}

.widget_recommendations .image-link:after {
  content: none;
}
.widget_recommendations .image-link img {
  transition: filter 0.3s;
  filter: grayscale(100%) opacity(50%);
  max-width: 200px;
}
.widget_recommendations .image-link img:hover {
  filter: grayscale(0) opacity(1);
}

.widget_recent_entries li {
  margin-bottom: 1em;
  margin-left: 1em;
}
.widget_recent_entries li span {
  font-weight: bold;
}

.wp-block-cover .wp-block-cover__background {
  opacity: 0.5;
}
.wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.2;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding-left: 1em;
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 1em;
}

#primary .wp-block-latest-posts.is-grid {
  justify-content: space-between;
}
#primary .wp-block-latest-posts.wp-block-latest-posts__list {
  margin-left: 0;
  margin-bottom: 0;
}
#primary .wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-right: 0;
  margin-bottom: 2em;
}
#primary .wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px solid #3d6fc4;
}

/* == Footer == */
.site-footer {
  background: #fff;
  border-top: 2px solid #bfbfbf;
}
.site-footer .site-info {
  position: relative;
  /* padding: 1em $size__initial-side-padding; /* side padding should be in line with header, widget container and footer */
  padding: 1em 4em;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
}
.site-footer .site-info a {
  color: inherit;
}
.site-footer .site-info a.legal {
  font-weight: 300;
}

.th23-postsv-cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5em 5em 0.5em 1em;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.8);
}
.th23-postsv-cookie-notice a {
  color: inherit;
}
.th23-postsv-cookie-notice button {
  position: absolute;
  top: calc(50% - 1em - 2px);
  right: 1em;
  background: transparent;
  padding: 0.2em 1em;
}

/* == Media Queries == */
/* width */
@media screen and (max-width: 359px) {
  .site-logo {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .site-content {
    font-size: 0.95em;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: 1em;
  }
  /*
  .gallery-style-polaroid img {
  	width: 130px;
  	height: 130px;
  }
  */
  .pagination .current + .page-numbers + .page-numbers:not(.dots):not(:nth-last-child(2)):not(.next), .pagination .page-numbers:nth-child(2) + .dots + .page-numbers:not(.dots):not(:nth-last-child(2)):not(.next) {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .site-header-group,
  .content-area,
  .no-js .widget-container,
  .site-info {
    margin-left: 2em;
    margin-right: 2em;
  }
  .site-title {
    font-size: calc(0.7em + 2vw);
  }
  .main-navigation {
    top: calc(50% - 0.5em);
  }
  .main-navigation > div {
    display: inherit;
  }
  .main-navigation-sidebar {
    display: none;
  }
  .menu-button {
    display: none;
  }
  .menu-button.floating {
    display: inherit;
  }
  .post-navigation .nav-next a {
    padding-left: 1.5em;
  }
  .post-navigation .nav-previous a {
    padding-right: 1.5em;
  }
  .comment-meta .comment-meta-main {
    padding-right: 0;
  }
  .comment-meta .comment-meta-first {
    padding-right: 30px;
  }
  .comment-meta .comment-parent {
    display: block;
  }
  .comment-meta .comment-parent:before {
    content: "\e917";
  }
  .action-share,
  .action-comment {
    bottom: 0.8em;
    right: 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  .site-header-group,
  .content-area,
  .no-js .widget-container,
  .site-info {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-navigation .menu-item + .menu-item {
    margin-left: 2em;
  }
}
/* height */
@media screen and (max-height: 200px) {
  .action-share,
  .action-comment {
    display: none;
  }
}
@media screen and (min-height: 500px) {
  .th23-postsv-intro button.arrow-down {
    display: inherit;
  }
}
@media screen and (min-height: 900px) {
  .th23-omsg {
    top: 6em;
  }
  .site-header-group {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .content-area {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .blog .content-area, .single .content-area {
    padding-top: 2em;
  }
  /* offset of elements adjusted by increased header height - 1em margin more */
  span[id^=more-],
  span[id=comments],
  span[id^=comment-],
  span[id=response] {
    top: calc(-4.65em - 2vw);
  }
}
/* fallback for overlay messages on (very) small screens eg mobile with keyboard open */
@media screen and (max-height: 400px) {
  .th23-omsg {
    max-width: none;
  }
}
@media screen and (max-height: 600px) {
  .th23-omsg {
    top: 10px;
    width: 98%;
    max-height: calc(100% - 20px);
  }
}
