@charset "UTF-8";
/*
 Theme Name: SPKS Übersicht
 Theme URI: https://www.private-kant-schulen.de/
 Author: Sebastian Bloß
 Author URI: https://www.pandaweb.de/
 Template: spks
 Description: Übersicht-Theme SPKS
 Version: 0.1
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
*
* SITE URL
*
*/
/*
*
* Widths
*
*/
/*
*
* BREAKPOINTS
*
*/
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "LL Circular Medium Web";
  src: url("../spks/fonts/lineto-circular-medium.eot");
  src: url("../spks/fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../spks/fonts/lineto-circular-medium.woff2") format("woff2"), url("../spks/fonts/lineto-circular-medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LL Circular Book Web";
  src: url("../spks/fonts/lineto-circular-book.eot");
  src: url("../spks/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../spks/fonts/lineto-circular-book.woff2") format("woff2"), url("../spks/fonts/lineto-circular-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body, button, input, select, optgroup, textarea {
  color: #2D2D2D;
  font-family: LL Circular Book Web;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.78;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: LL Circular Medium Web;
  font-weight: normal;
  margin: 0;
}
.headline-block, .entry-content.post-content .headline-block {
  margin-top: 80px;
}
.headline-block .spitzmarke, .entry-content.post-content .headline-block .spitzmarke {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #484848;
  margin-bottom: 8px;
  line-height: 1.7;
}
.headline-block .section-headline, .entry-content.post-content .headline-block .section-headline {
  font-size: 42.08px;
  font-size: 2.63rem;
  letter-spacing: -0.2px;
  line-height: 1.286;
  margin-bottom: 50px;
}
.headline-block--center, .entry-content.post-content .headline-block--center {
  text-align: center;
}
.headline-block--small .section-headline, .entry-content.post-content .headline-block--small .section-headline {
  font-size: 35.04px;
  font-size: 2.19rem;
  line-height: 1.314;
}
.with-background .headline-block .spitzmarke, .with-background .entry-content.post-content .headline-block .spitzmarke {
  color: #FFF;
}
.with-background .headline-block .section-headline, .with-background .entry-content.post-content .headline-block .section-headline {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .headline-block, .entry-content.post-content .headline-block {
    text-align: center;
  }
  .headline-block .section-headline, .entry-content.post-content .headline-block .section-headline {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4375;
  }
}
@media screen and (max-width: 599px) {
  .headline-block .spitzmarke, .entry-content.post-content .headline-block .spitzmarke {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.125;
  }
  .headline-block .section-headline, .entry-content.post-content .headline-block .section-headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333;
    letter-spacing: -0.1px;
  }
}
@media screen and (min-width: 1921px) {
  .headline-block .section-headline, .entry-content.post-content .headline-block .section-headline {
    font-size: 3.375rem;
    line-height: 1.1851851852;
    margin-bottom: 60px;
  }
}
.content-section .wrapper-module--small:first-child .headline-block, .content-section--post .wrapper-module--small:first-child .headline-block {
  margin-top: 0;
}
.category-headline {
  font-size: 35.04px;
  font-size: 2.19rem;
  color: #484848;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.category-headline--left {
  text-align: left;
}
body.search-results .category-headline {
  margin-bottom: 75px;
}
.search-category {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666;
  margin-bottom: 50px;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  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 #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.module-text ul {
  margin: 0 0 40px 0;
}
.module-text ul li {
  margin-bottom: 15px;
}
.module-text ul li:last-child {
  margin-bottom: 0;
}
.module-text ul ul, .module-text ul ol {
  margin: 30px 0 30px 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.scss_errors {
  position: fixed;
  z-index: 9999;
  width: 100%;
  border: 1px solid red;
  top: 0;
  left: 0;
}
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 {
  background: #f9f9fb;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
b, strong {
  font-family: LL Circular Medium Web;
  font-weight: normal;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #484848;
}
::selection {
  color: #fff;
  background: #484848;
}
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: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
p {
  margin: 0 0 25px;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.btn, #loginform #wp-submit, .page #BorlabsCookieBox ._brlbs-btn {
  background-color: #484848;
  padding: 11px 50px;
  color: #FFF;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background-color 400ms;
  border: 0;
  white-space: nowrap;
}
.btn:hover, #loginform #wp-submit:hover, .page #BorlabsCookieBox ._brlbs-btn:hover, .btn:focus, #loginform #wp-submit:focus, .page #BorlabsCookieBox ._brlbs-btn:focus {
  background-color: #2D2D2D;
  outline: 0;
}
.btn--center {
  margin: 0 auto;
  max-width: 230px;
  display: flex;
  justify-content: center;
}
.contact-sidebar .btn, .contact-sidebar #loginform #wp-submit, #loginform .contact-sidebar #wp-submit, .contact-sidebar .page #BorlabsCookieBox ._brlbs-btn, .page #BorlabsCookieBox .contact-sidebar ._brlbs-btn {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: LL Circular Medium Web;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.btn--logout {
  margin-bottom: 50px;
}
a.btn, #loginform a#wp-submit, .page #BorlabsCookieBox a._brlbs-btn {
  display: inline-block;
}
.nav-btn {
  border: 0;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.player-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  color: #2D2D2D;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}
.player-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.player-icon--big {
  width: 142px;
  height: 142px;
}
.player-icon--big i {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .player-icon--big {
    width: 80px;
    height: 80px;
  }
  .player-icon--big i {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .player-icon--big {
    width: 60px;
    height: 60px;
  }
  .player-icon--big i {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .player-icon {
    width: 108px;
    height: 108px;
  }
  .player-icon i {
    font-size: 48px;
  }
}
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}
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 {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2D2D2D;
  opacity: 1;
  /* Firefox */
  transition: color 400ms;
}
/*
*
*
* SEARCH FORM
*
*
*/
.search-form {
  height: 31px;
  display: flex;
  align-items: center;
  width: 110px;
  /*
	*
	* Search Form Mobile Network Header
	*
	*/
}
.search-form .search-field {
  border: 0;
  font-size: 12.96px;
  font-size: 0.81rem;
  text-transform: uppercase;
  color: #2D2D2D;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(193, 198, 202, 0.7);
  transition: color 400ms;
}
.search-form .search-field:focus {
  outline: 0;
  text-transform: none;
}
.search-form .search-field:focus::placeholder {
  color: rgba(193, 198, 202, 0.7);
  text-transform: uppercase;
}
.search-form .search-submit {
  border: 0;
  width: 20px;
  background: url("../spks/img/search-icon.svg") no-repeat center;
  cursor: pointer;
  margin-left: 5px;
}
.network-navigation-mobile .search-form {
  width: 100%;
  border-bottom: 1px solid rgba(193, 198, 202, 0.7);
  margin-top: 50px;
}
.network-navigation-mobile .search-form .search-field {
  background-color: transparent;
  border: 0;
  text-transform: none;
  color: #FFF;
}
.network-navigation-mobile .search-form .search-field::placeholder {
  color: #FFF;
  text-transform: none;
}
.network-navigation-mobile .search-form .search-field:focus::placeholder {
  color: rgba(193, 198, 202, 0.7);
}
/*
*
* Eltern LOGIN
*
*/
#loginform input[type="text"], #loginform input[type="password"] {
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f9f9fb;
  text-align: center;
  padding: 11px 15px;
  border: 1px solid rgba(193, 198, 202, 0.7);
  width: 100%;
  font-family: LL Circular Book Web;
  font-weight: normal;
}
#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
  outline: 0;
}
#loginform input[type="text"]:focus::placeholder, #loginform input[type="password"]:focus::placeholder {
  color: rgba(193, 198, 202, 0.9);
}
#loginform input[type="password"].wrong-password::placeholder {
  color: red;
}
#loginform #wp-submit {
  width: 100%;
  padding: 20px 0;
}
#loginform .login-remember label {
  font-size: 14.08px;
  font-size: 0.88rem;
  text-align: left;
}
/*
*
*
* Checkbox
*
*/
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: background-color 300ms;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transition: background-color 300ms;
  border: 1px solid rgba(193, 198, 202, 0.7);
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #f9f9fb;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #484848;
  border-color: #484848;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
.video-link {
  display: block;
  position: relative;
}
.read-more {
  color: #484848;
  border-bottom: 1px solid #484848;
  transition: 300ms border-color;
  display: inline-block;
  margin-left: 5px;
}
.read-more:hover {
  border-color: #2D2D2D;
}
.scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  width: 58px;
  height: 58px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  color: #2D2D2D;
  cursor: pointer;
  z-index: 99;
}
.scroll-down i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.scroll-down--mobile {
  display: none;
}
.scroll-down--desktop {
  display: none;
  opacity: 1;
  transition: opacity 500ms;
}
.scroll-down--desktop.is-hidden {
  opacity: 0;
}
body.home .scroll-down--desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .scroll-down--mobile {
    display: block;
  }
  .scroll-down--desktop {
    display: none;
  }
  body.home .scroll-down--desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
## Hamburger Menu
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  z-index: 99;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 26px;
  height: 14.5px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.25px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 1.5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger {
  padding: 5px 5px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  z-index: 99;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 26px;
  height: 14.5px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.25px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 1.5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  /*
	@media screen and (max-width: $breakpoint_smartphone) {
		ul#primary-menu {
			top: $height_sticky-header-mobile;
		}
	} //599
*/
}
.main-navigation .network-navigation-mobile {
  display: none;
}
.main-navigation .site-navigation-inner {
  height: auto;
  display: block;
}
.main-navigation .site-navigation-container {
  display: block;
}
.main-navigation ul#primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.main-navigation ul#primary-menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul#primary-menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul#primary-menu ul li:hover > ul, .main-navigation ul#primary-menu ul li.focus > ul {
  left: 100%;
}
.main-navigation ul#primary-menu ul a {
  width: 200px;
}
.main-navigation ul#primary-menu li:hover > ul, .main-navigation ul#primary-menu li.focus > ul {
  left: auto;
}
.main-navigation ul#primary-menu li {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 30px;
}
.main-navigation ul#primary-menu li:hover > a, .main-navigation ul#primary-menu li.focus > a {
  color: #2D2D2D;
}
.main-navigation ul#primary-menu li.current-menu-item a, .main-navigation ul#primary-menu li.current_page_parent a {
  color: #2D2D2D;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.main-navigation ul#primary-menu li.switch-language {
  display: none;
}
@media screen and (min-width: 1921px) {
  .main-navigation ul#primary-menu li {
    font-size: 1.5rem;
  }
}
.main-navigation ul#primary-menu a {
  color: #FFF;
  transition: 300ms color;
}
@media screen and (max-width: 1024px) {
  .main-navigation .site-navigation-inner {
    display: none;
    height: 100vh;
    padding-top: 100px;
  }
  .main-navigation ul#primary-menu {
    background-color: #484848;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    z-index: 99;
  }
  .main-navigation ul#primary-menu li {
    display: block;
    line-height: 54px;
    font-size: 26.08px;
    font-size: 1.63rem;
    margin-right: 0;
  }
  .main-navigation ul#primary-menu li.switch-language {
    display: block;
  }
  .main-navigation .site-navigation-container {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    overflow-y: auto;
    height: 100%;
    display: none;
  }
  .main-navigation .network-navigation-mobile {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .main-navigation {
    flex-grow: 1;
    text-align: center;
  }
}
/*
*
* Network Navigation Mobile
*
*/
.network-navigation-mobile {
  background-color: #2D2D2D;
  text-align: center;
  padding: 10px 45px 150px;
}
.network-navigation-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.network-navigation-mobile ul li {
  text-transform: uppercase;
  letter-spacing: 1.38px;
  line-height: 1.2777;
  width: 100%;
  border-bottom: 1px solid #979797;
}
.network-navigation-mobile ul li a {
  display: block;
  padding: 25px 0;
  color: #FFF;
}
.network-navigation-mobile ul li.has-children {
  padding-bottom: 10px;
}
.network-navigation-mobile ul li.has-children > a {
  font-size: 12.96px;
  font-size: 0.81rem;
  letter-spacing: 1px;
  color: #FAFAFA;
  line-height: 1.23;
}
.network-navigation-mobile ul li.has-children ul {
  display: flex;
  flex-wrap: wrap;
}
.network-navigation-mobile ul li.has-children ul li {
  width: 50%;
  border: 0;
}
.network-navigation-mobile ul li.has-children ul li a {
  max-width: 190px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 510px) {
  .network-navigation-mobile ul li.has-children {
    font-size: 16px;
    font-size: 1rem;
  }
  .network-navigation-mobile ul li.has-children ul li a {
    max-width: 170px;
  }
}
@media screen and (max-width: 440px) {
  .network-navigation-mobile ul li.has-children {
    font-size: 18.08px;
    font-size: 1.13rem;
  }
  .network-navigation-mobile ul li.has-children ul li {
    width: 100%;
  }
  .network-navigation-mobile ul li.has-children ul li a {
    max-width: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*
*
* LANGUAGE SWITCH
*
*/
.language-switch {
  width: 40px;
  margin-left: 40px;
}
.language-switch ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.language-switch ul li {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  font-family: LL Circular Medium Web;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.language-switch ul li.language-active {
  display: none;
}
.language-switch ul li a {
  display: block;
  background-color: #2D2D2D;
  border-radius: 2px;
  color: #FAFAFA;
  transition: 300ms background-color;
}
.language-switch ul li a:hover {
  background-color: #484848;
}
@media screen and (max-width: 1250px) {
  .language-switch {
    right: 35px;
  }
}
.network-header {
  display: flex;
  background-color: #FFF;
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  transition: transform 0.3s;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .network-header {
    display: none;
  }
}
.network-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.network-navigation ul li {
  margin-right: 40px;
  font-size: 12.96px;
  font-size: 0.81rem;
  letter-spacing: 1px;
  line-height: 1.23;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.network-navigation ul li a {
  color: #2D2D2D;
}
.network-navigation ul li a.is-active {
  text-decoration: underline;
}
.network-navigation ul li.collapsible {
  margin-right: 50px;
}
.network-navigation ul li.collapsible::after {
  font-family: "Material Icons";
  content: "";
  font-size: 27px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.network-navigation ul li.collapsible.is-collapsed {
  text-decoration: underline;
}
/*
*
* Collapse Content
*
*/
.collapsible__content {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);
}
.collapsible__inner {
  position: relative;
  padding-top: 80px;
}
.close-collapse, .close-login {
  display: block;
  position: absolute;
  right: 100px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #2D2D2D;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  transition: background-color 400ms;
  z-index: 999;
}
.close-collapse:hover, .close-collapse:focus, .close-login:hover, .close-login:focus {
  background-color: #484848;
}
.close-collapse i, .close-login i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
@media screen and (max-width: 1250px) {
  .close-collapse, .close-login {
    right: 35px;
  }
}
@media screen and (max-width: 599px) {
  .close-collapse, .close-login {
    right: 15px;
  }
}
.close-collapse {
  display: none;
  position: relative;
  right: inherit;
  bottom: inherit;
  border-radius: 4px;
  margin: 30px 0 0 20px;
}
.collapsible__inner .close-collapse {
  display: block;
}
.close-login {
  right: inherit;
  bottom: inherit;
  top: 0;
  right: 0;
  border-radius: 0 20px 0 4px;
}
.network-header-overlay {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 90px);
  background-color: #f9f9fb;
  z-index: -1;
}
.collapsible-content-1 .headline-block, .collapsible-content-2 .headline-block {
  display: none;
}
.network-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
/*
*
* Eltern LOGIN
*
*/
.login-link {
  margin-left: 40px;
  font-size: 12.96px;
  font-size: 0.81rem;
  letter-spacing: 1px;
  line-height: 1.23;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #2D2D2D;
  padding-left: 20px;
}
.login-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 23px;
  background: url("../spks/img/eltern-icon.svg") no-repeat left center;
}
.site-login {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  width: 100%;
  max-width: 395px;
  z-index: 9999;
  text-align: center;
}
.site-login__headline {
  font-family: LL Circular Medium Web;
  font-size: 27.04px;
  font-size: 1.69rem;
  line-height: 1.3333;
  margin-bottom: 20px;
  color: #484848;
}
.site-login__text {
  line-height: 1.5555;
}
.site-login__reg-link {
  color: #484848;
  font-size: 14.08px;
  font-size: 0.88rem;
  line-height: 1.571;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 400ms;
}
.site-login__reg-link:hover, .site-login__reg-link:focus {
  text-decoration-color: #2D2D2D;
}
.site-login__form {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}
/*--------------------------------------------------------------
# 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;
}
.textcenter {
  text-align: center;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.page #BorlabsCookieBox a {
  color: #404040;
  text-decoration: underline;
}
.page #BorlabsCookieBox a:hover {
  color: #404040;
}
.page #BorlabsCookieBox ._brlbs-flex-center {
  margin: 20px 0;
}
.page #BorlabsCookieBox ._brlbs-block-content {
  padding: 20px;
}
.page #BorlabsCookieBox ._brlbs-refuse-btn {
  display: none;
}
.page #BorlabsCookieBox ._brlbs-btn:hover {
  border-radius: 2px;
  color: #fff;
}
.page #BorlabsCookieBox #CookieBoxSaveButton._brlbs-btn {
  background-color: #e6e6e6;
  color: #404040;
}
.page #BorlabsCookieBox ._brlbs-checkbox ._brlbs-checkbox-indicator {
  border-width: 1px;
  border-color: #484848;
  border-radius: 2px;
}
.page #BorlabsCookieBox ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator {
  background-color: #484848;
}
.page #BorlabsCookieBox ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.page #BorlabsCookieBox ._brlbs-checkbox ._brlbs-checkbox-indicator::after {
  left: 6px;
  top: 2px;
}
.page #BorlabsCookieBox ._brlbs-box-plus ul li {
  margin-bottom: 15px;
}
.page #BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox {
  font-family: LL Circular Medium Web;
  font-weight: normal;
  font-size: 0.9375rem;
}
.page #BorlabsCookieBox #CookieBoxTextHeadline, .page #BorlabsCookieBox .cookie-preference table tr th {
  font-family: LL Circular Medium Web;
  font-weight: normal;
}
.page #BorlabsCookieBox ._brlbs-btn-switch input:checked + ._brlbs-slider {
  background-color: #484848;
}
.page #BorlabsCookieBox ._brlbs-button-area {
  margin-top: 15px;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-container-outer {
  position: relative;
}
.swiper-pagination {
  display: none;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #B0B0B0;
  outline: 0;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2D2D2D;
}
.overview-slider .swiper-pagination {
  margin-top: -20px;
}
.overview-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
}
.overview-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2D2D2D;
}
.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  z-index: 99;
}
.swiper-button--prev {
  left: -29px;
}
.swiper-button--next {
  right: -29px;
}
.swiper-button i {
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button.swiper-button-disabled i {
  color: rgba(45, 45, 45, 0.5);
}
@media screen and (max-width: 1024px) {
  .post-slider, .teaser-row {
    width: 100vw;
  }
  .post-slider .swiper-slide, .teaser-row .swiper-slide {
    height: auto;
  }
  .swiper-pagination {
    display: inline-block;
  }
  .overview-slider .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .overview-slider .swiper-pagination {
    display: block;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#page {
  position: relative;
  overflow-x: hidden;
}
.site-main {
  border-left: 20px solid #484848;
  border-right: 20px solid #484848;
}
@media screen and (max-width: 1250px) {
  .site-main {
    border: 0;
  }
}
.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container--alert {
  background-color: #0066a5;
}
@media screen and (max-width: 1024px) {
  .container--alert {
    margin-bottom: 0;
  }
}
.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
.wrapper.wrapper--content {
  background-color: #FFF;
}
.module-calendar .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.network-header .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wrapper--small {
  max-width: 830px;
  padding-left: 0;
  padding-right: 0;
}
.wrapper--search {
  max-width: 1160px;
}
.wrapper.target-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .wrapper.target-wrapper {
    margin-top: 0;
  }
  body.home .with-alert .wrapper.target-wrapper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper--header {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .wrapper {
    max-width: calc(1600px + 200px);
  }
}
/*
*
* Site-Header
*
*/
.header-wrapper {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.site-branding {
  width: auto;
  margin-right: 90px;
}
@media screen and (min-width: 1921px) {
  .site-branding {
    margin-right: 0;
  }
}
.site-branding .site-logo img {
  display: block;
  height: 74px;
}
.site-branding a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .site-branding {
    width: 136px;
  }
}
@media screen and (min-width: 1921px) {
  .site-branding .site-logo img {
    height: 95px;
  }
}
.site-header {
  position: relative;
}
/*
*
* Footer
*
*/
.site-footer {
  background-color: #2D2D2D;
  color: #FAFAFA;
  padding: 80px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.footer-column-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-column {
  width: 33.3333333333%;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  line-height: 2.125;
}
.footer-column ul li a {
  color: #FAFAFA;
  border-bottom: 2px solid transparent;
  transition: 300ms border-color;
}
.footer-column ul li a:hover, .footer-column ul li a:focus {
  border-color: #FAFAFA;
}
.footer-column a {
  color: #FAFAFA;
  border-bottom: 2px solid transparent;
  transition: 300ms border-color;
}
.footer-column a:hover, .footer-column a:focus {
  border-color: #FAFAFA;
}
.footer-container {
  margin-bottom: 40px;
}
.footer-container__headline {
  font-family: LL Circular Medium Web;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 8px;
}
.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.6);
}
@media screen and (max-width: 1024px) {
  .footer-column-outer {
    justify-content: center;
  }
  .footer-column-outer .footer-column:nth-of-type(4), .footer-column-outer .footer-column:nth-of-type(5) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .footer-column {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .footer-column-outer .footer-column {
    width: 100%;
  }
  .footer-column-outer .footer-column:nth-of-type(4), .footer-column-outer .footer-column:nth-of-type(5) {
    width: 100%;
  }
}
.site-content {
  padding-top: 230px;
}
body.home .site-content {
  padding-top: 140px;
}
@media screen and (max-width: 1024px) {
  body.home .site-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .site-content {
    padding-top: 100px;
  }
}
.sticky-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 90px;
  left: 0;
  right: 0;
  height: 140px;
  background-color: #484848;
}
.sticky-header.not-sticked {
  position: absolute;
  top: 590px;
}
.sticky-header.transition {
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .sticky-header {
    transition: transform 0.3s;
  }
  .sticky-header.not-sticked {
    position: fixed;
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .sticky-header {
    height: 100px;
    top: 0;
  }
  .sticky-header.not-sticked {
    top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .sticky-header.not-sticked {
    top: 800px;
  }
}
@media screen and (min-width: 600px) {
  body.header-is-hidden .network-header {
    transform: translate3d(0, -90px, 0);
  }
  body.header-is-hidden .sticky-header.moveable {
    transform: translate3d(0, -90px, 0);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  body.header-is-hidden .sticky-header {
    transform: translate3d(0, -90px, 0);
  }
}
/*
*
* Page Cover
*
*/
.page-cover-inner {
  position: relative;
}
.page-cover {
  background-color: #484848;
  padding-top: 90px;
  position: relative;
  height: 590px;
}
@media screen and (max-width: 1024px) {
  .page-cover {
    padding-top: 100px;
    margin-top: 30px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .page-cover {
    margin-top: 0;
  }
}
.page-cover__image {
  float: right;
  margin-top: 50px;
}
.page-cover__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-family: LL Circular Medium Web;
  font-size: 42.08px;
  font-size: 2.63rem;
  line-height: 1.333;
}
.page-cover__author {
  display: block;
  font-family: LL Circular Book Web;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-cover__image {
    float: none;
    margin: 0 -35px;
    width: calc(100% + 70px);
    text-align: center;
  }
  .page-cover__image img {
    width: calc(100% + 80px);
    max-width: none;
    margin-left: -60px;
    margin-right: -20px;
  }
  .page-cover__text {
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    text-align: center;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2777;
    margin: -30px 25px 100px 25px;
  }
}
@media screen and (max-width: 599px) {
  .page-cover__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4167;
    margin: -30px 0 70px 0;
  }
  .page-cover__author {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .page-cover {
    height: 800px;
    display: flex;
    align-items: center;
  }
  .page-cover__text {
    font-size: 3.375rem;
    line-height: 1.1851851852;
  }
  .page-cover__image {
    width: 100%;
    text-align: right;
  }
  .page-cover__image img {
    width: 67%;
  }
}
/*
*
* Module-Page
*
*/
.content-section, .content-section--post {
  padding: 100px 0;
  width: 100%;
  position: relative;
}
.content-section:empty, .content-section--post:empty {
  padding: 0;
}
.content-section:first-of-type, .content-section--post:first-of-type {
  padding-top: 0;
}
.content-section--post {
  padding-top: 50px;
}
.content-section--post:first-of-type {
  padding-top: inherit;
}
.content-section::after, .content-section--post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -500%;
  right: -500%;
  border-bottom: 20px solid #484848;
  width: 1000%;
  z-index: -1;
}
.content-section--helper {
  padding-top: 0;
  padding-bottom: 0;
}
.content-section--helper::after {
  display: none;
}
.content-section--fullwidth:first-of-type {
  padding-top: 100px;
}
.content-section--headline {
  padding: 60px 0 40px;
}
.content-section.no-padding, .no-padding.content-section--post {
  padding: 0;
}
.content-section.no-bottom-border::after, .no-bottom-border.content-section--post::after {
  display: none;
}
.content-section.minus-margin, .minus-margin.content-section--post {
  margin-bottom: -60px;
}
@media screen and (max-width: 1024px) {
  .content-section, .content-section--post {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .content-section, .content-section--post {
    padding: 50px 0;
  }
}
.module-calendar .content-section, .module-calendar .content-section--post {
  margin-top: 100px;
  padding-bottom: 0;
}
.module-calendar .content-section::after, .module-calendar .content-section--post::after {
  bottom: inherit;
  top: 0;
}
.wrapper-module--small {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .wrapper-module--small {
    max-width: 1600px;
  }
}
.wrapper-inner--large {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1250px) {
  .wrapper-inner--large {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper-inner--large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .wrapper-inner--large {
    max-width: calc(1600px + 200px);
  }
}
body.single-post .wrapper-inner {
  margin: 0 auto;
}
.background-brandcolor {
  position: absolute;
  bottom: 0;
  left: -500%;
  right: -500%;
  width: 1000%;
  height: 100%;
  z-index: -1;
  background-color: #484848;
}
/*
*
* Post Teaser
*
*/
.post-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
  width: calc(100% + 42px);
}
@media screen and (max-width: 1024px) {
  .post-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .post-wrapper--slider {
    width: 100vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .post-wrapper {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .post-wrapper--slider {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1921px) {
  .post-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.post-teaser, .post-single {
  width: calc(1/3*100% - 42px);
  margin-left: 21px;
  margin-right: 21px;
  margin-bottom: 42px;
  background-color: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  padding: 25px;
  box-sizing: border-box;
  height: auto;
}
.post-teaser.fade-in, .post-single.fade-in {
  display: none;
}
.post-teaser__image, .post-single__image {
  margin: -25px -25px 0 -25px;
}
.post-teaser__image a, .post-teaser__image img, .post-single__image a, .post-single__image img {
  display: block;
}
.post-teaser__image img, .post-single__image img {
  width: 100%;
}
.post-teaser .entry-meta, .post-single .entry-meta {
  margin: 10px 0;
  line-height: 1.24;
}
.post-teaser .entry-title, .post-single .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.42;
  margin-bottom: 22px;
}
.post-teaser .entry-title a, .post-single .entry-title a {
  color: #2D2D2D;
  transition: 300ms color;
}
.post-teaser .entry-title a:hover, .post-single .entry-title a:hover {
  color: #484848;
}
.post-teaser .entry-content p, .post-single .entry-content p {
  line-height: 1.56;
}
.post-teaser .excerpt-link, .post-single .excerpt-link {
  color: #2D2D2D;
}
@media screen and (max-width: 1024px) {
  .post-teaser, .post-single {
    width: calc(1/2*100% - 42px);
    max-width: 372px;
  }
  .post-teaser--module, .post-single--module {
    width: 330px;
    max-width: 330px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 20px;
  }
  .post-teaser .entry-title, .post-single .entry-title {
    font-size: 18.08px;
    font-size: 1.13rem;
    line-height: 1.5556;
  }
  .post-teaser .entry-content p, .post-single .entry-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 599px) {
  .post-teaser, .post-single {
    width: 100%;
    max-width: 372px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .post-teaser--module, .post-single--module {
    width: 280px;
    max-width: 280px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1921px) {
  .post-teaser, .post-single {
    width: calc(1/3*100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
  }
  .post-teaser .entry-title, .post-single .entry-title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
  .post-teaser .entry-content p, .post-single .entry-content p {
    font-size: 1.3125rem;
    line-height: 1.5714285714;
  }
}
.cat-links a, .posted-on a {
  font-size: 12.96px;
  font-size: 0.81rem;
  color: #484848;
  border-bottom: 1px solid transparent;
  transition: 300ms border-color;
}
.cat-links a:hover, .posted-on a:hover {
  border-color: #2D2D2D;
}
.post-single-view .cat-links, .post-single-view .posted-on {
  line-height: 1.7;
}
.post-single-view .cat-links a, .post-single-view .posted-on a {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .post-single-view .cat-links, .post-single-view .posted-on {
    text-align: center;
  }
  .post-single-view .cat-links a, .post-single-view .posted-on a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cat-links a::before {
  content: "#";
}
/*
*
* Post Single
*
*/
.single-post .post-single-view .entry-header, .single-termine .post-single-view .entry-header {
  position: relative;
}
.single-post .post-single-view .termin-teaser .entry-header, .single-termine .post-single-view .termin-teaser .entry-header {
  position: static;
}
.single-post .post-single-view .entry-title, .single-termine .post-single-view .entry-title {
  font-size: 54.08px;
  font-size: 3.38rem;
  line-height: 1.26;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 599px) {
  .single-post .post-single-view .entry-header, .single-termine .post-single-view .entry-header {
    text-align: center;
  }
  .single-post .post-single-view .entry-title, .single-termine .post-single-view .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: -0.1px;
  }
}
.post-intro {
  font-family: LL Circular Medium Web;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.24px;
  line-height: 36px;
}
.entry-content.post-content .post-intro {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .entry-content.post-content .post-intro {
    margin-bottom: 40px;
    font-size: 18.08px;
    font-size: 1.13rem;
    letter-spacing: -0.2px;
    line-height: 1.666;
  }
}
/*
*
* Standardformatierungen
*
*/
.entry-content.post-content p {
  margin-bottom: 40px;
}
.entry-content.post-content a {
  border-bottom: 2px solid #2D2D2D;
  color: #2D2D2D;
  transition: 300ms border-color;
}
.entry-content.post-content a:hover {
  border-color: #484848;
}
.entry-content.post-content a.video-link {
  border: 0;
}
.entry-content.post-content a.video-link img {
  display: block;
}
.entry-content.post-content h2, .entry-content.post-content h3, .entry-content.post-content h4, .entry-content.post-content h5, .entry-content.post-content h6, .entry-content.post-content .font-larger {
  font-family: LL Circular Medium Web;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 1.5;
}
.entry-content.post-content h2, .entry-content.post-content h3, .entry-content.post-content h4, .entry-content.post-content h5, .entry-content.post-content h6 {
  margin-bottom: 25px;
}
.entry-content.post-content .module-text a {
  border: 0;
}
.term-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.term-list--category {
  margin-bottom: 0;
}
.term-list li {
  margin: 0 20px 15px 0;
  line-height: 2.444;
  text-align: center;
  display: inline-block;
  transition: 300ms background-color;
}
.term-list li:last-of-type {
  margin-right: 0;
}
.term-list li.current-cat a, .term-list li:hover a {
  color: #FFF;
  background-color: #484848;
}
.term-list li a {
  display: block;
  color: #2D2D2D;
  transition: color 300ms, background-color 300ms;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 16px;
}
@media screen and (max-width: 599px) {
  .term-list li {
    font-family: LL Circular Medium Web;
    font-size: 14.08px;
    font-size: 0.88rem;
    line-height: 1;
  }
  .term-list li a {
    padding: 7px 12px;
  }
}
/*
*
* Termine
*
*/
.event-wrapper {
  float: left;
  width: 66.6666666667%;
}
@media screen and (max-width: 1024px) {
  .event-wrapper {
    float: none;
    width: 100%;
  }
}
.sidebar-calendar {
  float: right;
  width: calc(1/3*100% - 30px);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .sidebar-calendar {
    display: none;
  }
}
.termin-teaser {
  position: relative;
  padding-left: 165px;
  margin-bottom: 60px;
  min-height: 160px;
}
.termin-teaser .event-date {
  left: 0;
}
.termin-teaser .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.43;
  margin-bottom: 10px;
}
.termin-teaser .entry-title a {
  color: #2D2D2D;
  transition: 300ms color;
}
.termin-teaser .entry-title a:hover {
  color: #484848;
}
.termin-teaser .entry-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.termin-teaser .entry-content p:last-child {
  margin-bottom: 0;
}
.termin-teaser .cat-links a {
  font-family: LL Circular Medium Web;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .termin-teaser {
    padding-left: 90px;
    margin-bottom: 25px;
    min-height: 100px;
  }
  .termin-teaser .entry-title {
    font-size: 15.04px;
    font-size: 0.94rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  .termin-teaser .entry-content {
    font-size: 15.04px;
    font-size: 0.94rem;
    line-height: 1.57;
  }
  .termin-teaser .cat-links a {
    font-family: LL Circular Medium Web;
    font-size: 11.04px;
    font-size: 0.69rem;
    line-height: 1.75;
  }
  .termin-teaser .event-date .month-start {
    font-size: 11.04px;
    font-size: 0.69rem;
    line-height: 2.7272;
  }
  .termin-teaser .event-date .day-start {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
  .termin-teaser .event-date .end-date {
    font-size: 9.6px;
    font-size: 0.6rem;
    line-height: 1.4545;
  }
}
body.single-post .post-single-view {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.event-date .month-start {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #484848;
}
.event-date .day-start {
  display: block;
  font-family: LL Circular Medium Web;
  font-size: 84px;
  font-size: 5.25rem;
  line-height: 1;
}
.event-date .end-date {
  color: #484848;
  line-height: 1.667;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1160px) {
  .post-single-view .event-date {
    position: relative;
    text-align: center;
    left: inherit;
  }
}
/*
*
* SEARCH RESULTS
*
*/
.search-result {
  margin-bottom: 60px;
}
.search-result .entry-title {
  font-family: LL Circular Medium Web;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.428;
}
.search-result .entry-title a {
  color: #2D2D2D;
}
.search-result .entry-summary p:last-of-type {
  margin-bottom: 0;
}
.search-result .event-date-search {
  color: #484848;
  font-size: 12.96px;
  font-size: 0.81rem;
}
.date-calendar .fullCalendar {
  font-family: LL Circular Book Web;
  font-weight: normal;
}
.date-calendar .fc-day-header {
  font-family: LL Circular Medium Web;
  font-weight: normal;
}
.date-calendar .rhcalendar.not-widget .fc-view-month.fc-grid .fc-day-number {
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.89;
}
.date-calendar .fc-widget-content {
  border-color: #DDDAD3;
}
.date-calendar .fullCalendar .fc-state-highlight {
  background-color: #F2F2F2;
}
.date-calendar .fc-event {
  background-color: #484848;
  border-color: #484848;
}
.date-calendar .fc-event-title {
  font-family: LL Circular Medium Web;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2D2D2D;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.date-calendar .fc-header-center .fc-header-title, .date-calendar .fc-grid .fc-event-time {
  display: none;
}
.date-calendar .fc-header .fc-button.fc-button-today, .date-calendar .fc-header .fc-button.fc-button-month, .date-calendar .fc-header .fc-button.fc-button-agendaWeek, .date-calendar .fc-header .fc-button.fc-button-agendaDay {
  padding: 0;
  background-color: inherit;
  border-radius: 0;
  font-family: LL Circular Medium Web;
  font-size: 18.08px;
  font-size: 1.13rem;
  color: #2D2D2D;
  margin-right: 15px;
  border-bottom: 2px solid transparent;
}
.date-calendar .fc-header .fc-button.fc-button-today:hover, .date-calendar .fc-header .fc-button.fc-button-month:hover, .date-calendar .fc-header .fc-button.fc-button-agendaWeek:hover, .date-calendar .fc-header .fc-button.fc-button-agendaDay:hover {
  border-color: #2D2D2D;
}
.date-calendar .fc-header .fc-button.fc-button-agendaDay {
  margin-right: 0;
}
.date-calendar .fc-header .fc-button.fc-button-today {
  margin-right: 30px;
}
.date-calendar .fc-header .fc-button.fc-button-today.fc-state-disabled:hover {
  border-color: transparent;
}
.date-calendar .fc-button.fc-button-next, .date-calendar .fc-button.fc-button-prev {
  color: #484848;
  background-color: inherit;
  font-size: 30px;
  transition: 300ms color;
}
.date-calendar .fc-button.fc-button-next:hover, .date-calendar .fc-button.fc-button-prev:hover {
  background-color: inherit;
  color: #484848;
}
.date-calendar .fc-button.fc-button-prev {
  margin-right: 22px;
}
.date-calendar .fullCalendar .fc-header-title h2 {
  font-size: 35.04px;
  font-size: 2.19rem;
  margin-left: 17px;
}
@media screen and (max-width: 481px) {
  .date-calendar .fc-header-right .fc-button {
    width: auto;
  }
}
.sidebar-calendar .fullCalendar {
  font-family: LL Circular Book Web;
}
.sidebar-calendar .fc-view {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  font-family: LL Circular Book Web;
  font-weight: normal;
}
.sidebar-calendar .fc-day-header.fc-tue.fc-widget-header {
  font-family: LL Circular Medium Web;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-header {
  display: none;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-border-separate {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 30px;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-day {
  font-family: LL Circular Book Web;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 0;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-day-number {
  font-family: LL Circular Book Web;
  font-weight: normal;
  font-size: 18.08px;
  font-size: 1.13rem;
  color: #2D2D2D;
  padding: 0;
  line-height: 32px;
}
.sidebar-calendar .widget .rhcalendar.for-widget.flat-ui-cal .fc-day-number {
  padding-top: 0;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-day-header {
  font-size: 14.08px;
  font-size: 0.88rem;
  color: #2D2D2D;
  font-weight: normal;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-today .fc-day-number {
  background-color: #DDDAD3;
  color: #2D2D2D;
}
.sidebar-calendar .rhcalendar.for-widget.flat-ui-cal .fc-have-event .fc-day-number {
  background-color: #484848;
}
/*
*
* Contact Button
*
*/
.btn--contact {
  position: fixed;
  right: 40px;
  bottom: 40px;
  padding: 17px 55px 17px 28px;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  font-size: 1.25rem;
  color: #000;
  cursor: pointer;
  z-index: 999;
}
.btn--contact__icon {
  background-color: #484848;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.btn--contact__icon::after {
  content: "perm_phone_msg";
  font-family: "Material Icons";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
/*
*
* Contact Layer
*
*/
.contact-module {
  position: fixed;
  right: 0;
  bottom: 0;
  width: min(60vw, 860px);
  background-color: #fff;
  overflow-y: auto;
  padding: 0 0 0 30px;
  max-height: 100%;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 27px 0 0 0;
  color: #2D2D2D;
  text-align: left;
  z-index: 9999;
}
.contact-module.is-visible {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: translateX(0);
}
.contact-module__headline {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #DBDBDB;
  padding-right: 65px;
  margin-bottom: 25px;
}
.contact-module__headline p {
  font-size: 1.25rem;
  margin: 0;
}
.contact-module__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.contact-module__close::before, .contact-module__close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 3px;
  background-color: #000;
  transition: background-color 0.3s;
}
.contact-module__close::before {
  transform: rotate(45deg);
}
.contact-module__close::after {
  transform: rotate(-45deg);
}
.contact-module__close:hover::before, .contact-module__close:hover::after {
  background-color: #484848;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 25px;
}
.contact-column:last-of-type {
  border-bottom: 0;
}
.contact-column__item {
  flex-grow: 1;
  width: calc(100% / 3);
  min-width: 200px;
  padding-bottom: 25px;
  padding-right: 40px;
}
.contact-column__item p {
  font-size: 1.125rem;
  line-height: calc(26/18);
  margin: 0 0 1.25rem;
}
.contact-column__item p:last-child {
  margin-bottom: 0;
}
.contact-column__item a {
  color: #2D2D2D;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .btn--contact {
    font-size: 1rem;
    padding-left: 21px;
  }
  .contact-module {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn--contact {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #484848;
    padding: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    right: 35px;
    bottom: 35px;
  }
  .btn--contact__icon {
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .btn--contact__icon::after {
    font-size: 30px;
  }
  .btn--contact .btn__text {
    display: none;
  }
  .contact-module__headline p {
    font-family: LL Circular Medium Web;
    font-size: 1rem;
  }
  .contact-module__close {
    top: 14px;
  }
  .contact-column__item {
    width: calc(100% / 2);
    min-width: 170px;
  }
  .contact-column__item p {
    font-size: 1rem;
    line-height: calc(26/16);
  }
}
@media screen and (max-width: 599px) {
  .btn--contact {
    right: 15px;
    bottom: 15px;
  }
}
.modal--alert {
  --margin-elements: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: min(80%, 910px);
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  max-height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  transition: visibility 0s linear 0.5s, opacity 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.modal--alert.is-visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s ease-in;
}
.modal--alert__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--margin-elements);
  padding: 50px;
}
.modal--alert__header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
}
.modal--alert__content {
  width: calc(100% - 340px);
  flex-grow: 1;
}
.modal--alert__image {
  width: 340px;
}
.modal--alert__image img {
  display: block;
}
.modal--alert__headline {
  font-size: 2.25rem;
  line-height: calc(46/36);
  margin-bottom: var(--margin-elements);
}
.modal--alert__text p {
  font-size: 1.25rem;
  line-height: calc(30/20);
  margin-bottom: 0;
}
.modal--alert__text a {
  color: #2D2D2D;
  text-decoration: underline;
}
.modal--alert__cta {
  margin-top: 47px;
}
.modal--alert__close {
  --size-button: 52px;
  background-color: #000;
  border-radius: 0 0 0 20px;
  border: 0;
  box-shadow: none;
  width: var(--size-button);
  height: var(--size-button);
  position: absolute;
  top: -2px;
  right: -2px;
  transition: background-color 0.25s linear;
  cursor: pointer;
}
.modal--alert__close span {
  color: #FFF;
  font-size: 30px;
}
.modal--alert__close:hover {
  background-color: #484848;
}
@media screen and (max-width: 1023px) {
  .modal--alert {
    max-width: 493px;
  }
  .modal--alert__inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    gap: calc(var(--margin-elements) - 10px);
  }
  .modal--alert__content, .modal--alert__image {
    width: 100%;
  }
  .modal--alert__headline {
    margin-bottom: calc(var(--margin-elements) - 10px);
  }
  .modal--alert__alert {
    margin-top: calc(var(--margin-elements) - 10px);
  }
  .modal--alert__image img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .modal--alert {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    max-width: none;
    transform: translate(0, 0) scale(1);
    z-index: 9999;
    max-height: 90%;
  }
  .modal--alert__headline {
    font-size: 1.25rem;
    line-height: calc(28/20);
  }
  .modal--alert__text p {
    font-size: 1rem;
    line-height: calc(24/16);
  }
}
.modal--alert__background-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: visibility 0s linear 0.5s, opacity 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.modal--alert__background-layer.is-visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 0.3s ease-in;
}
.content-section .wrapper-inner:last-of-type .content-list, .content-section--post .wrapper-inner:last-of-type .content-list {
  margin-bottom: 0;
}
.content-section .wrapper-inner:first-of-type .headline-block:first-of-type, .content-section--post .wrapper-inner:first-of-type .headline-block:first-of-type {
  margin-top: 0;
}
.content-section .wrapper-module--small:last-of-type .teaser-image-text, .content-section--post .wrapper-module--small:last-of-type .teaser-image-text {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Content-Modules
--------------------------------------------------------------*/
.teaser-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
.teaser-image-text--left {
  flex-direction: row-reverse;
}
.teaser-image-text--left .teaser-image-text__image {
  margin-left: 0;
  margin-right: 10px;
}
.teaser-image-text--left .teaser-image-text__content {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .teaser-image-text {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .teaser-image-text--left {
    flex-direction: column-reverse;
  }
  .teaser-image-text--left .teaser-image-text__image {
    margin-right: 0;
  }
  .teaser-image-text--left .teaser-image-text__content {
    margin-left: 0;
  }
}
.teaser-image-text__content, .teaser-image-text__image {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .teaser-image-text__content, .teaser-image-text__image {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .teaser-image-text__content {
    width: calc(33.333% - 10px);
  }
  .teaser-image-text__image {
    width: calc(66.666% - 10px);
  }
  .teaser-image-text__image img {
    width: 100%;
    max-width: 80%;
  }
}
.teaser-image-text.teaser-photo .teaser-image-text__content {
  z-index: 2;
}
.teaser-image-text.teaser-photo .teaser-image-text__image {
  z-index: 1;
}
.teaser-image-text.teaser-photo .teaser-image-text__image img {
  width: 100%;
  max-width: 100%;
  margin-left: -20%;
}
.teaser-image-text.teaser-photo.teaser-image-text--left .teaser-image-text__image img {
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width: 599px) {
  .teaser-image-text.teaser-photo .teaser-image-text__image, .teaser-image-text.teaser-photo.teaser-image-text--left .teaser-image-text__image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -30px;
  }
  .teaser-image-text.teaser-photo .teaser-image-text__image img, .teaser-image-text.teaser-photo.teaser-image-text--left .teaser-image-text__image img {
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser-image-text__content {
  padding: 40px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.teaser-image-text__headline {
  font-weight: 500;
  color: #484848;
  font-size: 27.04px;
  font-size: 1.69rem;
  margin-bottom: 25px;
  line-height: 1.33333;
}
.teaser-image-text__description {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}
.teaser-image-text__image {
  margin-left: 10px;
}
.teaser-image-text__quote {
  font-family: LL Circular Medium Web;
  font-size: 27.04px;
  font-size: 1.69rem;
  line-height: 1.33;
  color: #484848;
}
.teaser-image-text__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.teaser-image-text__headline-gfx {
  margin-bottom: 25px;
}
.teaser-image-text__headline-gfx img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .teaser-image-text__description {
    font-size: 18.08px;
    font-size: 1.13rem;
    line-height: 1.77778;
  }
}
@media screen and (max-width: 599px) {
  .teaser-image-text__headline {
    font-size: 22.08px;
    font-size: 1.38rem;
    line-height: 1.6363;
    margin-bottom: 20px;
  }
  .teaser-image-text__description {
    font-size: 16.96px;
    font-size: 1.06rem;
    line-height: 1.47;
  }
  .teaser-image-text__content {
    margin-right: 0;
  }
  .teaser-image-text__image {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .teaser-image-text__headline {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  .teaser-image-text__description {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.gallery-outer {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
  margin-bottom: 30px;
}
.gallery-column {
  display: flex;
  flex-wrap: wrap;
}
.gallery-column--first {
  width: 66.6666666667%;
}
.gallery-column--second {
  width: 33.3333333333%;
  flex-direction: column;
}
.gallery-column--second .gallery-column__image {
  width: 100%;
}
.gallery-column__image {
  padding: 10px;
  width: 50%;
}
.gallery-column__image--big {
  width: 100%;
}
.gallery-column__image a, .gallery-column__image img {
  display: block;
  position: relative;
}
.gallery-column__image img {
  width: 100%;
  height: auto;
}
.gallery-column__image a.video-link {
  position: relative;
}
.hover-effect {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.hover-effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2D2D2D;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.hover-effect:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-effect--invert:before {
  background: #484848;
}
.rectangle-out {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.rectangle-out::after {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -36px;
  transform: scale(0);
  z-index: 6;
  color: #FFF;
  font-size: 50px;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.rectangle-out:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 72, 72, 0.7);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rectangle-out:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms;
  background-color: #484848;
  z-index: 1;
}
.hover-overlay::after {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -36px;
  z-index: 6;
  opacity: 0;
  color: #FFF;
  font-size: 50px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  z-index: 2;
}
.hover-overlay:hover::before, .hover-overlay:focus::before {
  opacity: 0.7;
}
.hover-overlay:hover::after, .hover-overlay:focus::after {
  opacity: 2;
}
@media screen and (max-width: 599px) {
  .gallery-outer {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .gallery-column--first {
    width: 100%;
  }
  .gallery-column--second {
    width: 100%;
    flex-direction: row;
  }
  .gallery-column--second .gallery-column__image {
    width: 50%;
  }
  .gallery-column--second .gallery-column__image:last-of-type {
    display: none;
  }
  .gallery-column__image {
    padding: 6px;
  }
}
@media screen and (min-width: 1921px) {
  .gallery-outer {
    width: calc(100% + 60px);
    margin: -30px;
  }
  .gallery-column__image {
    padding: 30px;
  }
  body.single-post .gallery-outer {
    width: calc(100% + 20px);
    margin: -10px;
  }
  body.single-post .gallery-column__image {
    padding: 10px;
  }
}
.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.content-list li {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.content-list li::before {
  content: "";
  width: 31.25px;
  height: 28.6px;
  background: url("../spks/img/list-point.svg") no-repeat center center;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .content-list li {
    font-size: 18.08px;
    font-size: 1.13rem;
    line-height: 1.555;
  }
}
@media screen and (min-width: 1921px) {
  .content-list li {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.faq-outer, .accordion-outer {
  margin-bottom: 50px;
}
.accordion__question {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 300ms color;
  line-height: 1.5;
}
.accordion__question:hover, .accordion__question.is-active {
  color: #484848;
}
.accordion__answer {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.accordion__answer a {
  color: #484848;
  text-decoration: underline;
  transition: text-decoration-color 0.3s;
}
.accordion__answer a:hover {
  text-decoration-color: #2D2D2D;
}
@media screen and (max-width: 1024px) {
  .accordion__question {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .accordion__answer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 599px) {
  .accordion__question {
    font-size: 16.96px;
    font-size: 1.06rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1921px) {
  .accordion__question {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  .accordion__answer {
    font-size: 1.375rem;
    line-height: 1.5454;
  }
}
.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.download-list a {
  display: block;
  color: #2D2D2D;
}
.download-list a:hover .download__name {
  color: #484848;
}
.download-list .download {
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  padding-left: 46px;
}
.download-list .download::before {
  content: "";
  width: 30px;
  height: 40px;
  background: url("../spks/img/download-icon.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.download-list .download__name {
  font-family: LL Circular Medium Web;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  transition: 300ms color;
}
.download-list .download__description {
  font-size: 18.08px;
  font-size: 1.13rem;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .download-list .download__name {
    font-size: 20.96px;
    font-size: 1.31rem;
  }
  .download-list .download__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.trenner-gfx {
  margin-bottom: 50px;
}
.trenner-gfx img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .trenner-gfx {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .trenner-gfx {
    max-width: 85%;
    margin-bottom: 40px;
  }
}
.text-multimedia {
  line-height: 34px;
  margin-bottom: 70px;
}
.text-multimedia__intro p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.text-multimedia__image {
  margin-bottom: 30px;
}
.text-multimedia__image img {
  display: block;
  width: 100%;
}
.text-multimedia__text {
  font-size: 20px;
  font-size: 1.25rem;
}
.text-multimedia__video {
  margin-bottom: 30px;
}
.text-multimedia .gallery-slider {
  margin-bottom: 30px;
}
.text-multimedia img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .text-multimedia__intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .text-multimedia__text {
    font-size: 18.08px;
    font-size: 1.13rem;
  }
}
@media screen and (min-width: 1921px) {
  .text-multimedia__text, .text-multimedia__intro p {
    font-size: 1.375rem;
    line-height: 1.5454;
  }
}
.module-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
.module-text h3 {
  font-family: LL Circular Book Web;
  margin-bottom: 25px;
}
.module-text a {
  color: #484848;
  text-decoration: underline;
  text-decoration-color: #484848;
  transition: text-decoration-color 400ms;
}
.module-text a:hover {
  text-decoration-color: #2D2D2D;
}
@media screen and (max-width: 599px) {
  .module-text p {
    font-size: 18.08px;
    font-size: 1.13rem;
  }
}
@media screen and (min-width: 1921px) {
  .module-text p {
    font-size: 1.375rem;
    line-height: 1.5454;
  }
}
.overview-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
  width: calc(100% + 50px);
}
@media screen and (max-width: 1024px) {
  .overview-outer {
    justify-content: center;
  }
}
.overview {
  width: calc(1/3*100% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 60px;
  color: #FFF;
  box-sizing: border-box;
}
.overview a {
  display: block;
  color: #FFF;
}
.overview--mobile {
  display: none;
}
.overview p {
  margin-bottom: 0;
}
.overview__number {
  display: block;
  font-family: LL Circular Medium Web;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1;
}
.overview__fact {
  display: block;
  color: #FFF;
  font-size: 22.08px;
  font-size: 1.38rem;
  line-height: 1.636;
  margin-bottom: 5px;
}
.overview__headline {
  font-size: 22.08px;
  font-size: 1.38rem;
  line-height: 1.636;
  margin-bottom: 14px;
}
.overview__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0;
  color: #FFF;
}
.overview__more {
  margin-top: 14px;
  text-decoration: underline;
}
.overview__image {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .overview {
    width: calc(1/2*100% - 50px);
  }
  .overview:nth-child(odd) {
    padding-left: 14.1025641026%;
  }
  .overview:nth-child(even) {
    padding-right: 14.1025641026%;
  }
  .overview--mobile {
    display: block;
  }
  .overview__text {
    padding-left: 5.1282051282%;
    padding-right: 5.1282051282%;
  }
}
@media screen and (max-width: 599px) {
  .overview:nth-child(odd) {
    padding-left: 0;
  }
  .overview:nth-child(even) {
    padding-right: 0;
  }
  .overview__number {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .overview__fact {
    font-size: 16.96px;
    font-size: 1.06rem;
    line-height: 1.5;
  }
  .smartphone-slider .overview-outer {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smartphone-slider .overview {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1921px) {
  .overview-outer {
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
    text-align: center;
    width: calc(100% + 60px);
  }
  .overview {
    max-width: 493px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(1/3*100% - 60px);
  }
  .overview__fact, .overview__headline {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  .overview__fact {
    margin-bottom: 40px;
  }
  .overview__text {
    font-size: 1.375rem;
    line-height: 1.5454;
  }
}
.teaser-row {
  display: flex;
  flex-wrap: nowrap;
  margin: -25px -12.5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .teaser-row {
    width: 100vw;
  }
}
@media screen and (max-width: 599px) {
  .teaser-row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1921px) {
  .teaser-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
body.single-post .teaser-row, body.single-termine .teaser-row {
  padding-bottom: 80px;
}
.teaser-row-container {
  width: calc(1/5*100% - 25px);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: 25px 12.5px;
  position: relative;
  height: auto;
  transition: box-shadow 500ms;
}
.teaser-row-container:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.28);
}
.teaser-row-container--address {
  display: none;
  align-self: center;
  box-shadow: inherit;
  border-radius: inherit;
  margin-left: auto;
}
.teaser-row-container--address:hover {
  box-shadow: inherit;
}
.network-header .teaser-row-container--address {
  display: block;
}
@media screen and (max-width: 1024px) {
  .teaser-row-container {
    width: 200px;
    max-width: 200px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 599px) {
  .teaser-row-container {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.teaser-row-container a {
  display: block;
  color: #2D2D2D;
  padding: 20px 20px 112px 20px;
}
.teaser-row-container__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 30px;
}
.teaser-row-container__image img {
  display: block;
  margin: 0 auto;
}
.teaser-row-container__address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.teaser-row-container__address span {
  font-family: LL Circular Medium Web;
}
.teaser-row-container__address a {
  transition: color 300ms;
  padding: inherit;
  display: inline-block;
}
.teaser-row-container__address a:hover {
  color: #484848;
}
.teaser-row-container__headline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.color-1 .teaser-row-container__headline {
  background-color: #f1808b;
}
.color-2 .teaser-row-container__headline {
  background-color: #FF9900;
}
.color-3 .teaser-row-container__headline {
  background-color: #D0021B;
}
.color-4 .teaser-row-container__headline {
  background-color: #079AEA;
}
.color-5 .teaser-row-container__headline {
  background-color: #02448A;
}
.teaser-row-container__headline h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  font-size: 15.04px;
  font-size: 0.94rem;
  color: #FFF;
  line-height: 1.4;
}
.network-header .collapsible-content-1 .teaser-row-container:first-of-type {
  display: none;
}
@media screen and (min-width: 1921px) {
  .teaser-row-container {
    width: calc(1/5*100% - 60px);
    margin: 25px 30px;
  }
  .teaser-row-container a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .teaser-row-container__text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.termine-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .termine-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.termin-teaser--module {
  width: calc(1/2*100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  background-color: #FFF;
  padding: 30px 30px 40px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.termin-teaser--module .event-date {
  margin-top: -5px;
  margin-bottom: 15px;
  width: 110px;
  float: left;
}
.termin-teaser--module .event-date .month-start {
  font-size: 12.96px;
  font-size: 0.81rem;
  line-height: 2.3;
  font-family: LL Circular Medium Web;
}
.termin-teaser--module .event-date .day-start {
  font-size: 60px;
  font-size: 3.75rem;
}
.termin-teaser--module .event-date .end-date {
  font-size: 12.96px;
  font-size: 0.81rem;
  line-height: 2.3;
  font-family: LL Circular Medium Web;
}
.termin-teaser--module .entry-info {
  line-height: 1.3;
}
.termin-teaser--module .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  display: inline;
}
.termin-teaser--module .entry-meta {
  margin-top: -3px;
}
.termin-teaser--module .entry-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.termin-teaser--module .cat-links a {
  font-size: 12.96px;
  font-size: 0.81rem;
  line-height: 2.15;
}
.termin-teaser--module .date-thumb {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .termin-teaser--module {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .termin-teaser--module .entry-title {
    font-size: 15.04px;
    font-size: 0.94rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  .termin-teaser--module .entry-content {
    font-size: 15.04px;
    font-size: 0.94rem;
    line-height: 1.57;
  }
  .termin-teaser--module .cat-links a {
    font-family: LL Circular Medium Web;
    font-size: 11.04px;
    font-size: 0.69rem;
    line-height: 1.75;
  }
  .termin-teaser--module .event-date {
    width: 80px;
  }
  .termin-teaser--module .event-date .month-start {
    font-size: 11.04px;
    font-size: 0.69rem;
    line-height: 2.7272;
  }
  .termin-teaser--module .event-date .day-start {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
  .termin-teaser--module .event-date .end-date {
    font-size: 9.6px;
    font-size: 0.6rem;
    line-height: 1.4545;
  }
}
.no-dates {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .no-dates {
    font-size: 21.6px;
    font-size: 1.35rem;
  }
}
.table-wrapper {
  overflow-x: auto;
}
.content-table {
  width: 100%;
  min-width: 600px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.2px;
  line-height: 1.7;
  border-spacing: 0;
  padding: 30px 0;
  margin-bottom: 40px;
}
.content-table thead th {
  font-size: 18.08px;
  font-size: 1.13rem;
  font-weight: normal;
  font-family: LL Circular Medium Web;
  background-color: #fff;
  text-align: left;
  padding: 15px 20px 15px 10px;
}
.content-table td {
  border-bottom: 2px solid rgba(193, 198, 202, 0.7);
  padding: 15px 20px 15px 10px;
}
@media screen and (max-width: 599px) {
  .content-table {
    font-size: 18.08px;
    font-size: 1.13rem;
  }
}
.container--alert {
  padding: 40px 0;
}
.container--alert a {
  display: block;
}
.alert__content {
  font-family: LL Circular Medium Web;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}
.alert__content a {
  display: inline;
  color: #FFF;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .alert__content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.video-container, .text-multimedia__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-container iframe, .text-multimedia__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post__image {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.post__image img {
  display: block;
}
.post__image .wp-caption-text {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 0 !important;
  margin-top: 10px;
  max-width: 66.6%;
}
@media screen and (max-width: 767px) {
  .post__image .wp-caption-text {
    max-width: none;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../spks/fonts/lightcase.eot?55356177");
  src: url("../spks/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../spks/fonts/lightcase.woff?55356177") format("woff"), url("../spks/fonts/lightcase.ttf?55356177") format("truetype"), url("../spks/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="lightcase-icon-"]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
.lightcase-icon-play:before {
  content: "";
}
.lightcase-icon-pause:before {
  content: "";
}
.lightcase-icon-close:before {
  content: "";
}
.lightcase-icon-prev:before {
  content: "";
}
.lightcase-icon-next:before {
  content: "";
}
.lightcase-icon-spin:before {
  content: "";
}
/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*="lightcase-icon-"] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*="lightcase-icon-"], a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*="lightcase-icon-"] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*="lightcase-icon-"]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice a[class*="lightcase-icon-"]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*="lightcase-icon-"].lightcase-icon-prev {
  left: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-next {
  right: 15px;
}
a[class*="lightcase-icon-"].lightcase-icon-pause, a[class*="lightcase-icon-"].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"].lightcase-icon-pause, a[class*="lightcase-icon-"].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*="lightcase-icon-"]:hover, #lightcase-case:hover ~ a[class*="lightcase-icon-"] {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.site-content {
  padding-top: 95px;
}
body.home .site-content {
  padding-top: 95px;
}
.sticky-header {
  display: none;
  background-color: transparent;
  transition: background-color 500ms;
}
@media screen and (max-width: 1024px) {
  .sticky-header {
    display: block;
  }
}
.sticky-header.is-open {
  background-color: #FFF;
}
.menu-top-navigation-container {
  display: none;
}
.hamburger {
  background-color: #484848;
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current-menu-item a {
  color: #FFF;
  text-decoration: underline;
}
.content-list li::before {
  background: url("../spks/img/ico-ok-BIS.svg") no-repeat center center;
}
.background-brandcolor {
  background-color: #EAEAE9;
}
.overview {
  color: #2D2D2D;
}
.overview a {
  color: #2D2D2D;
}
.overview__fact {
  color: #2D2D2D;
}
.overview__text {
  color: #2D2D2D;
}
.with-background .headline-block .section-headline, .with-background .headline-block .spitzmarke {
  color: #2D2D2D;
}
.site-main {
  border: 0;
}
.content-section::after, .content-section--post::after {
  border: 0;
}
body.home .contact-sidebar {
  margin-top: 0;
}
/*
*
* Infobox
*
*/
.sidebar-infobox__description {
  color: #A08222;
}
.sidebar-infobox__buttons .btn, .sidebar-infobox__buttons #loginform #wp-submit, #loginform .sidebar-infobox__buttons #wp-submit, .sidebar-infobox__buttons .page #BorlabsCookieBox ._brlbs-btn, .page #BorlabsCookieBox .sidebar-infobox__buttons ._brlbs-btn {
  background-color: #C9AD54;
}
.sidebar-infobox__buttons .btn:hover, .sidebar-infobox__buttons #loginform #wp-submit:hover, #loginform .sidebar-infobox__buttons #wp-submit:hover, .sidebar-infobox__buttons .page #BorlabsCookieBox ._brlbs-btn:hover, .page #BorlabsCookieBox .sidebar-infobox__buttons ._brlbs-btn:hover {
  background-color: #2D2D2D;
}
.date-calendar .fc-event-title {
  color: #fff;
}
