/*
*
*	Thüringer Landesmedienanstalt - 2021
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
/* ----- Collider - _reset.less - 2018 ----- */
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 1px dashed var(--primary-color) !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir="rtl"] {
  direction: rtl;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
input.formText,
textarea {
  font-family: Arial;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
select,
input {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
}
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}
textarea {
  resize: vertical;
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
a,
button,
img {
  -webkit-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -ms-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.13s ease-in-out, border-color 0.13s ease-in-out, background-color 0.13s ease-in-out, opacity 0.15s ease-in-out, box-shadow 0.25s ease-in-out;
}
::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: #AAA;
  display: none;
}
::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}
::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
::-webkit-scrollbar-track:hover {
  background-color: #ddd;
}
::-webkit-scrollbar {
  width: 10px;
}
:root {
  --primary-color: #DF011B;
  --secondary-color: #09618E;
}
body.overlay-active .select2-dropdown {
  z-index: 100;
}
h1,
.likeh1 {
  font-size: 50px;
  font-family: 'encodesans';
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  margin-top: 25px;
}
h1::before,
.likeh1::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: -25px;
  left: calc(50% - 40px);
}
@media screen and (max-width: 950px) {
  h1,
  .likeh1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 760px) {
  h1,
  .likeh1 {
    font-size: 30px;
  }
}
h2,
.likeh2 {
  font-size: 30px;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
  color: var(--secondary-color);
}
@media screen and (max-width: 950px) {
  h2,
  .likeh2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  h2,
  .likeh2 {
    font-size: 22px;
  }
}
h3,
.likeh3 {
  font-size: 25px;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  color: var(--secondary-color);
  line-height: 120%;
  margin-bottom: 25px;
}
@media screen and (max-width: 950px) {
  h3,
  .likeh3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  h3,
  .likeh3 {
    font-size: 18px;
  }
}
h4,
.likeh4 {
  font-size: 18px;
  font-family: 'encodesans';
  font-weight: 700;
  font-style: normal;
  color: var(--secondary-color);
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
p {
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 150%;
  margin-bottom: 25px;
}
p.kategorie {
  font-family: 'opensans';
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #595959;
  position: relative;
  padding-top: 25px;
  margin-bottom: 20px;
}
p.kategorie::before {
  position: absolute;
  content: '';
  background: #E2E2E2;
  width: 50px;
  height: 1px;
  top: 0;
  left: 0;
}
p a {
  color: var(--primary-color);
  text-decoration: none;
}
p a:hover {
  opacity: 0.6;
}
a {
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 150%;
  margin-bottom: 25px;
  cursor: pointer;
}
.btn {
  font-size: 13px;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--primary-color);
  padding: 13px 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  text-decoration: none;
  border: none;
  outline: none;
  transition: opacity 200ms ease;
  word-break: break-word;
  line-height: initial;
}
.btn:hover {
  opacity: 0.6;
}
.btn.blue {
  background-color: var(--secondary-color);
}
.btn.loadmore {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.btn.btn-download {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  padding: 16px 16px 15px 16px;
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  margin-right: 25px;
  flex: 0 0 auto;
}
.tag {
  font-size: 13px;
  padding: 12px;
  display: inline-block;
  background: #347CAD;
  margin: 0 10px 10px 0;
  color: #fff;
  text-decoration: none;
}
.tag:hover {
  opacity: 0.6;
}
ul li {
  list-style: none;
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 150%;
  margin-bottom: 25px;
}
.link-only {
  padding: 0 50px;
}
.lazy-loading {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  object-fit: initial;
}
.lazy-loading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../gfx/loader.svg') var(--secondary-color) no-repeat center;
  opacity: 0.9;
  background-size: auto 7px;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'encodesans';
  src: url('../fonts/webfont-EncodeSans-Regular.woff2') format('woff2'), url('../fonts/webfont-EncodeSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'encodesans';
  src: url('../fonts/webfont-EncodeSans-Medium.woff2') format('woff2'), url('../fonts/webfont-EncodeSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'encodesans';
  src: url('../fonts/webfont-EncodeSans-Bold.woff2') format('woff2'), url('../fonts/webfont-EncodeSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot");
  src: url("../fonts/icon-font.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/icon-font.woff") format("woff");
  src: url("../fonts/icon-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down:before {
  content: '\e828';
}
/* '' */
.icon-next-page:before {
  content: '\e829';
}
/* '' */
.icon-eye:before {
  content: '\e82a';
}
/* '' */
.icon-eyehide:before {
  content: '\e82b';
}
/* '' */
.icon-contrast:before {
  content: '\e82c';
}
/* '' */
.icon-account:before {
  content: '\e900';
}
/* '' */
.icon-arrow-left:before {
  content: '\e901';
}
/* '' */
.icon-arrow-right:before {
  content: '\e902';
}
/* '' */
.icon-audio:before {
  content: '\e903';
}
/* '' */
.icon-break:before {
  content: '\e904';
}
/* '' */
.icon-brochure:before {
  content: '\e905';
}
/* '' */
.icon-calendar:before {
  content: '\e906';
}
/* '' */
.icon-check:before {
  content: '\e907';
}
/* '' */
.icon-delete:before {
  content: '\e908';
}
/* '' */
.icon-doc:before {
  content: '\e909';
}
/* '' */
.icon-download:before {
  content: '\e90a';
}
/* '' */
.icon-facebook:before {
  content: '\e90b';
}
/* '' */
.icon-fax:before {
  content: '\e90c';
}
/* '' */
.icon-gallery:before {
  content: '\e90d';
}
/* '' */
.icon-instagram:before {
  content: '\e90e';
}
/* '' */
.icon-linkedin:before {
  content: '\e90f';
}
/* '' */
.icon-list:before {
  content: '\e910';
}
/* '' */
.icon-logout:before {
  content: '\e911';
}
/* '' */
.icon-mail:before {
  content: '\e912';
}
/* '' */
.icon-map:before {
  content: '\e913';
}
/* '' */
.icon-media:before {
  content: '\e914';
}
/* '' */
.icon-messages:before {
  content: '\e915';
}
/* '' */
.icon-music:before {
  content: '\e916';
}
/* '' */
.icon-newsletter:before {
  content: '\e917';
}
/* '' */
.icon-next:before {
  content: '\e918';
}
/* '' */
.icon-phone:before {
  content: '\e919';
}
/* '' */
.icon-play:before {
  content: '\e91a';
}
/* '' */
.icon-prev:before {
  content: '\e91b';
}
/* '' */
.icon-print:before {
  content: '\e91c';
}
/* '' */
.icon-publication:before {
  content: '\e91d';
}
/* '' */
.icon-read:before {
  content: '\e91e';
}
/* '' */
.icon-rss:before {
  content: '\e91f';
}
/* '' */
.icon-search:before {
  content: '\e920';
}
/* '' */
.icon-share:before {
  content: '\e921';
}
/* '' */
.icon-time:before {
  content: '\e922';
}
/* '' */
.icon-twitter:before {
  content: '\e923';
}
/* '' */
.icon-video:before {
  content: '\e924';
}
/* '' */
.icon-web:before {
  content: '\e925';
}
/* '' */
.icon-xing:before {
  content: '\e926';
}
/* '' */
.icon-youtube:before {
  content: '\e927';
}
/* '' */
body {
  overflow-x: hidden;
  height: 100vh;
  font-family: 'encodesans', Helvetica, Arial, sans-serif;
}
body.open {
  overflow: hidden;
}
body .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
body .container.medialibrary {
  background: #1A3E57;
  padding-bottom: 100px;
}
body .container.medialibrary h1,
body .container.medialibrary h2,
body .container.medialibrary h3 {
  color: #fff !important;
}
body .container .row {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 950px) {
  body .container .row {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 670px) {
  body .container .row {
    margin-bottom: 50px;
  }
}
body .container .row .row:last-child {
  margin-bottom: 0;
}
body .container .row.link-after {
  margin-bottom: 25px;
}
.content-width {
  position: relative;
  z-index: 3;
  clear: both;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  .content-width {
    width: 1160px;
  }
}
@media screen and (max-width: 1240px) {
  .content-width {
    margin: 0 30px;
  }
}
.content-width.space {
  padding: 0 50px;
}
.content-width .grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -100px;
}
@media screen and (max-width: 950px) {
  .content-width .grid {
    margin-right: -50px;
  }
}
.content-width .grid [class*="col-"] {
  padding-right: 100px;
}
@media screen and (max-width: 950px) {
  .content-width .grid [class*="col-"] {
    padding-right: 50px;
  }
}
.content-width .grid.small {
  margin-right: -50px;
}
.content-width .grid.small [class*="col-"] {
  padding-right: 50px;
}
.content-width .grid .col-1-1 {
  width: 100%;
}
.content-width .grid .col-1-2 {
  width: 50%;
}
.content-width .grid .col-1-3 {
  width: 33.33333%;
  margin-bottom: 60px;
}
.content-width .grid .col-1-4 {
  width: 25%;
}
.content-width .grid .col-2-3 {
  width: 66.66666%;
  display: block;
}
@media screen and (max-width: 950px) {
  .content-width .grid .content-width {
    margin: 0 30px 0 30px;
  }
  .content-width .grid [class*="col-"] {
    display: block;
    width: 100%;
    padding-right: 50px;
  }
  .content-width .grid .col-1-1 {
    width: 100%;
  }
  .content-width .grid .col-1-2 {
    width: 50%;
  }
  .content-width .grid .col-1-3 {
    width: 50%;
  }
  .content-width .grid .col-1-4 {
    width: 50%;
  }
  .content-width .grid .col-2-3 {
    width: 66.66666%;
  }
}
@media screen and (max-width: 670px) {
  .content-width .grid .col-1-1 {
    width: 100%;
  }
  .content-width .grid .col-1-2 {
    width: 100%;
  }
  .content-width .grid .col-1-3 {
    width: 100%;
  }
  .content-width .grid .col-1-4 {
    width: 100%;
  }
  .content-width .grid .col-2-3 {
    width: 90%;
  }
}
.navbar {
  position: fixed;
  top: 25px;
  left: 25px;
  background: #fff;
  width: calc(100vw - 50px);
  height: 100px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  z-index: 20;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  transition: all 200ms ease;
}
@media screen and (max-width: 670px) {
  .navbar {
    top: 0;
    left: 0;
    width: 100vw;
    height: 75px;
  }
}
.navbar #menu {
  width: 100px;
  height: 100px;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  transition: all 200ms ease;
  position: absolute;
}
@media screen and (max-width: 670px) {
  .navbar #menu {
    width: 75px;
    height: 75px;
  }
}
.navbar #menu:hover {
  background-color: var(--secondary-color);
}
.navbar #menu.open::before,
.navbar #menu.open::after {
  width: 30px;
  height: 1px;
  top: 50px;
  left: 33px;
  position: absolute;
  content: '';
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 670px) {
  .navbar #menu.open::before,
  .navbar #menu.open::after {
    top: 35px;
    left: 23px;
  }
}
.navbar #menu.open::after {
  transform: rotate(-45deg);
}
.navbar .outermenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  margin-left: 100px;
  transition: all 200ms ease;
}
@media screen and (max-width: 670px) {
  .navbar .outermenu {
    padding: 15px;
    margin-left: 75px;
  }
}
.navbar .outermenu #logo {
  height: 60px;
  width: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 670px) {
  .navbar .outermenu #logo {
    height: 40px;
    width: 80px;
  }
}
.navbar .outermenu #logo img {
  width: auto;
  height: 100%;
}
.navbar .outermenu .stripe ul li {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .navbar .outermenu .stripe ul li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 670px) {
  .navbar .outermenu .stripe ul li {
    margin-left: 5px;
  }
}
.navbar .outermenu .stripe ul li.active a,
.navbar .outermenu .stripe ul li:hover a,
.navbar .outermenu .stripe ul li.active button,
.navbar .outermenu .stripe ul li:hover button {
  color: var(--secondary-color);
}
.navbar .outermenu .stripe ul li.active a#search::before,
.navbar .outermenu .stripe ul li:hover a#search::before,
.navbar .outermenu .stripe ul li.active button#search::before,
.navbar .outermenu .stripe ul li:hover button#search::before,
.navbar .outermenu .stripe ul li.active a#intern::before,
.navbar .outermenu .stripe ul li:hover a#intern::before,
.navbar .outermenu .stripe ul li.active button#intern::before,
.navbar .outermenu .stripe ul li:hover button#intern::before,
.navbar .outermenu .stripe ul li.active a#rss::before,
.navbar .outermenu .stripe ul li:hover a#rss::before,
.navbar .outermenu .stripe ul li.active button#rss::before,
.navbar .outermenu .stripe ul li:hover button#rss::before,
.navbar .outermenu .stripe ul li.active a#media::before,
.navbar .outermenu .stripe ul li:hover a#media::before,
.navbar .outermenu .stripe ul li.active button#media::before,
.navbar .outermenu .stripe ul li:hover button#media::before,
.navbar .outermenu .stripe ul li.active a#publication::before,
.navbar .outermenu .stripe ul li:hover a#publication::before,
.navbar .outermenu .stripe ul li.active button#publication::before,
.navbar .outermenu .stripe ul li:hover button#publication::before,
.navbar .outermenu .stripe ul li.active a#contrast::before,
.navbar .outermenu .stripe ul li:hover a#contrast::before,
.navbar .outermenu .stripe ul li.active button#contrast::before,
.navbar .outermenu .stripe ul li:hover button#contrast::before {
  color: var(--secondary-color);
}
.navbar .outermenu .stripe ul li a,
.navbar .outermenu .stripe ul li button {
  padding-left: 25px;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  transition: color 200ms ease;
  background: none;
  outline: none;
  border: none;
}
.navbar .outermenu .stripe ul li a span,
.navbar .outermenu .stripe ul li button span {
  font-size: 13px;
}
@media screen and (max-width: 950px) {
  .navbar .outermenu .stripe ul li a span,
  .navbar .outermenu .stripe ul li button span {
    display: none;
  }
}
.navbar .outermenu .stripe ul li a#search::before,
.navbar .outermenu .stripe ul li button#search::before,
.navbar .outermenu .stripe ul li a#intern::before,
.navbar .outermenu .stripe ul li button#intern::before,
.navbar .outermenu .stripe ul li a#rss::before,
.navbar .outermenu .stripe ul li button#rss::before,
.navbar .outermenu .stripe ul li a#media::before,
.navbar .outermenu .stripe ul li button#media::before,
.navbar .outermenu .stripe ul li a#publication::before,
.navbar .outermenu .stripe ul li button#publication::before,
.navbar .outermenu .stripe ul li a#contrast::before,
.navbar .outermenu .stripe ul li button#contrast::before {
  content: "\e920";
  font-family: 'icon-font';
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  color: #676767;
  position: absolute;
  left: 0;
  top: 0;
  transition: color 200ms ease;
}
@media screen and (max-width: 950px) {
  .navbar .outermenu .stripe ul li a#search::before,
  .navbar .outermenu .stripe ul li button#search::before,
  .navbar .outermenu .stripe ul li a#intern::before,
  .navbar .outermenu .stripe ul li button#intern::before,
  .navbar .outermenu .stripe ul li a#rss::before,
  .navbar .outermenu .stripe ul li button#rss::before,
  .navbar .outermenu .stripe ul li a#media::before,
  .navbar .outermenu .stripe ul li button#media::before,
  .navbar .outermenu .stripe ul li a#publication::before,
  .navbar .outermenu .stripe ul li button#publication::before,
  .navbar .outermenu .stripe ul li a#contrast::before,
  .navbar .outermenu .stripe ul li button#contrast::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 670px) {
  .navbar .outermenu .stripe ul li a#search::before,
  .navbar .outermenu .stripe ul li button#search::before,
  .navbar .outermenu .stripe ul li a#intern::before,
  .navbar .outermenu .stripe ul li button#intern::before,
  .navbar .outermenu .stripe ul li a#rss::before,
  .navbar .outermenu .stripe ul li button#rss::before,
  .navbar .outermenu .stripe ul li a#media::before,
  .navbar .outermenu .stripe ul li button#media::before,
  .navbar .outermenu .stripe ul li a#publication::before,
  .navbar .outermenu .stripe ul li button#publication::before,
  .navbar .outermenu .stripe ul li a#contrast::before,
  .navbar .outermenu .stripe ul li button#contrast::before {
    font-size: 18px;
  }
}
.navbar .outermenu .stripe ul li a#intern,
.navbar .outermenu .stripe ul li button#intern {
  height: 22px;
  overflow: visible;
}
@media screen and (max-width: 950px) {
  .navbar .outermenu .stripe ul li a#intern,
  .navbar .outermenu .stripe ul li button#intern {
    line-height: 100%;
  }
}
.navbar .outermenu .stripe ul li a#intern::before,
.navbar .outermenu .stripe ul li button#intern::before {
  content: "\e900";
}
.navbar .outermenu .stripe ul li a#rss::before,
.navbar .outermenu .stripe ul li button#rss::before {
  content: "\e91f";
}
.navbar .outermenu .stripe ul li a#media::before,
.navbar .outermenu .stripe ul li button#media::before {
  content: "\e914";
}
.navbar .outermenu .stripe ul li a#publication::before,
.navbar .outermenu .stripe ul li button#publication::before {
  content: "\e91d";
}
.navbar .outermenu .stripe ul li a#contrast,
.navbar .outermenu .stripe ul li button#contrast {
  margin-left: 25px;
}
@media screen and (max-width: 670px) {
  .navbar .outermenu .stripe ul li a#contrast,
  .navbar .outermenu .stripe ul li button#contrast {
    margin-left: 0;
  }
}
.navbar .outermenu .stripe ul li a#contrast::after,
.navbar .outermenu .stripe ul li button#contrast::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50px;
  top: -15px;
  left: -25px;
  background: #595959;
}
@media screen and (max-width: 670px) {
  .navbar .outermenu .stripe ul li a#contrast::after,
  .navbar .outermenu .stripe ul li button#contrast::after {
    display: none;
  }
}
.navbar .outermenu .stripe ul li a#contrast::before,
.navbar .outermenu .stripe ul li button#contrast::before {
  content: '\e82c';
}
.navbar.scrolled {
  height: 75px;
}
.navbar.scrolled #menu {
  width: 75px;
  height: 75px;
}
.navbar.scrolled #menu.open::before,
.navbar.scrolled #menu.open::after {
  top: 35px;
  left: 23px;
}
.navbar.scrolled .outermenu {
  padding: 15px;
  margin-left: 75px;
}
.navbar.scrolled .outermenu #logo {
  height: 45px;
}
.navbar .mainmenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms linear 0s,visibility 0s linear 250ms;
  transition-delay: 0.5s;
  position: absolute;
  top: -25px;
  left: -25px;
  background-color: rgba(204, 204, 204, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow-y: auto;
}
@media screen and (max-width: 950px) {
  .navbar .mainmenu[data-active="1"] ul[data-level="1"] {
    transform: translateX(0);
  }
  .navbar .mainmenu[data-active="1"] ul[data-level="2"] {
    transform: translateX(-210vw);
  }
  .navbar .mainmenu[data-active="1"] ul[data-level="3"] {
    transform: translateX(-310vw);
  }
  .navbar .mainmenu[data-active="2"] ul[data-level="2"] {
    transform: translateX(0);
  }
  .navbar .mainmenu[data-active="2"] ul[data-level="1"] {
    transform: translateX(-100vw);
  }
  .navbar .mainmenu[data-active="2"] ul[data-level="3"] {
    transform: translateX(-100vw);
  }
  .navbar .mainmenu[data-active="3"] ul[data-level="3"] {
    transform: translateX(0);
  }
  .navbar .mainmenu[data-active="3"] ul[data-level="1"] {
    transform: translateX(-100vw);
  }
  .navbar .mainmenu[data-active="3"] ul[data-level="2"] {
    transform: translateX(-100vw);
  }
}
@media screen and (max-width: 670px) {
  .navbar .mainmenu {
    top: 0;
    left: 0;
  }
}
.navbar .mainmenu.open {
  opacity: 1;
  visibility: visible;
}
.navbar .mainmenu.open + .container {
  overflow: hidden;
}
.navbar .mainmenu ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 175px 0 25px 25px;
  width: 31%;
  position: relative;
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  min-height: 100%;
  hyphens: auto;
}
@media screen and (min-width: 1240px) {
  .navbar .mainmenu ul {
    width: 30%;
  }
}
@media screen and (max-width: 950px) {
  .navbar .mainmenu ul {
    width: 100%;
    transform: translateX(-100vw);
  }
}
@media screen and (max-width: 760px) {
  .navbar .mainmenu ul {
    padding-top: 120px;
  }
}
.navbar .mainmenu ul ul {
  max-height: 0;
  overflow: hidden;
}
.navbar .mainmenu ul li {
  list-style: none;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  transition: all 200ms ease;
}
.navbar .mainmenu ul li.active {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  border-left: 1px solid #595959;
}
.navbar .mainmenu ul li.active.sub em {
  background-color: #595959;
}
.navbar .mainmenu ul li.active.sub em::before,
.navbar .mainmenu ul li.active.sub em::after {
  background-color: #595959;
}
.navbar .mainmenu ul li.active.sub > ul {
  max-height: 5000px;
  overflow: initial;
}
@media screen and (max-width: 950px) {
  .navbar .mainmenu ul li.active.sub > ul {
    display: inline-table;
    min-height: 100vh;
  }
}
@media screen and (min-width: 950px) {
  .navbar .mainmenu ul li.btn-back {
    display: none;
  }
}
.navbar .mainmenu ul li.sub em {
  width: 4px;
  height: 4px;
  border: 1px solid #595959;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  content: '';
}
.navbar .mainmenu ul li.sub em::before,
.navbar .mainmenu ul li.sub em::after {
  width: 4px;
  height: 4px;
  border: 1px solid #595959;
  position: absolute;
  top: -1px;
  right: -10px;
  content: '';
}
.navbar .mainmenu ul li.sub em::after {
  right: initial;
  left: -10px;
}
.navbar .mainmenu ul li a {
  padding: 20px 40px;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.navbar .mainmenu ul li:hover a:before {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "\e902";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
}
.navbar .mainmenu ul li:hover ul li a:before {
  display: none;
}
.navbar .mainmenu ul li ul {
  bottom: 0;
  left: -100%;
  top: 0;
  -moz-transition: opacity 200ms cubic-bezier(0.7, 0, 0.3, 1), left 200ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 200ms cubic-bezier(0.7, 0, 0.3, 1), left 200ms cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: opacity 200ms cubic-bezier(0.7, 0, 0.3, 1), left 200ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 200ms cubic-bezier(0.7, 0, 0.3, 1), left 200ms cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: calc(100% + 20px);
  background-color: #fff;
}
@media screen and (max-width: 950px) {
  .navbar .mainmenu ul li ul {
    width: 100%;
  }
}
.navbar .mainmenu ul li.active ul {
  left: 100%;
  background-color: #347CAD;
  opacity: 0.8;
  backdrop-filter: contrast(1.5);
}
.navbar .mainmenu ul li.active ul li:hover a:before {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "\e902";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  display: block;
}
.navbar .mainmenu ul li.active ul li:hover ul li a:before {
  display: none;
}
.navbar .mainmenu ul li.active ul li.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.navbar .mainmenu ul li.active ul li.active.sub em {
  background-color: #fff;
}
.navbar .mainmenu ul li.active ul li.active.sub em::before,
.navbar .mainmenu ul li.active ul li.active.sub em::after {
  background-color: #fff;
}
.navbar .mainmenu ul li.active ul li.sub em {
  border: 1px solid #fff;
  background-color: none;
}
.navbar .mainmenu ul li.active ul li.sub em::before,
.navbar .mainmenu ul li.active ul li.sub em::after {
  border: 1px solid #fff;
  background-color: none;
}
.navbar .mainmenu ul li.active ul li a {
  color: #fff;
}
.navbar .mainmenu ul li.active ul li ul {
  bottom: 0;
  left: -100%;
  top: 0;
  -moz-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: calc(100% + 20px);
}
.navbar .mainmenu ul li.active ul li ul li:hover a:before {
  position: absolute;
  left: 10px;
  top: 20px;
  content: "\e902";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  display: block;
}
.navbar .mainmenu ul li.active ul li ul li.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.navbar .mainmenu ul li.active ul li.active ul {
  left: 100%;
  background-color: #347CAD;
  opacity: 0.9;
}
.navbar .mainmenu ul li.active ul li.active ul li.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.navbar .mainmenu ul li.active ul li.active ul li a {
  color: #fff;
}
.sitenav h2 {
  margin: 0 100px 25px 100px;
  color: #595959;
}
@media screen and (max-width: 760px) {
  .sitenav h2 {
    margin: 0 50px 25px 50px;
  }
}
.sitenav .ankerlinks {
  border: 1px solid #D2D2D2;
  padding: 40px 40px 40px 0;
  margin: 0 50px;
}
@media screen and (max-width: 760px) {
  .sitenav .ankerlinks {
    margin: 0;
  }
}
.sitenav .ankerlinks ul li {
  padding-left: 50px;
  position: relative;
}
.sitenav .ankerlinks ul li::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: var(--primary-color);
  top: 50%;
  left: -1px;
}
.sitenav .ankerlinks ul li:last-of-type {
  margin-bottom: 0;
}
.sitenav .ankerlinks ul li a {
  text-decoration: none;
  color: var(--secondary-color);
  font-family: 'encodesans';
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  hyphens: auto;
}
.sitenav .ankerlinks ul li a:hover {
  color: var(--primary-color);
}
.anker-inside {
  padding-top: 150px;
  margin-top: -150px;
}
.footer {
  background-color: #E2E2E2;
  padding: 75px 0;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 950px) {
  .footer {
    padding-bottom: 0;
    margin-top: 0;
    overflow-x: hidden;
  }
}
.footer::before {
  position: absolute;
  content: '';
  background: url("../gfx/footer-lines.svg") no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100vw;
  height: 100%;
  min-height: 900px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .footer::before {
    display: none;
  }
}
.footer .grid .col-2-3,
.footer .grid .col-1-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .footer .grid .col-2-3 {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .footer .grid .col-2-3 .col-1-4 {
    margin-bottom: 40px;
  }
}
.footer .footermenu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer .footermenu ul li:hover a {
  color: var(--secondary-color);
}
.footer .footermenu ul li a {
  text-decoration: none;
  transition: color 200ms ease;
}
.footer .footermenu .contact {
  padding-left: 35px;
}
.footer .footermenu .contact .address {
  position: relative;
}
.footer .footermenu .contact .address::before {
  content: "\e913";
  font-size: 18px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #676767;
  position: absolute;
  left: -35px;
  top: 0;
}
.footer .footermenu .contact a {
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 200ms ease;
}
.footer .footermenu .contact a:hover {
  color: var(--secondary-color);
}
.footer .footermenu .contact a:hover.phone::before,
.footer .footermenu .contact a:hover.mail::before {
  color: var(--secondary-color);
}
.footer .footermenu .contact a.phone::before,
.footer .footermenu .contact a.mail::before {
  content: "\e919";
  font-size: 18px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #676767;
  position: absolute;
  left: -35px;
  top: 0;
  transition: color 200ms ease;
}
.footer .footermenu .contact a.mail::before {
  content: "\e912";
  font-size: 15px;
}
.footer .social {
  background-color: var(--secondary-color);
  opacity: 0.9;
  padding: 125px 50px 60px 50px;
  margin-top: -125px;
}
@media screen and (max-width: 950px) {
  .footer .social {
    margin-top: 0;
    padding: 50px 30px;
    margin-left: -30px;
  }
}
.footer .social h3 {
  color: #fff;
}
.footer .social ul li {
  list-style: none;
  margin-bottom: 25px;
}
.footer .social ul li:last-child {
  margin-bottom: 0;
}
.footer .social ul li a {
  text-decoration: none;
  color: #fff;
  padding-left: 25px;
  position: relative;
  transition: opacity 200ms ease;
}
.footer .social ul li a:hover {
  opacity: 0.6;
}
.footer .social ul li a.fb::before,
.footer .social ul li a.yt::before,
.footer .social ul li a.nl::before {
  content: "\e90b";
  font-family: 'icon-font';
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.footer .social ul li a.yt::before {
  content: "\e927";
  font-size: 15px;
}
.footer .social ul li a.nl::before {
  content: "\e917";
  font-size: 15px;
}
body .container.medialibrary + .footer {
  margin-top: 0;
}
.color-bg {
  background: var(--secondary-color);
}
.color-bg .select2-selection__rendered span,
.color-bg .select2-selection__rendered::after {
  color: #fff !important;
}
.color-map.map-module .map svg#map #districts path {
  fill: #9A6E0E;
  fill-opacity: 1;
  stroke-opacity: 0.3;
}
.color-map.map-module .map svg#map .pin path {
  fill: #D2D2D2;
  fill-opacity: 0.6;
}
.color-map.map-module .map svg#map .text {
  fill: #EFEFEF;
}
.colored th {
  color: #fff !important;
}
.colored h1,
.colored h2 {
  color: #fff !important;
}
.colored h1::before,
.colored h2::before {
  background: #fff !important;
}
.colored .small-dates em {
  background: #fff !important;
}
.colored .teaser-inner h3,
.colored .upcoming-events h3,
.colored .press h3,
.colored .cooperation h3,
.colored .formular h3,
.colored .newsletter h3,
.colored .active-audio h3,
.colored.event-header h3,
.colored.offer-info h3,
.colored.offer-areas h3,
.colored .claim h3,
.colored .teaser-inner h4,
.colored .upcoming-events h4,
.colored .press h4,
.colored .cooperation h4,
.colored .formular h4,
.colored .newsletter h4,
.colored .active-audio h4,
.colored.event-header h4,
.colored.offer-info h4,
.colored.offer-areas h4,
.colored .claim h4,
.colored .teaser-inner p,
.colored .upcoming-events p,
.colored .press p,
.colored .cooperation p,
.colored .formular p,
.colored .newsletter p,
.colored .active-audio p,
.colored.event-header p,
.colored.offer-info p,
.colored.offer-areas p,
.colored .claim p,
.colored .teaser-inner a,
.colored .upcoming-events a,
.colored .press a,
.colored .cooperation a,
.colored .formular a,
.colored .newsletter a,
.colored .active-audio a,
.colored.event-header a,
.colored.offer-info a,
.colored.offer-areas a,
.colored .claim a,
.colored .teaser-inner strong,
.colored .upcoming-events strong,
.colored .press strong,
.colored .cooperation strong,
.colored .formular strong,
.colored .newsletter strong,
.colored .active-audio strong,
.colored.event-header strong,
.colored.offer-info strong,
.colored.offer-areas strong,
.colored .claim strong,
.colored .teaser-inner label,
.colored .upcoming-events label,
.colored .press label,
.colored .cooperation label,
.colored .formular label,
.colored .newsletter label,
.colored .active-audio label,
.colored.event-header label,
.colored.offer-info label,
.colored.offer-areas label,
.colored .claim label,
.colored .teaser-inner span,
.colored .upcoming-events span,
.colored .press span,
.colored .cooperation span,
.colored .formular span,
.colored .newsletter span,
.colored .active-audio span,
.colored.event-header span,
.colored.offer-info span,
.colored.offer-areas span,
.colored .claim span,
.colored .teaser-inner p strong,
.colored .upcoming-events p strong,
.colored .press p strong,
.colored .cooperation p strong,
.colored .formular p strong,
.colored .newsletter p strong,
.colored .active-audio p strong,
.colored.event-header p strong,
.colored.offer-info p strong,
.colored.offer-areas p strong,
.colored .claim p strong {
  color: #fff !important;
}
.colored .teaser-inner a:hover,
.colored .upcoming-events a:hover,
.colored .press a:hover,
.colored .cooperation a:hover,
.colored .formular a:hover,
.colored .newsletter a:hover,
.colored .active-audio a:hover,
.colored.event-header a:hover,
.colored.offer-info a:hover,
.colored.offer-areas a:hover,
.colored .claim a:hover {
  opacity: 0.6 !important;
}
.colored .teaser-inner .btn,
.colored .upcoming-events .btn,
.colored .press .btn,
.colored .cooperation .btn,
.colored .formular .btn,
.colored .newsletter .btn,
.colored .active-audio .btn,
.colored.event-header .btn,
.colored.offer-info .btn,
.colored.offer-areas .btn,
.colored .claim .btn {
  background: #fff !important;
  color: #000 !important;
}
.colored .teaser-inner .tag,
.colored .upcoming-events .tag,
.colored .press .tag,
.colored .cooperation .tag,
.colored .formular .tag,
.colored .newsletter .tag,
.colored .active-audio .tag,
.colored.event-header .tag,
.colored.offer-info .tag,
.colored.offer-areas .tag,
.colored .claim .tag {
  background: rgba(255, 255, 255, 0.2);
}
.colored .select2-container--default .select2-selection--single .select2-selection__rendered,
.colored .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #fff;
}
.colored .teaser-inner .text-image li {
  color: #fff !important;
}
.colored .teaser-inner .text-image li::before {
  background: #fff !important;
}
.colored.offer-areas h3 {
  color: #000 !important;
}
.formItem {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .formItem {
    flex-direction: column;
  }
}
.formItem ul.errors {
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.formItem ul.errors li {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 12px;
}
.formItem .icon-eye {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
}
.formItem .icon-eye:before {
  color: #595959;
  font-size: 12px;
}
.formItem .icon-eye:hover:before {
  color: var(--secondary-color);
}
.formItem .icon-eye.show {
  bottom: 12px;
}
.formItem .icon-eye.show:before {
  content: '\e82b';
  font-size: 19px;
}
.formItem label {
  width: 50%;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  padding-top: 18px;
  padding-right: 25px;
  position: relative;
  color: #676767;
}
.formItem label small {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .formItem label {
    width: 100%;
    padding: 15px 0 15px 20px;
  }
}
.formItem label::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #D2D2D2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 760px) {
  .formItem label::before {
    width: 1px;
    height: 100%;
  }
}
.formItem label a {
  text-decoration: none;
  color: var(--primary-color);
}
.formItem label a:hover {
  opacity: 0.6;
}
.formItem input,
.formItem textarea,
.formItem select {
  width: 50%;
  border: 1px solid #D2D2D2;
  background: #EFEFEF;
  height: 50px;
  padding: 20px;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .formItem input,
  .formItem textarea,
  .formItem select {
    width: 100%;
  }
}
.formItem input[type="password"] {
  padding-right: 35px;
}
.formItem textarea {
  height: initial;
  min-height: 100px;
}
.formItem.formRadio input {
  width: 25%;
  padding-top: 18px;
  position: relative;
}
.formItem select {
  text-transform: uppercase;
  padding: 13px 20px;
}
.formItem.formCheckbox input {
  opacity: 0;
}
.formItem.formCheckbox input + label i {
  width: 50px;
  height: 50px;
  position: absolute;
  content: '';
  background: #EFEFEF;
  left: -50px;
  top: -2px;
  border: 1px solid #D2D2D2;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .formItem.formCheckbox input + label i {
    top: 0;
    right: initial;
    left: -48px;
    bottom: initial;
  }
}
.formItem.formCheckbox input + label span {
  line-height: 50px;
}
.formItem.formCheckbox input:checked + label i:before {
  content: "\e907";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: var(--secondary-color);
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 11px;
}
.formItem .vueUpload {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .formItem .vueUpload {
    width: 100%;
  }
}
.formItem .vueUpload div {
  transition: all 200ms ease;
}
.formItem .vueUpload .dz-drag-hover {
  background: rgba(255, 255, 255, 0.2);
}
.formItem .vueUpload .dz-drag-hover .dropzone .droparea .btn {
  opacity: 0.8;
}
.formItem .vueUpload .dropzone {
  border: 2px dashed rgba(210, 210, 210, 0.6);
  padding: 20px 20px 0 20px;
}
.formItem .vueUpload .dropzone .droparea span {
  color: #676767;
  font-family: 'opensans';
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
}
.formItem .vueUpload .dropzone .droparea .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 200ms ease;
}
.formItem .vueUpload .dropzone ul.queue {
  margin: 0 -22px -2px -22px;
  outline: none;
  border: none;
}
.formItem .vueUpload .dropzone ul.queue li {
  background: #fff;
  padding: 0 20px 35px 20px;
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.formItem .vueUpload .dropzone ul.queue li:first-child {
  padding-top: 20px;
}
.formItem .vueUpload .dropzone ul.queue li:before {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  bottom: 20px;
  left: 20px;
  background: #D2D2D2;
}
.formItem .vueUpload .dropzone ul.queue li strong {
  color: #000 !important;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.formItem .vueUpload .dropzone ul.queue li strong:before {
  position: absolute;
  content: "\e909";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #000;
  top: 0;
  left: 0;
}
.formItem .vueUpload .dropzone ul.queue li button {
  font-size: 20px;
  color: var(--secondary-color);
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  position: relative;
  transition: color 200ms ease;
}
.formItem .vueUpload .dropzone ul.queue li button:hover {
  color: var(--primary-color);
}
.formItem .vueUpload .dropzone ul.queue li button:hover.close:before,
.formItem .vueUpload .dropzone ul.queue li button:hover.close:after {
  background: var(--primary-color);
}
.formItem .vueUpload .dropzone ul.queue li button.close {
  margin-left: 15px;
}
.formItem .vueUpload .dropzone ul.queue li button.close:before,
.formItem .vueUpload .dropzone ul.queue li button.close:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--secondary-color);
  transform: rotate(45deg);
}
.formItem .vueUpload .dropzone ul.queue li button.close:after {
  transform: rotate(-45deg);
}
.formItem .vueUpload .dropzone ul.queue li .upload-progress {
  width: calc(100% - 40px);
  height: 5px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #D2D2D2;
}
.formItem .vueUpload .dropzone ul.queue li .upload-progress .progress {
  height: 5px;
  display: block;
  width: 100%;
}
.formItem .vueUpload .dropzone ul.queue li .upload-progress .progress i {
  height: 5px;
  display: block;
  background: var(--secondary-color);
}
.teaser.colored .formular label::before {
  opacity: 0.5;
}
#vuePagination {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vuePagination a {
  padding: 10px 14px;
  margin: 0;
  line-height: initial;
  border: 1px solid #fff;
  cursor: pointer;
}
#vuePagination a.active {
  border: 1px solid #D2D2D2;
  color: var(--primary-color);
  cursor: default;
}
#vuePagination a:hover {
  color: var(--primary-color);
}
#vuePagination button {
  margin-left: 10px;
}
#vuePagination button.disabled {
  background: #D2D2D2;
  cursor: default;
}
#vuePagination button.disabled:hover {
  opacity: 1;
}
.event-category-select .select2-container {
  min-width: 300px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: none;
  border-radius: 0;
  border: none;
  outline: none;
  transition: opacity 200ms ease;
  padding: 0 !important;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
  opacity: 0.6;
  cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  justify-content: flex-end;
  color: #000;
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  padding: 10px 50px 10px 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: none;
}
.select2-container--open .select2-dropdown {
  display: inline-table;
}
.select2-container--open .select2-selection__rendered::after {
  transform: rotate(180deg);
}
.select2-container {
  min-width: initial;
  width: 100% !important;
}
.select2-selection__rendered {
  position: relative;
  line-height: 100%;
}
.select2-selection__rendered::after {
  content: '\e828';
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #000;
  position: absolute;
  top: 10px !important;
  right: 20px !important;
  transition: all 200ms ease;
}
.select2-selection__rendered span {
  cursor: pointer;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  transition: opacity 200ms ease;
}
.select2-selection__rendered span:hover {
  opacity: 0.8;
}
.select2-dropdown {
  background: #fff;
  padding: 25px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  z-index: 10;
}
.select2-dropdown ul.select2-results__options {
  margin: auto;
  overflow-x: hidden;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable {
  margin: auto;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable:last-child {
  margin-bottom: 0;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable em {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary-color);
  display: inline-block;
  flex: 0 0 auto;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable span {
  margin-right: 15px;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable i {
  width: 25px;
  height: 25px;
  border: 1px solid #E2E2E2;
  background: #EFEFEF;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable i::before {
  position: absolute;
  content: "\e907";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: var(--secondary-color);
  top: 0;
  left: 6px;
  opacity: 0;
  transition: opacity 200ms ease;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected i::before {
  opacity: 1;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected:hover i {
  border-color: var(--secondary-color);
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected:hover i::before {
  opacity: 1;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover i {
  border-color: var(--secondary-color);
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover span {
  color: var(--secondary-color);
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-container--default,
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
  background: none;
  color: #000;
}
.select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--default.select2-container--below.select2-container--open {
  border: none;
  background: #fff;
  border-radius: 0;
}
.select2-container--default.select2-container--below.select2-container--open::before {
  width: calc(100% - 40px);
  height: 1px;
  background: #E2E2E2;
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
}
.select2-container--default.select2-container--below.select2-container--open .select2-selection__rendered {
  color: #000 !important;
}
.select2-container--default.select2-container--below.select2-container--open .select2-selection__rendered span {
  color: #000 !important;
}
.select2-container--default.select2-container--below.select2-container--open .select2-selection__rendered::after {
  color: var(--secondary-color) !important;
  transform: rotate(180deg);
}
.select2-container--default.select2-container--below.select2-container--open .select2-selection__rendered span {
  color: var(--secondary-color);
}
.select2-selection.select2-selection--multiple {
  background: none;
  border-radius: 0;
  border: none;
  text-align: right;
  padding: 20px 50px 20px 20px;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered::after {
  right: -30px;
  top: 2px;
}
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover,
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-container--default,
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
  color: var(--secondary-color);
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 10px 50px 10px 10px;
  line-height: 28px;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .formular {
    padding: 0 50px;
  }
}
.formular .select2-container--default .select2-selection--single .select2-selection__rendered,
.formular .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  border: 1px solid #D2D2D2;
}
.formular .select2-container--default.select2-container--below.select2-container--open {
  background: #EFEFEF;
}
.formular h2 {
  padding: 0;
}
.formular p {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .formular p {
    padding: 0;
  }
}
.formular article {
  color: #fff;
}
.formular article ol {
  padding-left: 40px;
  margin-left: 50px;
  margin-bottom: 50px;
}
.formular article ol li {
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 25px;
}
.formular article ul {
  margin-left: 50px;
  margin-bottom: 50px;
}
.formular article ul li {
  padding-left: 50px;
  position: relative;
}
.formular article ul li ul {
  padding-top: 25px;
}
.formular article ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: #000;
  margin-bottom: 25px;
}
.formular article ul li a,
.formular article ol li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
}
.formular article ul li a:hover,
.formular article ol li a:hover {
  opacity: 0.6 !important;
}
.formular .formular-fields {
  padding: 0 50px;
}
@media screen and (max-width: 760px) {
  .formular .formular-fields {
    padding: 0;
  }
}
.formular .formular-fields h3 {
  color: #595959;
}
.formular .btn {
  display: block;
  margin: 0 auto;
}
.formular .select2 {
  width: 50% !important;
  background: #EFEFEF;
}
@media screen and (max-width: 760px) {
  .formular .select2 {
    width: 100% !important;
  }
}
.formular .select2 .select2-selection__rendered {
  color: #000 !important;
  justify-content: flex-start !important;
  padding-left: 20px !important;
}
.formular .select2 .select2-selection__rendered::after {
  color: var(--secondary-color) !important;
}
.formular .formCheck {
  opacity: 0;
}
.formular .formCheck + label i {
  width: 50px;
  height: 50px;
  position: absolute;
  content: '';
  background: #EFEFEF;
  left: -50px;
  top: -1px;
  border: 1px solid #D2D2D2;
  cursor: pointer;
}
.formular .formCheck + label span {
  line-height: 50px;
}
.formular .formCheck:checked + label i:before {
  content: "\e907";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: var(--secondary-color);
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 11px;
}
.formular input[type="radio"] {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.formular input[type="radio"] + label i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  left: -40px;
}
.formular input[type="radio"] + label span {
  line-height: 40px;
}
.formular input[type="radio"]:checked + label i:before {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 9px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  content: '';
  background: none;
}
.formular .answer {
  position: relative;
  width: 50%;
  margin-bottom: -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .formular .answer {
    width: 100%;
    flex-direction: row;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
}
.formular .answer input::before,
.formular .answer label::before {
  display: none;
}
.formular .answer input {
  width: 50px;
}
.formular .answer label {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 760px) {
  .formular .answer label {
    padding-left: 20px;
  }
}
.formular .answer::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #D2D2D2;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.formular .answer .choices {
  width: 50%;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.colored .formular article ul li {
  color: #fff;
}
.colored .formular article ul li::before {
  background: #fff;
}
.colored .formular article ul li a,
.colored .formular article ol li a {
  color: var(--primary-color);
}
.formError.formItem.formCheckbox input + label i,
.formError input {
  border: 1px solid var(--primary-color);
}
.errors li {
  list-style: none;
  padding-left: 0 !important;
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  color: var(--primary-color);
}
.errors li::before {
  display: none;
}
.errorMsg {
  background: rgba(255, 0, 0, 0.2);
  padding: 5px 5px 5px 10px;
  border-left: 5px solid rgba(255, 0, 0, 0.5);
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
}
.success {
  background: rgba(98, 210, 21, 0.2);
  padding: 5px 5px 5px 10px;
  border-left: 5px solid rgba(98, 210, 21, 0.5);
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
}
#message {
  margin-top: 20px;
  text-align: center;
}
/*
*
*   SECONDRED Boilerplate
*   Form.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --fui-input-font-size: 15px;
  --fui-input-padding: 14px 20px;
  --fui-input-background-color: #EFEFEF;
  --fui-input-border: 1px solid #D2D2D2;
  --fui-input-border-radius: 0;
  --fui-input-placeholder-color: var(--input-placeholder-color);
  --fui-input-width: 100%;
  --fui-check-font-size: 16px;
  --fui-check-label-padding-left: 80px;
  --fui-check-label-top: 5px;
  --fui-check-label-width: 60px;
  --fui-check-label-height: 60px;
  --fui-check-label-border: 1px solid #D9D9D9;
  --fui-check-label-bg-color: #fff;
  --fui-field-gutter: 15px;
  --fui-row-gutter: 10px;
  --fui-column-gutter: 50px;
  --fui-btn-container-padding: 20px 0 0 0;
  --fui-btn-container-margin: 0 0;
  --fui-submit-btn-color: #fff;
  --fui-submit-btn-bg-color: red;
  --fui-submit-btn-border: 1px solid red;
  --fui-error-color: red;
  --fui-required-color: red;
  --fui-error: red;
  --fui-loading-min-height: 1rem;
  --fui-loading-height: 1rem;
  --fui-loading-width: 1rem;
  --fui-loading-border-color: #fff;
  --fui-loading-animation: loading 0.5s infinite linear;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
/* -- Defaults -- */
.fui-hidden {
  display: none;
}
.fui-sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
[data-fui-page-hidden] {
  display: none;
}
/* -- Alert -- */
:root {
  --fui-alert-padding: 1rem;
  --fui-alert-border-radius: 0.25rem;
  --fui-alert-line-height: 1.25rem;
  --fui-alert-font-size: 0.875rem;
  --fui-alert-font-weight: 500;
  --fui-alert-margin-bottom: 1rem;
  --fui-alert-error-bg-color: #fdf2f2;
  --fui-alert-error-color: #771d1d;
  --fui-alert-success-bg-color: #f3faf7;
  --fui-alert-success-color: #03543f;
}
.fui-alert {
  padding: var(--fui-alert-padding);
  border-radius: var(--fui-alert-border-radius);
  line-height: var(--fui-alert-line-height);
  font-size: var(--fui-alert-font-size);
  font-weight: var(--fui-alert-font-weight);
  margin-bottom: var(--fui-alert-margin-bottom);
}
.fui-alert p {
  padding: 0 !important;
}
.fui-alert p:last-child {
  margin-bottom: 0;
}
.fui-alert-error {
  background-color: var(--fui-alert-error-bg-color);
  color: var(--fui-alert-error-color) !important;
}
.fui-alert-error p {
  color: var(--fui-alert-error-color) !important;
}
.fui-alert-success {
  background-color: var(--fui-alert-success-bg-color);
  color: var(--fui-alert-success-color) !important;
}
.fui-alert-success p {
  color: var(--fui-alert-success-color) !important;
}
.colored .fui-alert-error {
  background-color: var(--fui-alert-error-bg-color);
  color: var(--fui-alert-error-color) !important;
}
.colored .fui-alert-error p {
  color: var(--fui-alert-error-color) !important;
}
.colored .fui-alert-success {
  background-color: var(--fui-alert-success-bg-color);
  color: var(--fui-alert-success-color) !important;
}
.colored .fui-alert-success p {
  color: var(--fui-alert-success-color) !important;
}
.fui-alert-error.fui-alert-bottom-form {
  margin-top: 1rem;
  margin-bottom: 0;
}
.text + .fui-i {
  margin-top: 40px;
}
/* -- Form Outer -- */
.fui-row {
  display: flex;
  gap: 0 15px;
  flex-direction: column;
}
.fui-row h2 {
  margin-left: 0;
}
.fui-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.fui-legend {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #A4A4A4;
}
.fui-instructions p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
/* -- Formular Elemente  -- */
.fui-label,
.fui-legend {
  font-weight: normal;
}
.fui-label {
  width: 50%;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  padding-top: 18px;
  padding-right: 25px;
  position: relative;
  color: #676767;
}
.fui-label::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  background: #D2D2D2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 760px) {
  .fui-label {
    width: 100%;
    padding: 15px 0 15px 20px;
  }
  .fui-label::before {
    height: 100%;
    width: 1px;
  }
}
.fui-field {
  flex: 1;
}
.fui-field:not(.fui-type-hidden-field) {
  margin-bottom: var(--fui-column-gutter);
}
.fui-field:not(.fui-type-hidden-field) .fui-field:not(.fui-type-hidden-field) {
  margin-bottom: 0;
}
.fui-field-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .fui-field-container {
    flex-direction: column;
  }
}
.fui-error {
  position: relative;
}
.fui-input-wrapper {
  flex: 1;
}
.fui-layout-horizontal .fui-layout-wrap {
  display: flex;
}
.fui-layout-horizontal .fui-layout-wrap:has(.fui-checkbox) {
  flex-wrap: wrap;
}
.fui-layout-horizontal .fui-layout-wrap:has(.fui-checkbox) .fui-checkbox {
  width: 33.333333%;
}
@media screen and (max-width: 1240px) {
  .fui-layout-horizontal .fui-layout-wrap:has(.fui-checkbox) .fui-checkbox {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .fui-layout-horizontal .fui-layout-wrap:has(.fui-checkbox) .fui-checkbox {
    width: 100%;
  }
}
.fui-submit,
.fui-save {
  order: 10;
}
.fui-label-left-input .fui-field-container,
.fui-label-right-input .fui-field-container {
  display: flex;
  align-items: baseline;
}
.fui-label-left-input .fui-field-container:has(select[multiple]),
.fui-label-right-input .fui-field-container:has(select[multiple]) {
  align-items: flex-start;
}
.fui-label-right-input .fui-field-container .fui-label {
  padding-left: 25px;
  padding-right: 0;
}
.fui-label-left-input .fui-input-container,
.fui-label-right-input .fui-input-container {
  flex: 1;
}
.fui-label-below-input > .fui-field-container > .fui-input-container > .fui-fieldset > .fui-legend {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.fui-input-container {
  flex: 1;
}
.fui-input,
.fui-select {
  font-size: var(--fui-input-font-size);
  line-height: var(--fui-input-line-height);
  border-radius: var(--fui-input-border-radius);
  font-family: 'opensans', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  background-color: var(--fui-input-background-color);
  border: var(--fui-input-border);
  padding: var(--fui-input-padding);
  width: var(--fui-input-width);
  height: var(--input-height);
}
.fui-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../gfx/select-arrow.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 21px auto;
}
.fui-input::-moz-placeholder,
.fui-select::-moz-placeholder {
  color: var(--fui-input-placeholder-color);
}
.fui-input::placeholder,
.fui-select::placeholder {
  color: var(--fui-input-placeholder-color);
}
.fui-input[type="file"],
.fui-select[type="file"] {
  height: auto;
  font-size: 1rem;
}
.fui-input[type="color"],
.fui-select[type="color"] {
  height: 39px;
  padding: 0.1rem;
}
.fui-type-dropdown.fui-group-anzeigenformat .fui-label {
  width: 25%;
  width: calc(25% - 10px);
}
@media only screen and (max-width: 768px) {
  .fui-type-dropdown.fui-group-anzeigenformat .fui-label {
    width: 100%;
  }
}
[data-conditionally-hidden="true"] {
  display: none;
}
.formie-hcaptcha-placeholder,
.formie-recaptcha-placeholder {
  margin-left: 25%;
  margin-left: calc(25% - 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .formie-hcaptcha-placeholder,
  .formie-recaptcha-placeholder {
    margin-left: 0;
  }
}
.fui-heading-h6 {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .fui-heading-h6 {
    padding-left: 20px;
  }
}
/* -- Radio Checkbox -- */
.fui-layout-vertical .fui-legend {
  /*padding-left: 60px;
		@media only screen and (max-width: 768px) { 
			padding-left: 20px;
		} */
}
.fui-layout-vertical .fui-checkbox,
.fui-layout-vertical .fui-radio {
  /*margin-left: 25%; margin-left: calc(25% - 10px); */
}
@media only screen and (max-width: 768px) {
  .fui-layout-vertical .fui-checkbox,
  .fui-layout-vertical .fui-radio {
    margin-left: 0;
  }
}
.fui-layout-vertical .fui-checkbox + .fui-checkbox,
.fui-layout-vertical .fui-radio + .fui-radio {
  margin-top: 20px;
}
.fui-checkbox input,
.fui-radio input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fui-checkbox input:focus + label::before,
.fui-radio input:focus + label::before {
  border-color: #a4cafe;
  border-color: var(--fui-check-border-color-focus, var(--fui-focus-border-color));
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  box-shadow: var(--fui-check-box-shadow-focus, var(--fui-focus-shadow));
}
.fui-checkbox input:checked + label::before,
.fui-radio input:checked + label::before {
  background-color: #516fea;
  background-color: var(--fui-check-bg-color-checked, var(--fui-primary-color));
  border-color: #516fea;
  border-color: var(--fui-check-border-color-checked, var(--fui-primary-color));
}
.fui-checkbox input:active + label::before,
.fui-radio input:active + label::before {
  background-color: #f0f1f4;
  background-color: var(--fui-check-bg-color);
}
.fui-checkbox,
.fui-radio {
  position: relative;
  margin-bottom: 50px;
}
.fui-checkbox::before,
.fui-radio::before {
  position: absolute;
  width: calc(50% + 50px);
  height: 1px;
  content: '';
  background: #D2D2D2;
  top: 0;
}
@media screen and (max-width: 760px) {
  .fui-checkbox::before,
  .fui-radio::before {
    height: 100%;
    width: 1px;
  }
}
.fui-checkbox::before,
.fui-radio::before {
  left: 0;
}
.fui-checkbox label,
.fui-radio label {
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #676767;
  position: relative;
  padding-left: var(--fui-check-label-padding-left);
}
.fui-checkbox label::before,
.fui-radio label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: var(--fui-check-label-width);
  height: var(--fui-check-label-height);
  content: "";
  cursor: pointer;
  border: var(--fui-check-label-border);
  background-color: var(--fui-check-label-bg-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-radio label {
  padding-left: 0;
  padding-right: 60px;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  max-width: 50%;
  padding: 10px 0;
}
.fui-radio label::before {
  position: absolute;
  left: 100%;
  top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  cursor: pointer;
  border: var(--fui-input-border);
  background-color: var(--fui-input-background-color);
  background-image: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-radio label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  left: calc(100% + 10px);
  top: 20px;
  opacity: 0;
}
@media screen and (max-width: 760px) {
  .fui-radio label {
    padding: 15px 0 15px 20px;
    margin-bottom: 50px;
    display: block;
    max-width: none;
  }
  .fui-radio label::before {
    left: 0;
    top: auto;
    bottom: -40px;
  }
  .fui-radio label::after {
    left: 10px;
    top: auto;
    bottom: 20px;
  }
}
.fui-checkbox label {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 0;
  padding-right: 30px;
  padding-left: 0;
  min-height: 50px;
  align-items: center;
  max-width: 50%;
}
.fui-checkbox label a {
  margin: 0 3px;
  text-decoration: none;
  color: var(--primary-color);
}
.fui-checkbox label::before {
  width: 50px;
  height: 50px;
  border: var(--fui-input-border);
  background: var(--fui-input-background-color);
  position: absolute;
  left: 100%;
  top: 0;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.fui-checkbox label::after {
  content: "\e907";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: var(--secondary-color);
  position: absolute;
  z-index: 1;
  top: 15px;
  left: calc(100% + 11px);
  opacity: 0;
}
@media screen and (max-width: 760px) {
  .fui-checkbox label {
    padding: 15px 0 15px 20px;
    margin-bottom: 50px;
    display: block;
    max-width: none;
  }
  .fui-checkbox label::before {
    left: 0;
    top: auto;
    bottom: -50px;
  }
  .fui-checkbox label::after {
    left: 10px;
    top: auto;
    bottom: -36px;
  }
}
.fui-checkbox input:checked + label::before {
  border: var(--fui-input-border);
  background: var(--fui-input-background-color);
}
.fui-checkbox input:checked + label::after {
  opacity: 1;
}
.fui-radio label::before {
  border-radius: 50%;
}
.fui-radio input:checked + label::before {
  border: var(--fui-input-border);
  background: var(--fui-input-background-color);
}
.fui-radio input:checked + label::after {
  opacity: 1;
}
.fui-error .fui-radio label::before,
.fui-error .fui-checkbox label::before {
  border-color: red;
}
.fui-error .fui-input,
.fui-error .fui-select {
  border-color: red;
}
/* -- Submit Button -- */
.fui-btn-wrapper,
.fui-btn-container {
  display: flex;
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-right,
.fui-btn-container.fui-btn-right {
  justify-content: flex-end;
}
.fui-btn-wrapper.fui-btn-center,
.fui-btn-wrapper.fui-btn-center-save-right,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-center,
.fui-btn-container.fui-btn-center-save-right,
.fui-btn-container.fui-btn-center-save-left {
  justify-content: center;
}
.fui-btn-wrapper.fui-btn-left-right,
.fui-btn-wrapper.fui-btn-save-right,
.fui-btn-wrapper.fui-btn-save-left,
.fui-btn-container.fui-btn-left-right,
.fui-btn-container.fui-btn-save-right,
.fui-btn-container.fui-btn-save-left {
  justify-content: space-between;
}
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-container.fui-btn-right-save-left {
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-save-left,
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-save-left,
.fui-btn-container.fui-btn-right-save-left,
.fui-btn-container.fui-btn-center-save-left {
  flex-direction: row-reverse;
}
.fui-btn-wrapper .fui-btn[data-conditionally-hidden],
.fui-btn-container .fui-btn[data-conditionally-hidden] {
  display: none;
}
.fui-btn-wrapper {
  padding: var(--fui-btn-container-padding);
  margin: var(--fui-btn-container-margin);
}
.fui-btn-wrapper,
.fui-btn-container {
  display: flex;
  justify-content: center;
}
.fui-submit {
  font-size: 13px;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--primary-color);
  padding: 13px 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  text-decoration: none;
  border: none;
  outline: none;
  transition: opacity 200ms ease;
  word-break: break-word;
  line-height: initial;
  background-color: var(--secondary-color);
}
.fui-submit:hover {
  opacity: 0.6;
}
.fui-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fui-btn.disabled,
.fui-btn:disabled {
  opacity: 0.65;
  opacity: var(--fui-btn-opacity-disabled);
  pointer-events: none;
}
/* -- Preloader -- */
:root {
  --fui-loading-min-height: 1rem;
  --fui-loading-height: 20px;
  --fui-loading-width: 20px;
  --fui-loading-margin-top: -10px;
  --fui-loading-margin-left: -10px;
  --fui-loading-border-width: 2px;
  --fui-loading-left: 50%;
  --fui-loading-top: calc(50% - 1px);
  --fui-loading-z-index: 1;
}
.fui-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  min-height: var(--fui-loading-min-height);
}
.fui-loading::after {
  position: absolute;
  display: block;
  height: var(--fui-loading-height);
  width: var(--fui-loading-width);
  margin-top: -0.5rem;
  margin-top: var(--fui-loading-margin-top);
  margin-left: -0.5rem;
  margin-left: var(--fui-loading-margin-left);
  border-width: 2px;
  border-width: var(--fui-loading-border-width);
  border-style: solid;
  border-radius: 9999px;
  border-color: #516fea;
  border-color: var(--fui-loading-border-color, var(--fui-primary-color));
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
  -webkit-animation: var(--fui-loading-animation);
  animation: var(--fui-loading-animation);
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  left: 50%;
  left: var(--fui-loading-left);
  top: calc(50% - 1px);
  top: var(--fui-loading-top);
  z-index: 1;
  z-index: var(--fui-loading-z-index);
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- Tabs -- */
:root {
  --fui-tabs-margin-bottom: 1rem;
  --fui-tabs-font-size: 0.875rem;
  --fui-tabs-border-bottom: 1px solid #D1D5DB;
  --fui-tab-color: #6B7280;
  --fui-tab-padding: 0.5rem 1rem;
  --fui-tab-margin-bottom: -1px;
  --fui-tab-border: 1px solid transparent;
  --fui-tab-active-color: #374151;
  --fui-tab-active-bg-color: #fff;
  --fui-tab-active-border-color: #D1D5DB;
}
.fui-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--fui-tabs-margin-bottom);
  font-size: var(--fui-tabs-font-size);
  border-bottom: var(--fui-tabs-border-bottom);
}
.fui-tab {
  color: var(--fui-tab-color);
  padding: var(--fui-tab-padding);
  margin-bottom: var(--fui-tab-margin-bottom);
  border: var(--fui-tab-border);
}
.fui-tab a {
  color: inherit;
  text-decoration: none;
}
.fui-tab[data-conditionally-hidden] {
  display: none;
}
.fui-tab-active {
  font-weight: 500;
  color: var(--fui-tab-active-color);
  background-color: var(--fui-tab-active-bg-color);
  border-color: var(--fui-tab-active-border-color);
  border-bottom-color: transparent;
  border-bottom-color: var(--fui-tab-active-border-bottom-color);
  border-radius: 0.25rem 0.25rem 0 0;
  border-radius: var(--fui-tab-active-border-radius, var(--fui-border-radius) var(--fui-border-radius) 0 0);
}
.fui-tab-error {
  color: #f56565;
  color: var(--fui-tab-error-color, var(--fui-error));
}
/* -- Fehlermeldung -- */
.fui-error-message {
  color: var(--fui-required-color, var(--fui-error));
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 3px 5px;
  pointer-events: none;
}
.fui-type-agree .fui-error-message {
  display: none !important;
}
.fui-required {
  color: var(--fui-required-color, var(--fui-error));
}
/* -- Color Override -- */
.colored .fui-legend {
  color: #fff;
}
.fui-instructions {
  margin-bottom: 30px;
}
.fui-instructions p {
  padding: 0;
  color: #A4A4A4;
}
/* -- Overrides -- */
.fui-type-date:has(.fui-instructions) .fui-field-container,
.fui-type-dropdown:has(.fui-instructions) .fui-field-container,
.fui-type-single-line-text:has(.fui-instructions) .fui-field-container,
.fui-type-multi-line-text:has(.fui-instructions) .fui-field-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.fui-type-date:has(.fui-instructions) .fui-field-container .fui-instructions,
.fui-type-dropdown:has(.fui-instructions) .fui-field-container .fui-instructions,
.fui-type-single-line-text:has(.fui-instructions) .fui-field-container .fui-instructions,
.fui-type-multi-line-text:has(.fui-instructions) .fui-field-container .fui-instructions {
  grid-area: 1 / 1 / 2 / 3;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fui-type-date:has(.fui-instructions) .fui-field-container .fui-instructions p,
.fui-type-dropdown:has(.fui-instructions) .fui-field-container .fui-instructions p,
.fui-type-single-line-text:has(.fui-instructions) .fui-field-container .fui-instructions p,
.fui-type-multi-line-text:has(.fui-instructions) .fui-field-container .fui-instructions p {
  font-size: 1.875rem;
  font-weight: normal;
}
.fui-type-date:has(.fui-instructions) .fui-field-container .fui-label,
.fui-type-dropdown:has(.fui-instructions) .fui-field-container .fui-label,
.fui-type-single-line-text:has(.fui-instructions) .fui-field-container .fui-label,
.fui-type-multi-line-text:has(.fui-instructions) .fui-field-container .fui-label {
  grid-area: 2 / 1 / 3 / 2;
  width: auto;
}
.fui-type-date:has(.fui-instructions) .fui-field-container .fui-input-container,
.fui-type-dropdown:has(.fui-instructions) .fui-field-container .fui-input-container,
.fui-type-single-line-text:has(.fui-instructions) .fui-field-container .fui-input-container,
.fui-type-multi-line-text:has(.fui-instructions) .fui-field-container .fui-input-container {
  grid-area: 2 / 2 / 3 / 3;
}
.workshop-desc {
  max-width: 50%;
}
.workshop-desc p {
  font-size: 0.875rem;
}
@media screen and (max-width: 760px) {
  .workshop-desc {
    max-width: 100%;
    padding-left: 20px;
  }
  .workshop-desc p:first-child {
    padding-top: 20px !important;
  }
}
.fui-type-checkboxes .fui-legend {
  margin-bottom: 30px;
}
.overlay {
  content: '';
  z-index: 100;
  width: 100%;
  min-height: 100vh;
  background: rgba(204, 204, 204, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  overflow-y: scroll;
  height: 100%;
}
.overlay .event {
  margin: 150px 0;
}
.overlay .event .event-content {
  overflow: hidden;
}
.overlay ul li {
  padding-left: 50px;
  position: relative;
}
.overlay ul li ul {
  padding-top: 25px;
}
.overlay ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.overlay ul li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
  display: contents;
}
.overlay ul li a:hover {
  opacity: 0.6;
}
.overlay.dark {
  background: rgba(26, 62, 87, 0.95);
  display: block;
}
.overlay.dark h3,
.overlay.dark p,
.overlay.dark a,
.overlay.dark span,
.overlay.dark ul li {
  color: #fff;
}
.overlay.dark ul li::before {
  background: #fff;
}
.overlay.dark .swiper-button-prev::after,
.overlay.dark .swiper-button-next::after {
  color: #fff !important;
}
.overlay button.close {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 50px;
  background-color: var(--primary-color);
  border: none;
  outline: none;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 760px) {
  .overlay button.close {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }
}
.overlay button.close::before,
.overlay button.close::after {
  width: 30px;
  height: 1px;
  top: 50px;
  left: 35px;
  position: absolute;
  content: '';
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 760px) {
  .overlay button.close::before,
  .overlay button.close::after {
    width: 20px;
    top: 25px;
    left: 15px;
  }
}
.overlay button.close::after {
  transform: rotate(-45deg);
}
.overlay button.close:hover {
  background-color: var(--secondary-color);
}
.overlay .gallery-infos,
.overlay .video-infos,
.overlay .audio-infos,
.overlay .flipbook-infos {
  margin-bottom: 25px;
}
.overlay .gallery-infos .share,
.overlay .video-infos .share,
.overlay .audio-infos .share,
.overlay .flipbook-infos .share {
  text-decoration: none;
  margin-left: 50px;
  padding-left: 30px;
  color: #fff;
  position: relative;
  transition: color 200ms ease;
  font-size: 13px;
  background: none;
  border: none;
  height: 20px;
  overflow: visible;
}
.overlay .gallery-infos .share::before,
.overlay .video-infos .share::before,
.overlay .audio-infos .share::before,
.overlay .flipbook-infos .share::before {
  position: absolute;
  content: "\e921";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  top: 0;
  left: 0;
  color: #fff;
  transition: color 200ms ease;
}
.overlay .gallery-infos .share.open .social,
.overlay .video-infos .share.open .social,
.overlay .audio-infos .share.open .social,
.overlay .flipbook-infos .share.open .social {
  display: block;
}
.overlay .gallery-infos .share .social,
.overlay .video-infos .share .social,
.overlay .audio-infos .share .social,
.overlay .flipbook-infos .share .social {
  position: absolute;
  bottom: -130px;
  left: -20px;
  z-index: 3;
  background: #fff;
  padding: 20px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 500ms ease;
}
.overlay .gallery-infos .share .social ul,
.overlay .video-infos .share .social ul,
.overlay .audio-infos .share .social ul,
.overlay .flipbook-infos .share .social ul {
  position: relative;
}
.overlay .gallery-infos .share .social ul li,
.overlay .video-infos .share .social ul li,
.overlay .audio-infos .share .social ul li,
.overlay .flipbook-infos .share .social ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
  position: relative;
  white-space: nowrap;
  text-align: left;
}
.overlay .gallery-infos .share .social ul li::before,
.overlay .video-infos .share .social ul li::before,
.overlay .audio-infos .share .social ul li::before,
.overlay .flipbook-infos .share .social ul li::before {
  display: none;
}
.overlay .gallery-infos .share .social ul li:last-child,
.overlay .video-infos .share .social ul li:last-child,
.overlay .audio-infos .share .social ul li:last-child,
.overlay .flipbook-infos .share .social ul li:last-child {
  margin-bottom: 0;
}
.overlay .gallery-infos .share .social ul li:hover a,
.overlay .video-infos .share .social ul li:hover a,
.overlay .audio-infos .share .social ul li:hover a,
.overlay .flipbook-infos .share .social ul li:hover a {
  color: var(--secondary-color) !important;
}
.overlay .gallery-infos .share .social ul li a,
.overlay .video-infos .share .social ul li a,
.overlay .audio-infos .share .social ul li a,
.overlay .flipbook-infos .share .social ul li a {
  color: #000 !important;
  text-decoration: none;
}
.overlay .gallery-infos .share .social ul li a::after,
.overlay .video-infos .share .social ul li a::after,
.overlay .audio-infos .share .social ul li a::after,
.overlay .flipbook-infos .share .social ul li a::after {
  display: none;
}
.overlay .gallery-infos .share .social ul li a#fb::before,
.overlay .video-infos .share .social ul li a#fb::before,
.overlay .audio-infos .share .social ul li a#fb::before,
.overlay .flipbook-infos .share .social ul li a#fb::before,
.overlay .gallery-infos .share .social ul li a#tw::before,
.overlay .video-infos .share .social ul li a#tw::before,
.overlay .audio-infos .share .social ul li a#tw::before,
.overlay .flipbook-infos .share .social ul li a#tw::before,
.overlay .gallery-infos .share .social ul li a#mail::before,
.overlay .video-infos .share .social ul li a#mail::before,
.overlay .audio-infos .share .social ul li a#mail::before,
.overlay .flipbook-infos .share .social ul li a#mail::before {
  content: "\e90b";
  font-family: 'icon-font';
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #595959;
  transition: color 200ms ease;
}
.overlay .gallery-infos .share .social ul li a#tw::before,
.overlay .video-infos .share .social ul li a#tw::before,
.overlay .audio-infos .share .social ul li a#tw::before,
.overlay .flipbook-infos .share .social ul li a#tw::before {
  content: "\e923";
  font-size: 15px;
}
.overlay .gallery-infos .share .social ul li a#mail::before,
.overlay .video-infos .share .social ul li a#mail::before,
.overlay .audio-infos .share .social ul li a#mail::before,
.overlay .flipbook-infos .share .social ul li a#mail::before {
  content: "\e912";
  font-size: 15px;
}
.overlay .gallery-infos .share .social ul li a:hover#fb::before,
.overlay .video-infos .share .social ul li a:hover#fb::before,
.overlay .audio-infos .share .social ul li a:hover#fb::before,
.overlay .flipbook-infos .share .social ul li a:hover#fb::before,
.overlay .gallery-infos .share .social ul li a:hover#tw::before,
.overlay .video-infos .share .social ul li a:hover#tw::before,
.overlay .audio-infos .share .social ul li a:hover#tw::before,
.overlay .flipbook-infos .share .social ul li a:hover#tw::before,
.overlay .gallery-infos .share .social ul li a:hover#mail::before,
.overlay .video-infos .share .social ul li a:hover#mail::before,
.overlay .audio-infos .share .social ul li a:hover#mail::before,
.overlay .flipbook-infos .share .social ul li a:hover#mail::before {
  color: var(--secondary-color);
}
.overlay .event {
  background-color: initial;
}
.overlay .event .row {
  margin-bottom: 100px;
}
.overlay .event .content-width {
  background-color: #FFF;
}
.overlay .event .event-content {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
}
.overlay .event .event-content .content-width {
  width: 100%;
  background-color: initial;
  margin: 0;
}
.overlay .event .event-content .content-width .upcoming-events .event {
  margin: 0 0 50px 0;
}
.overlay .event .event-content .content-width .upcoming-events .event:last-child {
  margin: 0;
}
.overlay .event .media-preview:hover .swiper-button-next {
  transform: translateX(100px);
}
.overlay .event .media-preview .swiper-button-next {
  transform: translateX(250px);
}
@media print {
  body.overlay-active {
    overflow: initial !important;
  }
  body.overlay-active .navbar,
  body.overlay-active .footer,
  body.overlay-active .container {
    display: none;
  }
  body.overlay-active .overlay {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    overflow-y: initial;
    height: auto;
  }
  body.overlay-active .overlay .event {
    margin: 0;
  }
  body.overlay-active .overlay .event .event-header {
    padding: 0;
    margin-bottom: 0;
  }
  body.overlay-active .overlay .event .event-header #overlay-label {
    padding-top: 0;
    margin-bottom: 20px;
  }
  body.overlay-active .overlay .event .event-header .event-info .time,
  body.overlay-active .overlay .event .event-header .event-info .pin {
    margin-bottom: 10px;
  }
  body.overlay-active .overlay .event .event-header .event-info .time::before,
  body.overlay-active .overlay .event .event-header .event-info .pin::before {
    color: #000000;
  }
  body.overlay-active .overlay .event .event-content {
    box-shadow: none;
    padding: 0;
  }
  body.overlay-active .overlay .event .event-content .row {
    margin-bottom: 30px !important;
  }
  body.overlay-active .overlay .event .event-content h2,
  body.overlay-active .overlay .event .event-content .likeh2 {
    margin-bottom: 10px;
  }
  body.overlay-active .overlay .event .event-content .sitenav,
  body.overlay-active .overlay .event .event-content .tab {
    display: none;
  }
  body.overlay-active .overlay .event .event-content .tabcontent {
    padding: 0;
  }
  body.overlay-active .overlay .event .event-content .quote p {
    color: #000000;
  }
  body.overlay-active .overlay .event .event-content .quote .statement p {
    font-size: 24px !important;
  }
  body.overlay-active .overlay .event .event-content .quote .statement::before,
  body.overlay-active .overlay .event .event-content .quote .statement::after {
    background: #000000;
  }
  body.overlay-active .overlay .event .event-content .text.image-inside .image {
    width: 50% !important;
    float: left !important;
    margin: 0 50px 30px 0 !important;
    margin-left: 0 !important;
  }
  body.overlay-active .overlay .event .event-content .small-press .press-release {
    padding: 0;
    box-shadow: none;
  }
  body.overlay-active .overlay .event .event-content .small-contact .contact {
    padding: 0;
    box-shadow: none;
  }
}
.map-module .col-2-3,
.map-module .col-1-3 {
  padding-right: 50px !important;
}
@media screen and (max-width: 950px) {
  .map-module .col-2-3,
  .map-module .col-1-3 {
    width: 100% !important;
  }
}
.map-module .map {
  margin-top: 175px;
  margin-bottom: 150px;
}
@media screen and (max-width: 950px) {
  .map-module .map {
    margin-bottom: 0;
  }
}
.map-module .map h1 {
  text-align: left;
  margin-bottom: 40px;
}
.map-module .map h1::before {
  left: 0;
}
.map-module .map svg#map #districts path {
  fill: #FFF;
  fill-opacity: 0.1;
  fill-rule: nonzero;
  stroke: #000;
  stroke-opacity: 0.1;
  stroke-width: 1px;
}
.map-module .map svg#map rect {
  fill: rgba(0, 0, 0, 0.45);
}
.map-module .map svg#map .text {
  font-family: 'OpenSans', 'Open Sans', sans-serif;
  font-size: 13px;
  fill: #FFF;
}
.map-module .map svg#map .text-top rect {
  transform: translateY(-30px);
}
.map-module .map svg#map .text-top .text {
  transform: translateY(-30px);
  pointer-events: none;
}
.map-module .map svg#map .pin {
  cursor: pointer;
}
.map-module .map svg#map .pin path {
  fill: #FFF !important;
  fill-opacity: 0.5;
}
.map-module .map svg#map .pin circle {
  fill: #FFF;
}
.map-module .map svg#map .pin:hover path {
  transition: fill 200ms ease, opacity 200ms ease;
  fill: var(--primary-color) !important;
  fill-opacity: 1;
}
.map-module .map svg#map .pin.active path {
  transition: fill 200ms ease, opacity 200ms ease;
  fill: var(--primary-color) !important;
  fill-opacity: 1;
}
.map-module .map-infos {
  margin-top: 175px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 950px) {
  .map-module .map-infos {
    margin-top: 0;
    display: grid;
  }
}
.map-module .map-infos .filter {
  height: 85px;
  margin-bottom: 25px;
  margin-right: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 670px) {
  .map-module .map-infos .filter {
    margin-right: 0;
  }
}
.map-module .map-infos .filter .formItem {
  margin-bottom: 0;
}
.map-module .map-infos .filter .formItem select {
  padding: 0;
  background: none;
  border: none;
  text-transform: initial;
  width: initial;
}
.map-module .map-infos .filter .formItem .select2-container--default .select2-selection--single .select2-selection__rendered,
.map-module .map-infos .filter .formItem .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-weight: 600;
  font-size: 16px;
}
.map-module .map-infos .map-box {
  background: #fff;
  padding: 50px;
  height: calc(100% - 260px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  max-height: 750px;
  overflow-y: auto;
}
@media screen and (max-width: 950px) {
  .map-module .map-infos .map-box {
    height: 100%;
  }
}
@media screen and (max-width: 670px) {
  .map-module .map-infos .map-box {
    width: 100%;
    display: table;
    height: initial;
  }
}
.map-module .map-infos .map-box h3 {
  color: #595959;
}
.map-module .map-infos .map-box ul li {
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.map-module .map-infos .map-box ul li:last-child {
  margin-bottom: 0;
}
.map-module .map-infos .map-box ul li::before {
  width: 80px;
  height: 1px;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: #D2D2D2;
}
.map-module .map-infos .map-box ul li h4 {
  margin-bottom: 5px;
}
.map-module .map-infos .map-box ul li h4 a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 200ms ease;
  font-family: 'encodesans';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.map-module .map-infos .map-box ul li h4 a:hover {
  color: red;
}
.map-module .map-infos .map-box ul li p {
  margin-bottom: 0;
}
.map-module .map-infos .map-box .sender .btn {
  margin-bottom: 0;
}
.map-module .map-infos .map-box .sender .sender-logo {
  width: 100%;
  height: 180px;
  background: #fff;
  border: 1px solid #D2D2D2;
  margin-bottom: 25px;
}
.map-module .map-infos .map-box .sender .sender-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map-module .map-infos .map-box .sender .contact {
  padding-left: 35px;
  margin-bottom: 25px;
}
.map-module .map-infos .map-box .sender .contact .address {
  position: relative;
}
.map-module .map-infos .map-box .sender .contact .address p {
  margin-bottom: 10px;
}
.map-module .map-infos .map-box .sender .contact .address::before {
  content: "\e913";
  font-size: 18px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #676767;
  position: absolute;
  left: -35px;
  top: 0;
}
.map-module .map-infos .map-box .sender .contact a {
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 200ms ease;
  margin-bottom: 10px;
}
.map-module .map-infos .map-box .sender .contact a:hover {
  color: var(--secondary-color);
}
.map-module .map-infos .map-box .sender .contact a:hover#phone::before,
.map-module .map-infos .map-box .sender .contact a:hover#mail::before,
.map-module .map-infos .map-box .sender .contact a:hover#web::before {
  color: var(--secondary-color);
}
.map-module .map-infos .map-box .sender .contact a#phone::before,
.map-module .map-infos .map-box .sender .contact a#mail::before,
.map-module .map-infos .map-box .sender .contact a#web::before {
  content: "\e919";
  font-size: 18px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #676767;
  position: absolute;
  left: -35px;
  top: 0;
  transition: color 200ms ease;
}
.map-module .map-infos .map-box .sender .contact a#mail::before {
  content: "\e912";
  font-size: 15px;
}
.map-module .map-infos .map-box .sender .contact a#web::before {
  content: "\e925";
  left: -32px;
}
.map-module .map-infos .map-box .sender .livestream {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.map-module .map-infos .map-box .sender .livestream .start {
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  border: none;
  padding: 14px 18px;
  transition: all 200ms ease;
  margin-right: 15px;
}
.map-module .map-infos .map-box .sender .livestream .start::before {
  color: #fff;
  font-size: 22px;
  font-family: 'icon-font';
}
.map-module .map-infos .map-box .sender .livestream .start:hover {
  background: var(--secondary-color);
}
.map-module .map-infos .map-box .sender .livestream .stream-info {
  background: url("../gfx/livestream-bg.svg") no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #D2D2D2;
  min-height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.map-module .map-infos .map-box .sender .livestream .stream-info a {
  text-decoration: none;
  font-size: 15px;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-weight: 600;
  transition: color 200ms ease;
}
.map-module .map-infos .map-box .sender .livestream .stream-info a:hover {
  color: var(--primary-color);
}
.image-header {
  height: 875px;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 950px) {
  .image-header {
    height: 650px;
  }
}
@media screen and (max-width: 670px) {
  .image-header {
    height: 100%;
  }
}
.image-header.tb-follow {
  margin-bottom: -180px;
}
@media screen and (max-width: 950px) {
  .image-header.tb-follow {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 670px) {
  .image-header.tb-follow {
    margin-bottom: 50px;
  }
}
.image-header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -400px;
  left: 0;
  background: url("../gfx/header-lines.svg") no-repeat;
  z-index: 3;
  pointer-events: none;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 670px) {
  .image-header::before {
    bottom: -200px;
  }
}
@media screen and (max-width: 520px) {
  .image-header::before {
    display: none;
  }
}
.image-header .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container {
    overflow: visible;
  }
}
.image-header .swiper-container #pixel {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container #pixel {
    height: 130px;
    bottom: initial;
    top: 270px  ;
    object-fit: cover;
    object-position: left bottom;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
.image-header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide img {
    height: 375px;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim {
  position: absolute;
  bottom: 260px;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim {
    position: relative;
    bottom: 0;
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim h1 {
    color: #595959;
  }
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim h1::before {
    background: #595959;
  }
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim h1::after {
    display: none;
  }
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim h3,
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim p {
    color: #000;
  }
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim h3::after,
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim p::after {
    display: none;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h1 {
  font-size: 70px;
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h1::after {
  position: absolute;
  content: '';
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  top: -10px;
  left: -20px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 760px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h1 {
    font-size: 30px;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h3,
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width p {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h3,
  .image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width p {
    color: #000;
  }
}
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width h3::after,
.image-header .swiper-container .swiper-wrapper .swiper-slide .claim .content-width p::after {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  top: -5px;
  left: -10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.image-header .swiper-container .swiper-pagination {
  bottom: 160px;
  text-align: right;
  padding: 0 25px;
}
@media screen and (min-width: 1600px) {
  .image-header .swiper-container .swiper-pagination {
    bottom: 200px;
  }
}
@media screen and (max-width: 1240px) {
  .image-header .swiper-container .swiper-pagination {
    bottom: 120px;
  }
}
@media screen and (max-width: 950px) {
  .image-header .swiper-container .swiper-pagination {
    bottom: 100px;
  }
}
@media screen and (max-width: 760px) {
  .image-header .swiper-container .swiper-pagination {
    bottom: 80px;
  }
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-pagination {
    bottom: 0;
    text-align: center;
  }
}
.image-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #D2D2D2;
  }
}
.image-header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
@media screen and (max-width: 670px) {
  .image-header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #D2D2D2;
  }
}
.header {
  width: 100vw;
  position: relative;
  margin-bottom: 125px;
  background: #E2E2E2;
  z-index: 3;
}
.header .btn-bar .btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 670px) {
  .header {
    margin-bottom: 50px;
  }
}
.header::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100%;
  min-height: 900px;
  bottom: -300px;
  left: 0;
  background: url("../gfx/header-lines.svg") no-repeat;
  z-index: 3;
  pointer-events: none;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1600px) {
  .header::before {
    height: 100vh;
    background-size: 100% auto;
    top: 0;
    bottom: initial;
    background-position: left bottom;
  }
}
.header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../gfx/header-pixel.svg") no-repeat;
  background-position: bottom;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 670px) {
  .header::after {
    background-position: bottom left;
    background-size: cover;
    height: 100px;
  }
}
.header.empty {
  background: none;
  height: 100px;
}
.header.empty::before {
  bottom: -500px;
}
.header.empty::after {
  display: none;
}
.header.image-bg {
  background: #000;
}
@media screen and (min-width: 950px) {
  .header.image-bg .col-1-1 {
    min-height: 700px;
  }
}
@media screen and (min-width: 1240px) {
  .header.image-bg .col-1-1 {
    min-height: 850px !important;
  }
}
.header.image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.header.image-bg .claim {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header.image-bg .claim h1,
.header.image-bg .claim h3,
.header.image-bg .claim p {
  color: #fff;
  position: relative;
}
.header.image-bg .claim h1::before {
  background: #fff;
}
.header.image-bg .claim h1::after {
  position: absolute;
  content: '';
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  top: -10px;
  left: -20px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.header.image-bg .claim h3::after,
.header.image-bg .claim p::after {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  top: -5px;
  left: -10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.header.image-bg .claim p a {
  color: #fff;
  text-decoration: underline;
}
.header.filter-inside.color-bg .claim h1,
.header.calender-inside.color-bg .claim h1 {
  color: #fff;
}
.header.filter-inside.color-bg .claim h1::before,
.header.calender-inside.color-bg .claim h1::before {
  background: #fff;
}
.header.filter-inside.color-bg .event-category-select #categoryTrigger,
.header.calender-inside.color-bg .event-category-select #categoryTrigger {
  color: #fff;
}
.header.filter-inside .claim,
.header.calender-inside .claim {
  text-align: left;
}
@media screen and (max-width: 760px) {
  .header.filter-inside .claim,
  .header.calender-inside .claim {
    margin-bottom: 0;
  }
}
.header.filter-inside .claim h1::before,
.header.calender-inside .claim h1::before {
  left: 0;
}
.header.filter-inside .col-1-3,
.header.calender-inside .col-1-3 {
  margin-bottom: 0;
}
.header.filter-inside .filter,
.header.calender-inside .filter {
  padding-top: 25px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 760px) {
  .header.filter-inside .filter,
  .header.calender-inside .filter {
    margin-bottom: 120px;
    height: initial;
  }
}
.header.filter-inside .filter .formItem,
.header.calender-inside .filter .formItem {
  margin-bottom: 0;
}
.header.filter-inside .filter .formItem select,
.header.calender-inside .filter .formItem select {
  padding: 0;
  background: none;
  border: none;
  text-transform: initial;
  width: initial;
}
.header.filter-inside .filter .formItem .select2-container--default .select2-selection--single .select2-selection__rendered,
.header.calender-inside .filter .formItem .select2-container--default .select2-selection--single .select2-selection__rendered,
.header.filter-inside .filter .formItem .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.header.calender-inside .filter .formItem .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-weight: 600;
  font-size: 16px;
}
.header.filter-inside .filter .event-category-select,
.header.calender-inside .filter .event-category-select {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}
.header .claim {
  margin-top: 220px;
  margin-bottom: 200px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .header .claim {
    margin-bottom: 260px;
  }
}
@media screen and (max-width: 950px) {
  .header .claim {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 760px) {
  .header .claim {
    margin-top: 180px;
    margin-bottom: 120px;
  }
}
.header .claim h1 {
  color: var(--secondary-color);
  opacity: 0;
  transition: opacity 200ms ease;
}
@media screen and (max-width: 520px) {
  .header .claim h1 {
    hyphens: auto;
  }
}
.header .claim h1::before {
  background: #347CAD;
}
.header .claim h1.break {
  hyphens: auto;
}
.header .grid {
  margin-right: -50px;
}
.header .grid .col-1-1 {
  padding-right: 50px;
  min-height: 400px;
}
.header .grid .col-2-3 {
  padding-right: 100px;
}
@media screen and (max-width: 950px) {
  .header .grid .col-2-3 {
    width: 50%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 760px) {
  .header .grid .col-2-3 {
    width: 100%;
  }
}
.header .grid .col-1-3 {
  padding-right: 50px;
}
@media screen and (max-width: 950px) {
  .header .grid .col-1-3 {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .header .grid .col-1-3 {
    width: 100%;
  }
}
.header .grid .col-1-3 .claim {
  text-align: left;
}
.header .grid .col-1-3 .claim h1::before {
  left: 0;
}
.header .image {
  width: 100%;
  height: 690px;
  margin-top: 125px;
  margin-bottom: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 950px) {
  .header .image {
    height: 550px;
  }
}
@media screen and (max-width: 760px) {
  .header .image {
    margin-bottom: -130px;
    margin-top: 75px;
    height: 400px;
  }
}
@media screen and (max-width: 470px) {
  .header .image {
    height: 315px;
  }
}
.header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 670px) {
  .header .breadcrumb {
    display: none;
  }
}
.header .breadcrumb .actions {
  flex: 0 0 auto;
}
.header .breadcrumb ul li {
  display: inline;
  margin-right: 10px;
  color: #595959;
  font-size: 13px;
  position: relative;
  margin-bottom: 0;
}
.header .breadcrumb ul li a {
  color: #595959;
  font-size: 13px;
  padding-right: 20px;
  transition: color 200ms ease;
  text-decoration: none;
}
.header .breadcrumb ul li a::after {
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
}
.header .breadcrumb ul li a:hover {
  color: var(--secondary-color);
}
.header.colored h1::before {
  opacity: 0.5;
}
.header.colored .contact-person li a::before {
  color: #fff !important;
}
.header.colored .contact-person li a:hover::before {
  opacity: 0.6;
}
.header.colored .contact-person .socialmedia::before {
  background-color: #fff;
  opacity: 0.5;
}
.header .contact-person p.job {
  padding-top: 0;
  font-style: normal;
  font-size: 15px;
  color: #000;
}
.header .contact-person p.job::before {
  display: none;
}
.header .contact-person .socialmedia {
  padding-top: 25px;
}
.header .contact-person .socialmedia::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  top: 0;
  left: 0;
}
.media-header {
  margin-top: 125px;
  margin-bottom: 100px;
}
@media screen and (max-width: 670px) {
  .media-header {
    margin-top: 75px;
  }
}
.media-header .filter-bar {
  position: relative;
  float: right;
  z-index: 2;
}
@media screen and (max-width: 670px) {
  .media-header .filter-bar {
    float: initial;
  }
}
.media-header .filter-bar p {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 670px) {
  .media-header .filter-bar p {
    display: block;
    margin-bottom: 5px;
  }
}
.media-header .filter-bar button.filter {
  background: var(--secondary-color);
  border: none;
  padding: 5px;
  margin-left: 10px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (max-width: 670px) {
  .media-header .filter-bar button.filter {
    margin-left: 0;
    margin-right: 10px;
  }
}
.media-header .filter-bar button.filter.icon-video {
  font-size: 15px;
  padding: 12px 5px;
}
.media-header .filter-bar button.filter:hover {
  opacity: 0.6;
}
.media-header .filter-bar button.filter.active {
  background: var(--primary-color);
}
.media-header .swiper-container {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: visible;
  margin-bottom: 25px;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container {
    height: 450px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 670px) {
  .media-header .swiper-container {
    height: 300px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.media-header .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 2000ms ease;
  overflow: hidden;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide::before {
  content: '';
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next,
.media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.9);
  transition: all 2000ms ease;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  margin-left: -35px;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    margin-left: -10px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-right: -35px;
  margin-left: 35px;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-right: -10px;
    margin-left: 10px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  margin-right: 175px;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide .caption {
    padding: 25px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide .caption h3 {
  color: #fff;
  margin: 0;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide .caption p.kategorie {
  text-align: left;
  color: #fff;
  padding: 0;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide .caption p.kategorie::before {
  display: none;
}
.media-header .swiper-container .swiper-wrapper .swiper-slide button {
  width: 75px;
  height: 75px;
  background-color: var(--primary-color);
  padding: 20px 23px 21px 25px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  outline: none;
  border: none;
  z-index: 2;
  transition: background-color 200ms ease;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide button {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 670px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide button {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide button:before {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 670px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide button:before {
    font-size: 16px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide button.icon-play:before {
  font-size: 35px;
}
@media screen and (max-width: 670px) {
  .media-header .swiper-container .swiper-wrapper .swiper-slide button.icon-play:before {
    font-size: 20px;
  }
}
.media-header .swiper-container .swiper-wrapper .swiper-slide button:hover {
  background-color: var(--secondary-color);
}
.media-header .swiper-container .swiper-pagination {
  bottom: -50px;
  text-align: center;
  padding: 0 25px;
}
@media screen and (max-width: 950px) {
  .media-header .swiper-container .swiper-pagination {
    bottom: -30px;
  }
}
.media-header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  width: 10px;
  height: 10px;
}
.media-header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
@media screen and (min-width: 950px) {
  .content-preview {
    padding: 0 50px;
  }
}
.content-preview .image {
  width: 100%;
  height: 480px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 950px) {
  .content-preview .image {
    height: 440px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  .content-preview .image {
    height: 320px;
  }
}
.content-preview .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-preview .text {
  padding: 100px 50px 0 0;
}
@media screen and (max-width: 950px) {
  .content-preview .text h2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .content-preview .text {
    padding: 25px 0 0 0;
  }
}
.content-preview.reverse .grid {
  flex-direction: row-reverse;
}
@media screen and (min-width: 950px) {
  .content-preview.reverse .grid .text {
    padding-left: 50px;
    padding-right: 0;
  }
}
.teaser {
  padding: 100px 0 250px 0;
  position: relative;
  background: #E2E2E2;
}
@media screen and (max-width: 670px) {
  .teaser {
    padding: 50px 0 120px 0;
  }
}
.teaser::before {
  background: url("../gfx/pixel.svg") no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 100%;
  height: 150px;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
}
@media screen and (min-width: 1600px) {
  .teaser::before {
    background-size: contain;
    height: 100%;
  }
}
@media screen and (max-width: 670px) {
  .teaser::before {
    height: 100px;
  }
}
.teaser.colored .small-dates ul li {
  /* em {
        background-color: #fff !important;
      }*/
}
.teaser.colored .small-dates ul li::before {
  background: #fff !important;
}
.teaser .text-image ul li {
  padding-left: 50px;
  position: relative;
}
.teaser .text-image ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.teaser h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 0;
}
.teaser h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.teaser.tb-follow {
  margin-bottom: -320px;
  padding: 150px 0 300px 0;
}
@media screen and (max-width: 950px) {
  .teaser.tb-follow {
    padding: 100px 0 200px 0;
    margin-bottom: -250px;
  }
}
@media screen and (max-width: 670px) {
  .teaser.tb-follow {
    padding: 50px 0 100px 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 950px) {
  .teaser .teaser-inner {
    padding: 0 100px;
  }
}
.teaser .teaser-inner .grid .col-1-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .teaser .teaser-inner .grid .col-1-3 {
    margin-bottom: 40px;
  }
}
.teaser .teaser-inner .grid .col-1-3 .links ul li {
  list-style: none;
  margin-bottom: 10px;
}
.teaser .teaser-inner .grid .col-1-3 .links ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'encodesans';
  font-weight: 500;
}
.teaser .teaser-inner .grid .col-1-3 .links ul li a:hover {
  opacity: 0.6;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul {
  padding-left: 30px;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li {
  list-style: none;
  margin-bottom: 40px;
  position: relative;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li::before {
  position: absolute;
  content: '';
  background: #676767;
  opacity: 0.15;
  width: 1px;
  height: calc(100% + 40px);
  left: -26px;
  top: 0;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li:first-child::before {
  top: 15px;
  height: calc(100% + 25px);
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li:last-child {
  margin-bottom: 0;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li:last-child::before {
  height: 15px;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li:hover h4 a {
  opacity: 0.6;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li em {
  position: absolute;
  content: '';
  left: -30px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
  border-radius: 50%;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li h4 {
  margin-bottom: 5px;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li h4 a {
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 0;
}
.teaser .teaser-inner .grid .col-1-3 .small-dates ul li p {
  opacity: 0.5;
}
.teaser .teaser-inner .grid .col-1-3 .text-image {
  padding: 0;
}
.teaser .teaser-inner .grid .col-1-3 .text-image h3 {
  color: #595959;
}
.teaser .teaser-inner .grid .col-1-3 .text-image p a {
  text-decoration: underline;
}
.teaser .teaser-inner .grid .col-1-3 .text-image .image {
  width: 100%;
  height: auto;
  box-shadow: none;
  max-height: 180px;
  margin-bottom: 25px;
  overflow-y: hidden;
}
@media screen and (max-width: 670px) {
  .teaser .teaser-inner .grid .col-1-3 .text-image .image {
    max-height: 250px;
  }
}
@media screen and (max-width: 520px) {
  .teaser .teaser-inner .grid .col-1-3 .text-image .image {
    max-height: 215px;
  }
}
.teaser .teaser-inner .grid .col-1-3 .text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .teaser-inner .grid .col-1-3 .press-release ul li {
  list-style: none;
}
.teaser .teaser-inner .grid .col-1-3 .press-release ul li p {
  opacity: 0.5;
  margin-bottom: 5px;
}
.teaser .teaser-inner .grid .col-1-3 .press-release ul li h4 a {
  text-decoration: none;
  font-weight: 500;
}
.teaser .teaser-inner .grid .col-1-3 .press-release ul li h4 a:hover {
  opacity: 0.6;
}
.media-preview {
  position: relative;
  overflow-x: hidden;
}
.media-preview:hover .swiper-button-next {
  transform: translateX(0);
}
.media-preview h2 {
  color: #595959;
}
.media-preview h2::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #D2D2D2;
}
.media-preview .swiper-button-disabled {
  display: none;
}
.media-preview .swiper-button-next {
  transform: translateX(100%);
  transition: all 200ms ease;
  width: 150px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: initial;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=1);
  /* IE6-9 */
  justify-content: flex-end;
  padding-right: 25px;
}
@media screen and (max-width: 520px) {
  .media-preview .swiper-button-next {
    height: 210px;
  }
}
.media-preview .swiper-button-next:after {
  content: "\e902";
  font-size: 25px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  transition: all 200ms ease;
}
.media-preview .swiper-button-next:hover:after {
  transform: scale(1.2);
}
.media-preview .swiper-container {
  width: 100%;
  height: 100%;
  overflow: initial;
}
.media-preview .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.media-preview .swiper-container .swiper-slide .video-preview,
.media-preview .swiper-container .swiper-slide .audio-preview,
.media-preview .swiper-container .swiper-slide .publication-preview,
.media-preview .swiper-container .swiper-slide .gallery-preview {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .media-preview .swiper-container .swiper-slide .video-preview,
  .media-preview .swiper-container .swiper-slide .audio-preview,
  .media-preview .swiper-container .swiper-slide .publication-preview,
  .media-preview .swiper-container .swiper-slide .gallery-preview {
    height: 210px;
  }
}
.media-preview .swiper-container .swiper-slide .video-preview::before,
.media-preview .swiper-container .swiper-slide .audio-preview::before,
.media-preview .swiper-container .swiper-slide .publication-preview::before,
.media-preview .swiper-container .swiper-slide .gallery-preview::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
  transition: all 500ms ease;
}
.media-preview .swiper-container .swiper-slide .video-preview:hover button.play,
.media-preview .swiper-container .swiper-slide .audio-preview:hover button.play,
.media-preview .swiper-container .swiper-slide .publication-preview:hover button.play,
.media-preview .swiper-container .swiper-slide .gallery-preview:hover button.play {
  background-color: var(--secondary-color);
}
.media-preview .swiper-container .swiper-slide .video-preview:hover img,
.media-preview .swiper-container .swiper-slide .audio-preview:hover img,
.media-preview .swiper-container .swiper-slide .publication-preview:hover img,
.media-preview .swiper-container .swiper-slide .gallery-preview:hover img {
  transform: scale(1.1);
}
.media-preview .swiper-container .swiper-slide .video-preview:hover::before,
.media-preview .swiper-container .swiper-slide .audio-preview:hover::before,
.media-preview .swiper-container .swiper-slide .publication-preview:hover::before,
.media-preview .swiper-container .swiper-slide .gallery-preview:hover::before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.media-preview .swiper-container .swiper-slide .video-preview:hover .caption span,
.media-preview .swiper-container .swiper-slide .audio-preview:hover .caption span,
.media-preview .swiper-container .swiper-slide .publication-preview:hover .caption span,
.media-preview .swiper-container .swiper-slide .gallery-preview:hover .caption span {
  height: initial;
  opacity: 1;
  padding-top: 25px;
}
.media-preview .swiper-container .swiper-slide .video-preview a,
.media-preview .swiper-container .swiper-slide .audio-preview a,
.media-preview .swiper-container .swiper-slide .publication-preview a,
.media-preview .swiper-container .swiper-slide .gallery-preview a {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.media-preview .swiper-container .swiper-slide .video-preview a img,
.media-preview .swiper-container .swiper-slide .audio-preview a img,
.media-preview .swiper-container .swiper-slide .publication-preview a img,
.media-preview .swiper-container .swiper-slide .gallery-preview a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
  z-index: 1;
}
.media-preview .swiper-container .swiper-slide .video-preview a .caption,
.media-preview .swiper-container .swiper-slide .audio-preview a .caption,
.media-preview .swiper-container .swiper-slide .publication-preview a .caption,
.media-preview .swiper-container .swiper-slide .gallery-preview a .caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 25px 85px 25px 25px;
  width: 100%;
}
.media-preview .swiper-container .swiper-slide .video-preview a .caption p.type,
.media-preview .swiper-container .swiper-slide .audio-preview a .caption p.type,
.media-preview .swiper-container .swiper-slide .publication-preview a .caption p.type,
.media-preview .swiper-container .swiper-slide .gallery-preview a .caption p.type {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}
.media-preview .swiper-container .swiper-slide .video-preview a .caption h3,
.media-preview .swiper-container .swiper-slide .audio-preview a .caption h3,
.media-preview .swiper-container .swiper-slide .publication-preview a .caption h3,
.media-preview .swiper-container .swiper-slide .gallery-preview a .caption h3,
.media-preview .swiper-container .swiper-slide .video-preview a .caption .likeh4,
.media-preview .swiper-container .swiper-slide .audio-preview a .caption .likeh4,
.media-preview .swiper-container .swiper-slide .publication-preview a .caption .likeh4,
.media-preview .swiper-container .swiper-slide .gallery-preview a .caption .likeh4 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
.media-preview .swiper-container .swiper-slide .video-preview a .caption span,
.media-preview .swiper-container .swiper-slide .audio-preview a .caption span,
.media-preview .swiper-container .swiper-slide .publication-preview a .caption span,
.media-preview .swiper-container .swiper-slide .gallery-preview a .caption span {
  height: 0;
  opacity: 0;
  color: #fff;
  display: block;
  text-align: left;
  transition: all 500ms ease;
  max-height: 150px;
  overflow-y: auto;
}
.media-preview .swiper-container .swiper-slide .video-preview a button,
.media-preview .swiper-container .swiper-slide .audio-preview a button,
.media-preview .swiper-container .swiper-slide .publication-preview a button,
.media-preview .swiper-container .swiper-slide .gallery-preview a button {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  border: none;
  outline: none;
  box-shadow: none;
  transition: background-color 200ms ease;
}
.media-preview .swiper-container .swiper-slide .video-preview a button.icon-play,
.media-preview .swiper-container .swiper-slide .audio-preview a button.icon-play,
.media-preview .swiper-container .swiper-slide .publication-preview a button.icon-play,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.icon-play,
.media-preview .swiper-container .swiper-slide .video-preview a button.icon-brochure,
.media-preview .swiper-container .swiper-slide .audio-preview a button.icon-brochure,
.media-preview .swiper-container .swiper-slide .publication-preview a button.icon-brochure,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.icon-brochure,
.media-preview .swiper-container .swiper-slide .video-preview a button.icon-gallery,
.media-preview .swiper-container .swiper-slide .audio-preview a button.icon-gallery,
.media-preview .swiper-container .swiper-slide .publication-preview a button.icon-gallery,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.icon-gallery {
  font-size: 16px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
.media-preview .swiper-container .swiper-slide .video-preview a button.play,
.media-preview .swiper-container .swiper-slide .audio-preview a button.play,
.media-preview .swiper-container .swiper-slide .publication-preview a button.play,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.play {
  padding: 9px 11px 10px 14px;
}
.media-preview .swiper-container .swiper-slide .video-preview a button.brochure,
.media-preview .swiper-container .swiper-slide .audio-preview a button.brochure,
.media-preview .swiper-container .swiper-slide .publication-preview a button.brochure,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.brochure {
  padding: 9px 8px;
}
.media-preview .swiper-container .swiper-slide .video-preview a button.pics,
.media-preview .swiper-container .swiper-slide .audio-preview a button.pics,
.media-preview .swiper-container .swiper-slide .publication-preview a button.pics,
.media-preview .swiper-container .swiper-slide .gallery-preview a button.pics {
  padding: 9px;
}
.media-preview .swiper-container .swiper-slide .publication-preview {
  background: url("../gfx/default.jpg") no-repeat;
  background-size: contain;
}
.media-preview .swiper-container .swiper-slide .publication-preview a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text {
  padding: 0 100px;
}
@media screen and (max-width: 950px) {
  .text {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .text {
    padding: 0;
  }
}
.text h1 {
  color: var(--secondary-color);
}
.text h2 {
  padding: 0;
  margin-left: -50px;
  width: initial;
}
@media screen and (max-width: 670px) {
  .text h2 {
    margin-left: 0;
  }
}
.text h3 {
  color: #595959;
}
.text h4 {
  font-weight: 500;
}
.text ol {
  padding-left: 40px;
}
.text ol li {
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 150%;
  margin-bottom: 25px;
}
.text ul li {
  padding-left: 50px;
  position: relative;
}
.text ul li ul {
  padding-top: 25px;
}
.text ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.text ul li a,
.text ol li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
}
.text ul li a:hover,
.text ol li a:hover {
  opacity: 0.6 !important;
}
.text table {
  width: 100%;
  border-collapse: collapse;
}
.text table thead {
  text-align: left;
  text-transform: uppercase;
  font-family: 'encodesans';
  font-size: 18px;
  font-weight: 500;
  background: #E2E2E2;
}
.text table thead tr th {
  color: var(--secondary-color);
}
.text table tbody {
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
.text table tr th,
.text table tr td {
  padding: 15px 20px;
  border-right: 1px solid #00C9E2;
}
@media screen and (max-width: 670px) {
  .text table tr th,
  .text table tr td {
    min-width: 250px;
  }
  .text table tr th.table-time,
  .text table tr td.table-time {
    min-width: initial;
  }
}
.text table tr th:last-child,
.text table tr td:last-child {
  border-right: none;
}
.text table tr th a,
.text table tr td a {
  color: var(--primary-color);
  text-decoration: none;
}
.text table tr th a:hover,
.text table tr td a:hover {
  opacity: 0.6;
}
.text.image-inside {
  display: inline-block;
}
.text.image-inside ul,
.text.image-inside ol {
  overflow: hidden;
}
.text.image-inside .image {
  width: 50vw;
  float: right;
  height: auto;
  position: relative;
  margin: 0 0 80px 100px;
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 1600px) {
  .text.image-inside .image {
    margin-right: calc(-50vw + 450px);
  }
}
@media screen and (max-width: 1240px) {
  .text.image-inside .image {
    margin: 0 -130px 80px 100px;
  }
}
@media screen and (max-width: 950px) {
  .text.image-inside .image {
    margin: 0 -80px 80px 50px;
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside .image {
    width: calc(100% + 60px);
    margin: 0 -30px 50px -30px;
  }
}
.text.image-inside .image img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
}
@media screen and (min-width: 1600px) {
  .text.image-inside .image img {
    max-height: 650px;
  }
}
.text.image-inside .image .image-caption {
  position: relative;
  max-width: calc(50% - 75px);
  border: 1px solid #D2D2D2;
  padding: 50px 25px 25px 25px;
  z-index: 2;
  margin-left: 50px;
  margin-top: -25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 1240px) {
  .text.image-inside .image .image-caption {
    max-width: calc(100% - 75px) !important;
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside .image .image-caption {
    margin-left: 30px;
    max-width: 70% !important;
  }
}
.text.image-inside .image .image-caption p {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.text.image-inside .image .image-caption .btn {
  margin: 0;
}
.text.image-inside.reverse .image {
  float: left;
  margin: 0 100px 80px 0;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 1600px) {
  .text.image-inside.reverse .image {
    margin-left: calc(-50vw + 450px);
  }
}
@media screen and (max-width: 1240px) {
  .text.image-inside.reverse .image {
    margin: 0 100px 80px -130px;
  }
}
@media screen and (max-width: 950px) {
  .text.image-inside.reverse .image {
    margin: 0 50px 80px -80px;
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside.reverse .image {
    margin: 0 -30px 50px -30px;
    width: calc(100% + 60px);
  }
}
.text.image-inside.reverse .image .image-caption {
  left: 120px;
}
@media screen and (min-width: 1240px) {
  .text.image-inside.reverse .image .image-caption {
    left: 0;
    margin-left: calc(100% - 540px);
    margin-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .text.image-inside.reverse .image .image-caption {
    max-width: calc(100% - 100px);
    left: 25px;
  }
}
@media screen and (max-width: 950px) {
  .text.image-inside.reverse .image .image-caption {
    max-width: calc(50vw - 50px) !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside.reverse .image .image-caption {
    left: 30px;
    max-width: calc(100% - 60px) !important;
  }
}
.text.image-inside.reverse.small-img .image {
  margin: 0 100px 80px -100px;
}
@media screen and (max-width: 950px) {
  .text.image-inside.reverse.small-img .image {
    margin: 0 100px 80px -50px;
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside.reverse.small-img .image {
    margin: 0 0 50px 0;
  }
}
.text.image-inside.reverse.small-img .image-caption {
  margin-right: 50px;
  margin-left: 25px;
}
.text.image-inside.reverse h2 {
  width: initial;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transform: translateX(-50px);
}
@media screen and (max-width: 950px) {
  .text.image-inside.reverse h2 {
    transform: translateX(-25px);
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside.reverse h2 {
    transform: translateX(0);
    display: block;
  }
}
.text.image-inside.small-img .image {
  margin-right: -100px;
  width: calc(50% + 100px);
}
@media screen and (max-width: 950px) {
  .text.image-inside.small-img .image {
    margin-right: -50px;
    width: calc(50% + 50px);
  }
}
@media screen and (max-width: 670px) {
  .text.image-inside.small-img .image {
    width: 100%;
    margin-right: 0;
  }
}
.text.image-inside.small-img .image-caption {
  max-width: initial;
  margin-right: 25px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .text.image-inside.reverse h2 {
      display: block;
    }
  }
}
.row-herotext h1 {
  color: var(--secondary-color);
}
.row-herotext ul li {
  padding-left: 50px;
  position: relative;
}
.row-herotext ul li ul {
  padding-top: 25px;
}
.row-herotext ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.image-vw .image {
  width: 100vw;
  z-index: 0;
}
.image-vw .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-vw .image-caption {
  margin: -25px 50px 0 50px;
  max-width: calc(100% - 170px);
  border: 1px solid #D2D2D2;
  padding: 50px 25px 25px 25px;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .image-vw .image-caption {
    margin: -25px 0 0 0;
    max-width: initial;
  }
}
.image-vw .image-caption p {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.quote {
  padding: 0 100px;
}
@media screen and (max-width: 950px) {
  .quote {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .quote {
    padding: 0;
  }
}
.quote .statement {
  padding: 25px 0;
  position: relative;
  margin-bottom: 25px;
}
.quote .statement::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  top: 0;
  left: calc(50% - 50px);
  background: #D2D2D2;
}
.quote .statement::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 50px);
  background: #D2D2D2;
}
.quote .statement p {
  font-style: italic;
  font-size: 18px;
  color: #676767;
  text-align: left;
}
.quote p {
  text-align: center;
  margin: 0;
}
.quote.image-inside .statement {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 670px) {
  .quote.image-inside .statement {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.quote.image-inside .statement .image {
  margin-right: 50px;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
}
@media screen and (max-width: 670px) {
  .quote.image-inside .statement .image {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.quote.image-inside .statement .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote.highlighted {
  padding: 50px 100px;
}
@media screen and (max-width: 760px) {
  .quote.highlighted {
    padding: 25px !important;
  }
}
.quote.highlighted .statement {
  padding: 40px 0;
}
.quote.highlighted .statement::before,
.quote.highlighted .statement::after {
  opacity: 0.5;
}
.quote.highlighted .statement p {
  font-family: 'encodesans';
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .quote.highlighted .statement p {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .quote.highlighted .statement p {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .quote.highlighted .statement p {
    font-size: 18px;
  }
}
.quote.highlighted p {
  color: #fff;
}
.quote.highlighted.image-inside {
  padding: 50px;
}
.quote.highlighted.image-inside .statement p {
  text-align: left;
}
@media screen and (max-width: 670px) {
  .quote.highlighted.image-inside .statement p {
    text-align: center;
  }
}
.quote.highlighted.image-inside .statement .image {
  width: 150px;
  height: 150px;
  margin-top: -40px;
}
@media screen and (max-width: 670px) {
  .quote.highlighted.image-inside .statement .image {
    margin-top: -15px;
  }
}
.table h2 {
  margin-left: 50px;
}
@media screen and (max-width: 950px) {
  .table h2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .table .response-scroll {
    overflow: hidden;
    position: relative;
  }
  .table .response-scroll:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (max-width: 670px) {
  .table .response-scroll .table-inner {
    overflow-x: auto;
  }
}
.table .response-scroll .table-inner table {
  width: 100%;
  border-collapse: collapse;
}
.table .response-scroll .table-inner table thead {
  text-align: left;
  text-transform: uppercase;
  font-family: 'encodesans';
  font-size: 18px;
  font-weight: 500;
  background: #E2E2E2;
}
.table .response-scroll .table-inner table thead tr th {
  color: var(--secondary-color);
}
.table .response-scroll .table-inner table tbody {
  font-family: 'opensans';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
.table .response-scroll .table-inner table tr th,
.table .response-scroll .table-inner table tr td {
  padding: 15px 20px;
  border-right: 1px solid #00C9E2;
}
@media screen and (max-width: 670px) {
  .table .response-scroll .table-inner table tr th,
  .table .response-scroll .table-inner table tr td {
    min-width: 250px;
  }
}
.table .response-scroll .table-inner table tr th:last-child,
.table .response-scroll .table-inner table tr td:last-child {
  border-right: none;
}
.gallery-module {
  margin-bottom: 25px;
}
@media screen and (max-width: 670px) {
  .gallery-module {
    margin-bottom: 120px;
  }
}
.gallery-module h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 50px;
}
@media screen and (max-width: 670px) {
  .gallery-module h2 {
    margin-left: 0;
  }
}
.gallery-module h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.gallery-module .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 670px) {
  .gallery-module .swiper-container {
    overflow: visible;
  }
}
.gallery-module .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 650px;
  background: #000;
  position: relative;
}
@media screen and (max-width: 950px) {
  .gallery-module .swiper-container .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 670px) {
  .gallery-module .swiper-container .swiper-slide {
    height: 350px;
  }
}
@media screen and (max-width: 470px) {
  .gallery-module .swiper-container .swiper-slide {
    height: 280px;
  }
}
.gallery-module .swiper-container .swiper-slide::before {
  position: absolute;
  width: 100%;
  height: 110px;
  content: '';
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.gallery-module .swiper-container .swiper-slide .caption {
  width: 66.6666%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .gallery-module .swiper-container .swiper-slide .caption {
    width: 100%;
  }
}
.gallery-module .swiper-container .swiper-slide .caption p {
  color: #fff;
  margin-bottom: 0;
}
.gallery-module .swiper-container .swiper-slide .caption .btn {
  margin: 0;
}
@media screen and (max-width: 670px) {
  .gallery-module .swiper-container .swiper-slide .caption .btn {
    position: absolute;
    bottom: -65px;
    left: 0;
  }
}
.gallery-module .swiper-container.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-module .swiper-container.gallery-thumbs {
  height: 250px;
  box-sizing: border-box;
  bottom: -25px;
  position: absolute;
  left: 66.666%;
}
@media screen and (max-width: 950px) {
  .gallery-module .swiper-container.gallery-thumbs {
    height: 200px;
  }
}
@media screen and (max-width: 670px) {
  .gallery-module .swiper-container.gallery-thumbs {
    display: none;
  }
}
.gallery-module .swiper-container.gallery-thumbs .swiper-slide {
  width: 33.3333% !important;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.gallery-module .swiper-container.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-module .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery {
  margin: 150px 0;
}
@media screen and (max-width: 760px) {
  .gallery {
    margin: 100px 0;
  }
}
.gallery .gallery-infos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery .gallery-infos p {
  font-size: 13px;
  margin-bottom: 0;
}
.gallery .gallery-inside {
  position: relative;
  margin-bottom: 50px;
}
.gallery .gallery-inside .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .gallery-inside .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 650px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .gallery .gallery-inside .swiper-container .swiper-slide {
    height: 550px;
  }
}
@media screen and (max-width: 670px) {
  .gallery .gallery-inside .swiper-container .swiper-slide {
    height: 300px;
  }
}
@media screen and (max-width: 470px) {
  .gallery .gallery-inside .swiper-container .swiper-slide {
    height: 220px;
  }
}
.gallery .gallery-inside .swiper-container.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide {
  overflow: hidden;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide .image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  visibility: hidden;
  z-index: 3;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide .image-info::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  transition: all 500ms ease;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide .image-info p {
  color: #fff;
  margin-bottom: 0;
  margin-right: 20px;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide .image-info .btn {
  margin: 0;
  flex: 0 0 auto;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide:hover .image-info {
  visibility: visible;
}
.gallery .gallery-inside .swiper-container.gallery-top .swiper-slide:hover .image-info::before {
  height: 200%;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs {
  height: 65px;
  box-sizing: border-box;
  bottom: 0;
  position: relative;
  left: 0;
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .gallery .gallery-inside .swiper-container.gallery-thumbs {
    bottom: 0;
    position: relative;
    margin-top: 10px;
    padding-left: 0;
  }
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 97, 142, 0.9);
  opacity: 0;
  max-height: 0;
  transition: all 200ms ease;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide:hover::before {
  opacity: 1;
  max-height: initial;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:hover::before {
  opacity: 0;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.gallery .gallery-inside .swiper-container.gallery-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  opacity: 0.9;
}
.gallery .gallery-inside .swiper-button-prev,
.gallery .gallery-inside .swiper-button-next {
  left: -80px;
  width: 57px;
  height: 33px;
}
@media screen and (max-width: 760px) {
  .gallery .gallery-inside .swiper-button-prev,
  .gallery .gallery-inside .swiper-button-next {
    display: none;
  }
}
.gallery .gallery-inside .swiper-button-prev::after,
.gallery .gallery-inside .swiper-button-next::after {
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  color: #000;
  content: "\e901";
}
@media screen and (max-width: 1240px) {
  .gallery .gallery-inside .swiper-button-prev::after,
  .gallery .gallery-inside .swiper-button-next::after {
    font-size: 20px;
    color: #fff;
  }
}
@media screen and (max-width: 1240px) {
  .gallery .gallery-inside .swiper-button-prev,
  .gallery .gallery-inside .swiper-button-next {
    left: 20px;
  }
}
.gallery .gallery-inside .swiper-button-next {
  right: -80px;
  left: initial;
}
.gallery .gallery-inside .swiper-button-next::after {
  content: "\e902";
}
@media screen and (max-width: 1240px) {
  .gallery .gallery-inside .swiper-button-next {
    right: 20px;
  }
}
.small-contact p.job,
.contact-person p.job {
  font-size: 13px;
  font-style: italic;
  color: #595959;
  margin-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.small-contact p.job::before,
.contact-person p.job::before {
  position: absolute;
  content: '';
  background: #E2E2E2;
  width: 50px;
  height: 1px;
  top: 0;
  left: 0;
}
.small-contact ul li,
.contact-person ul li {
  padding-left: 50px;
  position: relative;
}
.small-contact ul li::before,
.contact-person ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.small-contact ul.contact-list,
.contact-person ul.contact-list {
  padding-left: 30px;
  margin-bottom: 30px;
}
.small-contact ul.contact-list li,
.contact-person ul.contact-list li {
  margin-bottom: 10px;
  padding-left: 0;
}
.small-contact ul.contact-list li::before,
.contact-person ul.contact-list li::before {
  display: none;
}
.small-contact ul.contact-list li a,
.contact-person ul.contact-list li a {
  text-decoration: none;
  margin: 0;
  position: relative;
}
.small-contact ul.contact-list li a#phone::before,
.contact-person ul.contact-list li a#phone::before,
.small-contact ul.contact-list li a#fax::before,
.contact-person ul.contact-list li a#fax::before,
.small-contact ul.contact-list li a#mail::before,
.contact-person ul.contact-list li a#mail::before {
  position: absolute;
  content: "\e919";
  font-family: 'icon-font';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #676767;
  left: -30px;
  top: -2px;
}
.small-contact ul.contact-list li a#fax::before,
.contact-person ul.contact-list li a#fax::before {
  content: "\e90c";
}
.small-contact ul.contact-list li a#mail::before,
.contact-person ul.contact-list li a#mail::before {
  content: "\e912";
  font-size: 14px;
}
.small-contact ul.contact-list li a:hover,
.contact-person ul.contact-list li a:hover {
  color: var(--secondary-color);
}
.small-contact ul.contact-list li a:hover#phone::before,
.contact-person ul.contact-list li a:hover#phone::before,
.small-contact ul.contact-list li a:hover#fax::before,
.contact-person ul.contact-list li a:hover#fax::before,
.small-contact ul.contact-list li a:hover#mail::before,
.contact-person ul.contact-list li a:hover#mail::before {
  color: var(--secondary-color);
}
.small-contact .image,
.contact-person .image {
  width: 100%;
  float: right;
}
.small-contact .image.with-video,
.contact-person .image.with-video {
  cursor: pointer;
  position: relative;
}
.small-contact .image.with-video .play,
.contact-person .image.with-video .play {
  width: 75px;
  height: 75px;
  background: var(--primary-color);
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  border: none;
  position: absolute;
}
.small-contact .image.with-video .play::before,
.contact-person .image.with-video .play::before {
  color: #fff;
  font-size: 34px;
}
.small-contact .image.with-video:hover .play,
.contact-person .image.with-video:hover .play {
  opacity: 0.8;
}
.small-contact .image-caption,
.contact-person .image-caption {
  position: relative;
  top: -25px;
  left: 50px;
  max-width: calc(100% - 100px);
  border: 1px solid #D2D2D2;
  padding: 50px 25px 25px 25px;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
.small-contact .image-caption p,
.contact-person .image-caption p {
  margin: 0 20px 0 0 ;
  display: inline-block;
  padding: 0;
}
.small-contact .socialmedia,
.contact-person .socialmedia {
  position: relative;
}
.small-contact .socialmedia a,
.contact-person .socialmedia a {
  text-decoration: none;
  font-size: 18px;
  color: #676767;
  margin-right: 15px;
}
.small-contact .socialmedia a:hover,
.contact-person .socialmedia a:hover {
  color: var(--secondary-color);
}
.small-contact {
  margin-bottom: -250px;
}
@media screen and (min-width: 950px) {
  .small-contact {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .small-contact {
    margin-bottom: 0;
  }
}
.small-contact .grid .col-1-3 {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 670px) {
  .small-contact .grid .col-1-3:last-child {
    margin-bottom: 0;
  }
}
.small-contact .contact {
  background: #fff;
  padding: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.small-contact .contact .btn {
  margin-bottom: 0;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.small-contact .contact .infos .image.with-video .play {
  width: 35px;
  height: 35px;
  top: initial;
  bottom: 25px;
  left: initial;
  right: 25px;
}
.small-contact .contact .infos .image.with-video .play::before {
  font-size: 16px;
}
.small-contact .contact .infos p.job {
  padding-top: 0;
}
.small-contact .contact .infos p.job::before {
  display: none;
}
.small-contact .contact .infos .image {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
}
@media screen and (max-width: 950px) {
  .small-contact .contact .infos .image {
    height: 220px;
  }
}
@media screen and (max-width: 470px) {
  .small-contact .contact .infos .image {
    height: 180px;
  }
}
.small-contact .contact .infos .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-contact .contact .infos .socialmedia {
  padding-top: 25px;
  margin-bottom: 25px;
}
.small-contact .contact .infos .socialmedia::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #D2D2D2;
  top: 0;
  left: 0;
}
.contact-person.reverse .grid {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 670px) {
  .contact-person.reverse .grid .person-detail {
    margin-left: 25px;
  }
}
.contact-person.reverse .grid .image {
  float: initial;
}
@media screen and (max-width: 670px) {
  .contact-person.reverse .grid .image-caption {
    padding: 50px 30px 25px 25px;
    margin: 0 -31px 0 25px;
  }
}
.contact-person .image {
  height: 480px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .contact-person .image {
    height: initial;
  }
}
@media screen and (max-width: 670px) {
  .contact-person .image {
    height: 350px;
  }
}
@media screen and (max-width: 470px) {
  .contact-person .image {
    height: 230px;
  }
}
.contact-person .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 950px) {
  .contact-person .image-caption {
    position: relative;
    left: 25px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 670px) {
  .contact-person .image-caption {
    max-width: inherit;
    padding: 50px 25px 25px 30px;
    margin: 0 25px 0 -31px;
    left: 55px;
    width: calc(100% - 110px);
  }
}
.teaser.colored .upcoming-events li.event::before {
  background: #fff !important;
}
.teaser.colored .upcoming-events .date::before {
  background: #fff !important;
}
.teaser.colored .upcoming-events em {
  background-color: #fff !important;
}
@media screen and (min-width: 950px) {
  .upcoming-events {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .upcoming-events {
    margin-bottom: 50px;
  }
}
.upcoming-events h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 0 50px 0;
}
.upcoming-events h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.upcoming-events ul {
  padding-left: 40px;
}
.upcoming-events ul li.event {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event {
    flex-direction: column;
  }
}
.upcoming-events ul li.event::before {
  position: absolute;
  content: '';
  background: #676767;
  opacity: 0.15;
  width: 1px;
  height: calc(100% + 50px);
  left: -33px;
  top: 15px;
}
.upcoming-events ul li.event:last-child {
  margin-bottom: 0;
}
.upcoming-events ul li.event:last-child::before {
  height: calc(100% + 85px);
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event:last-child::before {
    height: calc(100% + 35px);
  }
}
.upcoming-events ul li.event em {
  position: absolute;
  content: '';
  left: -40px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: var(--secondary-color);
  border-radius: 50%;
}
.upcoming-events ul li.event .empty {
  margin-right: 50px;
  padding-bottom: 20px;
  position: relative;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: 15%;
}
@media screen and (max-width: 950px) {
  .upcoming-events ul li.event .empty {
    width: 20%;
  }
}
.upcoming-events ul li.event .date {
  margin-right: 50px;
  padding-bottom: 20px;
  position: relative;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: 15%;
}
@media screen and (max-width: 950px) {
  .upcoming-events ul li.event .date {
    width: 20%;
  }
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event .date {
    width: 100%;
  }
}
.upcoming-events ul li.event .date::before {
  position: absolute;
  content: '';
  background: #676767;
  opacity: 0.15;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event .date::before {
    display: none;
  }
}
.upcoming-events ul li.event .date p {
  margin-bottom: 0;
  color: var(--secondary-color);
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event .date p {
    font-weight: 600;
    display: inline-block;
  }
}
.upcoming-events ul li.event .date p.day {
  font-size: 30px;
  font-family: 'encodesans';
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event .date p.day {
    font-size: 15px;
    display: inline-block;
    font-family: 'opensans';
    font-weight: 600;
  }
}
.upcoming-events ul li.event .infos {
  width: 85%;
}
@media screen and (max-width: 670px) {
  .upcoming-events ul li.event .infos {
    width: 100%;
  }
}
.upcoming-events ul li.event .infos .btn {
  margin-bottom: 0;
}
.upcoming-events ul li.event .infos span {
  color: #43853D;
}
.upcoming-events ul li.event .infos span.event-nearly-full {
  color: #9A6E0E;
}
.upcoming-events ul li.event .infos span.event-full {
  color: #BE4865;
}
.upcoming-events ul li.event .infos h3 {
  margin-bottom: 10px;
}
.upcoming-events ul li.event .infos h3 a {
  text-decoration: none;
  color: var(--secondary-color);
  line-height: 120%;
  font-size: 26px;
  font-family: 'encodesans';
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .upcoming-events ul li.event .infos h3 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .upcoming-events ul li.event .infos h3 a {
    font-size: 18px;
  }
}
.upcoming-events ul li.event .infos h3 a:hover {
  opacity: 0.6;
}
.upcoming-events ul li.event .infos p {
  opacity: 0.5;
}
@media screen and (min-width: 950px) {
  .press {
    padding: 0 50px;
  }
}
@media screen and (max-width: 950px) {
  .press {
    margin-right: -50px;
    clear: both;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.press .press-release {
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .press .press-release {
    width: 50%;
    padding-right: 50px;
    float: left;
  }
}
@media screen and (max-width: 670px) {
  .press .press-release {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 950px) {
  .press .press-release .grid {
    margin-right: 0;
  }
}
.press .press-release .grid .col-1-3,
.press .press-release .grid .col-2-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .press .press-release .grid .col-1-3,
  .press .press-release .grid .col-2-3 {
    width: 100%;
    padding-right: 0;
  }
}
.press .press-release .image {
  width: 100%;
  height: 225px;
}
@media screen and (max-width: 950px) {
  .press .press-release .image {
    margin-bottom: 25px;
  }
}
.press .press-release .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press .press-release p.date {
  font-style: italic;
  color: #595959;
  font-size: 13px;
}
.press .press-release p.date strong {
  color: #B44040;
  font-weight: 400;
}
.press .press-release .btn {
  margin-bottom: 0;
}
.teaser .press {
  display: inline-block;
}
.teaser .press .col-1-3 {
  width: 25%;
}
.teaser .press .col-2-3 {
  width: 75%;
}
.teaser .press .press-release .image {
  width: 100%;
  height: 160px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 950px) {
  .teaser .press .press-release .image {
    height: 220px;
  }
}
@media screen and (max-width: 470px) {
  .teaser .press .press-release .image {
    height: 180px;
  }
}
.teaser.colored p.date {
  opacity: 0.6;
}
.small-press {
  margin-bottom: -180px;
}
@media screen and (min-width: 950px) {
  .small-press {
    padding: 0 50px;
  }
}
@media screen and (max-width: 760px) {
  .small-press {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .small-press .col-1-3:last-child {
    margin-bottom: 0;
  }
}
.small-press .press-release {
  background: #fff;
  padding: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.small-press .press-release .inner .image {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
}
@media screen and (max-width: 950px) {
  .small-press .press-release .inner .image {
    height: 220px;
  }
}
@media screen and (max-width: 470px) {
  .small-press .press-release .inner .image {
    height: 180px;
  }
}
.small-press .press-release .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-press .press-release .inner p.date {
  font-style: italic;
  font-size: 13px;
  color: #595959;
}
.small-press .press-release .inner ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.small-press .press-release .inner ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  background: var(--secondary-color);
}
.small-press .press-release .inner ul li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
  display: contents;
}
.small-press .press-release .inner ul li a:hover {
  opacity: 0.6;
}
.small-press .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .cooperation {
    padding: 0 50px;
  }
}
.cooperation .grid .col-1-3 {
  width: 25%;
}
.cooperation .grid .col-2-3 {
  width: 75%;
}
.cooperation .grid .col-1-3,
.cooperation .grid .col-2-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .cooperation .grid .col-1-3,
  .cooperation .grid .col-2-3 {
    width: 100%;
  }
}
.cooperation .company {
  margin-bottom: 50px;
}
.cooperation .company:last-child {
  margin-bottom: 0;
}
.cooperation .company .image {
  width: 100%;
  height: 160px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 760px) {
  .cooperation .company .image {
    margin-bottom: 25px;
    height: 200px;
  }
}
.cooperation .company .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cooperation .company .image.image-big {
  padding: 0;
}
.cooperation .company .btn {
  margin-bottom: 0;
}
.newsletter {
  margin-bottom: -120px;
}
@media screen and (min-width: 1600px) {
  .newsletter {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 950px) {
  .newsletter {
    padding: 0 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 760px) {
  .newsletter {
    margin-bottom: 50px;
  }
}
.newsletter .image {
  width: 100%;
  height: 480px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 950px) {
  .newsletter .image {
    height: 440px;
  }
}
@media screen and (max-width: 760px) {
  .newsletter .image {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .newsletter .image {
    height: 320px;
  }
}
.newsletter .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.newsletter .btn {
  text-align: center;
}
.calender-inside .claim {
  margin-bottom: 20px;
}
.calender-inside h1 {
  margin-left: 50px;
}
@media screen and (max-width: 670px) {
  .calender-inside h1 {
    margin-left: 0;
  }
}
.calender-inside .filter-bar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.calender-inside .filter-bar .filter {
  background: #fff;
  border: none;
  padding: 5px;
  margin-left: 10px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  color: var(--secondary-color);
  text-decoration: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  opacity: 0.2;
}
.calender-inside .filter-bar .filter:hover {
  opacity: 1;
}
.calender-inside .filter-bar .filter.active {
  background: var(--primary-color);
  color: #fff;
  cursor: default;
  opacity: 1;
}
.calender-inside .filter-bar .filter.icon-calendar {
  padding: 5px 8px;
}
.calender-inside .filter-bar .event-category-select #categoryTrigger {
  outline: none;
  border: none;
  background: none;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.calender-inside #calendar {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .calender-inside #calendar {
    padding: 80px 30px 30px 30px;
  }
}
.calender-inside #calendar .row {
  margin-bottom: 0;
}
.calender-inside #calendar .fc-button-primary:focus {
  box-shadow: none;
}
.calender-inside #calendar .fc-button {
  background-color: var(--secondary-color);
  border-radius: 0;
  padding: 18px 23px;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  border: none;
}
@media screen and (max-width: 760px) {
  .calender-inside #calendar .fc-button {
    width: 35px;
    height: 35px;
    padding: 0;
  }
}
.calender-inside #calendar .fc-prev-button,
.calender-inside #calendar .fc-next-button {
  position: relative;
}
@media screen and (max-width: 760px) {
  .calender-inside #calendar .fc-prev-button,
  .calender-inside #calendar .fc-next-button {
    position: absolute;
    top: 0;
    right: 30px;
    width: 35px;
    height: 35px;
  }
}
.calender-inside #calendar .fc-prev-button::before,
.calender-inside #calendar .fc-next-button::before {
  content: '\e828';
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 15px;
  left: 12px;
}
@media screen and (max-width: 760px) {
  .calender-inside #calendar .fc-prev-button::before,
  .calender-inside #calendar .fc-next-button::before {
    top: 10px;
    left: 7px;
    font-size: 10px;
  }
}
.calender-inside #calendar .fc-prev-button span,
.calender-inside #calendar .fc-next-button span {
  display: none;
}
@media screen and (max-width: 760px) {
  .calender-inside #calendar .fc-prev-button {
    right: 80px;
  }
}
.calender-inside #calendar .fc-next-button {
  margin-right: 1px;
}
.calender-inside #calendar .fc-next-button::before {
  transform: rotate(-90deg);
  left: initial;
  right: 12px;
}
.calender-inside #calendar .fc-view-harness {
  display: contents;
}
.calender-inside #calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  align-items: flex-end;
}
.calender-inside #calendar .fc-toolbar-title {
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  color: #595959;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 950px) {
  .calender-inside #calendar .fc-toolbar-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 760px) {
  .calender-inside #calendar .fc-toolbar-title {
    font-size: 22px;
  }
}
.calender-inside #calendar .fc-scrollgrid {
  border-top: none;
}
.calender-inside #calendar .fc-scroller-liquid-absolute {
  overflow: visible;
}
.calender-inside #calendar .fc-view {
  position: relative;
}
.calender-inside #calendar .fc-scroller.fc-scroller-liquid-absolute {
  position: relative;
  overflow: visible;
  height: 100%;
}
.calender-inside #calendar .fc-col-header-cell {
  background-color: #347CAD;
  border: 1px solid #347CAD;
}
.calender-inside #calendar .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #fff;
  font-family: 'encodesans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
  margin: 0;
}
.calender-inside #calendar .fc-daygrid-day-number {
  font-family: 'opensans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--secondary-color);
}
.calender-inside #calendar .fc-day-today {
  background-color: rgba(52, 124, 173, 0.2);
}
.calender-inside #calendar .fc-day-other {
  background-color: #EFEFEF;
}
.calender-inside #calendar .fc-event-time {
  cursor: pointer;
  white-space: nowrap;
}
.calender-inside #calendar .fc-daygrid-day-frame {
  min-height: 100px;
}
.calender-inside #calendar .fc-daygrid-day-events {
  min-height: initial;
}
.calender-inside #calendar .fc-daygrid-event .event-item {
  cursor: pointer;
  white-space: nowrap;
}
.calender-inside #calendar .fc-daygrid-event .event-item span {
  color: #43853D;
}
.calender-inside #calendar .fc-daygrid-event .event-item span.event-nearly-full {
  color: #9A6E0E;
}
.calender-inside #calendar .fc-daygrid-event .event-item span.event-full {
  color: #BE4865;
}
.calender-inside #calendar .fc-daygrid-event .event-item .event-item-title {
  color: #fff;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calender-inside #calendar .fc-daygrid-event .event-item .event-item-description {
  font-size: 11px;
  white-space: normal;
}
.calender-inside #calendar .fc-customList-view .upcoming-events {
  padding: 0;
}
.calender-inside #calendar .fc-customList-view .upcoming-events .event .date p {
  color: #000;
}
.calender-inside #calendar .fc-customList-view .upcoming-events .event .date p.day {
  color: #595959;
}
.calender-inside #calendar .fc-customList-view .upcoming-events .event:last-child::before {
  display: none;
}
.calender-inside .select2-selection__rendered span {
  color: #000;
}
@media screen and (min-width: 950px) {
  .top-events {
    padding: 0 50px;
  }
}
.top-events .grid {
  margin-bottom: -60px;
}
.top-events .grid .col-1-2,
.top-events .grid .col-1-3 {
  margin-bottom: 120px !important;
}
.top-events h2 {
  color: #595959;
  position: relative;
}
.top-events h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #D2D2D2;
}
.top-events h3 {
  padding: 0 25px;
  color: #595959;
  font-weight: 700;
}
.top-events h4 {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.top-events .info-box {
  background: #fff;
  padding: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.top-events .info-box .color {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #595959;
}
.top-events .info-box .inner p.kategorie {
  padding: 0;
}
.top-events .info-box .inner p.kategorie::before {
  display: none;
}
.top-events .info-box .btn {
  margin-bottom: 0;
  margin-right: 0;
}
.top-events .info-box .meet ul li {
  padding-left: 30px;
  position: relative;
}
.top-events .info-box .meet ul li::before {
  position: absolute;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  left: 0;
  top: 0;
  color: #676767;
}
.top-events .info-box .meet ul li.time::before {
  content: "\e922";
}
.top-events .info-box .meet ul li.place::before {
  content: "\e913";
}
.overlay .audio-module {
  margin: 150px 0;
}
.overlay .audio-module .audio-infos {
  text-align: right;
}
.overlay .audio-module .audio .playlist {
  background: none;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 760px) {
  .overlay .audio-module .audio .playlist .amplitude-visualization canvas {
    width: 100%;
  }
}
.overlay .audio-module .audio .playlist #visualizations-player {
  padding: 0;
}
.overlay .audio-module .audio .playlist .control-container {
  margin-bottom: 50px;
}
.playlist {
  background-color: #E2E2E2;
}
@media screen and (max-width: 760px) {
  .playlist {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.audio {
  margin-bottom: 50px;
}
.audio div.top-container {
  position: relative;
  width: 100%;
  height: 65px;
}
.audio div.top-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio div.control-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.audio div.control-container #volume-container {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.audio div.control-container div.amplitude-prev,
.audio div.control-container div.amplitude-next {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  background-size: cover;
  cursor: pointer;
  margin-top: 0;
  padding: 15px 19px 15px 15px;
  transition: background-color 200ms ease;
}
.audio div.control-container div.amplitude-prev::before,
.audio div.control-container div.amplitude-next::before {
  position: absolute;
  content: "\e91b";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: #fff;
}
.audio div.control-container div.amplitude-prev:hover,
.audio div.control-container div.amplitude-next:hover {
  background-color: var(--primary-color);
}
.audio div.control-container div.amplitude-next {
  padding: 15px 15px 15px 19px;
}
.audio div.control-container div.amplitude-next::before {
  content: "\e918";
}
.audio div.control-container div.amplitude-play-pause {
  width: 75px;
  height: 75px;
  cursor: pointer;
  margin: 0 25px;
}
.audio div.control-container div.amplitude-play-pause.amplitude-playing {
  background-color: var(--primary-color);
  width: 75px;
  height: 75px;
  position: relative;
  transition: background-color 200ms ease;
}
.audio div.control-container div.amplitude-play-pause.amplitude-playing:hover {
  background-color: var(--secondary-color);
}
.audio div.control-container div.amplitude-play-pause.amplitude-playing::before {
  position: absolute;
  content: "\e904";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  top: 20px;
  left: 25px;
  color: #fff;
}
.audio div.control-container div.amplitude-play-pause.amplitude-paused {
  background-color: var(--primary-color);
  width: 75px;
  height: 75px;
  position: relative;
  transition: background-color 200ms ease;
}
.audio div.control-container div.amplitude-play-pause.amplitude-paused:hover {
  background-color: var(--secondary-color);
}
.audio div.control-container div.amplitude-play-pause.amplitude-paused::before {
  position: absolute;
  content: "\e91a";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  top: 20px;
  left: 27px;
  color: #fff;
}
.audio div.meta-data-container {
  margin-top: 0;
  margin-bottom: 40px;
}
.audio div.meta-data-container span.now-playing-name {
  display: block;
  text-align: left;
  font-family: 'encodesans';
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio div.meta-data-container span.now-playing-infos {
  display: block;
  text-align: left;
  font-family: 'opensans';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.audio span.amplitude-current-time {
  display: block;
  text-align: left;
  color: white;
  font-size: 12px;
}
.audio span.amplitude-time-remaining {
  display: block;
  text-align: right;
  color: white;
  font-size: 12px;
}
.audio div#visualizations-player {
  width: 100%;
  padding: 50px;
  border-radius: 0;
  margin: auto;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.audio div#visualizations-player-playlist {
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 50px;
  margin-bottom: -100px;
  margin-top: 50px;
  z-index: 3;
  display: block;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist {
    padding: 25px;
  }
}
.audio div#visualizations-player-playlist div.songs-container button {
  display: block;
  margin: 25px auto 0 auto;
}
.audio div#visualizations-player-playlist div.songs-container div.song {
  padding: 25px 0;
  cursor: pointer;
  height: 100px;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  align-items: center;
}
.audio div#visualizations-player-playlist div.songs-container div.song:first-of-type {
  padding-top: 0;
  height: 75px;
}
.audio div#visualizations-player-playlist div.songs-container div.song:first-of-type em {
  top: 0;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song:first-of-type em {
    top: initial;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song em {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: var(--primary-color);
  transition: all 200ms ease;
  padding: 15px;
  border: none;
  outline: none;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song em {
    width: 35px;
    height: 35px;
    padding: 10px;
    top: initial;
    bottom: 12px;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song em::before {
  position: absolute;
  content: "\e91a";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  left: 20px;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song em::before {
    left: 13px;
    font-size: 16px;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song:hover em {
  background-color: var(--secondary-color);
}
.audio div#visualizations-player-playlist div.songs-container div.song.amplitude-playing em::before {
  content: "\e904";
  left: 18px;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song.amplitude-playing em::before {
    left: 12px;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 75px);
  height: 100%;
  margin-left: 75px;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-name {
  font-size: 15px;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  display: block;
  color: var(--secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: normal;
}
.audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos {
    margin-left: 60px;
  }
}
.audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-date,
.audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-time {
  font-size: 15px;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 600;
  color: #595959;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 50px;
}
@media screen and (max-width: 760px) {
  .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-date,
  .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-time {
    margin-left: 0;
    margin-right: 20px;
  }
}
div.time-progress {
  position: relative;
  margin-bottom: 25px;
}
div.time-progress .time-container {
  position: absolute;
}
div.time-progress .time-container span {
  color: #fff;
}
div.time-progress .time-container span.current-time,
div.time-progress .time-container span.duration {
  color: #fff;
  font-size: 13px;
  float: initial;
  font-family: 'opensans';
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
div.time-progress .amplitude-song-slider {
  opacity: 0;
  cursor: pointer;
}
div.time-progress div#progress-container {
  position: absolute;
  height: 5px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 25px;
  top: 5px;
  left: 0;
  pointer-events: none;
}
div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  display: none;
}
div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
  visibility: hidden;
}
div.time-progress progress#song-played-progress {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  border-radius: 0;
  background: transparent;
  border: none;
}
@media all and (-ms-high-contrast: none) {
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container progress#song-played-progress {
    color: var(--secondary-color);
    border: none;
    background-color: #fff;
  }
}
@supports (-ms-ime-align: auto) {
  div.time-progress div#progress-container progress#song-played-progress {
    color: var(--secondary-color);
    border: none;
  }
}
div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
  border-radius: 0;
}
div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
  background-color: var(--secondary-color);
  border-radius: 0;
}
div.time-progress div#progress-container progress#song-played-progress::-moz-progress-bar {
  background: none;
  border-radius: 0;
  background-color: var(--secondary-color);
  height: 5px;
  margin-top: -2px;
}
div.time-progress div#progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  border-radius: 0;
  background: transparent;
  border: none;
  background-color: #EFEFEF;
}
div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background-color: #EFEFEF;
  border-radius: 0;
}
div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: #EFEFEF;
  border-radius: 0;
  transition: width 0.1s ease;
}
div.time-progress div#progress-container progress#song-buffered-progress::-moz-progress-bar {
  background: none;
  border-radius: 0;
  background-color: #EFEFEF;
  height: 5px;
  margin-top: -2px;
}
div.time-progress div#progress-container progress::-ms-fill {
  border: none;
}
@-moz-document url-prefix() {
  div.time-progress div#progress-container progress#song-buffered-progress {
    top: 9px;
    border: none;
  }
}
@media all and (-ms-high-contrast: none) {
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container progress#song-buffered-progress {
    color: #EFEFEF;
    border: none;
  }
}
@supports (-ms-ime-align: auto) {
  div.time-progress div#progress-container progress#song-buffered-progress {
    color: #EFEFEF;
    border: none;
  }
}
div.time-progress div#progress-container input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 5px;
  cursor: pointer;
  background-color: inherit;
}
div.time-progress div#progress-container input[type=range]:focus {
  outline: none;
}
div.time-progress div#progress-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: var(--secondary-color);
  border-radius: 0px;
  border: 0px solid #010101;
}
div.time-progress div#progress-container input[type=range]::-webkit-slider-thumb {
  display: none;
}
div.time-progress div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--secondary-color);
}
div.time-progress div#progress-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: var(--secondary-color);
  border-radius: 0px;
  border: 0px solid #010101;
}
div.time-progress div#progress-container input[type=range]::-moz-range-thumb {
  display: none;
}
div.time-progress div#progress-container input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
div.time-progress div#progress-container input[type=range]::-ms-fill-lower {
  background: var(--secondary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
div.time-progress div#progress-container input[type=range]::-ms-fill-upper {
  background: var(--secondary-color);
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
div.time-progress div#progress-container input[type=range]::-ms-thumb {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container input[type="range"].amplitude-song-slider {
    padding: 0px;
  }
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
    display: none;
  }
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-track {
    border-width: 15px 0;
    border-color: transparent;
  }
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
    background: #fff;
    border-radius: 10px;
  }
  div.time-progress div#progress-container *::-ms-backdrop,
  div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
    background: #fff;
    border-radius: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
    display: none;
  }
}
div.time-progress div#progress-container input[type=range]:focus::-ms-fill-lower {
  background: var(--secondary-color);
}
div.time-progress div#progress-container input[type=range]:focus::-ms-fill-upper {
  background: var(--secondary-color);
}
div#volume-container {
  text-align: center;
  height: 5px;
  position: relative;
  top: 20px !important;
}
@media screen and (max-width: 760px) {
  div#volume-container {
    display: none;
  }
}
div#volume-container button {
  position: absolute;
  content: "\e903";
  background: var(--secondary-color);
  color: #fff;
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  top: -20px;
  left: -65px;
  border: none;
  transition: all 200ms ease;
}
div#volume-container button:hover {
  background: var(--primary-color);
}
div#volume-container img {
  display: none;
}
div#volume-container input[type="range"].amplitude-volume-slider {
  width: calc(100% - 30px);
  -webkit-appearance: none;
  display: block;
  margin-left: 10px;
  float: left;
}
div#volume-container input[type="range"].amplitude-volume-slider:focus {
  outline: none;
}
div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #cfd8dc;
}
div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  background-color: white;
  cursor: pointer;
  margin-top: -8px;
  -webkit-appearance: none;
  border-radius: 20px;
}
div#volume-container input[type="range"].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
  background: #cfd8dc;
}
div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #cfd8dc;
}
div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background-color: white;
  cursor: pointer;
  margin-top: -8px;
  -webkit-appearance: none;
  border-radius: 20px;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #cfd8dc;
  border-width: 15px 0;
  color: transparent;
  border-color: #192029;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-lower {
  background: transparent;
  border-radius: 2.6px;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
  background: transparent;
  border-radius: 2.6px;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-thumb {
  height: 18px;
  width: 18px;
  background-color: white;
  cursor: pointer;
  margin-top: 0px;
  border: 20px;
}
div#volume-container input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower {
  background: #cfd8dc;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
  background: #cfd8dc;
}
div#volume-container input[type="range"].amplitude-volume-slider::-ms-tooltip {
  display: none;
}
div#volume-container:after {
  content: "";
  display: table;
  clear: both;
}
@-moz-document url-prefix() {
  div#volume-container input[type="range"].amplitude-volume-slider {
    margin-top: 0px;
  }
}
@supports (-ms-ime-align: auto) {
  div#volume-container input[type="range"].amplitude-volume-slider {
    margin-top: -4px;
    height: 30px;
    background-color: #192029 !important;
  }
}
@media all and (-ms-high-contrast: none) {
  div#volume-container *::-ms-backdrop,
  div#flat-black-player-container div#volume-container input[type="range"].amplitude-volume-slider {
    margin-top: -8px;
    background-color: #192029 !important;
    background: #192029 !important;
  }
}
.download {
  padding: 0 100px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .download {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .download {
    padding: 0;
  }
}
.download .download-info a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 600;
}
.download .download-info a:hover {
  opacity: 0.6;
}
.download .download-info p {
  color: #676767;
  font-size: 13px;
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .download-list {
    padding: 0 50px;
  }
}
.download-list h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 0;
}
.download-list h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.video-module {
  position: relative;
  cursor: pointer;
}
.video-module.video-play-button::before,
.video-module .video-play-button::before {
  position: absolute;
  content: "\e91a";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  width: 75px;
  height: 75px;
  line-height: 100%;
  background: var(--primary-color);
  color: #fff;
  padding: 20px 23px 25px 28px;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  z-index: 2;
  transition: opacity 200ms ease;
}
@media screen and (max-width: 670px) {
  .video-module.video-play-button::before,
  .video-module .video-play-button::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    padding: 9px 11px 10px 14px;
    font-size: 20px;
  }
}
.video-module:hover .video-play-button::before,
.video-module:hover.video-play-button::before {
  opacity: 0.6;
}
.video-module:hover .image img {
  transform: scale(1.1);
}
.video-module .image {
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .video-module .image {
    height: auto;
  }
}
@media screen and (max-width: 470px) {
  .video-module .image {
    height: 210px;
  }
}
.video-module .image::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.video-module .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 200ms ease;
}
.video-module .image .caption {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 50px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .video-module .image .caption {
    padding: 25px;
  }
}
.video-module .image .caption h3 {
  margin-bottom: 0;
  color: #fff;
}
.video-module .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.video-module .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  margin: 150px 0;
}
.video .video-infos {
  text-align: right;
}
.video .video-module {
  margin-bottom: 25px;
}
@media screen and (min-width: 950px) {
  .content-search {
    padding: 0 50px;
  }
}
@media screen and (max-width: 670px) {
  .content-search {
    padding: 0;
  }
}
.content-search h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 0;
}
.content-search h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.content-search .search-field {
  padding: 0 50px;
}
@media screen and (max-width: 670px) {
  .content-search .search-field {
    padding: 0;
  }
}
.content-search .search-field .formItem {
  margin-bottom: 0;
  position: relative;
}
.content-search .search-field .formItem::before {
  position: absolute;
  content: "\e920";
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #676767;
  z-index: 2;
}
.content-search .search-field .formItem input {
  padding: 0 25px 0 50px;
  font-size: 15px;
  width: 100%;
  margin-right: 25px;
}
.content-search .search-field .formItem .btn {
  flex: 0 0 auto;
  margin-right: 0;
}
.search .search-field {
  width: 100%;
  height: 150px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  padding: 50px 50px 50px 115px;
  position: relative;
  margin: 150px 0;
}
@media screen and (max-width: 760px) {
  .search .search-field {
    padding: 20px 20px 20px 50px;
    height: 90px;
  }
}
.search .search-field::before {
  position: absolute;
  content: "\e920";
  width: 40px;
  height: 40px;
  top: 50px;
  left: 50px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #676767;
}
@media screen and (max-width: 760px) {
  .search .search-field::before {
    font-size: 20px;
    left: 15px;
    top: 35px;
    width: 20px;
    height: 20px;
  }
}
.search .search-field .formItem {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .search .search-field .formItem {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.search .search-field .formItem input {
  background: none;
  border: none;
  padding: 0 25px 0 0;
  font-size: 30px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .search .search-field .formItem input {
    font-size: 15px;
  }
}
.search .search-field .formItem button {
  background: none;
  border: none;
  outline: none;
  color: var(--secondary-color);
  width: 57px;
  font-size: 30px;
  transition: color 200ms ease;
}
@media screen and (max-width: 760px) {
  .search .search-field .formItem button {
    flex: 0 0 auto;
    width: 35px;
    font-size: 20px;
  }
}
.search .search-field .formItem button:hover {
  color: var(--primary-color);
}
.search .search-field .formItem .hint-list {
  width: calc(100% + 165px);
  position: absolute;
  left: -115px;
  top: 100px;
  padding-left: 115px;
  padding-right: 115px;
  background: #fff;
  box-shadow: 0 60px 60px rgba(0, 0, 0, 0.2);
}
.search .search-field .formItem .hint-list li:last-child {
  padding-bottom: 50px;
}
.search .search-field .formItem .hint-list li a {
  text-decoration: none;
}
.search .search-field .formItem .hint-list li a strong {
  font-weight: 400;
  color: var(--primary-color);
}
.search .search-field .formItem .hint-list li a:hover {
  color: var(--secondary-color);
}
.search .search-field .formItem .hint-list li a:hover strong {
  color: var(--secondary-color);
}
#searchResults .row:first-child {
  margin-bottom: 50px;
}
#searchResults .download-list .download {
  padding-left: 0;
}
#searchResults h3 strong,
#searchResults p strong {
  color: var(--primary-color);
}
#searchResults .search-category {
  width: 100%;
  padding: 20px;
  position: relative;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 760px) {
  #searchResults .search-category {
    padding: 20px 30px;
  }
}
#searchResults .search-category li {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: color 200ms ease;
  margin-right: 22px;
  margin-bottom: 10px;
}
#searchResults .search-category li:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5px;
  right: 100%;
  background: var(--secondary-color);
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#searchResults .search-category li:hover:after {
  right: 0;
}
#searchResults .search-category li:hover {
  color: var(--secondary-color);
}
#searchResults .search-category li.active {
  cursor: default;
  color: var(--secondary-color);
}
#searchResults .search-category li.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: var(--secondary-color);
  bottom: -5px;
  left: 0;
}
#searchResults .press {
  width: 100%;
}
#searchResults .press .publication {
  padding: 50px 0;
  position: relative;
}
#searchResults .press .publication::before {
  position: absolute;
  content: '';
  width: calc(100% + 100px);
  height: 1px;
  background: #D2D2D2;
  left: -50px;
  bottom: 0;
}
.rss-feed {
  max-width: 580px;
  height: auto;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  margin: 150px auto;
  padding: 50px;
}
@media screen and (max-width: 670px) {
  .rss-feed {
    margin: 75px 0;
  }
}
.rss-feed h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 0 50px 0;
}
.rss-feed h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.rss-feed .rss {
  color: var(--secondary-color);
  font-weight: 600;
  padding-left: 75px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  line-height: 100%;
  min-height: 50px;
  position: relative;
}
.rss-feed .rss::before {
  position: absolute;
  content: "\e909";
  width: 50px;
  height: 50px;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  background: var(--primary-color);
  padding: 18px;
  top: 0;
  left: 0;
}
.rss-feed .rss:hover {
  opacity: 0.6;
}
.login {
  max-width: 580px;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  margin: 150px auto;
  padding: 50px;
}
@media screen and (max-width: 670px) {
  .login {
    margin: 75px 0;
  }
}
.login h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 0 25px 0;
}
.login h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.login .btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .category-list {
    padding: 0 50px;
  }
}
.category-list h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 0;
}
.category-list h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
.category-list a {
  margin-bottom: 0;
  text-decoration: none;
}
.category-list .category {
  width: 100%;
  height: 225px;
  padding: 25px;
  background-color: var(--secondary-color);
  position: relative;
  overflow: hidden;
}
.category-list .category::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../gfx/pixel-bg.svg");
  transition: all 200ms ease;
}
.category-list .category:hover::before {
  transform: scale(1.1);
}
.category-list .category h3 {
  color: #fff;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 950px) {
  .tender-list {
    padding: 0 50px;
  }
}
.tender-list .tender {
  padding: 0 50px 50px 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .tender-list .tender {
    padding: 0 0 50px 0;
  }
}
.tender-list .tender::before {
  position: absolute;
  content: '';
  background: #E2E2E2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.tender-list .tender:first-of-type {
  padding-top: 50px;
}
.tender-list .tender:first-of-type::after {
  position: absolute;
  content: '';
  background: #E2E2E2;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}
.tender-list ul li {
  padding-left: 50px;
  position: relative;
}
.tender-list ul li ul {
  padding-top: 25px;
}
.tender-list ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.tender-list ul li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
  display: contents;
}
.tender-list ul li a:hover {
  opacity: 0.6;
}
.publication-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 950px) {
  .publication-list {
    padding: 0 50px;
  }
}
@media screen and (max-width: 950px) {
  .publication-list {
    margin-right: -50px;
    clear: both;
  }
}
.publication-list .col-1-3 {
  margin: 0;
}
.publication-list h2 {
  color: #595959;
  padding-bottom: 25px;
  position: relative;
  margin: 0 50px 50px 0;
}
.publication-list h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #595959;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 950px) {
  .publication-list #publicationContainer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.publication-list .publication {
  margin-bottom: 50px;
}
.publication-list .publication .grid .col-1-3,
.publication-list .publication .grid .col-2-3 {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .publication-list .publication {
    width: 50%;
    padding-right: 50px;
    float: left;
  }
  .publication-list .publication .grid {
    flex-direction: column;
  }
  .publication-list .publication .grid .col-1-3,
  .publication-list .publication .grid .col-2-3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 670px) {
  .publication-list .publication {
    width: 100%;
  }
}
.publication-list .publication .image {
  background: url("../gfx/default.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
}
@media screen and (max-width: 950px) {
  .publication-list .publication .image {
    margin-bottom: 25px;
  }
}
.publication-list .publication .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.publication-list .publication p.date {
  font-style: italic;
  color: #595959;
  font-size: 13px;
}
.publication-list .publication p.date strong {
  color: #B44040;
  font-weight: 400;
}
.publication-list .publication a.verlag {
  text-decoration: none;
  color: var(--primary-color);
  margin-bottom: 20px;
  display: inline-block;
}
.publication-list .publication a.verlag:hover {
  color: var(--secondary-color);
}
.publication-list .download {
  padding: 0;
}
.offer-tiles {
  padding: 0 50px;
}
@media screen and (max-width: 670px) {
  .offer-tiles {
    padding: 0;
  }
}
.offer-tiles .offer {
  background: #fff;
  padding: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.offer-tiles .offer .color {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #595959;
}
.offer-tiles .offer .inner {
  width: 100%;
}
.offer-tiles .offer .inner .image {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
}
.offer-tiles .offer .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-tiles .offer .inner .image.is-fit img {
  object-fit: contain;
}
.offer-tiles .offer .inner .kategorie {
  padding: 0;
}
.offer-tiles .offer .inner .kategorie::before {
  display: none;
}
.offer-tiles .offer .inner ul li {
  padding-left: 25px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.offer-tiles .offer .inner ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  background: var(--secondary-color);
}
.offer-tiles .offer .inner ul li a {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-all;
  display: contents;
}
.offer-tiles .offer .inner ul li a:hover {
  opacity: 0.6;
}
.offer-tiles .offer .btn {
  margin-bottom: 0;
}
.teaser .offer-tiles {
  margin-bottom: -200px;
}
@media screen and (max-width: 670px) {
  .teaser .offer-tiles {
    margin-bottom: 0;
  }
}
.offer-detail .text {
  padding: 0 100px 0 50px;
}
@media screen and (max-width: 670px) {
  .offer-detail .text {
    padding: 0;
  }
}
.offer-detail .offer-info {
  padding: 50px 50px 170px 50px;
  background: #595959;
  width: 50vw;
}
@media screen and (max-width: 670px) {
  .offer-detail .offer-info {
    width: calc(100% + 30px);
    margin-right: -30px;
    padding: 30px 30px 80px 30px;
  }
}
.offer-detail .offer-info p {
  color: #fff;
  margin-bottom: 25px;
}
.offer-detail .offer-info p.topic {
  margin-bottom: 5px;
  font-weight: 600;
}
.offer-detail .offer-areas {
  margin-top: -120px;
  margin-left: 50px;
  padding: 50px;
  background-color: #595959;
  filter: brightness(1.5) saturate(0.5);
  position: relative;
  /*h4, h3 {
          color: #000 !important;
      }*/
}
@media screen and (max-width: 670px) {
  .offer-detail .offer-areas {
    padding: 30px;
    margin-top: -50px;
    margin-left: 30px;
  }
}
.offer-detail .offer-areas::before {
  background: #fff;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.offer-detail .offer-areas p {
  filter: brightness(0) saturate(1);
}
.offer-detail .offer-areas ul li {
  padding-left: 50px;
  position: relative;
  filter: brightness(0.5) saturate(1);
}
.offer-detail .offer-areas ul li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 8px;
  content: '';
  background: var(--secondary-color);
  margin-bottom: 25px;
}
.intern-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 760px) {
  .intern-area {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.intern-area .info {
  padding: 170px 25px 25px 25px;
  background: #fff;
  width: 25%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .intern-area .info {
    width: 100%;
    padding: 170px 30px 30px 30px;
  }
}
@media screen and (max-width: 670px) {
  .intern-area .info {
    padding: 100px 30px 30px 30px;
  }
}
.intern-area .info h1,
.intern-area .info .likeh2 {
  margin-bottom: 25px;
  padding: 0;
}
.intern-area .info h1::before,
.intern-area .info .likeh2::before {
  display: none;
}
.intern-area .info .logout {
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
  transition: color 200ms ease;
  display: block;
}
.intern-area .info .logout::before {
  position: absolute;
  content: "\e911";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  top: 0;
  left: 0;
}
.intern-area .info .logout:hover {
  color: var(--secondary-color);
}
.intern-area .info p span {
  font-weight: 600;
}
.intern-area .info .category-menu li .category-select {
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--secondary-color);
}
.intern-area .info .category-menu li .category-select:hover {
  color: var(--primary-color);
}
.intern-area .info .category-menu li.active .category-select {
  color: #000;
  text-decoration: underline;
}
.intern-area .news-list {
  background: #EFEFEF;
  width: 75%;
  padding: 170px 50px 200px 50px;
}
@media screen and (max-width: 760px) {
  .intern-area .news-list {
    width: 100%;
    padding: 50px 30px;
  }
}
.intern-area .news-list .news {
  background: #fff;
  padding: 20px 50px 50px 75px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .intern-area .news-list .news {
    padding: 60px 30px 30px 30px;
  }
}
.intern-area .news-list .news::before {
  position: absolute;
  content: "\e912";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  padding: 18px 15px;
  background: var(--secondary-color);
  color: #fff;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 760px) {
  .intern-area .news-list .news h3 {
    hyphens: auto;
  }
}
.intern-area .news-list .news.read::before {
  content: "\e91e";
  padding: 15px;
  font-size: 19px;
  background: #676767;
}
.intern-area .news-list .news.open::before {
  content: "\e91e";
  padding: 15px;
  font-size: 19px;
  background: #676767;
}
.intern-area .news-list .news.open button.small {
  opacity: 1;
  pointer-events: initial;
}
.intern-area .news-list .news p.date {
  color: #676767;
  font-style: italic;
  padding-bottom: 20px;
  position: relative;
  font-size: 13px;
}
.intern-area .news-list .news p.date::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #D2D2D2;
}
.intern-area .news-list .news button.small {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: var(--secondary-color);
  border: none;
  outline: none;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}
.intern-area .news-list .news button.small::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  top: 24px;
  left: 15px;
}
.intern-area .news-list .news button.small:hover {
  background-color: var(--primary-color);
}
@media screen and (max-width: 670px) {
  .intern-area .news-list .news .btn {
    margin-bottom: 10px;
  }
}
.intern-area .news-list .news .download-list {
  padding: 25px 0 0 0;
  position: relative;
}
.intern-area .news-list .news .download-list::before {
  position: absolute;
  content: '';
  background: #D2D2D2;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.intern-area .news-list .news .download-list a.all {
  display: block;
  margin-bottom: 5px;
  text-align: right;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 13px;
}
.intern-area .news-list .news .download-list a.all:hover {
  opacity: 0.6;
}
.intern-area .news-list .news .download-list .download {
  padding: 0;
}
.intern-area .news-list .news .btn + .download-list {
  margin-top: 25px;
}
.intern-area + .footer {
  margin-top: 0;
}
.accordion-module .panel {
  display: none;
  padding-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .accordion-module .panel {
    margin: 0 -30px;
  }
}
.accordion-module .accordion-hr {
  border: 0;
  height: 1px;
  background-color: #D2D2D2;
}
.accordion-module .accordion {
  width: 100%;
  outline: none;
  border: none;
  border-top: 1px solid #D2D2D2;
  font-family: 'encodesans';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  padding: 60px 0 60px 50px;
  background: none;
  text-align: left;
  color: #595959;
  text-transform: uppercase;
  position: relative;
  transition: all 200ms ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .accordion-module .accordion {
    padding: 50px 0 50px 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 670px) {
  .accordion-module .accordion {
    padding: 25px 0 25px 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 520px) {
  .accordion-module .accordion {
    font-size: 18px;
  }
}
.accordion-module .accordion em {
  position: relative;
  display: block;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  transition: all 200ms ease;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 670px) {
  .accordion-module .accordion em {
    width: 30px;
    height: 30px;
  }
}
.accordion-module .accordion em::before,
.accordion-module .accordion em::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 24px;
  left: 15px;
}
@media screen and (max-width: 670px) {
  .accordion-module .accordion em::before,
  .accordion-module .accordion em::after {
    width: 15px;
    top: 15px;
    left: 7px;
  }
}
.accordion-module .accordion em::after {
  transform: rotate(90deg);
  transition: all 200ms ease;
}
.accordion-module .accordion:hover {
  color: var(--secondary-color);
}
.accordion-module .accordion:hover em {
  background-color: var(--secondary-color);
}
.accordion-module .accordion.active {
  font-size: 13px;
  height: 100px;
  margin-bottom: 20px;
}
.accordion-module .accordion.active em {
  background-color: var(--secondary-color);
}
.accordion-module .accordion.active em::after {
  transform: rotate(0deg);
}
.accordion-module .accordion.active:hover em {
  background-color: var(--primary-color);
}
.accordion-module .text.image-inside {
  width: 100%;
}
@media screen and (max-width: 670px) {
  .accordion-module .text.image-inside .image {
    margin-right: -60px;
    width: calc(100% + 60px);
  }
}
@media screen and (min-width: 1240px) {
  .accordion-module .teaser {
    margin-left: calc(-50vw + 580px);
    margin-right: calc(-50vw + 580px);
  }
}
@media screen and (max-width: 1240px) {
  .accordion-module .teaser {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 760px) {
  .accordion-module .teaser {
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  .accordion-module .media-preview {
    margin-right: -30px;
  }
}
@media screen and (max-width: 760px) {
  .accordion-module .media-preview {
    margin: 0;
  }
}
.event {
  /* background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  margin: 150px 0; */
  position: relative;
}
.event .event-header {
  padding: 50px 50px 200px 50px;
  margin-bottom: -143px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 670px) {
  .event .event-header {
    padding: 30px 30px 150px 30px;
  }
}
.event .event-header::before {
  background: url("../gfx/event-pixel.svg") no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: bottom;
  top: 0;
  left: 0;
  content: '';
}
.event .event-header.colored h2::before {
  background: #fff;
  opacity: 0.6;
}
.event .event-header.colored .actions .share,
.event .event-header.colored .actions .print {
  color: #fff;
}
.event .event-header.colored .actions .share:before,
.event .event-header.colored .actions .print:before {
  color: #fff;
}
.event .event-header.colored .actions .share:hover,
.event .event-header.colored .actions .print:hover {
  color: #fff;
}
.event .event-header.colored .actions .share:hover:before,
.event .event-header.colored .actions .print:hover:before {
  color: #fff;
}
.event .event-header.colored .actions .social ul li a:hover {
  color: var(--secondary-color);
  opacity: 1;
}
.event .event-header.colored .event-info .time::before,
.event .event-header.colored .event-info .pin::before {
  color: #fff;
}
.event .event-header h2 {
  padding: 25px 0 0 0;
}
.event .event-header h2::before {
  width: 80px;
  height: 1px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: var(--secondary-color);
}
.event .event-header .actions {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 50;
}
@media screen and (max-width: 670px) {
  .event .event-header .actions {
    display: none;
  }
}
.event .event-header .actions .social {
  bottom: -130px;
}
.event .event-header .actions .social ul li {
  position: relative;
}
.event .event-header .actions .social ul li a {
  color: #000 !important;
  text-decoration: none;
}
.event .event-header .actions .share,
.event .event-header .actions .print {
  text-decoration: none;
  margin-left: 50px;
  padding-left: 30px;
  color: #676767;
  position: relative;
  transition: color 200ms ease;
  font-size: 13px;
}
.event .event-header .actions .share::before,
.event .event-header .actions .print::before {
  position: absolute;
  content: "\e921";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  top: 0;
  left: 0;
  color: #676767;
  transition: color 200ms ease;
}
.event .event-header .actions .share:hover,
.event .event-header .actions .print:hover {
  color: var(--secondary-color);
}
.event .event-header .actions .share:hover::before,
.event .event-header .actions .print:hover::before {
  color: var(--secondary-color);
}
.event .event-header .actions .print::before {
  content: "\e91c";
}
.event .event-header .event-info .time,
.event .event-header .event-info .pin {
  display: block;
  padding-left: 30px;
  position: relative;
}
.event .event-header .event-info .time::before,
.event .event-header .event-info .pin::before {
  position: absolute;
  content: "\e922";
  top: 2px;
  left: 0;
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  mso-font-width: 15px;
  color: #676767;
}
.event .event-header .event-info .pin::before {
  content: "\e913";
  font-size: 17px;
  left: 2px;
}
.event .event-content {
  padding: 0 50px 50px 50px;
  z-index: 30;
}
@media screen and (max-width: 670px) {
  .event .event-content {
    padding: 0 30px 30px 30px;
  }
}
.event .event-content .tab {
  overflow: hidden;
}
.event .event-content .tab button {
  background-color: var(--primary-color);
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 22px;
  transition: all 200ms ease;
  margin-right: 10px;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 670px) {
  .event .event-content .tab button {
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  .event .event-content .tab button:last-child {
    margin-bottom: 0;
  }
}
.event .event-content .tab button:hover {
  background-color: #fff;
  color: #000;
}
.event .event-content .tab button.active {
  background-color: #fff;
  color: #000;
}
.event .event-content .tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  padding: 100px 50px 50px 50px;
}
@media screen and (max-width: 670px) {
  .event .event-content .tabcontent {
    padding: 100px 0 50px 0;
  }
}
.event .event-content .tabcontent .text,
.event .event-content .tabcontent .download,
.event .event-content .tabcontent .formular,
.event .event-content .tabcontent .formular p,
.event .event-content .tabcontent .formular-fields {
  padding: 0;
}
.event .event-content .tabcontent .formular h2 {
  margin-left: -50px;
}
@media screen and (max-width: 670px) {
  .event .event-content .tabcontent .formular h2 {
    margin-left: 0;
  }
}
.event .event-content .tabcontent .teaser {
  margin: 0 -100px;
}
@media screen and (max-width: 950px) {
  .event .event-content .tabcontent .teaser {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 670px) {
  .event .event-content .tabcontent .teaser {
    margin: 0 -50px;
  }
}
.event .event-content .image-vw .image {
  width: 100%;
}
.event-header {
  background: #E2E2E2;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flipbook {
  margin: 100px 0 0 0 !important;
}
.flipbook .df-lightbox-wrapper {
  background: none;
}
.flipbook .df-lightbox-wrapper .df-lightbox-controls {
  padding: 0;
}
.flipbook .df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close {
  background: var(--primary-color);
  color: #fff;
  padding: 25px;
  border-radius: 0;
  transition: all 200ms ease;
}
.flipbook .df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:before {
  font-size: 20px;
}
.flipbook .df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:hover {
  background: var(--secondary-color);
}
.flipbook .flipbookContainer {
  background: rgba(26, 62, 87, 0.95);
}
.flipbook .flipbookContainer .df-3dcanvas {
  top: initial;
  bottom: 0;
}
.flipbook .flipbookContainer .df-ui-controls {
  top: 0;
  display: table;
  bottom: initial;
  background: #8094A2;
  padding: 15px 25px;
  border-radius: 0;
  position: fixed;
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn {
  background: none;
  width: initial;
  font-family: 'opensans';
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 100%;
  padding: 0;
  height: 20px;
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn::before {
  color: #fff;
  transition: color 200ms ease;
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn:hover::before,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn:hover span {
  color: var(--secondary-color);
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-download,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-fullscreen {
  margin-bottom: 0;
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-download span,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-fullscreen span {
  display: inline-block;
  margin-left: 10px;
  transition: color 200ms ease;
}
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-thumbnail,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-zoomin,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-download,
.flipbook .flipbookContainer .df-ui-controls .df-ui-btn.df-ui-fullscreen {
  margin-left: 20px;
}
.ui-datepicker {
  background: #fff;
  padding: 20px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 18px;
  font-family: 'encodesans';
  font-weight: 700;
  font-style: normal;
  color: var(--secondary-color);
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: var(--secondary-color);
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: var(--primary-color);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: '\e828';
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 2px;
  left: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  left: initial;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  transform: rotate(-90deg);
  left: initial;
  right: 5px;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 1px solid var(--secondary-color);
}
.ui-datepicker .ui-datepicker-calendar thead {
  background: var(--secondary-color);
  color: #fff;
  font-size: 18px;
  font-family: 'encodesans';
  font-weight: 700;
  font-style: normal;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody {
  border: 1px solid #ddd;
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
  margin-bottom: 0;
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color);
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
  color: var(--primary-color);
}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
  background: rgba(52, 124, 173, 0.2);
}
.survey h1 {
  margin-top: 0;
}
.survey p {
  margin-bottom: 100px;
}
.survey .survey-submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.survey .survey-table {
  overflow-x: auto;
  overflow-y: visible;
}
.survey .survey-table table {
  width: 100%;
  border-collapse: collapse;
}
.survey .survey-table table thead {
  text-align: left;
  text-transform: uppercase;
  font-family: 'encodesans';
  font-size: 12px;
  font-weight: 500;
}
.survey .survey-table table thead tr th {
  color: var(--secondary-color);
}
.survey .survey-table table thead tr th:first-child {
  background: #ffffff;
  z-index: 5;
}
.survey .survey-table table tbody {
  font-family: 'opensans';
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #676767;
}
.survey .survey-table table tbody tr:nth-child(even) {
  background: #EFEFEF;
}
.survey .survey-table table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.survey .survey-table table tbody tr td {
  padding: 15px 10px;
}
.survey .survey-table table tbody tr:last-child td {
  color: #595959;
  font-weight: 600;
}
.survey .survey-table table tbody tr:last-child td:first-child {
  color: var(--secondary-color);
}
.survey .survey-table table tr th,
.survey .survey-table table tr td {
  border-right: 1px solid #D2D2D2;
  text-align: center;
  padding: 15px 10px;
  min-width: 150px;
}
.survey .survey-table table tr th:nth-child(1),
.survey .survey-table table tr td:nth-child(1) {
  border-right: none;
  position: sticky;
  text-align: left;
  left: 0;
  min-width: 220px;
  z-index: 5;
}
@media screen and (max-width: 670px) {
  .survey .survey-table table tr th:nth-child(1),
  .survey .survey-table table tr td:nth-child(1) {
    min-width: 150px;
  }
}
.survey .survey-table table tr th:last-child,
.survey .survey-table table tr td:last-child {
  border-right: none;
}
.survey .survey-table table tr th.inputInside,
.survey .survey-table table tr td.inputInside {
  padding: 0;
  height: 1px;
}
.survey .survey-table table tr th.inputInside .formItem,
.survey .survey-table table tr td.inputInside .formItem {
  height: 100%;
}
.survey .survey-table table tr th.inputInside .formItem input,
.survey .survey-table table tr td.inputInside .formItem input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
}
.survey .survey-table table tr th.inputInside .formItem input::placeholder,
.survey .survey-table table tr td.inputInside .formItem input::placeholder {
  font-style: italic;
}
.survey .survey-table table tr th.inputInside .formItem input:read-only,
.survey .survey-table table tr td.inputInside .formItem input:read-only {
  color: #676767;
  font-weight: 600;
  pointer-events: none;
}
.survey .survey-table table tr th.inputInside .formItem input:read-only::placeholder,
.survey .survey-table table tr td.inputInside .formItem input:read-only::placeholder {
  font-style: normal;
}
.survey .survey-table table tr th.formInside,
.survey .survey-table table tr td.formInside {
  padding: 5px;
}
.survey .survey-table table tr th.formInside.formComment,
.survey .survey-table table tr td.formInside.formComment {
  min-width: 220px;
}
.survey .survey-table .formItem {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.survey .survey-table .formItem.formRadio input {
  height: 30px;
  width: 30px;
  border: none;
}
.survey .survey-table input,
.survey .survey-table textarea {
  font-size: 12px;
}
.survey .survey-table .formInside {
  min-height: 30px;
  height: 100%;
}
.survey .survey-table .formInside input {
  opacity: 0;
  width: 100%;
  min-height: 30px;
  height: 100%;
}
.survey .survey-table .formInside input + i {
  width: 30px;
  height: 30px;
  position: absolute;
  content: '';
  background: #fff;
  left: calc(50% - 15px);
  top: 0;
  border: none;
  cursor: pointer;
  pointer-events: none;
}
.survey .survey-table .formInside input:checked + i:before {
  content: "\e907";
  font-family: 'icon-font';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: var(--primary-color);
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 8px;
}
.survey .survey-table .formInside input[type="radio"] + i {
  border-radius: 50%;
}
.survey .survey-table .formInside input[type="radio"]:checked + i:before {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: '';
  background: var(--primary-color);
}
.survey .survey-table .formInside textarea {
  min-height: 30px;
  height: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  background: #fff;
}
.survey .survey-table.results tbody tr {
  border-bottom: 1px solid #D2D2D2;
}
.survey .survey-table.results tbody tr td:first-child {
  background: #fff;
  color: #000;
}
.survey .survey-table.results tbody tr td.colored {
  color: #fff;
}
.survey .survey-table.results tbody tr:nth-child(even),
.survey .survey-table.results tbody tr:nth-child(odd) {
  background: #ffffff;
}
.survey .survey-table.results tbody tr:last-child {
  border-bottom: none;
}
.survey .survey-table.results tbody tr:last-child td {
  background: #EFEFEF;
}
.survey .survey-table.results tbody tr:last-child td:first-child {
  color: #595959;
}
.survey .survey-table.results tbody tr:last-child td.color-bg {
  background: var(--secondary-color);
}
.survey .survey-table.results .formInside input + i {
  background: #EFEFEF;
}
.survey .survey-table.results .formInside input:checked + i:before {
  color: var(--secondary-color);
}
.survey .survey-table.results .formInside input[type="radio"]:checked + i:before {
  background: var(--secondary-color);
}
.survey .survey-table.results .formInside input:read-only {
  pointer-events: none;
}
.survey .survey-table.results .fillIn {
  background: #EFEFEF !important;
}
.survey .survey-table.results .fillIn .formItem input {
  border-top: none;
  border-bottom: none;
}
.survey .survey-table.results .fillIn .formItem input + i {
  background: #fff;
}
.survey .survey-table.results .fillIn .formItem input:checked + i:before {
  color: var(--primary-color);
}
.survey .survey-table.results .fillIn .formItem input[type="radio"]:checked + i:before {
  background: var(--secondary-color);
}
.survey .survey-table.results .fillIn .formItem input:read-only {
  pointer-events: auto;
}
.survey .survey-table.results .fillIn .formItem textarea {
  background: #EFEFEF;
}
.tooltip {
  position: relative;
}
.tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  width: 200px;
  background-color: #333333;
  color: #FFF;
  text-align: center;
  padding: 10px;
  line-height: 120%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 200ms ease;
  transition-delay: 250ms;
  top: calc(100% + 10px);
  right: calc(100% - 60px);
  margin-left: -100px;
  font-size: 14px;
  pointer-events: none;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  opacity: 0;
  transition: opacity 200ms ease;
  transition-delay: 250ms;
  border-color: transparent transparent #333333;
}
.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
  transition-delay: 0s;
}
.actions .social {
  position: absolute;
  bottom: -120px;
  left: -20px;
  z-index: 3;
  background: #fff;
  padding: 20px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 500ms ease;
}
.actions .social ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}
.actions .social ul li:last-child {
  margin-bottom: 0;
}
.actions .social ul li::before {
  display: none;
}
.actions .social ul li a {
  word-break: keep-all;
}
.actions .social ul li a::after {
  display: none;
}
.actions .social ul li a#fb::before,
.actions .social ul li a#tw::before,
.actions .social ul li a#mail::before {
  content: "\e90b";
  font-family: 'icon-font';
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #595959;
  transition: color 200ms ease;
}
.actions .social ul li a#tw::before {
  content: "\e923";
  font-size: 15px;
}
.actions .social ul li a#mail::before {
  content: "\e912";
  font-size: 15px;
}
.actions .social ul li a:hover#fb::before,
.actions .social ul li a:hover#tw::before,
.actions .social ul li a:hover#mail::before {
  color: var(--secondary-color);
}
.actions .share.open .social {
  display: block;
}
.actions .share,
.actions .print {
  text-decoration: none;
  margin-left: 50px;
  padding-left: 30px;
  color: #595959;
  position: relative;
  transition: color 200ms ease;
  font-size: 13px;
  background: none;
  border: none;
  height: 20px;
  overflow: visible;
}
.actions .share::before,
.actions .print::before {
  position: absolute;
  content: "\e921";
  font-family: 'icon-font';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  top: 0;
  left: 0;
  color: #676767;
  transition: color 200ms ease;
}
.actions .share:hover,
.actions .print:hover {
  color: #09618E;
}
.actions .share:hover::before,
.actions .print:hover::before {
  color: #09618E;
}
.actions .print::before {
  content: "\e91c";
}
body.contrastmode .color-bg {
  background: #333333 !important;
}
body.contrastmode .color-bg .select2-selection__rendered span,
body.contrastmode .color-bg .select2-selection__rendered::after {
  color: #fff !important;
}
body.contrastmode .container {
  overflow: initial;
}
body.contrastmode .container.medialibrary {
  background: #333333;
}
body.contrastmode .intern-area h1,
body.contrastmode .intern-area h2,
body.contrastmode .intern-area .likeh2,
body.contrastmode .intern-area h3,
body.contrastmode .intern-area .likeh4,
body.contrastmode .intern-area p,
body.contrastmode .intern-area a {
  color: #fff !important;
}
body.contrastmode .intern-area .logout {
  transition: opacity 200ms ease;
}
body.contrastmode .intern-area .logout:hover {
  opacity: 0.6;
}
body.contrastmode .intern-area .category-menu li .category-select {
  color: #fff !important;
  transition: all 200ms ease;
}
body.contrastmode .intern-area .category-menu li .category-select:hover {
  text-decoration: underline;
}
body.contrastmode .intern-area .info {
  background: #333333;
  position: relative;
}
body.contrastmode .intern-area .info::before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: -100px;
  left: 0;
  background: #333333;
}
body.contrastmode .intern-area .info::after {
  content: '';
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: -100px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
body.contrastmode .intern-area .news-list {
  background: #fff;
}
body.contrastmode .intern-area .news-list .news {
  background: #333333;
}
body.contrastmode .intern-area .news-list .news::before {
  background: var(--primary-color);
  color: #fff;
}
body.contrastmode .intern-area .news-list .news.read::before {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
body.contrastmode .intern-area .news-list .news button.small {
  background: #fff;
  border: 1px solid #000;
}
body.contrastmode .intern-area .news-list .news button.small::before {
  background: #000;
}
body.contrastmode .intern-area .news-list .news button.small:hover {
  background: var(--primary-color);
}
body.contrastmode .intern-area .news-list .news button.small:hover::before {
  background: #fff;
}
body.contrastmode .navbar .mainmenu ul {
  background: rgba(255, 255, 255, 0.9);
}
body.contrastmode .navbar .mainmenu ul li a {
  color: #000 !important;
}
body.contrastmode .navbar .mainmenu ul li.active > ul {
  background: #333333 !important;
  opacity: 0.9;
}
body.contrastmode .navbar .mainmenu ul li.active > ul li a {
  color: #fff !important;
}
body.contrastmode .navbar .mainmenu ul li.active > ul li.sub.active ul {
  background: #fff !important;
  opacity: 0.9;
}
body.contrastmode .navbar .mainmenu ul li.active > ul li.sub.active ul li a {
  color: #000 !important;
}
body.contrastmode .formItem label {
  color: #000;
}
body.contrastmode .formItem label::before {
  background: #000;
}
body.contrastmode .formItem input,
body.contrastmode .formItem textarea,
body.contrastmode .formItem select {
  border-color: #000;
  background: #fff;
}
body.contrastmode .formItem.formCheckbox input + label i {
  border-color: #000;
  background: #fff;
}
body.contrastmode .formular .answer::before {
  background: #000;
  opacity: 1;
}
body.contrastmode .formular .select2-container--default .select2-selection--single .select2-selection__rendered,
body.contrastmode .formular .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  border: 1px solid #000;
  background: #fff;
}
body.contrastmode .formular .select2 .select2-selection__rendered::after {
  color: #000 !important;
}
body.contrastmode .btn.blue {
  background: #333333;
}
body.contrastmode .media-header .swiper-container .swiper-wrapper .swiper-slide::before {
  height: 250px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
body.contrastmode .media-header .swiper-container .swiper-wrapper .swiper-slide button {
  background: #fff;
}
body.contrastmode .media-header .swiper-container .swiper-wrapper .swiper-slide button::before {
  color: #000;
}
body.contrastmode .media-header .swiper-container .swiper-wrapper .swiper-slide button:hover {
  background: var(--primary-color);
}
body.contrastmode .media-header .swiper-container .swiper-wrapper .swiper-slide button:hover::before {
  color: #fff;
}
body.contrastmode .media-header .filter-bar button.filter {
  background: var(--primary-color);
  color: #fff;
}
body.contrastmode .media-header .filter-bar button.filter.active {
  background: #fff;
  color: #000;
}
body.contrastmode .header::before,
body.contrastmode .image-header::before {
  filter: grayscale(1);
}
body.contrastmode .actions .share,
body.contrastmode .actions .print {
  color: #000;
}
body.contrastmode .actions .share::before,
body.contrastmode .actions .print::before {
  color: #000;
}
body.contrastmode .sitenav .ankerlinks {
  border-color: #000;
}
body.contrastmode .sitenav .ankerlinks ul li a {
  color: #000;
  transition: all 200ms ease;
}
body.contrastmode .sitenav .ankerlinks ul li a:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
body.contrastmode .header .breadcrumb ul li {
  color: #000;
}
body.contrastmode .header .breadcrumb ul li a {
  color: #000;
}
body.contrastmode .header .breadcrumb ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
body.contrastmode .header .breadcrumb ul li a:hover::after {
  color: #000;
}
body.contrastmode h1::after,
body.contrastmode h3::after,
body.contrastmode p::after {
  background: rgba(51, 51, 51, 0.8) !important;
}
body.contrastmode h2,
body.contrastmode h3,
body.contrastmode h4,
body.contrastmode .top-events .info-box .meet ul li::before {
  color: #000 !important;
}
body.contrastmode .outermenu .stripe ul li a#search::before,
body.contrastmode button#search::before,
body.contrastmode .outermenu .stripe ul li a#intern::before,
body.contrastmode button#intern::before,
body.contrastmode .outermenu .stripe ul li a#rss::before,
body.contrastmode button#rss::before,
body.contrastmode .outermenu .stripe ul li a#media::before,
body.contrastmode button#media::before,
body.contrastmode .outermenu .stripe ul li a#publication::before,
body.contrastmode button#publication::before,
body.contrastmode .outermenu .stripe ul li a#contrast::before,
body.contrastmode button#contrast::before {
  color: #000 !important;
}
body.contrastmode .media-preview .swiper-container .swiper-slide .video-preview::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .audio-preview::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .publication-preview::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .gallery-preview::before {
  height: 150px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
body.contrastmode .media-preview .swiper-container .swiper-slide .video-preview:hover::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .audio-preview:hover::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .publication-preview:hover::before,
body.contrastmode .media-preview .swiper-container .swiper-slide .gallery-preview:hover::before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.contrastmode .media-preview .swiper-container .swiper-slide .video-preview:hover a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .audio-preview:hover a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .publication-preview:hover a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .gallery-preview:hover a button {
  background: var(--primary-color);
  color: #fff;
}
body.contrastmode .media-preview .swiper-container .swiper-slide .video-preview a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .audio-preview a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .publication-preview a button,
body.contrastmode .media-preview .swiper-container .swiper-slide .gallery-preview a button {
  background: #fff;
  color: #000;
}
body.contrastmode .media-preview .swiper-container .swiper-slide .video-preview a button:hover,
body.contrastmode .media-preview .swiper-container .swiper-slide .audio-preview a button:hover,
body.contrastmode .media-preview .swiper-container .swiper-slide .publication-preview a button:hover,
body.contrastmode .media-preview .swiper-container .swiper-slide .gallery-preview a button:hover {
  background: var(--primary-color);
  color: #fff;
}
body.contrastmode .category-list .category {
  background: #333333;
}
body.contrastmode .category-list .category h3 {
  color: #fff !important;
}
body.contrastmode .contact-person ul.contact-list li a#phone::before,
body.contrastmode .contact-person ul.contact-list li a#fax::before,
body.contrastmode .contact-person ul.contact-list li a#mail::before {
  color: #000 !important;
}
body.contrastmode .contact-person ul.contact-list li a:hover#phone::before,
body.contrastmode .contact-person ul.contact-list li a:hover#fax::before,
body.contrastmode .contact-person ul.contact-list li a:hover#mail::before {
  color: var(--secondary-color);
}
body.contrastmode .small-contact p.job,
body.contrastmode .contact-person p.job {
  color: #000;
}
body.contrastmode .small-contact p.job::before,
body.contrastmode .contact-person p.job::before {
  background: #000;
  opacity: 0.5;
}
body.contrastmode .map-module .map-infos .map-box .sender .contact .address::before,
body.contrastmode .map-module .map-infos .map-box .sender .contact #phone::before,
body.contrastmode .map-module .map-infos .map-box .sender .contact #fax::before,
body.contrastmode .map-module .map-infos .map-box .sender .contact #mail::before,
body.contrastmode .map-module .map-infos .map-box .sender .contact #web::before {
  color: #000;
}
body.contrastmode .calender-inside .filter-bar .filter.active {
  background: #fff;
  color: #000;
}
body.contrastmode .calender-inside #calendar .fc-col-header-cell {
  background-color: #333333;
  border: 1px solid #333333;
}
body.contrastmode .calender-inside #calendar .fc-button {
  background-color: #333333;
}
body.contrastmode .calender-inside #calendar .fc-daygrid-day-number {
  color: #000;
}
body.contrastmode .small-contact ul.contact-list li a#phone::before,
body.contrastmode .contact-person ul.contact-list li a#phone::before,
body.contrastmode .small-contact ul.contact-list li a#fax::before,
body.contrastmode .contact-person ul.contact-list li a#fax::before,
body.contrastmode .small-contact ul.contact-list li a#mail::before,
body.contrastmode .contact-person ul.contact-list li a#mail::before,
body.contrastmode .small-contact .socialmedia a,
body.contrastmode .contact-person .socialmedia a,
body.contrastmode .small-press .press-release .inner p.date,
body.contrastmode .press .press-release p.date,
body.contrastmode .quote p,
body.contrastmode .quote .statement p,
body.contrastmode .publication-list .publication p.date,
body.contrastmode .download .download-info a,
body.contrastmode .download .download-info p,
body.contrastmode p.kategorie,
body.contrastmode .map-module .map-infos .map-box ul li h4 a,
body.contrastmode .map-module .map-infos .map-box .sender .livestream .stream-info a {
  color: #000;
}
body.contrastmode .quote.highlighted .statement p,
body.contrastmode .quote.highlighted p {
  color: #fff;
}
body.contrastmode .small-contact .image-caption,
body.contrastmode .contact-person .image-caption,
body.contrastmode .text.image-inside .image .image-caption {
  border-color: #333333;
}
body.contrastmode .teaser.colored p.date {
  opacity: 1;
}
body.contrastmode .text ul li::before,
body.contrastmode .small-press .press-release .inner ul li::before {
  background: #000;
}
body.contrastmode .text p a,
body.contrastmode .small-press .press-release .inner p a,
body.contrastmode .text ul li a,
body.contrastmode .small-press .press-release .inner ul li a,
body.contrastmode .text ol li a,
body.contrastmode .small-press .press-release .inner ol li a {
  border-bottom: 1px solid var(--primary-color);
}
body.contrastmode .table .response-scroll .table-inner table thead tr th {
  border-right: 1px solid #fff;
}
body.contrastmode .table .response-scroll .table-inner table thead tr th:last-child {
  border: none;
}
body.contrastmode .table .response-scroll .table-inner table tbody tr td {
  border-right: 1px solid #000;
}
body.contrastmode .table .response-scroll .table-inner table tbody tr td:last-child {
  border: none;
}
body.contrastmode .table .response-scroll .table-inner table tbody tr:nth-child(even) {
  background: rgba(51, 51, 51, 0.1);
}
body.contrastmode .survey-table table tbody {
  color: #000;
}
body.contrastmode .survey-table table tbody tr:last-child td:first-child {
  color: #000;
}
body.contrastmode .survey-table table tr th.inputInside .formItem input:read-only,
body.contrastmode .survey-table table tr td.inputInside .formItem input:read-only {
  color: #000;
}
body.contrastmode .survey-table table tr th.inputInside .formItem input:read-only::placeholder,
body.contrastmode .survey-table table tr td.inputInside .formItem input:read-only::placeholder {
  color: #000;
}
body.contrastmode .survey-table .formInside input + i {
  border: 1px solid #595959;
}
body.contrastmode .survey-table .formInside input:checked + i:before {
  top: 9px;
  left: 7px;
}
body.contrastmode .survey-table .formInside input[type="radio"] + i {
  border-radius: 50%;
}
body.contrastmode .survey-table .formInside input[type="radio"]:checked + i:before {
  top: 7px;
  left: 7px;
}
body.contrastmode .accordion-module .accordion-hr {
  background-color: rgba(0, 0, 0, 0.5);
}
body.contrastmode .accordion-module .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
  color: #000;
}
body.contrastmode .accordion-module .accordion em {
  background: #333333;
}
body.contrastmode .accordion-module .accordion em::before,
body.contrastmode .accordion-module .accordion em::after {
  background: #fff;
}
body.contrastmode .accordion-module .accordion:hover em {
  background: var(--primary-color);
}
body.contrastmode .accordion-module .accordion:hover em::before,
body.contrastmode .accordion-module .accordion:hover em::after {
  background: #fff;
}
body.contrastmode .video-module .image .caption h3 {
  color: #fff !important;
}
body.contrastmode .video-module.video-play-button::before,
body.contrastmode .video-module .video-play-button::before {
  background: #fff;
  color: #000;
}
body.contrastmode .video-module .image::after,
body.contrastmode .gallery-module .swiper-container .swiper-slide::before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
body.contrastmode .audio .btn.blue {
  background: var(--primary-color) !important;
}
body.contrastmode .audio div#visualizations-player-playlist {
  background: rgba(0, 0, 0, 0.8);
}
body.contrastmode .audio div.control-container div.amplitude-prev,
body.contrastmode .audio div.control-container div.amplitude-next,
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-paused {
  background: #fff !important;
}
body.contrastmode .audio div.control-container div.amplitude-prev::before,
body.contrastmode .audio div.control-container div.amplitude-next::before,
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-paused::before {
  color: #000 !important;
}
body.contrastmode .audio div.control-container div.amplitude-prev:hover,
body.contrastmode .audio div.control-container div.amplitude-next:hover,
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-paused:hover {
  background: var(--primary-color) !important;
}
body.contrastmode .audio div.control-container div.amplitude-prev:hover::before,
body.contrastmode .audio div.control-container div.amplitude-next:hover::before,
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-paused:hover::before {
  color: #fff !important;
}
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-playing:hover {
  background: #fff !important;
}
body.contrastmode .audio div.control-container div.amplitude-play-pause.amplitude-playing:hover::before {
  color: #000 !important;
}
body.contrastmode .audio div#volume-container button {
  background: #fff !important;
  color: #000 !important;
}
body.contrastmode .audio div#volume-container button:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song em {
  background: #fff !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song em::before {
  color: #000 !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song em:hover {
  background: var(--primary-color) !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song em:hover::before {
  color: #fff !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container em {
  background: var(--primary-color) !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container em::before {
  color: #fff !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container em:hover {
  background: #fff !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container em:hover::before {
  color: #000 !important;
}
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-name,
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-date,
body.contrastmode .audio div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container .infos span.song-time {
  color: #fff !important;
}
body.contrastmode .footer {
  background-color: #333333 !important;
}
body.contrastmode .footer::before {
  filter: grayscale(1);
}
body.contrastmode .footer .footermenu h3,
body.contrastmode .footer .footermenu h4,
body.contrastmode .footer .footermenu a,
body.contrastmode .footer .footermenu p,
body.contrastmode .footer .footermenu .address::before,
body.contrastmode .footer .footermenu #phone::before,
body.contrastmode .footer .footermenu #mail::before {
  color: #fff !important;
}
body.contrastmode .footer .social {
  background: rgba(13, 13, 13, 0.8);
}
body.contrastmode .footer .social h3,
body.contrastmode .footer .social h4 {
  color: #fff !important;
}
body.contrastmode .lazy-loading::after {
  background: url(../gfx/loader.svg) rgba(13, 13, 13, 0.8) no-repeat center;
  background-size: auto 7px;
}
body.contrastmode .colored th {
  color: #fff !important;
}
body.contrastmode .colored h1,
body.contrastmode .colored h2 {
  color: #fff !important;
}
body.contrastmode .colored h1::before,
body.contrastmode .colored h2::before {
  background: #fff !important;
}
body.contrastmode .colored .small-dates em {
  background: #fff !important;
}
body.contrastmode .colored .teaser-inner h3,
body.contrastmode .colored .upcoming-events h3,
body.contrastmode .colored .press h3,
body.contrastmode .colored .cooperation h3,
body.contrastmode .colored .formular h3,
body.contrastmode .colored .newsletter h3,
body.contrastmode .colored .active-audio h3,
body.contrastmode .colored.event-header h3,
body.contrastmode .colored.offer-info h3,
body.contrastmode .colored.offer-areas h3,
body.contrastmode .colored .claim h3,
body.contrastmode .colored .teaser-inner h4,
body.contrastmode .colored .upcoming-events h4,
body.contrastmode .colored .press h4,
body.contrastmode .colored .cooperation h4,
body.contrastmode .colored .formular h4,
body.contrastmode .colored .newsletter h4,
body.contrastmode .colored .active-audio h4,
body.contrastmode .colored.event-header h4,
body.contrastmode .colored.offer-info h4,
body.contrastmode .colored.offer-areas h4,
body.contrastmode .colored .claim h4,
body.contrastmode .colored .teaser-inner p,
body.contrastmode .colored .upcoming-events p,
body.contrastmode .colored .press p,
body.contrastmode .colored .cooperation p,
body.contrastmode .colored .formular p,
body.contrastmode .colored .newsletter p,
body.contrastmode .colored .active-audio p,
body.contrastmode .colored.event-header p,
body.contrastmode .colored.offer-info p,
body.contrastmode .colored.offer-areas p,
body.contrastmode .colored .claim p,
body.contrastmode .colored .teaser-inner a,
body.contrastmode .colored .upcoming-events a,
body.contrastmode .colored .press a,
body.contrastmode .colored .cooperation a,
body.contrastmode .colored .formular a,
body.contrastmode .colored .newsletter a,
body.contrastmode .colored .active-audio a,
body.contrastmode .colored.event-header a,
body.contrastmode .colored.offer-info a,
body.contrastmode .colored.offer-areas a,
body.contrastmode .colored .claim a,
body.contrastmode .colored .teaser-inner strong,
body.contrastmode .colored .upcoming-events strong,
body.contrastmode .colored .press strong,
body.contrastmode .colored .cooperation strong,
body.contrastmode .colored .formular strong,
body.contrastmode .colored .newsletter strong,
body.contrastmode .colored .active-audio strong,
body.contrastmode .colored.event-header strong,
body.contrastmode .colored.offer-info strong,
body.contrastmode .colored.offer-areas strong,
body.contrastmode .colored .claim strong,
body.contrastmode .colored .teaser-inner label,
body.contrastmode .colored .upcoming-events label,
body.contrastmode .colored .press label,
body.contrastmode .colored .cooperation label,
body.contrastmode .colored .formular label,
body.contrastmode .colored .newsletter label,
body.contrastmode .colored .active-audio label,
body.contrastmode .colored.event-header label,
body.contrastmode .colored.offer-info label,
body.contrastmode .colored.offer-areas label,
body.contrastmode .colored .claim label,
body.contrastmode .colored .teaser-inner span,
body.contrastmode .colored .upcoming-events span,
body.contrastmode .colored .press span,
body.contrastmode .colored .cooperation span,
body.contrastmode .colored .formular span,
body.contrastmode .colored .newsletter span,
body.contrastmode .colored .active-audio span,
body.contrastmode .colored.event-header span,
body.contrastmode .colored.offer-info span,
body.contrastmode .colored.offer-areas span,
body.contrastmode .colored .claim span,
body.contrastmode .colored .teaser-inner p strong,
body.contrastmode .colored .upcoming-events p strong,
body.contrastmode .colored .press p strong,
body.contrastmode .colored .cooperation p strong,
body.contrastmode .colored .formular p strong,
body.contrastmode .colored .newsletter p strong,
body.contrastmode .colored .active-audio p strong,
body.contrastmode .colored.event-header p strong,
body.contrastmode .colored.offer-info p strong,
body.contrastmode .colored.offer-areas p strong,
body.contrastmode .colored .claim p strong {
  color: #fff !important;
}
body.contrastmode .colored .teaser-inner a:hover,
body.contrastmode .colored .upcoming-events a:hover,
body.contrastmode .colored .press a:hover,
body.contrastmode .colored .cooperation a:hover,
body.contrastmode .colored .formular a:hover,
body.contrastmode .colored .newsletter a:hover,
body.contrastmode .colored .active-audio a:hover,
body.contrastmode .colored.event-header a:hover,
body.contrastmode .colored.offer-info a:hover,
body.contrastmode .colored.offer-areas a:hover,
body.contrastmode .colored .claim a:hover {
  opacity: 0.6 !important;
}
body.contrastmode .colored .teaser-inner .btn,
body.contrastmode .colored .upcoming-events .btn,
body.contrastmode .colored .press .btn,
body.contrastmode .colored .cooperation .btn,
body.contrastmode .colored .formular .btn,
body.contrastmode .colored .newsletter .btn,
body.contrastmode .colored .active-audio .btn,
body.contrastmode .colored.event-header .btn,
body.contrastmode .colored.offer-info .btn,
body.contrastmode .colored.offer-areas .btn,
body.contrastmode .colored .claim .btn {
  background: var(--primary-color) !important;
  color: #fff !important;
}
body.contrastmode .colored .select2-container--default .select2-selection--single .select2-selection__rendered,
body.contrastmode .colored .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #fff;
}
body.contrastmode .colored .teaser-inner .text-image li {
  color: #fff !important;
}
body.contrastmode .colored .teaser-inner .text-image li::before {
  background: #fff !important;
}
body.contrastmode .colored .formItem input,
body.contrastmode .colored .formItem textarea,
body.contrastmode .colored .formItem select {
  background: #fff;
}
body.contrastmode .colored .formItem label::before {
  background: #fff;
}
body.contrastmode .colored .formular .answer::before {
  background: #fff;
  opacity: 0.5;
}
body.contrastmode .teaser-inner a.tag {
  background: #fff !important;
  color: #000 !important;
}
body.contrastmode .header.image-bg .claim h1,
body.contrastmode .header.image-bg .claim h3,
body.contrastmode .header.image-bg .claim p {
  color: #fff !important;
}
body.contrastmode .text table thead {
  background: #333333;
}
body.contrastmode .text table thead tr th {
  color: #fff;
}
body.contrastmode .text table tr th,
body.contrastmode .text table tr td {
  border-right: 1px solid #000;
}
@media screen and (max-width: 670px) {
  body.contrastmode .text table tr th,
  body.contrastmode .text table tr td {
    min-width: 250px;
  }
}
body.contrastmode .text table tr th:last-child,
body.contrastmode .text table tr td:last-child {
  border-right: none;
}
body.contrastmode .offer-tiles .offer .inner ul li::before {
  background: #000;
}
body.contrastmode .overlay ul li a {
  text-decoration: underline;
}
body.contrastmode .overlay ul li::before {
  background: #000;
}
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover,
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-container--default,
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--selected,
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
  color: #000;
}
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover i {
  border-color: #000;
}
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable i::before {
  color: #000;
}
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable {
  transition: background-color 200ms ease;
}
body.contrastmode .select2-dropdown ul.select2-results__options li.select2-results__option--selectable:hover {
  background: rgba(0, 0, 0, 0.1);
}
body.contrastmode .overlay.dark {
  background: rgba(51, 51, 51, 0.95);
}
body.contrastmode .overlay.dark h3 {
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */