@charset "UTF-8";
/*!
Theme Name: studioZX powered by SOPG Nucleus
Theme URI: https://sopg.de
Version: 1.0
Text Domain: nucleus
Author: SOPG GbR
Author URI: https://sopg.de
Description: A SOPG Nucleus custom-made stylesheet.
!*/
.u-center {
  text-align: center;
}

:root {
  /* for backend */
  --color--theme-light-be: #ffff50;
  --color--theme-light--base: var(--color--theme-light--default);
  --color--theme-dark--base: var(--color--theme-dark--default);
  --color--grey-base: #7C7C7C;
  --color--black-base: #000000;
  --color--white-base: #ffffff;
  --color--grey-warm: #979797;
  --color--grey-dark: #242528;
  --color--grey-light: #d2d2d2;
  --color--white-2: #f7f7f7;
  --color--button--1: var(--color--theme-light--default);
  --color--button--2: var(--color--theme-dark--default);
  --color--focus-visible: #ffa500;
  --color--warning: #f34235;
  --color--hint: #25a9ef;
  --color--success: #00cc83;
  --color--header-bg: var(--color--theme-dark--default);
  --color--header: var(--color--theme-light--default);
  --color--footer-bg: var(--color--theme-light-rose);
  --color--footer: var(--color--theme-dark--default);
  --color--theme-light--default: #ffffff;
  --color--theme-dark--default: #000000;
  /* StudioZX Event Colors */
  --color--theme-light-purple: #cc8faf;
  --color--theme-dark-purple: #b84c82;
  --color--theme-light-rose: #ee9594;
  --color--theme-dark-rose: #ea6762;
  --color--theme-light-yellow: #fdd53e;
  --color--theme-dark-yellow: #fac10f;
  --color--theme-light-green: #cfdd7c;
  --color--theme-dark-green: #94c253;
  --color--theme-light-blue: #65C3D2;
  --color--theme-dark-blue: #00ABCB;
}

body {
  --color--theme-light--base: var(--color--theme-light--default);
  --color--theme-dark--base: var(--color--theme-dark--default);
  /* StudioZX Event Colors */
}
body.appearance-colorscheme--default {
  --color--theme-light--base: var(--color--theme-light-rose);
  --color--theme-dark--base: var(--color--theme-dark-rose);
}
body.appearance-colorscheme--purple {
  --color--theme-light--base: var(--color--theme-light-purple);
  --color--theme-dark--base: var(--color--theme-dark-purple);
}
body.appearance-colorscheme--rose {
  --color--theme-light--base: var(--color--theme-light-rose);
  --color--theme-dark--base: var(--color--theme-dark-rose);
}
body.appearance-colorscheme--yellow {
  --color--theme-light--base: var(--color--theme-light-yellow);
  --color--theme-dark--base: var(--color--theme-dark-yellow);
}
body.appearance-colorscheme--green {
  --color--theme-light--base: var(--color--theme-light-green);
  --color--theme-dark--base: var(--color--theme-dark-green);
}
body.appearance-colorscheme--blue {
  --color--theme-light--base: var(--color--theme-light-blue);
  --color--theme-dark--base: var(--color--theme-dark-blue);
}
body.appearance-colorscheme--custom-primary {
  --color--theme-light--base: var(--color--custom-primary);
  --color--theme-dark--base: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-light {
  --color--theme-light--base: var(--color--white-base);
  --color--theme-dark--base: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-dark {
  --color--theme-light--base: var(--color--custom-secondary);
  --color--theme-dark--base: var(--color--custom-primary);
}

/*
    Created on : 10.02.2022, 15:13:36
    Author     : ks
*/
body .appearance-box {
  /* StudioZX Event Colors */
}
body .appearance-box.appearance-colorscheme--purple {
  --color--theme-light--base: var(--color--theme-light-purple);
  --color--theme-dark--base: var(--color--theme-dark-purple);
}
body .appearance-box.appearance-colorscheme--rose {
  --color--theme-light--base: var(--color--theme-light-rose);
  --color--theme-dark--base: var(--color--theme-dark-rose);
}
body .appearance-box.appearance-colorscheme--yellow {
  --color--theme-light--base: var(--color--theme-light-yellow);
  --color--theme-dark--base: var(--color--theme-dark-yellow);
}
body .appearance-box.appearance-colorscheme--green {
  --color--theme-light--base: var(--color--theme-light-green);
  --color--theme-dark--base: var(--color--theme-dark-green);
}
body .appearance-box.appearance-colorscheme--blue {
  --color--theme-light--base: var(--color--theme-light-blue);
  --color--theme-dark--base: var(--color--theme-dark-blue);
}

body.appearance-colorscheme--custom-primary .background .button-type_2 .button--ghost:hover {
  color: var(--color--button--1);
  background-color: var(--color--button--2);
  border-color: var(--color--button--2);
}

body.appearance-colorscheme--custom-light .background .button-type_2 .button--ghost:hover {
  color: var(--color--button--1);
  background-color: var(--color--button--2);
  border-color: var(--color--button--2);
}
body.appearance-colorscheme--custom-light .background.background--1 .button-type_1 .button:hover {
  color: var(--color--button--1);
  background-color: var(--color--button--2);
  border-color: var(--color--button--1);
}

body.appearance-colorscheme--custom-dark .background.background--default.text-appearance--dark .richtext {
  color: var(--color--theme-light--default);
}
body.appearance-colorscheme--custom-dark .background.background--default .button-type_2 .button--ghost {
  color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}
body.appearance-colorscheme--custom-dark .background.background--default .button-type_2 .button--ghost:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}
body.appearance-colorscheme--custom-dark .background.background--1 .button-type_2 .button--ghost:hover {
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
}
body.appearance-colorscheme--custom-dark .background.background--1 .button-type_1 .button:hover {
  color: var(--color--button--2);
  background-color: var(--color--button--1);
  border-color: var(--color--button--1);
}

body .text-appearance--light, body .text-appearance--light.appearance-box {
  --color--theme--primary: var(--color--theme-light--base);
  --color--theme--secondary: var(--color--theme-dark);
  color: var(--color--theme-light--default);
}

.text-appearance--dark, .text-appearance--dark.appearance-box {
  --color--theme--primary: var(--color--theme-dark);
  --color--theme--secondary: var(--color--theme-light--base);
  color: var(--color--theme-dark--default);
}

.content.appearance--light-default {
  background-color: var(--color--theme-light--default);
}
.content.appearance--dark-default {
  background-color: var(--color--theme-dark--default);
}
.content.appearance--light-theme {
  background-color: var(--color--theme-light--base);
}
.content.appearance--dark-theme {
  background-color: var(--color--theme-dark--base);
}

/* desktop first */
/*$screen_max_mobile_s: 'screen and (max-width:22.4375rem)'; // -- 359px
$screen_max_mobile_p: 'screen and (max-width:29.9375rem)'; // -- 479px
$screen_max_mobile:  'screen and (max-width:47.9375rem)'; // -- 767px
$screen_max_tablet_p:  'screen and (max-width:59.9375rem)'; // -- 959px
$screen_max_tablet:  'screen and (max-width:64rem)'; // -- 1024px
$screen_max_desktop:  'screen and (max-width:77.4875rem)'; // -- 1239px*/
/* warning galaxy smartphones, have a mouse and stylus control */
:root {
  --margin--p: 20px;
  --padding--grid: 20px;
  --padding--page: 60px;
  --padding--grid-page: calc(var(--padding--grid) + var(--padding--page));
  --padding--grid--2: 35px;
  --padding--form: 10px;
  --margin--ce: 60px;
  --margin--ce-inner: 25px;
  --offset--paragraph: 26px;
  --offset--quote: 26px;
  --width--fullpage: 1600px;
  --width--fullpage-with-padding-page: 1480px;
  --width--fullpage-with-padding: 1560px;
  --width--content: 710px;
  --width--content-with-padding: 750px;
  --width--content-ms: 954px;
  --width--content-ms-with-padding: 994px;
  --width--content-e: 954px;
  --width--content-e-with-padding: calc(var(--width--content-e) + var(--padding--grid)*2);
  --width--content-e-with-padding-page: calc(var(--width--content-e-with-padding) + var(--padding--page)*2);
  --width--content-m: 1200px;
  --width--content-m-with-padding: 1240px;
  --width--content-m-with-padding-page: 1360px;
  --height--website-header: 100px;
  --height--website-header--collapsed: 60px;
  --height--website-header--default: 100px;
  --height--website-header__brand: 40px;
  --height--website-header__brand--collapsed: 20px;
  --height--website-header__brand--default: 40px;
  --height--adminbar: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 479.9px) {
  :root {
    --padding--grid: 10px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --padding--page: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--page: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--page: 25px;
  }
}
@media screen and (max-width: 479.9px) {
  :root {
    --padding--page: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--grid--2: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--grid--2: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--form: 7px;
  }
}
@media screen and (max-width: 1023.9px) {
  :root {
    --padding--form: 7px;
  }
}
@media screen and (max-width: 766.9px) {
  :root {
    --height--website-header: 91px;
    --height--website-header__brand: 30px;
    --height--website-header__brand--default: 30px;
  }
}

#nclsOldBrowserHint {
  z-index: 99999 !important;
}

:root {
  --zindex--sticky-button: var(--zindex--footer);
  --zindex--overlay--contact-form: 90010;
  --zindex--header: 80030;
  --zindex--header-searchform: 20;
  --zindex--website-header__brand: 20;
  --zindex--media-grid-fullslider-container: 80040;
  --zindex--overlay--info: 18;
  --zindex--overlay--scroll-induced: 80020;
  --zindex--overlay--media-credits: 80020;
  --zindex--overlay--base: 80021;
  --zindex--footer: var(--zindex--overlay--media-credits);
  --zindex--select-dropdown: 80005;
  --zindex--lightbox: 90000;
}

@font-face {
  font-family: "Gelion-Regular";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionRegular/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Gelion-SemiBold";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionSemiBold/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "Gelion-Medium";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionMedium/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionMedium/font.woff") format("woff");
}
@font-face {
  font-family: "Gelion-RegularItalic";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionRegularItalic/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionRegularItalic/font.woff") format("woff");
}
@font-face {
  font-family: "Gelion-Bold";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionBold/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionBold/font.woff") format("woff");
}
@font-face {
  font-family: "Gelion-BoldItalic";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/GelionBoldItalic/font.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/GelionBoldItalic/font.woff") format("woff");
}
@font-face {
  font-family: "GelionBlack";
  src: url(/content/themes/nucleus/asset/font/webFonts/GelionBlack/GelionBlack.woff2) format("woff2");
}
/* ICON */
@font-face {
  font-family: "icomoon";
  src: url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.ttf?yz7pef") format("truetype"), url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.woff?yz7pef") format("woff"), url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.svg?yz7pef#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=iconfont-], [class*=" iconfont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-slide-close:before {
  content: "\e932";
}

.iconfont-filter-active:before {
  content: "\e930";
}

.iconfont-filter-dropdown:before {
  content: "\e931";
}

.iconfont-sticky-tools-contact:before {
  content: "\e934";
}

.iconfont-sticky-tools-close:before {
  content: "\e935";
}

.iconfont-sticky-tools-expand:before {
  content: "\e936";
}

.iconfont-sticky-tools-signup:before {
  content: "\e937";
}

.iconfont-sticky-tools-up:before {
  content: "\e938";
}

.iconfont-check-2:before {
  content: "\e92f";
}

.iconfont-share:before {
  content: "\e92c";
}

.iconfont-calendar2:before {
  content: "\e92d";
}

.iconfont-map-pin2:before {
  content: "\e92e";
}

.iconfont-quotes-2:before {
  content: "\e928";
}

.iconfont-link-external:before {
  content: "\e924";
}

.iconfont-twitter-x:before {
  content: "\e925";
}

.iconfont-mail:before {
  content: "\e926";
}

.iconfont-screw:before {
  content: "\e927";
}

.iconfont-studiozx-zeitverlag:before {
  content: "\e929";
}

.iconfont-studiozx:before {
  content: "\e92a";
}

.iconfont-szx:before {
  content: "\e92b";
}

.iconfont-calendar:before {
  content: "\e923";
}

.iconfont-edit:before {
  content: "\e91f";
}

.iconfont-mail2:before {
  content: "\e920";
}

.iconfont-map-pin:before {
  content: "\e921";
}

.iconfont-plus:before {
  content: "\e922";
}

.iconfont-zfx-compliance:before {
  content: "\e91e";
}

.iconfont-arrow-grid-gallery:before {
  content: "\e91d";
}

.iconfont-arrow-subnav:before {
  content: "\e91c";
}

.iconfont-check-filter:before {
  content: "\e91a";
}

.iconfont-chosen-filter:before {
  content: "\e91b";
}

.iconfont-check:before {
  content: "\e919";
}

.iconfont-arrow-thin:before {
  content: "\e918";
}

.iconfont-download:before {
  content: "\e917";
}

.iconfont-link:before {
  content: "\e916";
}

.iconfont-instagram:before {
  content: "\e900";
}

.iconfont-linkedin:before {
  content: "\e903";
}

.iconfont-slide-arrow:before {
  content: "\e906";
}

.iconfont-xing:before {
  content: "\e907";
}

.iconfont-youtube:before {
  content: "\e909";
}

.iconfont-zfx:before {
  content: "\e915";
}

.iconfont-filter-2:before {
  content: "\e914";
}

.iconfont-dot:before {
  content: "\e913";
}

.iconfont-cross-thin:before {
  content: "\e912";
}

.iconfont-filter:before {
  content: "\e90d";
}

.iconfont-small-close:before {
  content: "\e90e";
}

.iconfont-info:before {
  content: "\e90f";
}

.iconfont-eye-crossed:before {
  content: "\e910";
}

.iconfont-eye:before {
  content: "\e911";
}

.iconfont-quotes:before {
  content: "\e90c";
}

.iconfont-zeit:before {
  content: "\e904";
}

.iconfont-triangle-up:before {
  content: "\23f6";
}

.iconfont-twitter:before {
  content: "\e901";
}

.iconfont-whatsapp:before {
  content: "\e902";
}

.iconfont-arrow:before {
  content: "\2b62";
}

.iconfont-arrow-cycle:before {
  content: "\e905";
}

.iconfont-arrow-down:before {
  content: "\2b63";
}

.iconfont-basket:before {
  content: "\1f6cd";
}

.iconfont-check-cycle:before {
  content: "\e908";
}

.iconfont-dropdown:before {
  content: "\2b8b";
}

.iconfont-facebook:before {
  content: "\e90a";
}

.iconfont-facebook-cycle:before {
  content: "\e90b";
}

.iconfont-lens:before {
  content: "\27ad";
}

.iconfont-next:before {
  content: "\2b9e";
}

.iconfont-prev:before {
  content: "\2b9c";
}

[class^=iconfont-], [class*=" iconfont-"] {
  font-variant-ligatures: no-common-ligatures;
}
[class^=iconfont-]::before, [class*=" iconfont-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
}

/*
    Created on : 24.04.2020, 12:37:59
    Author     : ks
*/
/* used at ce headline, highlight-teaser, speaker only on home and main-category context */
/* used at ce headline, highlight-teaser, speaker not on home and main-category context */
/* used at splitheader */
/* in richtext */
figcaption {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}

.g_image-description {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.g_image-description p {
  margin-bottom: 15px;
}
.g_image-description > p:last-child {
  margin-bottom: 0;
}
.g_image-description p + ul, .g_image-description p + ol {
  margin-top: -15px;
}
.g_image-description ul {
  margin-bottom: 4px;
  display: block;
}
.g_image-description ul li {
  position: relative;
  line-height: 20px;
  padding-top: 2px;
  padding-left: 15px;
}
.g_image-description ul li:last-child {
  padding-bottom: 0;
}
.g_image-description ul li:before {
  content: "•";
  font-size: 15px;
  position: absolute;
  display: inline-block;
  left: -1px;
  top: 2px;
}
.g_image-description ul:last-child {
  margin-bottom: 0;
}
.g_image-description ol {
  margin-bottom: 4px;
  display: block;
}
.g_image-description ol > li {
  position: relative;
  list-style-type: decimal;
  padding-top: 2px;
  padding-left: 16px;
}
.g_image-description ol > li:before {
  position: absolute;
  left: 0;
  top: 2px;
}
.g_image-description ol > li:last-child {
  padding-bottom: 0;
}
.g_image-description ol > li > ol > li {
  padding-left: 30px;
}
.g_image-description ol > li > ol > li > ol > li {
  padding-left: 44px;
}
.g_image-description ol > li > ol > li > ol > li > ol > li {
  padding-left: 58px;
}
.g_image-description ol > li > ul {
  padding-left: 0px;
}
.g_image-description ol {
  counter-reset: item;
}
.g_image-description ol > li {
  display: block;
}
.g_image-description ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  padding-right: 8px;
}
.g_image-description blockquote p {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.g_image-description blockquote p:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e90c";
  display: block;
}
.g_image-description blockquote:first-child {
  margin-top: 0;
}
.g_image-description a {
  text-decoration: underline;
  color: var(--color--theme-light--base);
  color: var(--color--theme-2);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  /*    &[target="_blank"] {
          &::after {
              margin-left: 5px;
              margin-right: 8px;
              display: inline-block;
              content: $iconfont-link-external;
              font-size: 14px;
              @include font-iconfont();
          }
      }*/
  color: inherit !important;
}
.g_image-description a:hover, .g_image-description a:active, .g_image-description a:focus {
  color: var(--color--black-base);
  color: var(--color--theme-3);
}

.g_credit {
  padding-top: 20px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  display: block;
}
.g_credit .copyright {
  font-size: 14px;
  line-height: inherit;
  margin-right: 3px;
}
.g_image-description + .g_credit {
  padding-top: 0;
}

.headline--seperator {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 13px;
  border-top: 1px solid var(--color--grey-base);
  max-width: 720px;
  display: block;
  margin-bottom: 76px;
  margin-top: 160px;
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 479.9px) {
  .headline--seperator {
    padding-top: 9px;
    max-width: 100%;
    min-width: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--seperator {
    margin-top: 120px;
  }
}

.shadow-round {
  /*    border-radius: 50%;
      overflow: hidden;
      position: relative;
      &:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          top: 0;
          left: 0;
          box-shadow: inset 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
      }*/
}

.bg-page {
  background-color: var(--color--theme-dark--default);
}

.bg-std {
  background-color: var(--color--theme-light--default);
}

.margin--auto {
  margin-right: auto;
  margin-left: auto;
}

.width--fullpage {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}

.width--fullpage-with-padding-page {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.width--fullpage-with-padding {
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
}

/* width--content */
.width--content {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}

.width--content-with-padding {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .width--content-with-padding {
    max-width: 100%;
  }
}

.width--content-with-padding-page {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

/* width--content-ms */
.width--content-ms {
  max-width: 954px;
  margin-right: auto;
  margin-left: auto;
}

.width--content-ms-with-padding {
  max-width: 994px;
  margin-right: auto;
  margin-left: auto;
}

/* width--content-m */
.width--content-m {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.width--content-m-with-padding {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.width--content-m-with-padding-page {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

/* padding-page */
.padding--page {
  padding-left: var(--padding--page);
  padding-right: var(--padding--page);
}

.padding--grid {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
}

.padding--grid-page {
  padding-left: calc(var(--padding--grid) + var(--padding--page));
  padding-right: calc(var(--padding--grid) + var(--padding--page));
}

.partner-label {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--color--black-base);
  background: var(--color--theme-light--base);
  padding: 4px 12px;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (max-width: 479.9px) {
  .partner-label {
    transform: scale(0.8) translate(-11%, -20%);
  }
}
.partner-label--absolute {
  position: absolute;
  top: 10px;
  left: 10px;
}
.partner-label--relative {
  margin-bottom: 20px;
}

.headline--big {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 1023.9px) {
  .headline--big {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--big {
    font-size: 40px;
    line-height: 46px;
  }
}
.headline--big .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .headline--big .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .headline--big .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}

body[data-context=category-main] .headline--big,
body[data-context=home] .headline--big {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .headline--big,
  body[data-context=home] .headline--big {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .headline--big,
  body[data-context=home] .headline--big {
    font-size: 40px;
    line-height: 46px;
  }
}
body[data-context=category-main] .headline--big .iconfont-,
body[data-context=home] .headline--big .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .headline--big .iconfont-,
  body[data-context=home] .headline--big .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .headline--big .iconfont-,
  body[data-context=home] .headline--big .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}

.title strong.brand {
  display: block;
  color: var(--color--theme-light--base);
  font-family: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 766.9px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023.9px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023.9px) {
  .hide-on-tablet {
    display: none !important;
  }
}
a[data-content]:after {
  content: attr(data-content);
}

[data-content-before]::before {
  content: attr(data-content-before);
}

[data-content-after]::after {
  content: attr(data-content-after);
  display: inline-block;
  text-decoration: inherit;
}

/*.styled-checkbox {
    .styled-checkbox-label {
        position: relative;
        padding-left: 24px + 10px;
        line-height: 24px;
        display: inline-block;
        cursor: pointer;
        &:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;

            display: block;
            width: 24px;
            height: 24px;
            border: 1px solid $color_grey3D;

            font-size: 11px;
            @include font_iconfont();
            text-align: center;
            line-height: 22px;
            box-sizing: border-box;
        }
    }
    input {
        display: none;
    }
    input:checked + .styled-checkbox-label {
        &:before {
            content: $iconfont-check;
            background-color: var(--color--theme-light--default);
        }
    }
}*/
.std-label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.std-input {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  min-height: 42px;
  border-radius: 23px;
  border: 1px solid var(--color--theme-dark--default);
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px 4px 20px;
  background: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 50%, transparent);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.std-input:not(:placeholder-shown) {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 75%, transparent) !important;
}
.std-input:focus-visible {
  outline: 1px solid var(--color--focus-visible);
  outline-offset: 3px;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.std-input:hover {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.std-input:focus {
  outline: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 70%, transparent);
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 70%, transparent);
}

.input-container--std {
  margin-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .input-container--std {
    margin-bottom: 10px;
  }
}
.input-container--std input[type=text], .input-container--std input[type=email], .input-container--std input[type=password], .input-container--std input[type=tel] {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  min-height: 42px;
  border-radius: 23px;
  border: 1px solid var(--color--theme-dark--default);
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px 4px 20px;
  background: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 50%, transparent);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.input-container--std input[type=text]:not(:placeholder-shown), .input-container--std input[type=email]:not(:placeholder-shown), .input-container--std input[type=password]:not(:placeholder-shown), .input-container--std input[type=tel]:not(:placeholder-shown) {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 75%, transparent) !important;
}
.input-container--std input[type=text]:focus-visible, .input-container--std input[type=email]:focus-visible, .input-container--std input[type=password]:focus-visible, .input-container--std input[type=tel]:focus-visible {
  outline: 1px solid var(--color--focus-visible);
  outline-offset: 3px;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--std input[type=text]:hover, .input-container--std input[type=email]:hover, .input-container--std input[type=password]:hover, .input-container--std input[type=tel]:hover {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--std input[type=text]:focus, .input-container--std input[type=email]:focus, .input-container--std input[type=password]:focus, .input-container--std input[type=tel]:focus {
  outline: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--std input[readonly] {
  color: var(--color--grey-warm);
  cursor: default;
}
.input-container--std label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.input-container--std label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.input-container--std abbr {
  text-decoration: none;
}

.input-container--light input[type=text], .input-container--light input[type=email], .input-container--light input[type=password], .input-container--light input[type=tel] {
  border: 1px solid color-mix(in srgb, var(--color--theme-light--default) 35%, transparent);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 35%, transparent) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  color: color-mix(in srgb, var(--color--theme-light--default) 75%, transparent);
}
.input-container--light input[type=text]:not(:placeholder-shown), .input-container--light input[type=email]:not(:placeholder-shown), .input-container--light input[type=password]:not(:placeholder-shown), .input-container--light input[type=tel]:not(:placeholder-shown) {
  color: var(--color--theme-dark--default);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 80%, transparent) !important;
}
.input-container--light input[type=text]:focus-visible, .input-container--light input[type=email]:focus-visible, .input-container--light input[type=password]:focus-visible, .input-container--light input[type=tel]:focus-visible {
  color: var(--color--theme-dark--default);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--light input[type=text]:hover, .input-container--light input[type=email]:hover, .input-container--light input[type=password]:hover, .input-container--light input[type=tel]:hover {
  color: var(--color--theme-dark--default);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--light input[type=text]:focus, .input-container--light input[type=email]:focus, .input-container--light input[type=password]:focus, .input-container--light input[type=tel]:focus {
  outline: none;
  color: var(--color--theme-dark--default);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.input-container--light input[type=text]::-webkit-input-placeholder, .input-container--light input[type=email]::-webkit-input-placeholder, .input-container--light input[type=password]::-webkit-input-placeholder, .input-container--light input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.input-container--light input[type=text] ::-webkit-input-placeholder, .input-container--light input[type=email] ::-webkit-input-placeholder, .input-container--light input[type=password] ::-webkit-input-placeholder, .input-container--light input[type=tel] ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.input-container--light input[type=text]::-moz-placeholder, .input-container--light input[type=email]::-moz-placeholder, .input-container--light input[type=password]::-moz-placeholder, .input-container--light input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.input-container--light input[type=text]:focus::-webkit-input-placeholder, .input-container--light input[type=text]:focus-visible::-webkit-input-placeholder, .input-container--light input[type=text]:hover::-webkit-input-placeholder, .input-container--light input[type=email]:focus::-webkit-input-placeholder, .input-container--light input[type=email]:focus-visible::-webkit-input-placeholder, .input-container--light input[type=email]:hover::-webkit-input-placeholder, .input-container--light input[type=password]:focus::-webkit-input-placeholder, .input-container--light input[type=password]:focus-visible::-webkit-input-placeholder, .input-container--light input[type=password]:hover::-webkit-input-placeholder, .input-container--light input[type=tel]:focus::-webkit-input-placeholder, .input-container--light input[type=tel]:focus-visible::-webkit-input-placeholder, .input-container--light input[type=tel]:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 70%, transparent);
}
.input-container--light input[type=text]:focus ::-webkit-input-placeholder, .input-container--light input[type=text]:focus-visible ::-webkit-input-placeholder, .input-container--light input[type=text]:hover ::-webkit-input-placeholder, .input-container--light input[type=email]:focus ::-webkit-input-placeholder, .input-container--light input[type=email]:focus-visible ::-webkit-input-placeholder, .input-container--light input[type=email]:hover ::-webkit-input-placeholder, .input-container--light input[type=password]:focus ::-webkit-input-placeholder, .input-container--light input[type=password]:focus-visible ::-webkit-input-placeholder, .input-container--light input[type=password]:hover ::-webkit-input-placeholder, .input-container--light input[type=tel]:focus ::-webkit-input-placeholder, .input-container--light input[type=tel]:focus-visible ::-webkit-input-placeholder, .input-container--light input[type=tel]:hover ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 70%, transparent);
}
.input-container--light input[type=text]:focus::-moz-placeholder, .input-container--light input[type=text]:focus-visible::-moz-placeholder, .input-container--light input[type=text]:hover::-moz-placeholder, .input-container--light input[type=email]:focus::-moz-placeholder, .input-container--light input[type=email]:focus-visible::-moz-placeholder, .input-container--light input[type=email]:hover::-moz-placeholder, .input-container--light input[type=password]:focus::-moz-placeholder, .input-container--light input[type=password]:focus-visible::-moz-placeholder, .input-container--light input[type=password]:hover::-moz-placeholder, .input-container--light input[type=tel]:focus::-moz-placeholder, .input-container--light input[type=tel]:focus-visible::-moz-placeholder, .input-container--light input[type=tel]:hover::-moz-placeholder { /* Firefox 19+ */
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 70%, transparent);
}

.std-textarea-container textarea {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  min-height: 42px;
  border-radius: 23px;
  border: 1px solid var(--color--theme-dark--default);
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px 4px 20px;
  background: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 50%, transparent);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  transition: all 0.4s;
  padding: 8px 20px;
  width: 100%;
  min-height: 126px;
  resize: vertical;
}
.std-textarea-container textarea:not(:placeholder-shown) {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 75%, transparent) !important;
}
.std-textarea-container textarea:focus-visible {
  outline: 1px solid var(--color--focus-visible);
  outline-offset: 3px;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.std-textarea-container textarea:hover {
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.std-textarea-container textarea:focus {
  outline: none;
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent) !important;
}
.std-textarea-container .label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-textarea-container .label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.form .require-notice,
.form .privacy-notice {
  padding-right: var(--padding--form);
  padding-left: var(--padding--form);
  --color--link: currentColor;
  --color--link-hover: var(--color--theme-light--default);
}
.form .require-notice,
.form .require-notice > *,
.form .privacy-notice,
.form .privacy-notice > * {
  font-size: 12px;
  line-height: 16px;
}
.form .require-notice .tooltip,
.form .require-notice a,
.form .privacy-notice .tooltip,
.form .privacy-notice a {
  color: var(--color--link);
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.4s;
}
.form .require-notice .tooltip:hover,
.form .require-notice a:hover,
.form .privacy-notice .tooltip:hover,
.form .privacy-notice a:hover {
  color: var(--color--link-hover);
}
@media screen and (max-width: 766.9px) {
  .form .privacy-notice {
    text-align: center;
  }
}
.form .require-notice {
  margin-top: 20px;
  text-align: right;
}

body.appearance-colorscheme--custom-light .background .form .require-notice,
body.appearance-colorscheme--custom-light .background .form .privacy-notice {
  --color--link: var(--color--theme-dark--default);
  --color--link-hover: var(--color--theme-dark--default);
}

.input-container--std-checkbox {
  margin-bottom: 20px;
}
.input-container--std-checkbox .label__inner {
  padding-left: 34px;
  min-height: 26px;
  position: relative;
  display: block;
  cursor: pointer;
}
.input-container--std-checkbox .label__inner,
.input-container--std-checkbox .label__inner p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 766.9px) {
  .input-container--std-checkbox .label__inner,
  .input-container--std-checkbox .label__inner p {
    font-size: 14px;
    line-height: 17px;
  }
}
.input-container--std-checkbox input[type=checkbox] {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0.01;
  /* position for html5 hint for required */
  margin-top: 24px;
  margin-left: 12px;
}
.input-container--std-checkbox input[type=checkbox] + .label__inner::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e919";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color--theme-dark--default);
  margin-right: 14px;
  text-align: center;
  line-height: 24px;
  color: transparent;
  color: color-mix(in srgb, var(--color--theme-dark--default) 0%, transparent);
  background-color: var(--color--theme-light--default);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 50%, transparent);
  transition: color 0.3s;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 6px;
}
.input-container--std-checkbox input[type=checkbox]:focus-visible + .label__inner::before {
  outline: 1px dashed var(--color--focus-visible);
  outline-offset: 3px;
  color: color-mix(in srgb, var(--color--theme-dark--default) 10%, transparent);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent);
}
.input-container--std-checkbox input[type=checkbox]:checked + .label__inner::before {
  color: var(--color--theme-dark--default);
  color: color-mix(in srgb, var(--color--theme-dark--default) 100%, transparent);
  background-color: color-mix(in srgb, var(--color--theme-light--default) 100%, transparent);
}

.nl-reg-checkbox {
  position: relative;
  margin-bottom: 25px;
}
.nl-reg-checkbox .label {
  cursor: pointer;
  display: block;
}
.nl-reg-checkbox input[type=checkbox] {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0.01;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  line-height: 23px;
  font-size: 20px;
  padding-left: 34px;
  margin-bottom: 0;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner::after {
  color: inherit;
  font-size: 10px;
  transition: all 0.3s;
  position: relative;
  top: 1px;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  color: var(--color--white-base);
  background-color: currentColor;
  transition: all 0.3s;
  font-size: 18px;
  position: relative;
  top: 1px;
  position: absolute;
  left: 0;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner::after {
  content: "\e919";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  color: var(--color--white-base);
  font-size: 10px;
  transition: all 0.3s;
  position: absolute;
  top: 1px;
  left: 4px;
}
.nl-reg-checkbox input[type=checkbox]:focus-visible + .label__inner::before {
  outline: 1px dashed var(--color--focus-visible);
  outline-offset: 3px;
}
.nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after {
  color: #242528;
}
.nl-reg-checkbox.nl-reg-checkbox-disabled label {
  cursor: default;
}

/* special checkbox on direct light-default background post 
 @update 2022-06-03, ZFX-119: add to general form as well
*/
.content.appearance--light-default .content-elements > .content-element:not(.infobox) .input-container--std-checkbox input[type=checkbox] + .label__inner::before,
.form .input-container--std-checkbox input[type=checkbox] + .label__inner::before {
  border: 1px solid var(--color--theme-dark--default);
}
.content.appearance--light-default .content-elements > .content-element:not(.infobox) .input-container--std-checkbox input[type=checkbox]:checked + .label__inner::before,
.form .input-container--std-checkbox input[type=checkbox]:checked + .label__inner::before {
  background-color: var(--color--theme-light--default);
}
.content.appearance--light-default .content-elements > .content-element:not(.infobox) .input-container--std-checkbox input[type=checkbox]:checked + .label__inner::after,
.form .input-container--std-checkbox input[type=checkbox]:checked + .label__inner::after {
  color: var(--color--theme-dark--default);
}

/* special checkbox in infobox on light-default background */
.form .js-form-msg-item {
  margin-bottom: 20px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.07.2017, 14:20:15
    Author     : Kai
*/
.richtext {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  /*    p + ul,
      p + ol {
          margin-top: -9px - 4px;
      }*/
  /* generaly in base.scss */
}
@media screen and (max-width: 1023.9px) {
  .richtext {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext {
    font-size: 20px;
    line-height: 26px;
  }
}
.richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 13px;
}
.richtext h2:first-child, .richtext h3:first-child, .richtext h4:first-child, .richtext h5:first-child, .richtext h6:first-child {
  margin-top: 0px;
}
.richtext h2 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .richtext h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.richtext h3 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 766.9px) {
  .richtext h3 {
    line-height: 34px;
  }
}
.richtext h4 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 1023.9px) {
  .richtext h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h5 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
}
.richtext h6 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
}
.richtext h1 strong, .richtext h2 strong, .richtext h3 strong, .richtext h4 strong, .richtext h5 strong, .richtext h6 strong {
  color: var(--color--theme-light--base);
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.richtext p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: var(--offset--paragraph);
}
@media screen and (max-width: 1023.9px) {
  .richtext p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext p {
    font-size: 20px;
    line-height: 26px;
  }
}
.richtext img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.richtext hr {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: var(--offset--paragraph);
  border-top: 1px solid;
  border-color: var(--color--grey-light);
}
.richtext b, .richtext strong {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: var(--color--theme-light--base);
}
.richtext em b, .richtext em strong {
  color: var(--color--theme-light--base);
}
.richtext a:not(.button--std) {
  color: var(--color--theme-light--base);
  color: var(--color--theme-2);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  /*    &[target="_blank"] {
          &::after {
              margin-left: 5px;
              margin-right: 8px;
              display: inline-block;
              content: $iconfont-link-external;
              font-size: 14px;
              @include font-iconfont();
          }
      }*/
  word-break: break-word;
}
.richtext a:not(.button--std):hover, .richtext a:not(.button--std):active, .richtext a:not(.button--std):focus {
  color: var(--color--black-base);
  color: var(--color--theme-3);
}
.richtext a:not(.button--std):not(.teaser-button__container) {
  color: inherit;
}
.richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-dark--base);
}
.richtext ul {
  margin-bottom: var(--offset--paragraph);
  display: block;
}
.richtext ul li {
  position: relative;
  line-height: inherit;
  font-size: inherit;
  margin-top: var(--offset--paragraph);
  padding-left: 74px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li {
    padding-left: 54px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li {
    padding-left: 54px;
  }
}
.richtext ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e913";
  font-size: 9px;
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 1px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li:before {
    left: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li:before {
    left: 20px;
  }
}
.richtext ul li:last-child {
  padding-bottom: 0;
}
.richtext ul li > ul > li {
  padding-left: 87px;
}
.richtext ul li > ul > li > ul > li {
  padding-left: 101px;
}
.richtext ul li > ul > li > ul > li > ul > li {
  padding-left: 115px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li > ul > li {
    padding-left: 34px;
  }
  .richtext ul li > ul > li > ul > li {
    padding-left: 48px;
  }
  .richtext ul li > ul > li > ul > li > ul > li {
    padding-left: 62px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ul li > ul > li {
    padding-left: 34px;
  }
  .richtext ul li > ul > li > ul > li {
    padding-left: 48px;
  }
  .richtext ul li > ul > li > ul > li > ul > li {
    padding-left: 62px;
  }
}
.richtext ul:last-child {
  margin-bottom: 0;
}
.richtext ol {
  margin-bottom: var(--offset--paragraph);
  display: block;
}
.richtext ol > li {
  position: relative;
  list-style-type: decimal;
  margin-top: var(--offset--paragraph);
  padding-left: 73px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li {
    padding-left: 54px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li {
    padding-left: 54px;
  }
}
.richtext ol > li:before {
  position: absolute;
  left: 40px;
  top: 0px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li:before {
    left: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li:before {
    left: 20px;
  }
}
.richtext ol > li:last-child {
  padding-bottom: 0;
}
.richtext ol > li > ol > li {
  padding-left: 87px;
}
.richtext ol > li > ol > li > ol > li {
  padding-left: 101px;
}
.richtext ol > li > ol > li > ol > li > ol > li {
  padding-left: 115px;
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li > ol > li {
    padding-left: 34px;
  }
  .richtext ol > li > ol > li > ol > li {
    padding-left: 48px;
  }
  .richtext ol > li > ol > li > ol > li > ol > li {
    padding-left: 62px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext ol > li > ol > li {
    padding-left: 34px;
  }
  .richtext ol > li > ol > li > ol > li {
    padding-left: 48px;
  }
  .richtext ol > li > ol > li > ol > li > ol > li {
    padding-left: 62px;
  }
}
.richtext ol ol {
  margin-left: -73px;
}
.richtext ul ul {
  margin-left: -40px;
}
.richtext ol > li > ul {
  padding-left: 0px;
}
.richtext ol {
  counter-reset: item;
}
.richtext ol > li {
  display: block;
}
.richtext ol > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  padding-right: 6px;
}
.richtext blockquote {
  font-variant-ligatures: normal;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  color: var(--color--theme-light--base);
  margin-top: 0px;
  position: relative;
  margin-top: 70px;
  margin-bottom: calc(var(--margin--ce));
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote {
    font-size: 25px;
    line-height: 35px;
  }
}
.richtext blockquote:not(:first-child) {
  margin-top: calc(var(--margin--ce) + 10px);
}
.richtext blockquote p {
  position: relative;
  font-variant-ligatures: normal;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p {
    font-size: 25px;
    line-height: 35px;
  }
}
.richtext blockquote p::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  font-size: 72px;
  line-height: 72px;
  content: "\e928";
  display: block;
  margin-bottom: 23px;
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p::before {
    font-size: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p::before {
    font-size: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p::before {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote p::before {
    margin-bottom: 9px;
  }
}
.richtext blockquote:first-child {
  margin-top: 0;
}
.richtext blockquote + p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--color--theme-light--base);
  margin-top: calc(19px - var(--margin--ce));
  margin-bottom: calc(var(--margin--ce) - 19px);
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .richtext blockquote + p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote + p {
    margin-top: calc(26px - var(--margin--ce));
    margin-bottom: calc(var(--margin--ce) - 26px);
  }
}
@media screen and (max-width: 1023.9px) {
  .richtext blockquote + p {
    margin-top: calc(26px - var(--margin--ce));
    margin-bottom: calc(var(--margin--ce) - 26px);
  }
}
.richtext blockquote + p:not(:last-child) {
  margin-bottom: var(--margin--ce);
}
.richtext p:last-child,
.richtext hr:last-child,
.richtext ul:last-child,
.richtext ol:last-child,
.richtext blockqoute:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext h6:last-child {
  margin-bottom: 0;
}
.richtext .std_button {
  display: inline-block;
  margin-bottom: 16px;
}
.richtext .std_button:last-child {
  margin-bottom: 0;
}

.text-appearance--light .richtext, .text-appearance--light.box .richtext {
  color: var(--color--theme-light--default);
}
.text-appearance--light .richtext hr, .text-appearance--light.box .richtext hr {
  border-color: #d2d2d2;
}

.text-appearance--dark .richtext, .text-appearance--dark.box .richtext {
  color: var(--color--theme-dark--default);
}
.text-appearance--dark .richtext hr, .text-appearance--dark.box .richtext hr {
  border-color: #d2d2d2;
}

body.appearance-colorscheme--custom-primary .background.background--default .richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-light .background.background--default .richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-dark .richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-light--base);
}
body.appearance-colorscheme--custom-dark .background.background--default .richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-light--default);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.03.2018, 14:52:29
    Author     : Kai
*/
.button--reset {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.button--std {
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
  /* stylus-based screens */
}
@media screen and (max-width: 1023.9px) {
  .button--std {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .button--std {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .button--std {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  .button--std {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button--std:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .button--std:hover {
    border-color: var(--color--theme-dark--base);
    background-color: var(--color--theme-dark--base);
    color: var(--color--theme-light--default);
  }
}
.button--std[href^="mailto:"]::after {
  content: "\e920";
  font-size: 22px;
  display: inline-block;
  padding-left: 7px;
  vertical-align: bottom;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
}
.button--std .icon-mail::before {
  margin-left: 4px;
}
.button--std.disabled {
  color: var(--color--theme-light--default);
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}
.button--std:disabled {
  color: var(--color--theme-light--default);
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}

.appearance-colorscheme--custom-primary .button--std:hover {
  color: var(--color--theme-dark--default);
}

.appearance-colorscheme--custom-light .button--std:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-dark--base);
}
.appearance-colorscheme--custom-light .button--full-color:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}

.appearance-colorscheme--custom-dark .button--std:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--base);
  border-color: var(--color--theme-light--base);
}
.appearance-colorscheme--custom-dark .button--full-color:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}

.button--primary {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    border-color: var(--color--theme-dark--base);
    background-color: var(--color--theme-dark--base);
    color: var(--color--theme-light--default);
  }
}
.button--secondary {
  color: var(--color--theme-dark--default);
  border-color: var(--color--theme-light--default);
  background-color: var(--color--theme-light--default);
}
.button--tertiary {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .button--tertiary:hover {
    color: var(--color--theme-dark--default);
    border-color: var(--color--theme-light--default);
    background-color: var(--color--theme-light--default);
  }
}
.button--quinto {
  border-color: var(--color--black);
  background-color: var(--color--black);
  color: var(--color--white);
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .button--quinto:hover {
    border-color: var(--color--black);
    background-color: var(--color--black);
    color: var(--color--white);
  }
}
.button--ghost {
  border-color: var(--color--button--2);
  background-color: transparent;
  color: var(--color--button--2);
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .button--ghost:hover {
    color: var(--color--button--1);
    background-color: transparent;
    border-color: var(--color--button--1);
  }
}
.button--full-color {
  background-color: var(--color--button--2);
  border-color: var(--color--button--2);
  color: var(--color--button--1);
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .button--full-color:hover {
    background-color: var(--color--button--1);
    border-color: var(--color--button--1);
    color: var(--color--button--2);
  }
}
.button.disabled {
  color: var(--color--theme-light--default);
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}
.button:disabled {
  color: var(--color--theme-light--default);
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}

body.appearance-colorscheme--custom-light .button--secondary:hover {
  color: var(--color--theme-dark--default);
}

.content.text-appearance--dark {
  --color--button--1: var(--color--theme-light--default);
  --color--button--2: var(--color--theme-dark--default);
}

.content.text-appearance--light {
  --color--button--1: var(--color--theme-dark--default);
  --color--button--2: var(--color--theme-light--default);
}

.background.text-appearance--dark {
  --color--button--1: var(--color--theme-light--default);
  --color--button--2: var(--color--theme-dark--default);
}

.background.text-appearance--light {
  --color--button--1: var(--color--theme-dark--default);
  --color--button--2: var(--color--theme-light--default);
}

.button--std .iconfont-arrow {
  position: relative;
  margin-left: 8px;
  font-size: 10px;
}

.text-appearance--dark .button--full-color:hover, .text-appearance--dark.background .button--full-color:hover {
  --color--button--1: var(--color--theme-light--default);
  --color--button--2: var(--color--theme-dark--default);
}

.text-appearance--light .button--full-color:hover, .text-appearance--light.background .button--full-color:hover {
  --color--button--1: var(--color--theme-dark--base);
  --color--button--2: var(--color--theme-light--default);
}

/*
    Created on : 09.07.2020, 11:56:13
    Author     : ks
*/
a.button--shortcode {
  min-width: auto !important;
  /*text-transform: uppercase;*/
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none !important;
  /*    &[target="_blank"] {
          padding-right: 40px !important;
          // remove external link bg-image in g_richtext
          &::after {
              display: none;
          }
          &::before {
              top: 8px;
          }
      }*/
}
a.button--shortcode.email::after {
  font-size: 15px;
}
a.button--shortcode span[data-content-after]::after {
  margin-left: -3px;
}

.button__wrapper {
  margin-right: -20px;
}

.richtext .button__wrapper .button--shortcode.button-appearance-dark-default {
  background-color: var(--color--theme-dark--base);
  border-color: var(--color--theme-dark--base);
  color: var(--color--white-base);
}
.richtext .button__wrapper .button--shortcode.button-appearance-light-default {
  background-color: var(--color--theme-light--base);
  color: var(--color--black-base);
  border-color: currentColor;
}
.richtext .button__wrapper .button--shortcode.button-appearance-dark-theme {
  background-color: var(--color--theme-dark);
  color: var(--color--white-base);
  border-color: var(--color--theme-dark);
}
.richtext .button__wrapper .button--shortcode.button-appearance-light-theme {
  background-color: var(--color--theme-light--base);
  color: var(--color--black-base);
}

/* collision of colors */
.appearance--dark-default .button__wrapper .button--shortcode.button-appearance-dark-default {
  border-color: currentColor;
}

.appearance--light-default .button__wrapper .button--shortcode.button-appearance-light-default {
  border-color: currentColor;
}

.appearance--dark-theme .button__wrapper .button--shortcode.button-appearance-dark-theme {
  border-color: currentColor;
}

.appearance--light-theme .button__wrapper .button--shortcode.button-appearance-light-theme {
  border-color: currentColor;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}
html[lang^=de] {
  quotes: "„" "“";
}
html[lang^=en] {
  quotes: '"' '"';
}

/* rem base 10px by base browser setting 16px */
html {
  font-size: 62.5%;
}

html,
body {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 320px;
  background-color: var(--color--theme-dark--default);
  -webkit-text-size-adjust: none;
  word-break: break-word;
}

body {
  overflow: hidden;
}

.website-footer,
.content {
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.content {
  overflow: visible;
}

.main-wrapper {
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--color--theme-dark--default);
  padding-top: var(--height--website-header);
  width: 100%;
}
.main-wrapper.without-website-header {
  --height--website-header: 0px;
}

body {
  /* Locked body 
  added 2021-06-22, ZFDS-47 */
}
body.locked {
  opacity: 0.7;
  pointer-events: none;
}

body {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: no-common-ligatures;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-variant-ligatures: normal;
}
body p {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1023.9px) {
  body p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  body p {
    font-size: 20px;
    line-height: 26px;
  }
}

sub {
  margin-bottom: -0.3em;
  display: inline-block;
}

sup {
  margin-top: -0.3em;
  display: inline-block;
}

ul, li {
  list-style: none;
}

header,
footer,
picture,
figure {
  display: block;
}

figure {
  margin: 0;
}

video,
img {
  max-width: 100%;
  width: auto;
  display: block;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

input[type=checkbox].hidden, input[type=radio].hidden {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0.01;
}
input[type=checkbox].none, input[type=radio].none {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0.01;
  display: none;
}

a:focus-visible {
  outline-offset: 5px;
}

.clearboth:after {
  content: "";
  display: block;
  clear: both;
}

body {
  transition: all 0.4s;
}

body > .adv:first-child {
  padding-top: 25px;
}

.adv ~ .content {
  padding-top: 10px;
}

.media--cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.media--cover.focuspoint {
  object-position: var(--focuspoint-x) var(--focuspoint-y);
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.aspect-ratio-free {
  object-fit: cover;
  aspect-ratio: var(--aspect-ratio);
}
@media screen and (max-width: 766.9px) {
  .aspect-ratio-free {
    aspect-ratio: var(--aspect-ratio--mobile, --aspect-ratio);
  }
}

/* make website-footer always on bottom */
.main-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  box-sizing: border-box;
}
.main-wrapper .website-footer {
  margin-top: auto;
}

.background {
  position: relative;
}

.background.background--default {
  --background-image: linear-gradient(-60deg, var(--color--theme-dark--base) 0%, var(--color--theme-dark--base) 50%, var(--color--theme-light--base) 50%, var(--color--theme-light--base) 100%);
  background-color: var(--color--theme-dark--base);
  background-image: var(--background-image);
}

.background.background--1 {
  background-color: var(--color--theme-light--base);
}

body.appearance-colorscheme--custom-light .background.background--default {
  background-image: none;
  background-color: var(--color--theme-dark--base);
  color: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-light .background.background--default .privacy-notice {
  color: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-dark .background.background--default {
  background-image: none;
}
body.appearance-colorscheme--custom-dark .background {
  color: inherit;
}

/*
    Created on : 31.05.2021, 09:26:47
    Author     : ks
*/
.main-navigation {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .main-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation .submenu__container {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity 0.8s;
}
.main-navigation .submenu__container::before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100vh + var(--height--website-header));
  background-color: var(--color--theme-dark--default);
  background-color: color-mix(in srgb, var(--color--theme-dark--default) 85%, transparent);
  width: 200vw;
  transform: translateX(-100vw);
  pointer-events: none;
}
.main-navigation .menu-item[class*=iconfont-] {
  font-family: inherit !important;
}
.main-navigation .menu-item[class*=iconfont-]::before {
  display: none;
}
.main-navigation .menu-item--level-1 {
  margin-left: 10px;
  margin-right: 10px;
}
.main-navigation .menu-item__link--level-1 {
  min-height: var(--height--website-header);
  display: block;
  transition: all var(--duration--website-header, 0.4s);
}
.main-navigation .menu-item__link--level-1 > .menu-item__label {
  position: relative;
  top: calc(var(--height--website-header) / 2);
  display: inline-block;
  transform: translateY(-50%);
  transition: all var(--duration--website-header, 0.4s);
}
@media screen and (min-width: 1040.1px) {
  .main-navigation .menu-item__link--level-1.parent {
    padding-right: 28px;
  }
}
.main-navigation .menu-item__label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
  padding-bottom: 3px;
}
.main-navigation .menu-item__label::after {
  content: "";
  height: 0.7px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.main-navigation .menu-item__link {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  color: inherit;
  text-decoration: none;
}
.main-navigation .menu-item__link:focus .menu-item__label::after, .main-navigation .menu-item__link:hover .menu-item__label::after {
  animation-name: slideline;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
.main-navigation .menu-item__link [class*=iconfont-]::before {
  font-size: 0.75em;
  margin-left: 6px;
  position: relative;
  top: -5px;
}
.main-navigation .menu-item.current > .menu-item__link .menu-item__label::after {
  opacity: 1;
}
.main-navigation .sub-item .menu-item__link {
  margin-top: 10px;
}
.main-navigation .submenu {
  position: relative;
}
.main-navigation .submenu__opener {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1040.1px) {
  .main-navigation .submenu__opener {
    display: block;
    width: 100%;
    text-align: right;
    height: 0;
    position: relative;
    top: calc(-0.5 * var(--height--website-header));
    position: relative;
    transition: all 0.4s;
  }
  .main-navigation .submenu__opener::before {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -5px;
    transform: rotate(90deg);
    top: -15px;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
  }
}
.main-navigation .menu-item.parent:hover .submenu__container {
  pointer-events: all;
  opacity: 1;
}
@keyframes slideline {
  from {
    opacity: 1;
    left: 0%;
    width: 100%;
  }
  49% {
    left: 100%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  to {
    opacity: 1;
    left: 0%;
    width: 100%;
  }
}
.footer-navigation {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.footer-navigation li {
  /* used style for link and label */
}
.footer-navigation li:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1023.9px) {
  .footer-navigation li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer-navigation li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer-navigation li .menu-item-link {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
}
.footer-navigation li .menu-item-link:hover {
  text-decoration-color: currentColor;
}
.footer-navigation.has-no-image-credits .menu-item.imagecredit {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28.06.2021, 12:46:54
    Author     : ks
*/
.social-navigation {
  margin-right: -10px;
  margin-bottom: -10px;
}

.social-menu-item {
  margin-right: 10px;
  margin-top: 10px;
}
.social-menu-item::before {
  display: none;
}
.social-menu-item__link {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  border: 1px solid currentColor;
  outline: 0.3px solid color-mix(in srgb, currentColor 10%, transparent);
  background-color: transparent;
  height: 55px;
  width: 55px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.social-menu-item__link:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}
.social-menu-item__icon {
  font-size: 21px;
  line-height: 53px;
  position: relative;
}
.social-menu-item__icon:before {
  font-size: inherit;
  line-height: inherit;
}
.social-menu-item__label {
  display: none;
}
.social-menu-item .iconfont-facebook {
  font-size: 29px;
}
.social-menu-item .iconfont-instagram {
  font-size: 28px;
}
.social-menu-item .iconfont-youtube {
  font-size: 20px;
}
.social-menu-item .iconfont-twitter {
  font-size: 26px;
}
.social-menu-item .iconfont-twitter-x {
  font-size: 26px;
}
.social-menu-item .iconfont-linkedin {
  bottom: 2px;
  font-size: 22px;
}

/*
    Created on : 28.06.2021, 12:46:54
    Author     : ks
*/
.social-share-navigation {
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .social-share-navigation {
    padding-bottom: 40px;
  }
}
.social-share-menu {
  --padding--social: 5px;
  margin: calc(var(--padding--social) * -1);
  display: flex;
}

.social-share-menu-item {
  margin: var(--padding--social);
  display: block;
  vertical-align: top;
}
.social-share-menu-item::before {
  display: none;
}
.social-share-menu-item__link {
  text-decoration: none;
  transition: all 0.4s;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: inherit;
  outline: 0.3px solid color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid currentColor;
  background-color: transparent;
}
.social-share-menu-item__link:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}
.social-share-menu-item__label {
  display: none;
}
.social-share-menu-item__icon {
  font-size: 25px;
  line-height: 48px;
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
}
.social-share-menu-item__icon::before {
  line-height: inherit;
  font-size: inherit;
}
.social-share-menu-item .iconfont-facebook {
  font-size: 25px;
}
.social-share-menu-item .iconfont-instagram {
  font-size: 24px;
}
.social-share-menu-item .iconfont-whatsapp {
  font-size: 26px;
}
.social-share-menu-item .iconfont-twitter {
  font-size: 23px;
}
.social-share-menu-item .iconfont-twitter-x {
  font-size: 22px;
}
.social-share-menu-item .iconfont-linkedin {
  font-size: 23px;
}
.social-share-menu-item .iconfont-mail {
  font-size: 20px;
  top: 1px;
}

/*
    Created on : 06.07.2021, 14:13:48
    Author     : ks
*/
.burger-navigation {
  transition: all 0.7s;
  max-height: calc(100vh - var(--height--website-header) - var(--height--adminbar));
  right: 0;
  width: 100%;
  position: relative;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  height: auto;
  overflow: auto;
  /* stylus-based screens */
}
.burger-navigation__container {
  color: var(--color--header);
  position: absolute;
  right: 0;
  top: 100%;
  color: white;
  pointer-events: all;
  min-height: var(--height--website-header);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1040.1px) {
  .burger-navigation__container {
    display: none;
  }
}
.burger-navigation a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  padding-top: 3px;
  padding-bottom: 3px;
}
.burger-navigation .menu {
  display: block;
}
.burger-navigation .menu-item {
  display: block;
}
.burger-navigation .menu-item:not(:last-child) {
  margin-bottom: 4px;
}
.burger-navigation .menu-item__link {
  margin-top: 27px;
}
.burger-navigation .menu-item__link .menu-item__label {
  transition: all 0.4s;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
@supports (text-decoration-color: transparent) {
  .burger-navigation .menu-item__link .menu-item__label {
    text-decoration-line: underline;
    text-decoration-color: transparent;
  }
}
.burger-navigation .menu-item__link:hover .menu-item__label {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.burger-navigation .menu-item__link [class*=iconfont-]::before {
  font-size: 0.75em;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.burger-navigation .menu-item[class*=iconfont-] {
  font-family: inherit !important;
}
.burger-navigation .menu-item[class*=iconfont-]::before {
  display: none;
}
.burger-navigation .menu-item.current > .menu-item__link .menu-item__label {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.burger-navigation .sub-item {
  padding-left: 0;
  padding-right: 0;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
.burger-navigation .sub-item .menu-item__link {
  margin-top: 17px;
}
.burger-navigation .submenu__opener {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  transition: all 0.4s;
  margin-left: 4px;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.4s;
  display: none;
}
.burger-navigation .submenu__container {
  position: relative;
}
.burger-navigation .submenu__open ~ .submenu__container {
  transition: max-height 0.7s;
}
.burger-navigation .submenu__open:checked ~ .submenu__container {
  max-height: 100vh;
}
.burger-navigation .submenu__open:checked ~ .submenu__opener {
  transform: rotate(-90deg) translate(7px, -6px);
}
.burger-navigation .submenu__container:focus-within {
  max-height: 100vh;
}
.burger-navigation .submenu {
  padding-left: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .burger-navigation .submenu__open:focus-visible ~ .submenu__opener,
  .burger-navigation .submenu__opener:hover {
    left: 2px;
    top: 0;
  }
  .burger-navigation .submenu__open:checked ~ .submenu__opener:focus-visible ~ .submenu__opener, .burger-navigation .submenu__open:checked ~ .submenu__opener:hover {
    left: 0px;
    top: -1px;
  }
}

/*
    Created on : 21.07.2021, 10:03:50
    Author     : ks
*/
.pagination {
  margin: 0 auto;
}
@media screen and (max-width: 479.9px) {
  .pagination {
    width: 100%;
  }
}
.pagination__container {
  margin-bottom: 60px;
}
.pagination__container-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pagination__pages {
  text-align: center;
  padding: 0 5px;
}
.pagination__page {
  display: inline-block;
}
.pagination__link {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
}
.pagination__link .icon {
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  position: relative;
  top: 1.5px;
  padding-left: 6px;
}
.pagination__link--prev, .pagination__link--next {
  min-width: 90px;
}
@media screen and (max-width: 479.9px) {
  .pagination__link--prev, .pagination__link--next {
    order: -1;
  }
}
.pagination__link--prev {
  margin-right: auto;
}
.pagination__link--prev .icon {
  transform: scaleX(-1);
}
.pagination__link--next {
  margin-left: auto;
  text-align: right;
}
.pagination__link--page {
  margin: 0 8px;
  padding: 0 5px;
  position: relative;
  top: 2px;
}
.pagination__link:not(.inactive):hover {
  color: var(--color--theme-light--base);
}
.pagination__link.current {
  color: var(--color--theme-light--base);
  pointer-events: none;
}
.pagination__link.inactive {
  visibility: hidden;
}

/*
    Created on : 03.06.2021, 17:36:42
    Author     : ks
*/
.flickity-viewport {
  position: relative;
  overflow: hidden;
}

.flickity-enabled {
  outline: none !important;
}

.flickity-slider {
  cursor: grab;
}

.flickity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  top: 30px;
  cursor: pointer;
}
.flickity-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.flickity-prev-next-button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  background: var(--color--white-base);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\2b9c";
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50%;
  transform: translateY(-50%);
  position: relative;
  left: -2px;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
.flickity-prev-next-button.next::before {
  content: "\2b9e";
  left: 2px;
}
.flickity-prev-next-button:focus, .flickity-prev-next-button:hover {
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
}
.flickity-prev-next-button:focus-visible {
  outline: 2px solid var(--color---focus-visible);
}

.flickity-page-dots {
  width: 100%;
  height: 14px;
  text-align: center;
  color: inherit;
  margin-top: -7px;
}
.flickity-page-dots .dot {
  background-color: currentColor;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  border: 0 solid currentColor;
  transition: all 0.1s;
  position: relative;
  top: 0;
  margin: 0 3.5px;
  transition: all 0.3s;
  box-sizing: content-box;
}
.flickity-page-dots .dot.is-selected {
  width: 14px;
  height: 14px;
  top: 3px;
}
.flickity-page-dots .dot:not(.is-selected) {
  cursor: pointer;
}
.flickity-page-dots .dot:not(.is-selected):focus, .flickity-page-dots .dot:not(.is-selected):hover {
  background-color: var(--color--theme-light--base);
}

.appearance--light-theme .flickity-page-dots .dot:not(.is-selected):focus, .appearance--light-theme .flickity-page-dots .dot:not(.is-selected):hover, .appearance--light-theme.infobox .flickity-page-dots .dot:not(.is-selected):focus, .appearance--light-theme.infobox .flickity-page-dots .dot:not(.is-selected):hover {
  background-color: var(--color--white-base);
}

@media screen and (max-width: 766.9px) {
  .flickity-button {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.03.2022, 12:22:42
    Author     : ks
*/
.BorlabsCookie {
  background-color: var(--color--theme-light--base);
  color: var(--color--theme-dark--base);
}

/*
    Created on : 25.06.2021, 12:31:23
    Author     : ks
*/
.teaser-button {
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  background-color: var(--color--button--2);
  color: var(--color--button--1);
  border-color: var(--color--button--2);
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .teaser-button:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-button {
    font-size: 16px;
    line-height: 19px;
  }
}
.teaser-button__container {
  text-decoration: none;
  color: inherit;
}
.teaser-button__container:hover .teaser-button, .teaser-button:hover {
  background-color: var(--color--theme-dark--base);
  color: var(--color--theme-light--default);
  border-color: var(--color--theme-dark--base);
}
.teaser-button .iconfont-link-external {
  font-size: 0.6em;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: -4px;
  top: -0.05em;
  margin-left: 0.6em;
}
.teaser-button:active {
  transform: translate3d(0, 0, 0);
}

body.appearance-colorscheme--custom-primary .teaser-button__container:hover .teaser-button, body.appearance-colorscheme--custom-primary .teaser-button:hover {
  color: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-light .teaser-button__container:hover .teaser-button, body.appearance-colorscheme--custom-light .teaser-button:hover {
  color: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-dark .teaser-button__container:hover .teaser-button, body.appearance-colorscheme--custom-dark .teaser-button:hover {
  background-color: var(--color--theme-light--base);
  border-color: var(--color--theme-light--base);
  color: var(--color--theme-dark--default);
}

.media-icon--video picture {
  position: relative;
}
.media-icon--video picture::after {
  content: "";
  width: 13.6363636364%;
  height: 24.2424242424%;
  background-color: var(--color--theme-light--base);
  background-image: url("/content/themes/nucleus/asset/image/icon/svg/triangle-play.svg");
  background-repeat: no-repeat;
  background-size: 34% auto;
  background-position: 58% center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  opacity: 0;
}
.media-icon--video .js-ready-img::after {
  opacity: 1;
  transition-delay: 0.1s;
}

.teaser-link:hover,
a:hover {
  cursor: pointer;
}
.teaser-link:hover .media-icon--video picture::after,
a:hover .media-icon--video picture::after {
  background-color: var(--color--theme-dark);
}

/*
    Created on : 25.06.2021, 12:27:42
    Author     : ks
*/
.emphasis-teaser {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .emphasis-teaser {
    display: flex;
    flex-flow: wrap;
  }
}
.emphasis-teaser__image-container {
  margin-bottom: 26px;
}
@media screen and (min-width: 767px) {
  .emphasis-teaser__image-container {
    width: 50%;
  }
}
.emphasis-teaser__image-container-inner {
  position: relative;
}
.emphasis-teaser__texts-container {
  margin-bottom: 26px;
}
@media screen and (min-width: 767px) {
  .emphasis-teaser__texts-container {
    width: 50%;
    display: flex;
    flex-flow: column;
  }
}
.emphasis-teaser__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023.9px) {
  .emphasis-teaser__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .emphasis-teaser__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.emphasis-teaser__button {
  margin-top: 28px;
}

.related-emphases {
  margin-top: 70px;
}
.related-emphases__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .related-emphases__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .related-emphases__title {
    font-size: 30px;
    line-height: 30px;
  }
}

/*

Post teaser stylesheet.

Created : 20.05.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-33

*/
.post-teasers-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -64px;
  /* for positioning action-teaser between post-teasers on category */
}

.post-teaser {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  /* set order of reloaded teaser after initial */
  --teaser-position: 200;
  order: var(--teaser-position);
}
.post-teaser-link {
  display: block;
  color: inherit;
}
.post-teaser-link:focus-visible {
  outline-offset: 5px;
}
.post-teaser__inner {
  position: relative;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
}
.post-teaser.width-25 {
  width: 25%;
}
@media screen and (max-width: 1023.9px) {
  .post-teaser.width-25 {
    width: 33%;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser.width-25 {
    width: 33%;
  }
}
@media screen and (max-width: 766.9px) {
  .post-teaser.width-25 {
    width: 50%;
  }
}
@media screen and (max-width: 479.9px) {
  .post-teaser.width-25 {
    width: 100%;
  }
}
.post-teaser.width-33 {
  width: 33.333333%;
}
@media screen and (max-width: 959.9px) {
  .post-teaser.width-33 {
    width: 50%;
  }
}
@media screen and (max-width: 479.9px) {
  .post-teaser.width-33 {
    width: 100%;
  }
}
.post-teaser.width-50 {
  width: 50%;
}
@media screen and (max-width: 766.9px) {
  .post-teaser.width-50 {
    width: 100%;
  }
}
.post-teaser__image {
  position: relative;
  overflow: hidden;
}
.post-teaser__texts-container {
  padding-right: 5px;
  margin-top: 34px;
  margin-bottom: 20px;
  max-width: 670px;
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__texts-container {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__texts-container {
    margin-top: 26px;
  }
}
.post-teaser__topline {
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  margin-bottom: 7px;
}
.post-teaser__topline--theme-date {
  font-variant-numeric: tabular-nums;
}
.post-teaser__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.post-teaser__title .iconfont- {
  font-size: 0.8em;
}
.post-teaser__title b,
.post-teaser__title .brand {
  color: var(--color--theme-light--base);
}
.post-teaser__title .brand {
  display: block;
  font-weight: inherit;
}
.post-teaser__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-top: 24px;
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__text {
    margin-top: 16px;
  }
}
.post-teaser__button {
  margin-top: 35px;
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__button {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-teaser__button {
    margin-top: 26px;
  }
}
.post-teaser__title + .post-teaser__button {
  margin-top: 35px;
}
a .post-teaser__image img {
  transition: all 0.25s;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}
a .post-teaser__image picture {
  margin-bottom: -1px;
}
a:hover .post-teaser__image img {
  transform: scale(1.03);
}

.text-appearance--dark .post-teaser, .text-appearance--dark.infobox .post-teaser {
  color: var(--color--theme-dark--default);
}

.text-appearance--light .post-teaser, .text-appearance--light.infobox .post-teaser {
  color: var(--color--theme-light--default);
}

.appearance--light-theme .post-teaser__topline--theme-colored, .appearance--light-theme.infobox .post-teaser__topline--theme-colored {
  color: var(--color--theme-light--base);
}

/*

Action teaser stylesheet.

Created : 01.07.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-60

*/
.action-teaser {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.action-teaser.infobox {
  padding: 0;
}
.action-teaser__inner {
  padding-bottom: 80px;
  padding-top: 65px;
}
@media screen and (max-width: 766.9px) {
  .action-teaser__inner {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}
.action-teaser.category-action-teaser {
  margin-bottom: 30px;
}
.action-teaser.category-action-teaser .action-teaser__inner {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
}
.action-teaser__title {
  width: 100%;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 33px;
}
@media screen and (max-width: 1023.9px) {
  .action-teaser__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .action-teaser__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 766.9px) {
  .action-teaser__title {
    padding-bottom: 36px;
  }
}
.action-teaser .text-container {
  text-align: left;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1023.9px) {
  .action-teaser .text-container {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .action-teaser .text-container {
    font-size: 20px;
    line-height: 24px;
  }
}
.action-teaser .image {
  padding-bottom: 20px;
  width: 250px;
}
@media screen and (max-width: 1023.9px) {
  .action-teaser .title,
  .action-teaser .text-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .action-teaser .title,
  .action-teaser .text-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.action-teaser .button__wrapper {
  margin-top: 20px;
  margin-right: 16px;
  display: inline-block;
  position: relative;
}
.action-teaser .button__wrapper .button {
  display: inline-block;
}
.action-teaser .buttons-wrapper {
  margin-right: -16px;
}
.action-teaser:not(.action-teaser--with-image) .title,
.action-teaser:not(.action-teaser--with-image) .text-container {
  text-align: center;
}
.action-teaser:not(.action-teaser--with-image) .buttons-wrapper {
  margin-right: -20px;
  text-align: center;
}
.action-teaser:not(.action-teaser--with-image) .action-teaser__inner {
  padding-left: var(--padding--page);
  padding-right: var(--padding--page);
}
.action-teaser:not(.action-teaser--with-image) .action-teaser__inner .title,
.action-teaser:not(.action-teaser--with-image) .action-teaser__inner .text-container {
  max-width: var(--width--content);
  margin-right: auto;
  margin-left: auto;
}
.action-teaser--with-bg-image {
  background-size: cover;
  background-position: center;
}
.action-teaser--with-image .action-teaser__inner {
  display: flex;
  flex-flow: wrap;
  padding-left: var(--padding--page);
  padding-right: var(--padding--page);
  /*        .text-container {
              width: calc(100% - ( 245px + 40px ))
          }*/
}
@media screen and (min-width: 767px) {
  .action-teaser--with-image .action-teaser__inner .image {
    width: 285px;
  }
  .action-teaser--with-image .action-teaser__inner .text-container {
    width: calc(100% - ( 245px + 40px ));
  }
}

.emphasis-category-content .action-teaser {
  position: relative;
}
.emphasis-category-content .action-teaser .action-teaser__inner {
  position: relative;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  margin-right: -20px;
  margin-left: -20px;
}
.emphasis-category-content .action-teaser::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: inherit;
  background-image: inherit;
  background-size: cover;
  background-position: center;
}

/*
    Created on : 08.07.2021, 10:57:10
    Author     : ks
*/
.single-category-teaser .title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1023.9px) {
  .single-category-teaser .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .single-category-teaser .title {
    font-size: 30px;
    line-height: 30px;
  }
}

/*
    Created on : 08.07.2021, 10:35:15
    Author     : ks
*/
.plain-post-teaser .topline {
  margin-bottom: 8px;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  line-height: 20px;
}
.plain-post-teaser .post-title {
  margin-bottom: 3px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  line-height: 30px;
}
@media screen and (max-width: 1023.9px) {
  .plain-post-teaser .post-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .plain-post-teaser .post-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.plain-post-teaser .teaser-text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.53;
}
.plain-post-teaser .arrow-right {
  display: block;
  margin-top: 15px;
}
.plain-post-teaser .arrow-right::before {
  position: relative;
  left: 0;
  display: inline-block;
  transform: rotate(-90deg);
  color: var(--color--theme-light--base);
  font-size: 20px;
  transition: all 0.4s;
}
.plain-post-teaser a {
  display: block;
}
.plain-post-teaser a:hover .arrow-right:before, .plain-post-teaser a:focus-visible .arrow-right:before {
  left: 3px;
}

.box-scheme--light-theme .plain-post-teaser a {
  color: inherit !important;
}
.box-scheme--light-theme .plain-post-teaser .arrow-right::before {
  color: var(--color--theme-dark);
}

/*

Content Elements 
bootstrapping stylesheet.

Created : 22.04.2021
Author  : Michael Bindig <mbi@sopg.de>

*/
.ce-action-teaser .action-teaser {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--width--content-e, var(--width--content-ms));
}
@media screen and (max-width: 1023.9px) {
  .ce-action-teaser .action-teaser {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-action-teaser .action-teaser {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .ce-action-teaser .action-teaser {
    max-width: 100%;
  }
}

body.page-template-default .action-teaser,
body.post-template-default:not(.post-template-customer) .action-teaser {
  max-width: 954px;
  margin-right: auto;
  margin-left: auto;
}

.category-teasers__container {
  padding-bottom: 0;
}
.category-teasers__title {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .category-teasers__title {
    margin-bottom: 20px;
  }
}
.category-teasers__label-container {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 9px;
}
@media screen and (min-width: 767px) {
  .category-teasers__label-container {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.category-teasers__label {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  min-height: 42px;
  padding: 7px 25px 9px 25px;
  border: 1px solid currentColor;
  border-radius: 21px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 24px;
  font-size: 20px;
  transition: all 0.4s;
}
.category-teasers__label .iconfont- {
  font-size: 0.8em;
}
.category-teasers__label:hover {
  color: var(--color--theme-light--base);
}
.category-teasers__label.is-selected {
  color: var(--color--black-base);
  background-color: var(--color--theme-light--base);
  border-color: var(--color--theme-light--base);
}

.category-teaser {
  width: 100%;
  position: relative;
}
.category-teaser__inner {
  flex-wrap: wrap;
  display: flex;
}
.category-teaser__image-container {
  margin-bottom: 29.5px;
}
@media screen and (min-width: 767px) {
  .category-teaser__image-container {
    order: 2;
    margin-bottom: 0;
  }
}
.category-teaser__image-container-inner {
  position: relative;
  min-height: 100%;
}
@media screen and (min-width: 767px) {
  .category-teaser__image-container .image {
    width: 150%;
    position: relative;
    left: -50%;
  }
}
.category-teaser__image-container, .category-teaser__text-container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .category-teaser__image-container {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .category-teaser__text-container {
    width: 50%;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
  }
}
.category-teaser__topline {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: block;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__topline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__topline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__topline {
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__topline {
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 766.9px) {
  .category-teaser__topline {
    margin-bottom: 7px;
  }
}
.category-teaser__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 767px) {
  .category-teaser__title {
    font-size: 30px;
    line-height: 30px;
    font-family: "Gelion-SemiBold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
}
@media screen and (min-width: 1024px) {
  .category-teaser__title {
    font-size: 60px;
    line-height: 60px;
  }
}
.category-teaser__teaser-text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-top: 24px;
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__teaser-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-teaser__teaser-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 766.9px) {
  .category-teaser__teaser-text {
    margin-top: 16px;
  }
}
.category-teaser .button__wrapper {
  margin-top: 33px;
  display: block;
}
.category-teaser .button[target=_blank]::after {
  font-size: 0.6em;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: -4px;
  top: -0.05em;
  margin-left: 0.6em;
  content: "\e924";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  display: inline-block;
}
.category-teaser__link-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.category-teaser__link-overlay:hover ~ .category-teaser__inner .button {
  background-color: var(--color--theme-dark--base);
  border-color: var(--color--theme-dark--base);
  color: var(--color--theme-light--default);
}

.ce-downloads .downloads {
  padding: 17px 0 19px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.ce-downloads .download__icon {
  color: inherit;
  font-size: 20px;
  margin-right: 13px;
  transition: all 0.4s;
  transform: translate3d(0, 0, 0);
}
.ce-downloads .download__title {
  display: inline-block;
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  transition: all 0.4s;
}
@supports (text-decoration-color: transparent) {
  .ce-downloads .download__title {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.07em;
  }
}
.ce-downloads .download__meta {
  display: inline-block;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ce-downloads a {
  color: inherit;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
}
@media screen and (max-width: 1023.9px) {
  .ce-downloads a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-downloads a {
    font-size: 20px;
    line-height: 26px;
  }
}
.ce-downloads a:hover .download__title {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
.ce-downloads a:hover .download__icon {
  transform: translate3d(0, 3px, 0);
}
.ce-downloads .download__inner {
  position: relative;
  display: flex;
}
.ce-downloads .download {
  line-height: 22px;
}
.ce-downloads .download:not(:last-of-type) {
  margin-bottom: 10px;
}

.box-scheme--light-theme .ce-downloads .downloads {
  border-color: var(--color--white-base);
}
.box-scheme--light-theme .ce-downloads .download__icon {
  color: var(--color--theme-dark);
}

.box-scheme--dark-theme .ce-downloads .downloads {
  border-color: var(--color--white-base);
}

/*

Two Columns CE stylesheet.

Created : 17.05.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-25

*/
.ce-expandables .expandable {
  position: relative;
}
.ce-expandables .expandable::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 1px solid var(--color--theme-light--base);
}
.ce-expandables .expandable:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color--theme-light--base);
}
.ce-expandables .expandable__opener-container {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 21px;
  position: relative;
}
.ce-expandables .expandable__title {
  display: block;
  position: relative;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  padding-right: 35px;
}
@media screen and (max-width: 479.9px) {
  .ce-expandables .expandable__title {
    padding-right: 30px;
  }
}
.ce-expandables .expandable__dropdown {
  right: 31px;
}
@media screen and (max-width: 479.9px) {
  .ce-expandables .expandable__dropdown {
    right: 20px;
  }
}
.ce-expandables .expandable__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-expandables .expandable__content-inner {
  padding-top: 14px;
  padding-bottom: 31px;
  padding-right: 20px;
  padding-left: 20px;
}
.ce-expandables .expandable .expandable-element:not(:last-child) {
  margin-bottom: 15px;
}

.expandable__dropdown {
  float: right;
  position: absolute;
  top: 50%;
  transition: all 0.6s;
  transform: translateY(-50%);
}
.expandable__opener {
  cursor: pointer;
  display: block;
}
.expandable__opener-container {
  color: var(--color--black-base);
  background-color: var(--color--white-base);
}
.expandable__opener-container:hover .expandable__dropdown {
  color: var(--color--theme-light--base);
}
.expandable__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  /* prepend to selct inner links, buttons ... */
  visibility: hidden;
  animation-name: closeexpandable;
  animation-duration: 0.6s;
}
.expandable__checkbox:checked ~ .expandable__content {
  max-height: 5000px;
  visibility: visible;
  animation-name: openexpandable;
  animation-duration: 0.6s;
}
@media screen and (max-width: 479.9px) {
  .expandable__checkbox:checked ~ .expandable__content {
    max-height: 10000px;
  }
}
.expandable__checkbox:checked ~ .expandable__opener-container .expandable__dropdown {
  transform: translateY(-50%) scaleY(-1);
  color: var(--color--theme-light--base);
}
.expandable__checkbox:focus-visible ~ .expandable__opener-container .expandable__dropdown {
  color: var(--color--theme-light--base);
}
.expandable__checkbox:focus-visible ~ .expandable__opener-container {
  outline: var(--color---focus-visible) dashed 3px;
}

.frame--true .expandable:before {
  display: none;
}
.frame--true .expandable:last-child:after {
  display: none;
}
.frame--true .expandable:not(:last-child) {
  margin-bottom: 15px;
}
.frame--true .expandable__content-inner {
  padding-bottom: 16px;
}

@keyframes openexpandable {
  0% {
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  99% {
    visibility: visible;
    max-height: 5000px;
  }
  100% {
    visibility: visible;
    max-height: max-content;
  }
}
@keyframes closeexpandable {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
/*
    Created on : 13.07.2021, 08:58:51
    Author     : ks
*/
.ce-calendar .calendar-topline {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .ce-calendar .calendar-topline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-calendar .calendar-topline {
    font-size: 20px;
    line-height: 26px;
  }
}

.ce-countdown .countdown__content {
  border: 1px solid var(--color--theme-light--base);
  padding-top: 80px;
  padding-bottom: 80px;
}
.ce-countdown .headline {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.ce-countdown .button__wrapper {
  margin-top: 32px;
  padding-bottom: 20px;
  margin-right: 0;
}
.ce-countdown .button[href*=".ics"]::after {
  content: "\e923";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  margin-left: 8px;
  font-size: 16px;
}
.ce-countdown .countdown {
  display: flex;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.ce-countdown .countdown .value-container {
  opacity: 0;
  transition: opacity 0.4s;
}
.ce-countdown .countdown .value-container:nth-child(0) {
  transition-delay: 0;
}
.ce-countdown .countdown .value-container:nth-child(1) {
  transition-delay: 0.3s;
}
.ce-countdown .countdown .value-container:nth-child(2) {
  transition-delay: 0.6s;
}
.ce-countdown .countdown .value-container:nth-child(3) {
  transition-delay: 0.9s;
}
.ce-countdown .countdown.ready .value-container {
  opacity: 1;
}
.ce-countdown .separator {
  font-size: 160px;
  line-height: 160px;
  font-size: calc(160px * var(--font-scale) * var(--font-scale2));
  line-height: calc(160px * var(--font-scale) * var(--font-scale2));
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  color: var(--color--theme-light--base);
  color: var(--color--counter);
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top: 0;
  display: block;
}
.ce-countdown .value-container {
  position: relative;
  display: block;
  width: 25%;
  white-space: nowrap;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 160px;
  line-height: 192px;
  --font-scale: 1;
  --font-scale2: 1;
  font-size: calc(160px * var(--font-scale) * var(--font-scale2));
  line-height: calc(192px * var(--font-scale) * var(--font-scale2));
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1023.9px) {
  .ce-countdown .value-container {
    width: 33.3%;
  }
  .ce-countdown .value-container:nth-child(1) {
    width: 100%;
  }
  .ce-countdown .value-container:nth-child(1) .separator {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-countdown .value-container {
    width: 33.3%;
  }
  .ce-countdown .value-container:nth-child(1) {
    width: 100%;
  }
  .ce-countdown .value-container:nth-child(1) .separator {
    display: none;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-countdown .value-container {
    width: 100%;
  }
  .ce-countdown .value-container .separator:nth-child(n) {
    display: none;
  }
}
.ce-countdown .value-container .value, .ce-countdown .value-container::before {
  content: attr(data-value);
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  color: var(--color--theme-light--base);
  color: var(--color--counter);
}
.ce-countdown .value-container .label, .ce-countdown .value-container::after {
  content: attr(data-plural);
  display: block;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.ce-countdown .value-container[data-value="00"]:nth-child(1), .ce-countdown .value-container[data-value="0"]:nth-child(1) {
  display: none;
}
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="0"]:nth-child(2),
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="00"]:nth-child(2), .ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="0"]:nth-child(2),
.ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="00"]:nth-child(2) {
  display: none;
}
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="0"]:nth-child(2) + [data-value="0"]:nth-child(3),
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="0"]:nth-child(2) + [data-value="00"]:nth-child(3),
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="00"]:nth-child(2) + [data-value="0"]:nth-child(3),
.ce-countdown .value-container[data-value="00"]:nth-child(1) + [data-value="00"]:nth-child(2) + [data-value="00"]:nth-child(3), .ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="0"]:nth-child(2) + [data-value="0"]:nth-child(3),
.ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="0"]:nth-child(2) + [data-value="00"]:nth-child(3),
.ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="00"]:nth-child(2) + [data-value="0"]:nth-child(3),
.ce-countdown .value-container[data-value="0"]:nth-child(1) + [data-value="00"]:nth-child(2) + [data-value="00"]:nth-child(3) {
  display: none;
}
.ce-countdown .value-container[data-value="00"] + .value-separator, .ce-countdown .value-container[data-value="0"] + .value-separator {
  display: none;
}
.ce-countdown .value-container .label,
.ce-countdown .value-container .value {
  display: none;
}
.ce-countdown .countdown__content--current {
  display: none;
}
.ce-countdown.event-is-live .countdown__content--before {
  display: none;
}
.ce-countdown.event-is-live .countdown__content--current {
  display: block;
}
.ce-countdown.event-is-over .countdown__content--current,
.ce-countdown.event-is-over .countdown__content--before {
  display: none;
}

.infobox.appearance--light-theme.appearance--theme .ce-countdown .button {
  border-color: transparent;
  background-color: var(--color--black);
  color: var(--color--white-2);
}

.text-appearance--dark .ce-category-cloud, .text-appearance--dark.appearance-box .ce-category-cloud {
  --color--cloud-overlay: rgba(255, 255, 255, 0.6);
  --color--cloud-tag-primary: var(--color--theme-light--default);
  --color--cloud-tag-secondary: var(--color--theme-dark--default);
}

.text-appearance--light .ce-category-cloud, .text-appearance--light.appearance-box .ce-category-cloud {
  --color--cloud-overlay: rgba(26, 26, 26, 0.6);
  --color--cloud-tag-primary: var(--color--theme-dark--default);
  --color--cloud-tag-secondary: var(--color--theme-light--default);
}

.ce-category-cloud__inner {
  max-width: none !important;
}

.category-cloud {
  width: 100%;
  position: relative;
}
.category-cloud__inner {
  margin-top: 55px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__inner {
    margin-bottom: 73px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__inner {
    margin-bottom: 73px;
  }
}
@media screen and (max-width: 766.9px) {
  .category-cloud__inner {
    margin-bottom: 120px;
  }
}
.category-cloud__title {
  /* added in html .headline--seperator */
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 766.9px) {
  .category-cloud__title {
    margin-bottom: 30px;
  }
}
.category-cloud__text {
  padding-bottom: 64px;
  max-width: 720px;
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__text {
    padding-bottom: 50px;
    max-width: 65.7534246575%;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__text {
    padding-bottom: 50px;
    max-width: 65.7534246575%;
  }
}
@media screen and (max-width: 766.9px) {
  .category-cloud__text {
    padding-bottom: 36px;
    max-width: 100%;
  }
}
.category-cloud__text-container {
  padding-bottom: 7px;
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__text-container {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud__text-container {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 766.9px) {
  .category-cloud__text-container {
    padding-bottom: 6px;
  }
}
.category-cloud__buttons-wrapper {
  margin-right: -20px;
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 766.9px) {
  .category-cloud__buttons-wrapper {
    margin-right: -10px;
    margin-top: -10px;
  }
}
.category-cloud .button__wrapper {
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .category-cloud .button__wrapper {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.category-cloud .button__wrapper .button {
  border: 1px solid var(--color--cloud-tag-secondary) !important;
  background-color: var(--color--cloud-tag-secondary) !important;
  color: var(--color--cloud-tag-primary) !important;
  padding: 10px 30px 12px 30px;
  min-height: 60px;
  border-radius: 30px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1023.9px) {
  .category-cloud .button__wrapper .button {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud .button__wrapper .button {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud .button__wrapper .button {
    padding: 8px 20px 10px 20px;
    min-height: 42px;
    border-radius: 21px;
  }
}
@media screen and (max-width: 1023.9px) {
  .category-cloud .button__wrapper .button {
    padding: 8px 20px 10px 20px;
    min-height: 42px;
    border-radius: 21px;
  }
}
.category-cloud .button__wrapper .button:hover {
  background-color: var(--color--cloud-tag-primary) !important;
  color: var(--color--cloud-tag-secondary) !important;
}
.category-cloud--with-bg-image {
  background-size: cover;
  background-position: center;
  background-image: var(--background-image);
}
@media screen and (max-width: 766.9px) {
  .category-cloud--with-bg-image {
    background-image: var(--background-image-mobile);
  }
}
.category-cloud--with-bg-image::after {
  content: "";
  background-color: var(--color--cloud-overlay);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31.05.2021, 11:13:47
    Author     : ks
*/
.ce-images image {
  width: 100%;
}
.ce-images figure,
.ce-images picture {
  width: 100%;
  display: block;
}
.ce-images img {
  max-width: 100%;
  display: block;
}
.ce-images .description {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.ce-images .description p {
  margin-bottom: 15px;
}
.ce-images .description > p:last-child {
  margin-bottom: 0;
}
.ce-images .description p + ul, .ce-images .description p + ol {
  margin-top: -15px;
}
.ce-images .description ul {
  margin-bottom: 4px;
  display: block;
}
.ce-images .description ul li {
  position: relative;
  line-height: 20px;
  padding-top: 2px;
  padding-left: 15px;
}
.ce-images .description ul li:last-child {
  padding-bottom: 0;
}
.ce-images .description ul li:before {
  content: "•";
  font-size: 15px;
  position: absolute;
  display: inline-block;
  left: -1px;
  top: 2px;
}
.ce-images .description ul:last-child {
  margin-bottom: 0;
}
.ce-images .description ol {
  margin-bottom: 4px;
  display: block;
}
.ce-images .description ol > li {
  position: relative;
  list-style-type: decimal;
  padding-top: 2px;
  padding-left: 16px;
}
.ce-images .description ol > li:before {
  position: absolute;
  left: 0;
  top: 2px;
}
.ce-images .description ol > li:last-child {
  padding-bottom: 0;
}
.ce-images .description ol > li > ol > li {
  padding-left: 30px;
}
.ce-images .description ol > li > ol > li > ol > li {
  padding-left: 44px;
}
.ce-images .description ol > li > ol > li > ol > li > ol > li {
  padding-left: 58px;
}
.ce-images .description ol > li > ul {
  padding-left: 0px;
}
.ce-images .description ol {
  counter-reset: item;
}
.ce-images .description ol > li {
  display: block;
}
.ce-images .description ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  padding-right: 8px;
}
.ce-images .description blockquote p {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ce-images .description blockquote p:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e90c";
  display: block;
}
.ce-images .description blockquote:first-child {
  margin-top: 0;
}
.ce-images .description a {
  text-decoration: underline;
  color: var(--color--theme-light--base);
  color: var(--color--theme-2);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  /*    &[target="_blank"] {
          &::after {
              margin-left: 5px;
              margin-right: 8px;
              display: inline-block;
              content: $iconfont-link-external;
              font-size: 14px;
              @include font-iconfont();
          }
      }*/
  color: inherit !important;
}
.ce-images .description a:hover, .ce-images .description a:active, .ce-images .description a:focus {
  color: var(--color--black-base);
  color: var(--color--theme-3);
}
.ce-images .description b, .ce-images .description strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

figcaption a {
  color: inherit;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.06.2021, 14:40:47
    Author     : ks
*/
.ce-images .gallery-slider-container {
  overflow: hidden;
  position: relative;
}
.ce-images .gallery-slider {
  position: relative;
  outline: none;
  transition: all 0.3s;
  overflow: visible;
}
.ce-images .gallery-slider:not(.flickity-enabled) {
  max-height: 644px;
  overflow: hidden;
  opacity: 0;
}
.ce-images .gallery-slider .image { /* galery-slide */
  position: relative;
  height: 100%;
  width: auto;
  margin: 0;
  transition: opacity 0.3s;
  margin-right: 10px;
  aspect-ratio: var(--aspect-ratio);
}
.ce-images .gallery-slider .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: black;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.ce-images .gallery-slider .image figcaption {
  position: absolute;
  top: calc(100% + 32px);
  left: 50%;
  transform: translateX(-50%);
  width: 710px;
  max-width: calc(100vw - 160px);
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0s;
  text-align: center;
  padding-bottom: 32px;
}
.ce-images .gallery-slider .image picture {
  position: relative;
  margin-bottom: 25px;
  height: 100%;
  width: auto;
  transition: all 0.3s;
}
.ce-images .gallery-slider .image picture.js-lazy-img img {
  object-fit: cover;
}
.ce-images .gallery-slider .image picture img {
  top: 50%;
  left: 0%;
  object-fit: contain;
  object-position: center;
  height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
  transform: translate(0%, -50%);
  aspect-ratio: var(--aspect-ratio);
}
.ce-images .gallery-slider .image.is-selected {
  opacity: 1;
  z-index: 1;
}
.ce-images .gallery-slider .image.is-selected::after {
  opacity: 0;
}
.ce-images .gallery-slider .image.is-selected figcaption {
  opacity: 1;
  transition-delay: 0.6s;
}
.ce-images .gallery-slider .image.is-selected picture {
  filter: blur(0);
}
.ce-images .gallery-slider .flickity-viewport {
  top: 0;
  position: absolute;
  height: 100% !important;
  width: 100%;
  overflow: visible;
}
.ce-images .gallery-slider .flickity-page-dots {
  position: absolute;
  top: calc(100% + 7px) !important;
}
.ce-images .gallery-slider .flickity-slider {
  width: 100%;
  height: 100%;
}
.ce-images .gallery-slider .flickity-button {
  top: 50% !important;
}

.ce-images:not(.image-count-1) .ce-images__inner {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  /* for pagedots (and bu) */
  padding-bottom: 32px;
}
@media screen and (max-width: 1023.9px) {
  .ce-images:not(.image-count-1) .ce-images__inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-images:not(.image-count-1) .ce-images__inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .ce-images:not(.image-count-1) .ce-images__inner {
    max-width: 100%;
  }
}

.ce-infobox.frame--true .ce-images .gallery-slider .image { /* galery-slide */ }
.ce-infobox.frame--true .ce-images .gallery-slider .image figcaption {
  width: 550px;
  max-width: calc(100vw - 20px * 4 - 60px * 4 - 5px * 2);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31.05.2021, 11:13:47
    Author     : ks
*/
.ce-media-grid image {
  width: 100%;
}
.ce-media-grid figcaption {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 85px 30px 30px 30px !important;
  color: white;
  max-height: 183px;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.3) 85px, rgba(0, 0, 0, 0.6) calc(100% - 20px), rgba(0, 0, 0, 0.7) 100%);
}
@media screen and (max-width: 766.9px) {
  .ce-media-grid figcaption {
    max-height: 100px;
    padding: 20px 16px 20px 16px !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.3) 20px, rgba(0, 0, 0, 0.6) 100%);
  }
}
.ce-media-grid .copyright {
  color: inherit !important;
  position: relative;
}
.ce-media-grid .description {
  position: relative;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.ce-media-grid .description p {
  margin-bottom: 15px;
}
.ce-media-grid .description > p:last-child {
  margin-bottom: 0;
}
.ce-media-grid .description p + ul, .ce-media-grid .description p + ol {
  margin-top: -15px;
}
.ce-media-grid .description ul {
  margin-bottom: 4px;
  display: block;
}
.ce-media-grid .description ul li {
  position: relative;
  line-height: 20px;
  padding-top: 2px;
  padding-left: 15px;
}
.ce-media-grid .description ul li:last-child {
  padding-bottom: 0;
}
.ce-media-grid .description ul li:before {
  content: "•";
  font-size: 15px;
  position: absolute;
  display: inline-block;
  left: -1px;
  top: 2px;
}
.ce-media-grid .description ul:last-child {
  margin-bottom: 0;
}
.ce-media-grid .description ol {
  margin-bottom: 4px;
  display: block;
}
.ce-media-grid .description ol > li {
  position: relative;
  list-style-type: decimal;
  padding-top: 2px;
  padding-left: 16px;
}
.ce-media-grid .description ol > li:before {
  position: absolute;
  left: 0;
  top: 2px;
}
.ce-media-grid .description ol > li:last-child {
  padding-bottom: 0;
}
.ce-media-grid .description ol > li > ol > li {
  padding-left: 30px;
}
.ce-media-grid .description ol > li > ol > li > ol > li {
  padding-left: 44px;
}
.ce-media-grid .description ol > li > ol > li > ol > li > ol > li {
  padding-left: 58px;
}
.ce-media-grid .description ol > li > ul {
  padding-left: 0px;
}
.ce-media-grid .description ol {
  counter-reset: item;
}
.ce-media-grid .description ol > li {
  display: block;
}
.ce-media-grid .description ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  padding-right: 8px;
}
.ce-media-grid .description blockquote p {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ce-media-grid .description blockquote p:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e90c";
  display: block;
}
.ce-media-grid .description blockquote:first-child {
  margin-top: 0;
}
.ce-media-grid .description a {
  text-decoration: underline;
  color: var(--color--theme-light--base);
  color: var(--color--theme-2);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  /*    &[target="_blank"] {
          &::after {
              margin-left: 5px;
              margin-right: 8px;
              display: inline-block;
              content: $iconfont-link-external;
              font-size: 14px;
              @include font-iconfont();
          }
      }*/
  color: inherit !important;
}
.ce-media-grid .description a:hover, .ce-media-grid .description a:active, .ce-media-grid .description a:focus {
  color: var(--color--black-base);
  color: var(--color--theme-3);
}
.ce-media-grid .description b, .ce-media-grid .description strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ce-media-grid figure,
.ce-media-grid picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.ce-media-grid .video-container {
  height: 100%;
}
.ce-media-grid .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31.05.2021, 11:13:47
    Author     : ks
*/
.ce-media-grid--slider .ce-media-grid__inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .ce-media-grid--slider {
    padding-right: 0;
    padding-left: 0;
  }
  .ce-media-grid--slider .ce-media-grid__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.ce-media-grid .flickity-prev-next-button {
  width: 1300px;
  max-width: calc(100vw - 100px);
  transform: translateX(-50%);
  left: 50%;
  height: 0;
  position: absolute;
  top: 50%;
  /* stylus-based screens */
}
.ce-media-grid .flickity-prev-next-button:before {
  content: "\e906";
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  border: 1px solid var(--color--theme-light--default);
  margin: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  position: absolute;
  transition: all 0.4s;
  box-sizing: border-box;
  padding-left: 4px;
}
.ce-media-grid .flickity-prev-next-button:before:hover {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
}
.ce-media-grid .flickity-prev-next-button.previous::before {
  left: -30px;
  right: auto;
  transform: scaleX(-1) translateY(-30px);
}
.ce-media-grid .flickity-prev-next-button.next::before {
  left: auto;
  right: -30px;
}
@media (hover: hover) and (pointer: fine) {
  .ce-media-grid .flickity-prev-next-button:hover::before {
    background-color: var(--color--theme-light--base);
    color: var(--color--theme-dark--default);
    background-color: var(--color--theme-light--default);
  }
}
.ce-media-grid .gallery-slider {
  --width--media-grid: 370px;
  --height--media-grid: 355px;
  --padding--media-grid: 15px;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .ce-media-grid .gallery-slider {
    --width--media-grid: 181px;
    --height--media-grid: 171px;
    --padding--media-grid: 10px;
  }
}
.ce-media-grid .gallery-slider__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  max-width: 100vw;
  width: 100%;
}
.ce-media-grid .gallery-slider .media-grid-slide {
  position: relative;
  display: block;
  height: calc(var(--height--media-grid) * 2 + var(--padding--media-grid) * 2);
  width: calc(var(--width--media-grid) + var(--padding--media-grid));
  padding-right: var(--padding--media-grid);
  padding-bottom: var(--padding--media-grid);
  padding-bottom: calc(var(--height--media-grid) + var(--padding--media-grid) * 2);
}
.ce-media-grid .gallery-slider .media-grid-slide.width--3 {
  width: var(--width--media-grid);
}
.ce-media-grid .gallery-slider .media-grid-slide.width--2 {
  width: calc(var(--width--media-grid) * 2 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide.is-selected {
  z-index: 1;
}
.ce-media-grid .gallery-slider .media-grid-slide.row--2 {
  position: relative;
  top: calc(var(--height--media-grid) + var(--padding--media-grid));
  z-index: 2;
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--3 {
  margin-left: calc(var(--width--media-grid) * -3 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--2 {
  margin-left: calc(var(--width--media-grid) * -2 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--1 {
  margin-left: calc(var(--width--media-grid) * -1 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide:last-child {
  margin-right: calc(var(--width--media-grid) * 2 / 3);
}
.ce-media-grid .gallery-slider .flickity-viewport {
  height: calc(var(--height--media-grid) * 2 + var(--padding--media-grid)) !important;
}
@media screen and (max-width: 1440px) {
  .ce-media-grid .gallery-slider .flickity-viewport {
    padding-left: calc(var(--padding--page) + var(--padding--grid));
    box-sizing: content-box;
  }
}

.gallery-slider-full {
  position: relative;
  width: 910px;
  height: 90vh;
  max-width: calc(100vw - 100px);
}
@media screen and (max-width: 479.9px) {
  .gallery-slider-full {
    max-width: 100vw;
    height: 100vh;
    padding: 10px;
  }
}
.gallery-slider-full .media-grid-slide {
  transition: all 0.4s;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.gallery-slider-full .media-grid-slide.is-selected {
  opacity: 1;
}
.gallery-slider-full__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.gallery-slider-full__container .gallery-slider-full {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.gallery-slider-full__container.js-open {
  z-index: var(--zindex--media-grid-fullslider-container);
  opacity: 1;
}
.gallery-slider-full__container.js-open .media-grid-slide {
  transform: scale(1);
}
.gallery-slider-full__container.js-open .media-grid-slide.is-selected .gallery-slider-full__close--bg,
.gallery-slider-full__container.js-open .media-grid-slide.is-selected .media-grid-slide__inner {
  pointer-events: all;
}
.gallery-slider-full__container.js-open .flickity-button {
  pointer-events: all;
}
.gallery-slider-full__container .flickity-prev-next-button {
  width: 1150px;
}
.gallery-slider-full__container .flickity-prev-next-button:before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
}
.gallery-slider-full__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: alias;
  /* stylus-based screens */
}
@media screen and (max-width: 766.9px) {
  .gallery-slider-full__close {
    top: 5px;
    right: 5px;
    transform: scale(0.7);
  }
}
.gallery-slider-full__close::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e932";
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: solid 1px var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  color: var(--color--theme-light--default);
  margin: 0;
  border-radius: 50%;
  line-height: 60px;
  font-size: 23px;
  position: absolute;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .gallery-slider-full__close:hover::after {
    background-color: var(--color--theme-light--default);
    color: var(--color--theme-dark--default);
  }
}
.gallery-slider-full__close--bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  cursor: alias;
}
.gallery-slider-full .flickity-slider {
  height: 100%;
}
.gallery-slider-full .flickity-viewport {
  height: 90vh !important;
  overflow: visible;
}
.gallery-slider-full .media-grid-slide {
  height: 100%;
  width: 100%;
}
.gallery-slider-full .media-grid-slide__inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: var(--aspect-ratio);
}
.gallery-slider-full .media-grid-slide picture {
  position: relative;
  max-height: 90vh;
  aspect-ratio: var(--aspect-ratio);
}
.gallery-slider-full .media-grid-slide img {
  object-fit: contain;
  max-height: 90vh;
  width: 100%;
  left: 50%;
  top: 0;
  position: relative;
  transform: translate(-50%, 0) !important;
}

body.page-template-default .ce-media-grid .gallery-slider__container,
body.post-template-default:not(.post-template-customer) .ce-media-grid .gallery-slider__container {
  width: 1100px;
}
body.page-template-default .ce-media-grid .gallery-slider__container .flickity-prev-next-button,
body.post-template-default:not(.post-template-customer) .ce-media-grid .gallery-slider__container .flickity-prev-next-button {
  width: 980px;
}
body.page-template-default .ce-media-grid .gallery-slider,
body.post-template-default:not(.post-template-customer) .ce-media-grid .gallery-slider {
  --width--media-grid: 260px;
  --height--media-grid: 207px;
  --padding--media-grid: 10px;
}
body.page-template-default .infobox.frame--false .ce-media-grid__inner,
body.post-template-default:not(.post-template-customer) .infobox.frame--false .ce-media-grid__inner {
  max-width: calc(var(--width--content-with-padding) + 2 * var(--padding--grid) + 10px) !important;
}
body.page-template-default .infobox.frame--false .ce-media-grid .gallery-slider__container,
body.post-template-default:not(.post-template-customer) .infobox.frame--false .ce-media-grid .gallery-slider__container {
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 479.9px) {
  body.page-template-default .infobox.frame--false .ce-media-grid .gallery-slider__container,
  body.post-template-default:not(.post-template-customer) .infobox.frame--false .ce-media-grid .gallery-slider__container {
    max-width: calc(100% - 32px);
  }
}
body.page-template-default .infobox.frame--false .ce-media-grid .gallery-slider__container .flickity-prev-next-button,
body.post-template-default:not(.post-template-customer) .infobox.frame--false .ce-media-grid .gallery-slider__container .flickity-prev-next-button {
  width: calc(var(--width--content-ms) - 70px - 10px);
}
@media screen and (max-width: 959.9px) {
  body.page-template-default .infobox.frame--false .ce-media-grid .gallery-slider__container .flickity-prev-next-button,
  body.post-template-default:not(.post-template-customer) .infobox.frame--false .ce-media-grid .gallery-slider__container .flickity-prev-next-button {
    width: calc(var(--width--content) - 140px);
  }
}

.infobox.frame--true .ce-media-grid .gallery-slider__container {
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 479.9px) {
  .infobox.frame--true .ce-media-grid .gallery-slider__container {
    max-width: calc(100% - 32px);
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31.05.2021, 11:13:47
    Author     : ks
*/
.ce-media-grid--template {
  --padding--media-grid: 10px;
  --height--media-grid-item--row1: 690px;
  --height--media-grid-item--row2: 590px;
  --height--media-grid-item--row3: 726px;
  --height--media-grid-item--row4: 638px;
}
@media screen and (max-width: 1440px) {
  .ce-media-grid--template {
    --height--media-grid-item--row1: 47.9166666667vw;
    --height--media-grid-item--row2: 40.9722222222vw;
    --height--media-grid-item--row3: 50.4166666667vw;
    --height--media-grid-item--row4: 44.3055555556vw;
  }
}
@media screen and (max-width: 1280px) {
  .ce-media-grid--template {
    --padding--media-grid: 10px;
  }
}
.ce-media-grid--template .gallery-slider__container,
.ce-media-grid--template .gallery-slider-full__container {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .gallery-slider__container,
  .ce-media-grid--template .gallery-slider-full__container {
    display: block;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .gallery-slider__container,
  .ce-media-grid--template .gallery-slider-full__container {
    display: block;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-media-grid--template {
    padding-left: 0;
    padding-right: 0;
  }
}
.ce-media-grid--template .ce-media-grid__inner {
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .ce-media-grid--template .ce-media-grid__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.ce-media-grid--template .media-grid-template {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: calc(var(--padding--media-grid) * -1);
  width: calc(100% + var(--padding--media-grid) * 2);
  margin-bottom: calc(var(--padding--media-grid) * -2);
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .media-grid-template {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .media-grid-template {
    display: none;
  }
}
.ce-media-grid--template .button__wrapper {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .button__wrapper {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template .button__wrapper {
    display: none;
  }
}
.ce-media-grid--template .media-grid__template-item {
  display: block;
  height: var(--height--media-grid-item--row1);
  width: 100%;
  padding-right: var(--padding--media-grid);
  padding-left: var(--padding--media-grid);
  padding-bottom: calc(var(--padding--media-grid) * 2);
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .ce-media-grid--template .media-grid__template-item {
    height: auto;
  }
  .ce-media-grid--template .media-grid__template-item .figure {
    height: var(--height--media-grid-item--row1);
  }
}
.ce-media-grid--template .media-grid__template-item {
  /* stylus-based screens */
}
.ce-media-grid--template .media-grid__template-item .figure {
  overflow: hidden;
}
.ce-media-grid--template .media-grid__template-item .figure::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s;
}
.ce-media-grid--template .media-grid__template-item figcaption {
  opacity: 0;
  transition: all 0.8s;
  z-index: 1;
  transform: translateY(100%);
  max-height: 100%;
}
.ce-media-grid--template .media-grid__template-item .media-grid__label-show-figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .ce-media-grid--template .media-grid__template-item:hover .media-grid__label-show-figcaption {
    z-index: -1;
  }
  .ce-media-grid--template .media-grid__template-item:hover figcaption {
    opacity: 1;
    transform: translateY(0);
  }
  .ce-media-grid--template .media-grid__template-item:hover figure::after {
    opacity: 0;
  }
}
.ce-media-grid--template .media-grid__template-item .media-grid__show-figcaption {
  position: absolute;
  top: 0;
}
.ce-media-grid--template .media-grid__template-item .media-grid__show-figcaption:checked ~ figure figcaption {
  opacity: 1;
  transform: translateY(0);
}
.ce-media-grid--template .media-grid__template-item .media-grid__show-figcaption:checked ~ figure::after {
  opacity: 0;
}
.ce-media-grid--template .media-grid__template-item .media-grid__show-figcaption:checked ~ .media-grid__label-show-figcaption {
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+1) {
    width: 70%;
    height: var(--height--media-grid-item--row1);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+2) {
    width: 15%;
    height: calc(var(--height--media-grid-item--row1) / 2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+2) figure {
    width: calc(200% + var(--padding--media-grid) * 2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+3) {
    position: relative;
    width: 15%;
    height: calc(var(--height--media-grid-item--row1) / 2);
    top: calc(var(--height--media-grid-item--row1) / 2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+3) figure {
    width: calc(200% + var(--padding--media-grid) * 2);
    top: 0;
    left: calc(-100% - var(--padding--media-grid) * 2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+4) {
    width: 40%;
    height: var(--height--media-grid-item--row2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+5) {
    width: 60%;
    height: var(--height--media-grid-item--row2);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+6) {
    width: 30%;
    height: var(--height--media-grid-item--row3);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+7) {
    width: 70%;
    height: var(--height--media-grid-item--row3);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+8) {
    width: 30%;
    height: var(--height--media-grid-item--row4);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+9) {
    width: 40%;
    height: var(--height--media-grid-item--row4);
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+10) {
    width: 30%;
    height: var(--height--media-grid-item--row4);
  }
}
.ce-media-grid--template .media-grid__template-item:nth-child(1n+11) {
  max-height: 0;
  padding-bottom: 0;
}
.ce-media-grid--template .media-grid__template-item:nth-child(1n+11) .figure {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s;
}
.ce-media-grid--template .media-grid__template-item:nth-child(1n+11) .figure img, .ce-media-grid--template .media-grid__template-item:nth-child(1n+11) .figure video {
  display: none;
}
.ce-media-grid--template input.media-grid-template__show-all-items {
  position: absolute;
  top: 100%;
  display: none;
}
.ce-media-grid--template input.media-grid-template__show-all-items:checked ~ .media-grid-template .media-grid__template-item:nth-child(1n+11) {
  max-height: fit-content;
  padding-bottom: calc(var(--padding--media-grid) * 2);
}
.ce-media-grid--template input.media-grid-template__show-all-items:checked ~ .media-grid-template .media-grid__template-item:nth-child(1n+11) .figure {
  transform: scale(1);
  opacity: 1;
}
.ce-media-grid--template input.media-grid-template__show-all-items:checked ~ .media-grid-template .media-grid__template-item:nth-child(1n+11) .figure img, .ce-media-grid--template input.media-grid-template__show-all-items:checked ~ .media-grid-template .media-grid__template-item:nth-child(1n+11) .figure video {
  display: block;
}
.ce-media-grid--template input.media-grid-template__show-all-items:checked ~ .button__wrapper {
  max-height: 0;
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template.ce-media-grid {
    padding-right: 0;
    padding-left: 0;
  }
  .ce-media-grid--template .ce-media-grid__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-media-grid--template.ce-media-grid {
    padding-right: 0;
    padding-left: 0;
  }
  .ce-media-grid--template .ce-media-grid__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.infobox.frame--true .ce-media-grid--template {
  --height--media-grid-item--row1: 250px;
}
@media screen and (max-width: 766.9px) {
  .infobox.frame--true .ce-media-grid--template {
    --height--media-grid-item--row1: calc(100vw * 9/16);
  }
}

/*

Two Columns CE stylesheet.

Created : 22.04.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-14

*/
.content-element.ce-image-text {
  margin-bottom: 25px;
}
.content-element.ce-image-text .columns-container.ratio-small-balance {
  display: flex;
  flex-wrap: wrap;
}
.content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
  width: 180px;
}
@media screen and (max-width: 766.9px) {
  .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 160px;
  }
}
@media screen and (max-width: 479.9px) {
  .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 120px;
  }
}
.content-element.ce-image-text .columns-container.ratio-small-balance .column:last-child {
  width: calc(100% - 180px);
}
@media screen and (max-width: 766.9px) {
  .content-element.ce-image-text .columns-container.ratio-small-balance .column:last-child {
    width: 100%;
  }
}
.content-element.ce-image-text .column img {
  display: block;
  width: 100%;
}
.content-element.ce-image-text .column .richtext blockquote:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 766.9px) {
  .content-element.ce-image-text .column:not(:last-child) .column-element:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) {
  .content-element.ce-image-text .column:not(:first-child) .richtext blockquote:first-child {
    margin-left: 0;
  }
}

.infobox.frame--true .content-element.ce-image-text {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 480px) {
  .infobox.frame--true .content-element.ce-image-text .column {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.infobox.frame--true .content-element.ce-image-text > .inner {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 479.9px) {
  .infobox.frame--true .content-element.ce-image-text > .inner {
    margin-top: -10px;
    margin-bottom: -5px;
  }
}
.infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
  width: 190px;
}
@media screen and (max-width: 766.9px) {
  .infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 170px;
  }
}
@media screen and (max-width: 479.9px) {
  .infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 120px;
  }
}
.infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:last-child {
  width: calc(100% - 140px - 50px);
}
@media screen and (max-width: 766.9px) {
  .infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:last-child {
    width: 100%;
  }
}

/*
    Created on : 22.06.2021, 15:13:39
    Author     : ks
*/
.info-tile {
  width: 100%;
  margin-bottom: 56px;
  text-align: center;
  --color---secondary: var(--color--theme-light--base);
  width: 16.6666666667%;
  /* @see ZFX-13: hide items above initial max count */
}
@media screen and (max-width: 1440px) {
  .info-tile {
    width: 20%;
  }
}
@media screen and (max-width: 1023.9px) {
  .info-tile {
    width: 25%;
  }
}
@media screen and (max-width: 1023.9px) {
  .info-tile {
    width: 25%;
  }
}
@media screen and (max-width: 766.9px) {
  .info-tile {
    width: 50%;
  }
}
.info-tile.info-tile--hidden {
  display: none;
  transform: scale(0);
}
.info-tile.info-tile--hidden.info-tile--show {
  display: block;
  transform: scale(1);
}
.info-tile__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.info-tile__image {
  max-width: 200px;
  margin: 0 auto;
}
.info-tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
  filter: grayscale(1);
}
.info-tile__image .picture {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 766.9px) {
  .info-tile__image .picture {
    margin-bottom: 16px;
  }
}
.info-tile__image .picture.js-lazy-img img {
  object-fit: cover;
}
.info-tile__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color---secondary);
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 766.9px) {
  .info-tile__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.info-tile__subline {
  display: block;
  margin-top: 10px;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

.ce-info-tiles__inner {
  margin-bottom: -56px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 03.06.2021, 12:46:11
    Author     : ks
*/
/*.infobox + .infobox.frame--true {
    margin-top: $margin--ce;
}
.infobox.frame--true + .infobox {
    margin-top: $margin--ce;
}*/
/*
    Created on : 24.06.2021, 10:19:35
    Author     : ks
*/
@media screen and (min-width: 767px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default {
    --padding--grid: var(--padding--grid--2);
  }
}
@media screen and (min-width: 1024px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext {
    max-width: calc(588px + var(--padding--grid) * 2);
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .richtext h2,
.ce-newsletter-registration .newsletter-registration.display-option--default .richtext h3 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h2,
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h2,
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h2,
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext h3 {
    max-width: 530px;
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .richtext p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 21px;
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .richtext p {
    font-size: 16px;
    line-height: 20px;
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
  display: flex;
  max-width: calc(1200px + var(--padding--grid) * 4);
  margin-right: auto;
  margin-left: auto;
  padding-top: calc(65px - var(--padding--grid));
  padding-bottom: calc(74px - var(--padding--grid));
  justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
    flex-flow: wrap;
    padding-top: calc(40px - var(--padding--grid));
    padding-bottom: calc(57px - var(--padding--grid));
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
    --padding--grid: 10px;
  }
}
@media screen and (max-width: 479.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner {
    padding-top: calc(53px - var(--padding--grid));
    padding-bottom: calc(60px - var(--padding--grid));
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__text {
  padding-top: var(--padding--grid);
  padding-bottom: var(--padding--grid);
  width: 57%;
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__text {
    padding-bottom: calc(26px - var(--padding--grid));
    width: 100%;
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__form {
  padding-top: var(--padding--grid);
  padding-bottom: var(--padding--grid);
  max-width: calc(466px + var(--padding--grid) * 2);
  width: 43%;
}
@media screen and (max-width: 1023.9px) {
  .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__form {
    width: 100%;
    max-width: none;
  }
}
.ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__inner, .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__text, .ce-newsletter-registration .newsletter-registration.display-option--default .newsletter-registration__form {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
}
.ce-newsletter-registration .newsletter-registration.display-option--type-1 .newsletter-registration__text {
  padding-bottom: 30px;
}

/*

Partners CE stylesheet.

Created : 20.05.2021
Edited : 17.09.2021
Author  : Michael Bindig <mbi@sopg.de>
Author  : Kai Schoenhoff <ks@sopg.de>
JIRA    : ZFDS-23, ZFDS-146

*/
.ce-partners {
  --padding--grid-inner: 10px;
}
.ce-partners a {
  text-decoration: none;
}
.ce-partners .headline:first-child {
  margin-bottom: 40px;
}
.ce-partners .partners__title {
  /* added in html .headline--seperator */
}
@media screen and (max-width: 479.9px) {
  .ce-partners {
    --padding--grid-inner: 5px;
  }
}
.ce-partners .partner {
  display: block;
  width: 20%;
  box-sizing: border-box;
  position: relative;
  padding: var(--padding--grid-inner);
}
@media screen and (max-width: 1023.9px) {
  .ce-partners .partner {
    width: 25%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-partners .partner {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-partners .partner {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-partners .partner {
    width: 50%;
  }
}
.ce-partners .partner__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--padding--grid-inner) * -1);
}
.ce-partners .partner__inner {
  position: relative;
  display: block;
  padding-top: 60%;
  background-color: #1B1B1B;
  width: 100%;
}
.ce-partners .partner__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.ce-partners .partner__logo:nth-child(2) {
  opacity: 0;
  z-index: 0;
}
.ce-partners .partner__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-partners .partner__logo a span {
  display: none;
}
.ce-partners .partner img {
  display: block;
  position: absolute;
  top: 18%;
  left: 11%;
  height: 64%;
  width: 78%;
  object-fit: contain;
}
.ce-partners .partnergroup {
  margin-bottom: calc(65px - var(--padding--grid-inner));
}
.ce-partners .partnergroup__title:first-child {
  margin-bottom: 33px;
}

.ce-contact-partners .contact-partners__container {
  padding-top: 80px;
  padding-bottom: 24px;
  border: 1px solid var(--color--theme-light--base);
  text-align: center;
}

.contact-partner {
  max-width: 100%;
  margin-bottom: 56px;
  text-align: center;
  --color---secondary: var(--color--theme-light--base);
  width: calc(100% - 2px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .contact-partner {
    width: calc(50% - 2px);
  }
}
@media screen and (min-width: 960px) {
  .contact-partner {
    width: calc(25% - 2px);
  }
}
@media screen and (min-width: 1024px) {
  .contact-partner {
    width: calc(25% - 2px);
  }
}
.contact-partner__image {
  max-width: 250px;
  margin: 0 auto;
}
.contact-partner__image .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.contact-partner__image .media__container {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 766.9px) {
  .contact-partner__image .media__container {
    margin-bottom: 20px;
  }
}
.contact-partner__name, .contact-partner__info {
  max-width: 250px;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
}
.contact-partner__info, .contact-partner__info p {
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
.contact-partner__info p {
  margin-bottom: 10px;
}
.contact-partner__info a {
  color: inherit;
}
.contact-partner__name {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color---secondary);
  margin-bottom: 10px;
}
.contact-partner__info {
  margin-top: 4px;
}

/* 

------
@ Kai:
------

Dies ist eine (fast) unveränderte Kopie des Quiz-Stylesheets vom DDSP! 
Alle Funktionsaufrufen und Variablen habe ich mittels 

//!!!

auskommentier, sodass du sie schnell findest, wenn Du nach "//!!!" suchst. :)

Diesen Kommentar bitte löschen, sobald Du ihn zur Kenntnis genommen hast. */
.ce-quiz {
  overflow: hidden;
  /* Added 2018-11-23, DDSP-345 */
}
.ce-quiz .quiz-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ce-quiz .quiz-wrapper.active {
  opacity: 1;
}
.ce-quiz .quiz-wrapper.soft-resize {
  transition: max-height 0.3s ease-in-out;
}
.ce-quiz .quiz-wrapper .quiz-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: #fff;*/
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  /* Added 2021-07-20, ZFDS-92 */
  /* Added 2018-11-23, DDSP-343 */
}
.ce-quiz .quiz-wrapper .quiz-layer.active {
  opacity: 1 !important;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-question-number {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-question-container {
  margin-top: 7px;
  margin-bottom: 30px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-question {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-question.final {
  margin-top: 15px;
  margin-bottom: 30px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-question-multiple-answers-notice {
  margin-top: 10px;
}
.ce-quiz .quiz-wrapper .quiz-layer .final-result {
  font-size: 24px;
  margin-bottom: 40px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer {
  text-transform: none;
  cursor: pointer;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer:not(:last-of-type) {
  margin-bottom: 32px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer .quiz-answer-title {
  text-align: center;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer .quiz-answer-text {
  padding: 9px 25px;
  /*border: 1px solid var(--color--theme-light--base);*/
  border-radius: 23px;
  border-width: 1px;
  border-style: solid;
  background-color: var(--color--white-base);
  /*                    background-color: #ddfaf4;*/
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer:hover .quiz-answer-text {
  /*                        border-color: var(--color--theme-light--base);
                          background-color: var(--color--theme-light--base);
                          color: var(--color--white-base);*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  /*                        background-color: var(--color--theme-light--base);
                          border-color: var(--color--theme-light--base);
                          color: var(--color--black-base)!important;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-wrong .quiz-answer-text {
  /*                        background-color: #ffe7ec;
                          border-color: #bb0a30;
                          color: var(--color--black-base)!important;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result .result-headline {
  text-transform: uppercase;
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result .result-headline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result .result-headline {
    font-size: 20px;
    line-height: 26px;
  }
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result .right-answer-explanation {
  padding-top: 8px;
  line-height: 26px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result.answered-right .result-headline {
  /*color: var(--color--theme-light--base);*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result.answered-wrong .result-headline {
  /*color: #bb0a30;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result.active {
  max-height: 5000px;
}
.ce-quiz .quiz-wrapper .quiz-layer.finished {
  z-index: -1;
  pointer-events: none;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation {
  margin-top: 40px;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation:after {
  content: "";
  display: block;
  clear: both;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz {
  opacity: 0;
  pointer-events: none;
  margin-right: 30px;
  min-width: 195px;
  transition: opacity 0.3s ease-in-out;
  float: left;
  transition: all 0.3s ease-in-out;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz::before {
  content: "";
  display: none;
}
@media screen and (max-width: 520px) {
  .ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz {
    float: none;
    /* Changed from "margin-bottom" to 
    "margin-top" 2018-08-03, DDSP-292 */
    margin-top: 20px;
  }
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz .icon {
  /* prepared for later reload icon feature */
  /* font-size: 19px;
   padding-right: 10px;
   display: inline-block;
   vertical-align: text-bottom;
   position: relative;
   top: -1px;
   line-height: 1;*/
  display: none;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.next-quiz-question {
  float: right;
  background-color: var(--color--theme-light--base);
}
@media screen and (max-width: 520px) {
  .ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.next-quiz-question {
    float: none;
  }
}
.ce-quiz .quiz-wrapper .quiz-layer:not(.answered) .quiz-navigation .next-quiz-question {
  pointer-events: none;
  /*                        background-color: var(--color--white-base);
                          border-color: var(--color--grey-warm);
                          color: var(--color--grey-warm);*/
}
.ce-quiz .quiz-wrapper .quiz-layer.answered .quiz-answer {
  pointer-events: none;
}
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts {
  margin-bottom: 40px;
}
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2,
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2,
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2,
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2 .iconfont-,
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 .iconfont- {
  font-size: 40px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2 .iconfont-,
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2 .iconfont-,
  .ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .success-text h2 b,
.ce-quiz .quiz-wrapper .quiz-layer .custom-final-texts .failure-text h2 b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.ce-quiz .quiz-wrapper.started .quiz-navigation .button.restart-quiz {
  opacity: 1;
  pointer-events: all;
}
.ce-quiz .final-points {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.ce-quiz .final-points .points-number {
  display: block;
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-size: 100px;
  line-height: 100px;
  padding-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .final-points .points-number {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .final-points .points-number {
    font-size: 20px;
    line-height: 26px;
  }
}
.ce-quiz .final-points .points-label-pl,
.ce-quiz .final-points .points-label-sg {
  display: block;
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  font-size: 18px;
  line-height: 18px;
  margin-top: -8px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .final-points .points-label-pl,
  .ce-quiz .final-points .points-label-sg {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quiz .final-points .points-label-pl,
  .ce-quiz .final-points .points-label-sg {
    font-size: 20px;
    line-height: 26px;
  }
}
.ce-quiz .participation-text {
  text-align: center;
}
.ce-quiz .participation-text > .inner {
  padding: 20px 0;
}
.ce-quiz .participation-text > .inner h2 {
  margin-bottom: 10px;
}

.ce-quiz .quiz-wrapper .quiz-layer {
  background-color: inherit;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer .quiz-answer-text {
  border-color: var(--color--black-base);
  color: var(--color--black-base);
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer:hover .quiz-answer-text {
  border-color: var(--color--theme-light--base);
  background-color: var(--color--theme-light--base);
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  background-color: #53ff42;
  border-color: #53ff42;
  color: var(--color--black-base) !important;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-wrong .quiz-answer-text {
  border-color: #ff0028;
  color: var(--color--black-base) !important;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result.answered-wrong .result-headline {
  color: #ff0028;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz {
  background-color: var(--color--white-base);
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz:hover {
  background-color: var(--color--white-2);
}
.ce-quiz .quiz-wrapper .quiz-layer:not(.answered) .quiz-navigation .next-quiz-question {
  background-color: var(--color--white-base);
  border-color: var(--color--grey-warm);
  color: var(--color--grey-warm);
}
.ce-quiz .final-points {
  background-color: var(--color--theme-light--base);
  color: #fff;
}

.appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer {
  background-color: inherit;
}
.appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer .quiz-answer:hover .quiz-answer-text {
  border-color: var(--color--theme-dark);
  background-color: var(--color--theme-dark);
  color: var(--color--white-base) !important;
}
.appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  background-color: #53ff42;
  border-color: #53ff42;
  color: var(--color--black-base) !important;
}
.appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer.answered .quiz-navigation .button.next-quiz-question {
  background-color: var(--color--theme-dark);
  color: var(--color--white-base);
}
.appearance--light-theme.infobox .ce-quiz .final-points {
  background-color: var(--color--theme-dark);
  color: #fff;
}

body[data-colorscheme=klima] .appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer {
  background-color: inherit;
}
body[data-colorscheme=klima] .appearance--light-theme.infobox .ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  background-color: #53ff42;
  border-color: var(--color--black-base) !important;
  color: var(--color--black-base) !important;
}

@media screen and (min-width: 767px) {
  .ce-single-category-teaser .single-category-teaser-container {
    display: flex;
  }
}
.ce-single-category-teaser .image-container {
  position: relative;
}
@media screen and (min-width: 767px) {
  .ce-single-category-teaser .single-category-teaser,
  .ce-single-category-teaser .plain-post-teasers-container {
    width: 50%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-single-category-teaser .single-category-teaser {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ce-single-category-teaser .single-category-teaser::after {
    content: "";
    display: block;
    position: relative;
    border-bottom: 1px solid var(--color--grey-warm);
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-single-category-teaser .single-category-teaser {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ce-single-category-teaser .single-category-teaser::after {
    content: "";
    display: block;
    position: relative;
    border-bottom: 1px solid var(--color--grey-warm);
    position: relative;
    top: 20px;
  }
}
.ce-single-category-teaser a {
  color: inherit;
  text-decoration: none;
}
.ce-single-category-teaser .plain-post-teaser {
  padding-bottom: 20px;
}
.ce-single-category-teaser .plain-post-teaser a {
  color: inherit;
}
.ce-single-category-teaser .plain-post-teaser:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color--grey-warm);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17.02.2022, 15:59:27
    Author     : ks
*/
.post-teasers__title {
  margin-bottom: 20px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17.02.2022, 15:59:27
    Author     : ks
*/
.chronological-post-teasers__title-link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 766.9px) {
  .chronological-post-teasers__title-link-container {
    padding-bottom: 24px;
  }
}
.chronological-post-teasers__link {
  position: relative;
  text-decoration: none;
  color: inherit;
  margin-top: auto;
  margin-bottom: 5px;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 766.9px) {
  .chronological-post-teasers__link {
    font-size: 20px;
    line-height: 24px;
    margin-top: -12px;
    padding: 7px 0;
  }
}
.chronological-post-teasers__link .icon::before {
  display: inline-block;
  font-size: 20px;
  line-height: 39px;
  position: relative;
  left: 0;
  top: -2px;
  margin-right: 13px;
}
@media screen and (max-width: 766.9px) {
  .chronological-post-teasers__link .icon::before {
    top: 0;
    line-height: 24px;
  }
}
.chronological-post-teasers__button-wrapper {
  text-align: center;
  overflow: hidden;
  padding-bottom: 2px;
}
.chronological-post-teasers__button-wrapper .button {
  margin-top: 80px;
  color: var(--color--theme-light--default);
  border-color: currentColor;
  background-color: transparent;
}
@media screen and (max-width: 766.9px) {
  .chronological-post-teasers__button-wrapper .button {
    margin-top: 60px;
  }
}
.chronological-post-teasers__button-wrapper .button:focus-visible, .chronological-post-teasers__button-wrapper .button:hover {
  color: var(--color--theme-dark--default);
  border-color: var(--color--theme-light--default);
  background-color: var(--color--theme-light--default);
}
.chronological-post-teasers__button-wrapper .button.waiting {
  pointer-events: none;
  position: relative;
  transition: 0.6s;
  color: var(--color--theme-light--base);
  transition: 0.6s;
  animation: button-waiting 1.2s 0.1s infinite alternate ease-in-out;
}
.chronological-post-teasers__button-wrapper .button.waiting::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 4px solid var(--color--theme-light--base);
  opacity: 1;
  transition: 0.6s;
  animation: button-waiting-after 1.2s 0.1s infinite alternate ease-in-out;
  border-radius: 42px;
}

@keyframes button-waiting {
  0% {
    color: var(--color--theme-light--base);
  }
  50% {
    color: var(--color--black-base);
  }
  100% {
    color: var(--color--theme-light--base);
  }
}
@keyframes button-waiting-after {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* @jira ZFX-255: show label on cpt event as well
body[data-context="category-main"],
body[data-context="post:event"] {
    .ce-chronological-post-teasers {
        .teaser-label--category {
            display: none;
        } 
    }
}
*/
/*
    Created on : 13.07.2021, 08:58:51
    Author     : ks
*/
.ce-table > .inner {
  overflow-x: auto;
}

/*
    Created on : 17.02.2022, 18:28:39
    Author     : ks
*/
.ce-headline.content-element {
  position: relative;
  background-color: var(--color--theme-dark--default);
}
.ce-headline.content-element .headline--seperator {
  margin-top: 160px;
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element .headline--seperator {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element .headline--seperator {
    margin-top: 120px;
  }
}
.ce-headline.content-element.style--align-center .headline {
  text-align: center;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.style--align-center .headline {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.style--align-center .headline {
    font-size: 40px;
    line-height: 46px;
  }
}
.ce-headline.content-element.style--align-center .headline .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.style--align-center .headline .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.style--align-center .headline .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.ce-headline.content-element.style--align-center:not(:last-child) {
  margin-bottom: 8px;
}
.ce-headline.content-element.width--full-content {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.width--full-content {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-headline.content-element.width--full-content {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .ce-headline.content-element.width--full-content {
    max-width: 100%;
  }
}

.content-header--none + .content-elements > .content-element.ce-headline:first-child {
  padding-top: 243px;
}
.content-header--none + .content-elements > .content-element.ce-headline .style--align-center {
  text-align: center;
}

/*
    Created on : 13.07.2021, 08:58:51
    Author     : ks
*/
.ce-text {
  position: relative;
  background-color: var(--color--theme-dark--default);
}
.ce-text .richtext h2 {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: var(--width--content-e-with-padding-page);
  max-width: 100vw;
  padding-left: var(--padding--grid-page);
  padding-right: var(--padding--grid-page);
}
.ce-text .richtext blockquote, .ce-text .richtext blockquote + p {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: var(--width--content-e-with-padding-page);
  max-width: 100vw;
  padding-left: var(--padding--grid-page);
  padding-right: var(--padding--grid-page);
}
@media screen and (max-width: 1023.9px) {
  .ce-text .richtext blockquote, .ce-text .richtext blockquote + p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-text .richtext blockquote, .ce-text .richtext blockquote + p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.ce-text .richtext h2:not(:last-child) {
  margin-bottom: 41px;
}
@media screen and (max-width: 1023.9px) {
  .ce-text .richtext h2:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-text .richtext h2:not(:last-child) {
    margin-bottom: 24px;
  }
}
.ce-text .richtext h3:not(:last-child) {
  margin-bottom: 22px;
}

.ce-teaser-slider .teaser-slider {
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  max-height: 600px;
}
.ce-teaser-slider .teaser-slider.flickity-enabled {
  opacity: 1;
  max-height: 1000px;
}
.ce-teaser-slider .teaser-slide__picture {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 45.4545454545%;
}
@media screen and (max-width: 766.9px) {
  .ce-teaser-slider .teaser-slide__picture {
    padding-bottom: 56.25%;
  }
}
.ce-teaser-slider .teaser-slide__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-teaser-slider .teaser-slide {
  width: 100%;
}
.ce-teaser-slider .teaser-slide__image picture {
  height: 100%;
}
.ce-teaser-slider .teaser-slide__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .ce-teaser-slider .teaser-slide__image::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(50% + 30px);
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
}
.ce-teaser-slider .teaser-slide__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .ce-teaser-slider .teaser-slide__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-teaser-slider .teaser-slide__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 480px) {
  .ce-teaser-slider .teaser-slide__title {
    color: var(--color--white-base);
  }
}
.ce-teaser-slider .button__wrapper {
  display: block;
  margin-top: 22px;
  position: relative;
}
.ce-teaser-slider .teaser-slide__content {
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .ce-teaser-slider .teaser-slide__content {
    padding: 10px 40px 40px 40px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 479.9px) {
  .ce-teaser-slider .teaser-slide__content {
    margin-top: 25px;
  }
}
.ce-teaser-slider .flickity-page-dots {
  position: absolute;
  top: 100%;
  margin-top: 13px;
}
.ce-teaser-slider .flickity-prev-next-button {
  position: absolute;
  width: 40px;
  height: 40px;
  border: solid 1px #c3c3c3;
  margin-top: -20px;
  top: 50%;
}
.ce-teaser-slider .flickity-prev-next-button:before {
  content: "\2b63";
  font-size: 20px;
  color: #757575;
}
.ce-teaser-slider .flickity-prev-next-button.previous:before {
  transform: translateY(-50%) rotate(90deg);
  left: -1px;
}
.ce-teaser-slider .flickity-prev-next-button.next:before {
  transform: translateY(-50%) rotate(-90deg);
  left: 1px;
}
@media screen and (min-width: 1440.1px) {
  .ce-teaser-slider .flickity-prev-next-button.previous {
    left: -70px;
  }
  .ce-teaser-slider .flickity-prev-next-button.next {
    right: -70px;
  }
}
.ce-teaser-slider .teaser-slider[data-count="1"] .flickity-page-dots,
.ce-teaser-slider .teaser-slider[data-count="1"] .flickity-prev-next-button {
  display: none;
}
.ce-teaser-slider .teaser-slider[data-count="1"] .flickity-viewport {
  touch-action: none;
}
.ce-teaser-slider .teaser-slider[data-count="1"] .flickity-slider {
  cursor: default;
}

.box-scheme--dark-theme .ce-teaser-slider .flickity-prev-next-button:hover {
  background-color: var(--color--theme-light--base);
}

.ce-teaser-tiles {
  overflow: hidden;
  margin-top: -10px;
}
@media screen and (max-width: 479.9px) {
  .ce-teaser-tiles {
    padding-right: 0;
    padding-left: 0;
  }
}
.ce-teaser-tiles__inner {
  overflow: hidden;
}
.ce-teaser-tiles .teaser-tile-slider {
  position: relative;
  padding-top: 10px;
  padding-bottom: 18px;
  transition: all 0.4s;
  opacity: 0;
  max-height: 300px;
}
.ce-teaser-tiles .teaser-tile-slider.flickity-enabled {
  opacity: 1;
  max-height: none;
}
.ce-teaser-tiles .flickity-viewport {
  overflow: visible;
}
.ce-teaser-tiles .flickity-slider {
  min-height: 100%;
}
.ce-teaser-tiles .flickity-page-dots {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}

.teaser-tile {
  position: relative;
  width: 33.3333333333%;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 479.9px) {
  .teaser-tile {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 767px) {
  .teaser-tile.duo-tile {
    width: 50%;
  }
}
@media screen and (max-width: 959.9px) {
  .teaser-tile {
    width: 50%;
  }
}
.teaser-tile.single-tile {
  width: 100%;
}
@media screen and (max-width: 479.9px) {
  .teaser-tile {
    width: 100%;
  }
}
.teaser-tile__inner {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: var(--color--white-2);
}
.teaser-tile__inner > *:first-child {
  margin-top: 30px;
}
.teaser-tile__inner > *:last-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023.9px) {
  .teaser-tile__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .teaser-tile__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479.9px) {
  .teaser-tile__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teaser-tile__inner > *:first-child {
    margin-top: 26px;
  }
  .teaser-tile__inner > *:last-child {
    margin-bottom: 33px;
  }
}
.teaser-tile__image-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 18px;
  /*        border: solid 1px #999999;
          border-radius: 50%;
          overflow: hidden;*/
}
.teaser-tile__image-container picture {
  width: 100%;
  height: 100%;
}
.teaser-tile__image-container img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.teaser-tile__tile-icon {
  height: 100%;
}
.teaser-tile__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  .teaser-tile__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.teaser-tile__title:first-child {
  margin-top: 35px;
}
.teaser-tile__text {
  margin-top: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.53;
  text-align: center;
}
.teaser-tile__teaser-tile-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.teaser-tile .button__wrapper {
  display: block;
  padding-top: 25px;
  margin-top: auto;
}
@media screen and (max-width: 479.9px) {
  .teaser-tile .button__wrapper {
    padding-top: 16px;
  }
}

.box-scheme--dark-default .ce-teaser-tiles .teaser-tile__inner,
.box-scheme--dark-theme .ce-teaser-tiles .teaser-tile__inner,
.box-scheme--light-theme .ce-teaser-tiles .teaser-tile__inner {
  background-color: var(--color--white-base);
  color: var(--color--black-base);
}

.box-scheme--light-theme .ce-teaser-tiles .button.primary {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .box-scheme--light-theme .ce-teaser-tiles .button.primary:hover {
    border-color: var(--color--theme-dark--base);
    background-color: var(--color--theme-dark--base);
    color: var(--color--theme-light--default);
  }
}

@media screen and (min-width: 960px) {
  .ce-teaser-tiles .flickity-enabled[data-count="3"] .flickity-button,
  .ce-teaser-tiles .flickity-enabled[data-count="3"] .flickity-page-dots {
    display: none;
  }
  .ce-teaser-tiles .flickity-enabled[data-count="3"] .flickity-slider {
    cursor: default;
  }
}
@media screen and (min-width: 767px) {
  .ce-teaser-tiles .flickity-enabled[data-count="2"] .flickity-button,
  .ce-teaser-tiles .flickity-enabled[data-count="2"] .flickity-page-dots {
    display: none;
  }
  .ce-teaser-tiles .flickity-enabled[data-count="2"] .flickity-slider {
    cursor: default;
  }
}
.ce-teaser-tiles .flickity-enabled[data-count="1"] .flickity-button,
.ce-teaser-tiles .flickity-enabled[data-count="1"] .flickity-page-dots {
  display: none;
}
.ce-teaser-tiles .flickity-enabled[data-count="1"] .flickity-slider {
  cursor: default;
}

.ce-infobox .inner .ce-teaser-tiles:last-child {
  margin-bottom: -18px;
}
.ce-infobox .inner .ce-teaser-tiles:last-child:last-child {
  margin-bottom: -18px;
}

.text-appearance--dark, .text-appearance--dark.appearance-box {
  --color--quote-text: var(--color--theme-dark--default);
  --color--quote-text-hover: var(--color--theme-dark--default);
  --color--quote-footer: var(--color--theme-dark--default);
}

.text-appearance--light, .text-appearance--light.appearance-box {
  --color--quote-text: var(--color--theme-light--default);
  --color--quote-text-hover: var(--color--theme-light--default);
  --color--quote-footer: var(--color--theme-light--default);
  --color--pagedot: var(--color--theme-light--default);
  --color--pagedot-active: var(--color--theme-dark--default);
}

body.appearance-colorscheme--custom-dark .text-appearance--dark,
body.appearance-colorscheme--custom-dark .text-appearance--dark.appearance-box {
  --color--quote-text: var(--color--theme-light--default);
  --color--quote-text-hover: var(--color--theme-light--default);
  --color--quote-footer: var(--color--theme-light--default);
  --color--pagedot: var(--color--theme-dark--default);
  --color--pagedot-active: var(--color--theme-light--default);
}

.ce-quotes {
  margin-top: calc(50px - var(--padding--grid--2));
  margin-bottom: calc(50px - var(--padding--grid--2));
  /* stylus-based screens */
}
.ce-quotes .quote__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: inherit;
}
.ce-quotes .quote-text {
  color: var(--color--quote-text);
}
.ce-quotes .quote-footer-line {
  color: var(--color--quote-footer);
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-footer-line {
    padding-bottom: 37px;
    text-align: center;
    max-width: 345px;
    margin: 0 auto;
  }
}
.ce-quotes .quote-text {
  transition: all 0.4s;
  font-variant-ligatures: normal;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-text {
    font-size: 25px;
    line-height: 35px;
  }
}
.ce-quotes .quote-text::after {
  display: none;
}
.ce-quotes .quote-text::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  font-size: 72px;
  line-height: 72px;
  content: "\e928";
  display: block;
  margin-bottom: 23px;
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-text::before {
    font-size: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-text::before {
    font-size: 37px;
    line-height: 37px;
  }
}
.ce-quotes .quote-footer-line {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 22px;
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-footer-line {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-footer-line {
    margin-top: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ce-quotes a:hover ~ .quote-text {
    color: var(--color--quote-text-hover);
  }
  .ce-quotes a:hover ~ .text-container .quote-text {
    color: var(--color--quote-text-hover);
  }
}
.ce-quotes .quotes {
  position: relative;
}
@media screen and (min-width: 767px) {
  .ce-quotes .quotes {
    --padding--grid: var(--padding--grid--2);
  }
}
.ce-quotes .quotes > .quote {
  display: none;
}
.ce-quotes .quotes > .quote:first-child {
  display: block;
}
.ce-quotes .quote-slide {
  width: 100%;
  background-color: inherit;
}
.ce-quotes .quote-slide:not(:first-child) {
  display: none;
}
.ce-quotes .quote-slide > .inner {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-slide > .inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .quote-slide > .inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-slide > .inner {
    --padding--grid: 10px;
  }
}
@media screen and (min-width: 767px) {
  .ce-quotes .quote-slide > .inner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ce-quotes .quote-slide > .inner {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
.ce-quotes .quote-slide .image-container {
  width: 40%;
  height: max-content;
  margin-top: 16px;
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-slide .image-container {
    margin-top: 0;
    width: 100%;
  }
}
.ce-quotes .quote-slide .image-container > .inner {
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.ce-quotes .quote-slide .image-container img {
  filter: grayscale(1);
}
.ce-quotes .quote-slide .text-container {
  width: 60%;
  height: max-content;
  margin-top: 0;
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-slide .text-container {
    width: 100%;
  }
}
.ce-quotes .quote-slide .text-container > .inner {
  max-width: max-content;
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .quote-slide .text-container > .inner {
    display: flex;
    flex-flow: column-reverse;
  }
}
.ce-quotes .quote-slide .image {
  position: relative;
  margin: auto;
  max-width: 345px;
}
.ce-quotes .quote-slide .picture {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
  height: auto;
}
.ce-quotes .quote-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.ce-quotes .flickity-page-dots {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
  text-align: left;
  margin-top: 0;
  padding-bottom: 68px;
  padding-left: calc(var(--padding--grid) * 2);
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .flickity-page-dots {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-quotes .flickity-page-dots {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-quotes .flickity-page-dots {
    --padding--grid: 10px;
  }
}
@media screen and (min-width: 767px) {
  .ce-quotes .flickity-page-dots {
    margin-right: calc(var(--padding--grid));
    width: calc((100% - var(--padding--grid) * 2) * 0.6);
    margin-left: auto;
    padding-bottom: 48px;
    padding-left: var(--padding--grid);
  }
}
.ce-quotes .flickity-page-dots .dot {
  background-color: var(--color--pagedot);
  border-radius: 4px;
  margin-left: 0;
  margin-right: 12px;
}
.ce-quotes .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  display: block;
  height: inherit;
  background-color: var(--color--pagedot-active);
  width: 0%;
  border-radius: 4px;
  animation-duration: var(--duartion--slider);
}
.ce-quotes .flickity-page-dots .dot.is-selected {
  width: 64px;
  height: 8px;
  top: 0;
}
.ce-quotes .flickity-page-dots .dot.is-selected::after {
  width: 100%;
  animation-name: animation-page-dots-select;
}
.ce-quotes .flickity-page-dots .dot:hover::after {
  width: 100% !important;
}
.ce-quotes .flickity-slider .quote-slide:not(:first-child) {
  display: block;
}

.ce-quotes .flickity-enabled[data-count="1"] .flickity-button,
.ce-quotes .flickity-enabled[data-count="1"] .flickity-page-dots {
  display: none;
}
.ce-quotes .flickity-enabled[data-count="1"] .flickity-slider {
  cursor: default;
}

@keyframes animation-page-dots-select {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*

Two Columns CE stylesheet.

Created : 22.04.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-14

*/
.content-element.ce-two-columns {
  margin-bottom: 25px;
}

.columns-container:after {
  content: "";
  display: block;
  clear: both;
}
.columns-container .column-element:not(:last-child) {
  margin-bottom: 25px;
}
.columns-container.ratio-50-50 .column {
  width: 50%;
}
.columns-container.ratio-33-66 .column:first-child {
  width: 33.33333%;
}
.columns-container.ratio-33-66 .column:last-child {
  width: 66.66666%;
}
.columns-container.ratio-66-33 .column:first-child {
  width: 66.66666%;
}
.columns-container.ratio-66-33 .column:last-child {
  width: 33.33333%;
}
.columns-container .column {
  float: left;
}
.columns-container .column img {
  display: block;
  width: 100%;
}
.columns-container .column .richtext blockquote:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 766.9px) {
  .columns-container .column:not(:last-child) .column-element:last-child {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 767px) {
  .columns-container .column:not(:first-child) .richtext blockquote:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 766.9px) {
  .content-element.ce-two-columns .columns-container.ratio-50-50 .column, .content-element.ce-two-columns .columns-container.ratio-66-33 .column, .content-element.ce-two-columns .columns-container.ratio-33-66 .column {
    width: 100%;
  }
  .content-element.ce-two-columns .columns-container.ratio-50-50 .column:first-child, .content-element.ce-two-columns .columns-container.ratio-66-33 .column:first-child, .content-element.ce-two-columns .columns-container.ratio-33-66 .column:first-child {
    width: 100%;
  }
  .content-element.ce-two-columns .columns-container.ratio-50-50 .column:last-child, .content-element.ce-two-columns .columns-container.ratio-66-33 .column:last-child, .content-element.ce-two-columns .columns-container.ratio-33-66 .column:last-child {
    width: 100%;
  }
}
body.page-template-default .ce-two-columns__inner,
body.post-template-default .ce-two-columns__inner {
  max-width: 950px;
}

.ce-video .media__container.picture {
  cursor: pointer;
  /* play icon */
}
.ce-video .media__container.picture::after {
  transition: all 0.4s;
}
.ce-video .media__container.picture:hover::after {
  background-color: var(--color--theme-dark--base);
}
.ce-video .post-teaser__title {
  color: var(--color--theme-light--base);
}
.ce-video .video-teaser .video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 766.9px) {
  .ce-video .video-teaser .video-overlay {
    position: absolute;
    width: 100%;
    height: auto;
    position: absolute;
    width: calc(100% - var(--padding--grid) * 2);
    height: auto;
    top: 0;
    left: var(--padding--grid);
  }
}
.ce-video .video-teaser input[type=checkbox]:checked ~ .video-overlay {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}
.ce-video .overlay--video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - var(--padding--grid-page) * 2);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, -50%);
  background: var(--color--theme-light--base);
  color: var(--color--theme-dark--default);
  z-index: var(--zindex--overlay--media-credits);
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.9s, opacity 0.4s, background var(--duration--color--change);
  max-height: 850px;
  height: calc(100vh - var(--height--adminbar) * 1 - var(--height--website-header) * 1 - 126px - 20px);
  max-width: 1440px;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 122px;
  padding-right: 122px;
}
@media screen and (max-width: 1280px) {
  .ce-video .overlay--video {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-video .overlay--video {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    background: transparent;
  }
}
.ce-video .overlay--video .video-wrapper {
  max-height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 766.9px) {
  .ce-video .overlay--video .video-wrapper {
    top: 0;
    left: 0;
    transform: none;
  }
}
.ce-video .overlay--video .overlay__close {
  top: 20px;
  right: 40px;
}
@media screen and (max-width: 766.9px) {
  .ce-video .overlay--video .overlay__close {
    display: none;
  }
}
.ce-video .overlay--video iframe {
  left: 50%;
  max-height: calc(100vh - 440px);
  max-width: calc(177.7777777778vh - 280px);
  min-width: fit-content;
  transform: translateX(-50%);
  width: 100%;
}
.ce-video .video-overlay__content-inner {
  position: relative;
  height: 100%;
  max-width: calc(177.7777777778vh - 810px);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.ce-video .video-content picture video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-video .video-content .figure .video {
  z-index: 1;
}
.ce-video .video-content .figure.media-icon--video picture {
  position: absolute;
}
.ce-video .video-content .figure .media__container.picture {
  cursor: pointer;
}
.ce-video .video-content .figure .media__container.picture::after {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 766.9px) {
  .ce-video .video-content .figure .media__container.picture::after {
    width: 13.6363636364%;
    height: 24.2424242424%;
  }
}
.ce-video .video-content .figure .media__container.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

body.appearance-colorscheme--custom-light .ce-video .media__container.picture {
  /* play icon */
}
body.appearance-colorscheme--custom-light .ce-video .media__container.picture::after {
  background-color: var(--color--theme-dark--default);
}
body.appearance-colorscheme--custom-light .ce-video .media__container.picture:hover::after {
  background-color: var(--color--theme-dark--default);
}

.ce-audio .headline {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 18px;
  color: var(--color--theme-light--base);
}
@media screen and (max-width: 1023.9px) {
  .ce-audio .headline {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-audio .headline {
    font-size: 30px;
    line-height: 30px;
  }
}
.ce-audio .audio-player {
  background: var(--color--white-base);
  height: 50px;
  padding-left: 81px;
  padding-right: 148px;
  box-sizing: content-box;
  position: relative;
  transition: background 0.4s;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player {
    height: 80px;
  }
}
.ce-audio .audio-player .play-pause,
.ce-audio .audio-player .progress-bar,
.ce-audio .audio-player .time-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ce-audio .audio-player.ready .js-progress-bar {
  cursor: pointer;
}
.ce-audio .audio-player .play-pause {
  left: 7px;
  cursor: pointer;
  padding: 5px;
  border: 0;
  background-color: transparent;
  outline: none;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player .play-pause {
    left: 25px;
  }
}
.ce-audio .audio-player .play-pause > .inner {
  pointer-events: none;
  position: relative;
  left: 0;
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 14px;
  display: block;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player .play-pause > .inner {
    width: 20px;
    height: 21px;
  }
}
.ce-audio .audio-player .play-pause > .inner:before, .ce-audio .audio-player .play-pause > .inner:after {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s;
  /* show play-icon */
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 15px;
  border-right-width: 0;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player .play-pause > .inner:before, .ce-audio .audio-player .play-pause > .inner:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 21px;
    border-right-width: 0;
  }
}
.ce-audio .audio-player .play-pause > .inner:before {
  border-left-color: var(--color--theme-light--base);
}
.ce-audio .audio-player .play-pause:active > .inner:before {
  border-left-color: var(--color--theme-light--base);
}
.ce-audio .audio-player.play .play-pause > .inner {
  /* show pause-icon */
}
.ce-audio .audio-player.play .play-pause > .inner:before, .ce-audio .audio-player.play .play-pause > .inner:after {
  border-top-color: var(--color--theme-light--base);
  border-bottom-color: var(--color--theme-light--base);
  border-left-color: var(--color--theme-light--base);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 5px;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player.play .play-pause > .inner:before, .ce-audio .audio-player.play .play-pause > .inner:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 7px;
  }
}
.ce-audio .audio-player.play .play-pause > .inner:after {
  left: 7px;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player.play .play-pause > .inner:after {
    left: 10px;
  }
}
.ce-audio .audio-player.play .play-pause:active > .inner:before, .ce-audio .audio-player.play .play-pause:active > .inner:after {
  border-top-color: var(--color--theme-light--base);
  border-bottom-color: var(--color--theme-light--base);
  border-left-color: var(--color--theme-light--base);
  border-top-width: 7px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player.play .play-pause:active > .inner:before, .ce-audio .audio-player.play .play-pause:active > .inner:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 7px;
  }
}
.ce-audio .audio-player .progress-bar {
  margin-left: 38px;
  width: calc(100% - 38px - 158px);
  left: 0;
  height: 20px;
}
@media screen and (min-width: 767px) {
  .ce-audio .audio-player .progress-bar {
    margin-left: 81px;
    width: calc(100% - 81px - 168px);
  }
}
.ce-audio .audio-player .progress-bar:before {
  content: "";
  top: 40%;
  height: 20%;
  background: var(--color--white-2);
  width: 100%;
  display: block;
  position: relative;
}
.ce-audio .audio-player .progress-bar .progress {
  pointer-events: none;
  position: absolute;
  height: 20%;
  left: 0;
  top: 40%;
  bottom: 0;
  background: var(--color--theme-light--base);
  transition: background-color 0.4s;
}
.ce-audio .audio-player .time-info {
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--color--grey-warm);
  width: 172px;
  text-align: center;
}

html.no-touchevents .ce-audio .audio-player .play-pause:hover > .inner:before, html.no-touchevents .ce-audio .audio-player .play-pause:focus > .inner:before {
  border-left-color: var(--color--theme-light--base);
  border-left-width: 15px;
}
@media screen and (min-width: 767px) {
  html.no-touchevents .ce-audio .audio-player .play-pause:hover > .inner:before, html.no-touchevents .ce-audio .audio-player .play-pause:focus > .inner:before {
    border-left-width: 21px;
  }
}
html.no-touchevents .ce-audio .audio-player.play .play-pause:hover > .inner:before, html.no-touchevents .ce-audio .audio-player.play .play-pause:hover > .inner:after, html.no-touchevents .ce-audio .audio-player.play .play-pause:focus > .inner:before, html.no-touchevents .ce-audio .audio-player.play .play-pause:focus > .inner:after {
  border-top-color: var(--color--theme-light--base);
  border-bottom-color: var(--color--theme-light--base);
  border-left-color: var(--color--theme-light--base);
  border-top-width: 7px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
@media screen and (min-width: 767px) {
  html.no-touchevents .ce-audio .audio-player.play .play-pause:hover > .inner:before, html.no-touchevents .ce-audio .audio-player.play .play-pause:hover > .inner:after, html.no-touchevents .ce-audio .audio-player.play .play-pause:focus > .inner:before, html.no-touchevents .ce-audio .audio-player.play .play-pause:focus > .inner:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 7px;
  }
}
html.no-touchevents .ce-audio .audio-player .progress-bar:hover .progress, html.no-touchevents .ce-audio .audio-player .progress-bar:focus .progress {
  background: var(--color--theme-light--base);
}

.content.appearance--light-default .content-elements > .ce-audio .audio-player {
  outline: 1px solid var(--color--black-base);
}

.infobox.appearance--light-default .ce-audio .audio-player {
  outline: 1px solid var(--color--black-base);
}

.appearance--light-theme.infobox .ce-audio .headline {
  color: var(--color--white-base);
}

/*
    Created on : 18.08.2021, 16:23:54
    Author     : ks
*/
.content-element.ce-protected-content-start:not(:last-child) {
  margin-bottom: 0;
}
.content-element.ce-protected-content-start:not(:last-child) .infobox.box-width--content.box-scheme-frame-1:last-child {
  padding-bottom: 0;
}

.ce-spacer--small {
  height: 20px;
}
.ce-spacer--medium {
  height: 40px;
}
.ce-spacer--large {
  height: 60px;
}
.ce-spacer.content-element:not(:last-child) {
  margin-bottom: 0;
}

.infobox .ce-spacer--small {
  height: 20px;
}
.infobox .ce-spacer--small:last-child {
  height: 0;
}
.infobox .ce-spacer--medium {
  height: 40px;
}
.infobox .ce-spacer--large {
  height: 60px;
}
.infobox .ce-spacer.content-element:not(:last-child) {
  margin-bottom: 0;
}

.content.text-appearance--light {
  --color--counter: var(--color--theme-light--base);
  --color--counter--secondary: var(--color--theme-light--default);
}
.content.text-appearance--dark {
  --color--counter: var(--color--theme-dark) ;
  --color--counter--secondary: var(--color--theme-dark--default);
}

.ce-counters .headline {
  /* added in html .headline--seperator */
  margin-bottom: 72px;
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .headline {
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .headline {
    margin-bottom: 57px;
  }
}
.ce-counters .counter {
  display: inline-block;
  position: relative;
  width: 25%;
  color: var(--color--theme-light--base);
  color: var(--color--counter);
}
@media screen and (max-width: 1440px) {
  .ce-counters .counter {
    width: 33.33%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .counter {
    width: 50%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .counter {
    width: 50%;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-counters .counter {
    width: 100%;
  }
}
.ce-counters .counter > .inner {
  width: 100%;
}
.ce-counters .counters {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 1px solid var(--color--theme-light--base);
  --font-scale: 1;
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .counters {
    padding-top: 27px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-counters .counters {
    padding-top: 27px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-counters .counters {
    padding-top: 0;
    padding-bottom: 52px;
  }
}
.ce-counters .value-container {
  display: block;
  white-space: nowrap;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 160px;
  line-height: 192px;
  --font-scale: 1;
  --font-scale2: 1;
  font-size: calc(160px * var(--font-scale) * var(--font-scale2));
  line-height: calc(192px * var(--font-scale) * var(--font-scale2));
}
.ce-counters .value-container--fz-small {
  --font-scale2: 0.8;
}
.ce-counters .value-container--fz-smaller {
  --font-scale2: 0.6;
}
.ce-counters .value {
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.1s;
}
@media screen and (max-width: 766.9px) {
  .ce-counters .value {
    margin-bottom: -16px;
  }
}
.ce-counters .additive {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  display: block;
  transition: all 0.1s;
  font-size: 18px;
  line-height: 30px;
  max-width: 100% !important;
}
.ce-counters .specification {
  font-size: 26px;
  line-height: 32px;
  font-size: calc(26px * var(--font-scale));
  line-height: calc(32px * var(--font-scale));
  font-size: 18px;
  line-height: 30px;
  color: var(--color--white-base);
  color: var(--color--counter--secondary);
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: all 0.1s;
}

.ce-infobox.frame--true .ce-counters .counters.even .counter {
  max-width: calc(50% - 30px);
}
.ce-infobox.frame--true .ce-counters .counters.odd .counter {
  max-width: calc(33.3333% - 30px);
}
@media screen and (max-width: 766.9px) {
  .ce-infobox.frame--true .ce-counters .counters.odd .counter {
    max-width: calc(50% - 30px);
  }
}

.ce-ugc-form .button-toggle-parent {
  margin-top: 30px;
  text-align: center;
}
.ce-ugc-form .richtext a:not(.button--std):not(.teaser-button__container) {
  color: inherit;
}
.ce-ugc-form .richtext a:not(.button--std):not(.teaser-button__container):focus, .ce-ugc-form .richtext a:not(.button--std):not(.teaser-button__container):hover {
  color: var(--color--theme-light--default);
}
.ce-ugc-form .ugc-form__content-container {
  padding-top: 65px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .ce-ugc-form .ugc-form__content-container {
    --padding--grid: 35px;
  }
}
@media screen and (min-width: 1440.1px) {
  .ce-ugc-form .ugc-form__content-container {
    --padding--grid: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form__content-container {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form__content-container {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-ugc-form .ugc-form__content-container {
    padding-top: 60px;
    padding-bottom: 16px;
  }
}
.ce-ugc-form .ugc-form__text {
  margin-bottom: 20px;
}
.ce-ugc-form .ugc-form__content-inner .ugc-form__image-container {
  margin-bottom: 23px;
}
@media screen and (min-width: 960px) {
  .ce-ugc-form .ugc-form__content-inner {
    display: flex;
  }
  .ce-ugc-form .ugc-form__content-inner .ugc-form__image-container {
    min-width: 45%;
    margin-bottom: 0;
  }
}
.ce-ugc-form .ugc-doi .ugc-doi-form {
  margin-right: calc(var(--padding--form) * -1);
  margin-left: calc(var(--padding--form) * -1);
  display: flex;
  flex-wrap: wrap;
}
.ce-ugc-form .ugc-doi .ugc-doi-form > * {
  width: 100%;
}
.ce-ugc-form .ugc-doi .ugc-doi-form .msg,
.ce-ugc-form .ugc-doi .ugc-doi-form .ugc-form__submit-container,
.ce-ugc-form .ugc-doi .ugc-doi-form .input-container--checkbox,
.ce-ugc-form .ugc-doi .ugc-doi-form .input-container--std {
  padding-right: var(--padding--form);
  padding-left: var(--padding--form);
}
@media screen and (min-width: 767px) {
  .ce-ugc-form .ugc-doi .ugc-doi-form .input-container--forename,
  .ce-ugc-form .ugc-doi .ugc-doi-form .input-container--surname {
    width: 50%;
  }
}
.ce-ugc-form .file-upload__container {
  display: block;
  border: 1px solid black;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 766.9px) {
  .ce-ugc-form .file-upload__container {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.ce-ugc-form .file-upload__file-restrictions {
  font-size: 14px;
  line-height: 16px;
}
.ce-ugc-form .ugc-form__submit-container {
  margin-bottom: 16px;
  cursor: pointer;
}
.ce-ugc-form .ugc-form__submit-container [type=submit] {
  min-width: 305px;
  max-width: 100%;
}
@media screen and (max-width: 479.9px) {
  .ce-ugc-form .ugc-form__submit-container [type=submit] {
    min-width: auto;
    width: 100%;
  }
}
.ce-ugc-form .form-ugc .upload-form .richtext {
  text-align: center;
  margin-top: 59px;
  margin-bottom: 31px;
}
.ce-ugc-form .file-item {
  text-align: center;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
.ce-ugc-form .ugc-form-holder {
  text-align: center;
}
.ce-ugc-form .ugc-form-holder > *:first-child {
  margin-top: 30px;
}
.ce-ugc-form .ugc-form-holder input[type=file] {
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  font-size: inherit;
  min-height: 29px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  background: transparent;
  text-align: center;
}
.ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  color: var(--color--theme-dark--default);
  border-color: var(--color--theme-light--default);
  background-color: var(--color--theme-light--default);
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
@media screen and (max-width: 479.9px) {
  .ce-ugc-form .ugc-form-holder input[type=file]::file-selector-button {
    width: 100%;
  }
}
.ce-ugc-form .ugc-form-holder ::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  background: var(--color--white);
  box-shadow: none;
  color: var(--color--black);
  border: 1px solid var(--color--black);
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}
.ce-ugc-form .ugc-form-holder ::-moz-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  background: var(--color--white);
  box-shadow: none;
  color: var(--color--black);
  border: 1px solid var(--color--black);
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 960px) {
  .ce-ugc-form .media__container {
    padding-top: 133.3333333333%;
  }
}
.ce-ugc-form .msg li::before {
  content: "";
}
.ce-ugc-form .msg .form-msg-item h4,
.ce-ugc-form .msg .form-msg-item strong {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  display: block;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .ce-ugc-form .msg .form-msg-item h4,
  .ce-ugc-form .msg .form-msg-item strong {
    font-size: 20px;
    line-height: 24px;
  }
}
.ce-ugc-form .ugc-form__checkbox-label {
  line-height: 25px;
}
.ce-ugc-form .ugc-form__checkbox-label a::before {
  display: none;
}
.ce-ugc-form .ugc-form__submit-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ce-ugc-form .ugc-form__submit-container .button--tertiary {
  color: inherit !important;
  border-color: currentColor !important;
  background-color: transparent !important;
}
.ce-ugc-form .ugc-form__opener-checkbox-button-container {
  opacity: 1;
  max-height: 200px;
  transition: opacity 0.4s, max-height 0.4s;
  transition-delay: opacity 0.4s, max-height 0s;
}
.ce-ugc-form .ugc-form__opener-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  /* prepend to selct inner links, buttons ... */
  visibility: hidden;
  animation-name: closeexpandable;
  animation-duration: 1.5s;
  transition-delay: visibility 0.4s;
}

/* functional */
.ugc-form__opener-checkbox:checked ~ .ugc-form__opener-checkbox-button-container {
  opacity: 0;
  transition-delay: 0s;
  pointer-events: none;
  max-height: 0;
}
.ugc-form__opener-checkbox:checked ~ .ugc-form__opener-content {
  max-height: 5000px;
  visibility: visible;
  animation-name: openexpandable;
  transition-delay: max-height 0.4s;
  animation-duration: 1.5s;
}
@media screen and (max-width: 479.9px) {
  .ugc-form__opener-checkbox:checked ~ .ugc-form__opener-content {
    max-height: 10000px;
  }
}

@keyframes openexpandable {
  0% {
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  99% {
    visibility: visible;
    max-height: 100vh !important;
  }
  100% {
    visibility: visible;
    max-height: max-content !important;
  }
}
@keyframes closeexpandable {
  0% {
    visibility: visible;
  }
  1% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.ce-ugc-mediawall .ugc-filter__label-wrapper {
  margin: 10px 0;
  display: flex;
}
.ce-ugc-mediawall .button-submit {
  margin-top: 32px;
}
.ce-ugc-mediawall .ugc-filter__label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 1em 0 0;
  position: relative;
}
.ce-ugc-mediawall .ugc-filter__label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.ce-ugc-mediawall .ugc-filter__label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color--grey-warm);
  margin-right: 14px;
  text-align: center;
  line-height: 24px;
  transition: color 0.3s;
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-bottom: 6px;
  background-color: var(--color--white-base);
  color: var(--color--theme-light--base);
}
.ce-ugc-mediawall .ugc-filter__label span {
  font-size: 0.75em;
  margin: 0 0.5em;
}
.ce-ugc-mediawall .ugc-filter--image:checked ~ .ugc-wrapper .item-image-wrapper {
  display: block;
}
.ce-ugc-mediawall .ugc-filter--image:checked ~ .ugc-wrapper .ugc-filter__label--image {
  display: inline-block;
}
.ce-ugc-mediawall .ugc-filter--image:checked ~ .ugc-wrapper .ugc-filter__label--image::before {
  content: "\e912";
}
.ce-ugc-mediawall .ugc-filter--video:checked ~ .ugc-wrapper .item-video-wrapper {
  display: block;
}
.ce-ugc-mediawall .ugc-filter--video:checked ~ .ugc-wrapper .ugc-filter__label--video::before {
  content: "\e912";
}
.ce-ugc-mediawall .ugc-wall__wrapper {
  display: none;
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
}
.ce-ugc-mediawall .ugc-wall {
  --padding--inner: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--padding--inner) * -1);
  margin-right: calc(var(--padding--inner) * -1);
}
@media screen and (max-width: 766.9px) {
  .ce-ugc-mediawall .ugc-wall {
    --padding--inner: 5px;
  }
}
.ce-ugc-mediawall .ugc-wall .ugc-wall__item {
  transition: width 0.3s;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .ce-ugc-mediawall .ugc-wall .ugc-wall__item {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .ce-ugc-mediawall .ugc-wall .ugc-wall__item {
    width: 25%;
  }
}
.ce-ugc-mediawall .ugc-wall__item figure {
  width: 100%;
  margin: 0;
  padding: var(--padding--inner);
  position: relative;
  cursor: pointer;
}
.ce-ugc-mediawall .ugc-wall__item figure img {
  width: 100%;
  max-width: 100%;
}
.ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--2 {
  aspect-ratio: 180/160;
}
.ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--3 {
  aspect-ratio: 180/240;
}
.ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--2 img, .ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--3 img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 479.9px) {
  .ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--2, .ce-ugc-mediawall .ugc-wall__item figure.aspect-ratio--3 {
    aspect-ratio: none;
  }
}
.ce-ugc-mediawall .ugc-wall__item figcaption {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px 16px 20px;
  display: block;
  width: calc(100% - var(--padding--inner) * 2);
  position: absolute;
  bottom: var(--padding--inner);
  left: var(--padding--inner);
  color: var(--color--theme-light--default);
  background-image: linear-gradient(to bottom, color-mix(in srgb, var(--color--theme-dark--default) 0%, transparent) 0%, color-mix(in srgb, var(--color--theme-dark--default) 15%, transparent) 10px, color-mix(in srgb, var(--color--theme-dark--default) 25%, transparent) calc(100% - 10px), color-mix(in srgb, var(--color--theme-dark--default) 30%, transparent));
}
.ce-ugc-mediawall .ugc-wall__button-holder {
  padding-top: 0;
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s;
}
.ce-ugc-mediawall .ugc-wall--complete ~ .ugc-wall__button-holder {
  opacity: 0;
  max-height: 0;
}

.ugc-photowall-lightbox {
  position: relative;
}
.ugc-photowall-lightbox .ugc-item {
  margin: 0 -8px;
}
.ugc-photowall-lightbox .ugc-item figcaption {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: var(--color--white);
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  padding: 10px 20px 16px 20px !important;
  max-height: 183px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--color--theme-light--default);
  background-image: linear-gradient(to bottom, color-mix(in srgb, var(--color--theme-dark--default) 0%, transparent) 0%, color-mix(in srgb, var(--color--theme-dark--default) 25%, transparent) 15px, color-mix(in srgb, var(--color--theme-dark--default) 30%, transparent) calc(100% - 15px), color-mix(in srgb, var(--color--theme-dark--default) 35%, transparent));
}
@media screen and (max-width: 766.9px) {
  .ugc-photowall-lightbox .ugc-item figcaption {
    max-height: 100px;
  }
}
.ugc-photowall-lightbox .ugc-item picture {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media screen and (max-width: 766.9px) {
  .ugc-photowall-lightbox .ugc-item picture {
    max-height: calc(100vh - 100px);
  }
}
.ugc-photowall-lightbox .nav {
  display: block;
  color: var(--color--black);
  width: 1300px;
  max-width: calc(100vw - 100px);
  transform: translateX(-50%);
  left: 50%;
  height: 0;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 766.9px) {
  .ugc-photowall-lightbox .nav {
    display: none;
  }
}
.ugc-photowall-lightbox .nav::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e906";
  border: solid 1px var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  color: var(--color--theme-light--default);
  margin: 0;
  border-radius: 50%;
  box-sizing: border-box;
  padding-left: 3px;
  width: 60px;
  height: 60px;
  top: -30px;
  line-height: 60px;
  font-size: 25px;
  position: absolute;
  transition: all 0.4s;
  cursor: pointer;
}
.ugc-photowall-lightbox .nav:hover::before {
  background-color: var(--color--theme-light--default);
  color: var(--color--theme-dark--default);
}
.ugc-photowall-lightbox .nav-prev:before {
  left: -30px;
  transform: scale(-1);
  right: auto;
}
.ugc-photowall-lightbox .nav-next:before {
  left: auto;
  right: -30px;
}
.ugc-photowall-lightbox .nav:focus-visible {
  outline: 2px solid var(--color--focus-visible);
}
.ugc-photowall-lightbox .nav.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.ugc-photowall-lightbox .ugc-item picture {
  position: relative;
  display: block;
}
.ugc-photowall-lightbox .ugc-item[data-type=video] picture {
  cursor: pointer;
}
.ugc-photowall-lightbox .ugc-item[data-type=video] picture:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  /** @TODO
  .tablet({
      font-size: 80px;
  });
  .desktop({
      font-size: 100px;
  });
  */
}
.ugc-photowall-lightbox .ugc-item[data-type=video] picture[data-status=pending]:before {
  animation: pulse 1.2s ease-in-out infinite;
}
.ugc-photowall-lightbox .ugc-item[data-type=video] picture iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.75);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/* @jira DDSP-1296 */
.sopg-poll-module {
  --poll--color---background: var(--color--theme-light--base);
  --poll--color---background-answered: var(--color--white);
  --poll--color---answer-background-answered: var(--color--theme-light--base);
  --poll--color---text: var(--color--black);
  --poll--color---text-answered: var(--color--black);
  --poll--color---link: var(--color--black);
  --poll--color---link-hover: var(--color--black);
  --poll--color---answer-background: var(--color--white);
  --poll--color---answer: var(--color--black);
  --poll--color---answer-background-active: var(--poll--color---answer);
  --poll--color---answer-active: var(--poll--color---answer-background);
  --poll--color---answer-border: var(--poll--color---answer);
  --poll--color---answer-custom-placeholder: rgba(55, 65, 81, 1);
  --poll--color---bar-chart-bottom-line: #bfbfbf;
  --poll--margin--ce-inner: 24px;
  --poll--margin--ce-inner-answered: 32px;
  --poll--width: 672px;
  box-sizing: border-box;
  padding: var(--poll--margin--ce-inner);
  pointer-events: none;
  background-color: var(--poll--color---background);
  color: var(--poll--color---text);
  transition: all 0.4s;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  /* Poll message 
  added 2023-05-03, DDSP-1296, v1.2.0 */
  /* results */
  /* Added 2020-09-09, 
  DDSP-709, v1.1.3 */
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module {
    padding-left: var(--padding--page);
    padding-right: var(--padding--page);
    margin-left: calc(0px - var(--padding--page));
    margin-right: calc(0px - var(--padding--page));
  }
}
.sopg-poll-module > .inner {
  padding: 0;
}
.sopg-poll-module > .inner > * {
  opacity: 0;
  transition: opacity 0.4s;
}
.sopg-poll-module .spm-topline,
.sopg-poll-module .spm-question,
.sopg-poll-module .spm-selection-text,
.sopg-poll-module .spm-action-skip-poll {
  color: inherit;
}
.sopg-poll-module .spm-topline {
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-topline {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}
.sopg-poll-module .spm-text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.sopg-poll-module .spm-selection-text {
  margin-top: var(--poll--margin--ce-inner);
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-selection-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.sopg-poll-module .spm-results-text {
  margin-top: var(--poll--margin--ce-inner);
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 32px;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-results-text {
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }
}
.sopg-poll-module .hidden {
  display: none;
}
.sopg-poll-module .spm-poll {
  position: relative;
}
.sopg-poll-module .spm-question {
  display: block;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-question {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-question {
    font-size: 40px;
    line-height: 46px;
  }
}
.sopg-poll-module .spm-question .iconfont- {
  font-size: 40px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-question .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-question .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.sopg-poll-module .spm-question b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-question {
    font-size: 28px;
    line-height: 34px;
  }
}
.sopg-poll-module .spm-answers {
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
.sopg-poll-module .spm-answer {
  margin-top: var(--poll--margin--ce-inner);
  border: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 766.9px) {
  .sopg-poll-module .spm-answer:not(:first-child) {
    margin-top: var(--padding--grid);
  }
}
@media screen and (min-width: 767px) {
  .sopg-poll-module .spm-answer {
    width: calc(50% - 12px);
    margin-top: var(--poll--margin--ce-inner);
  }
  .sopg-poll-module .spm-answer:nth-child(odd) {
    margin-right: 24px;
  }
}
.sopg-poll-module .spm-answer .label {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.sopg-poll-module .spm-answer .label__inner {
  display: block;
  min-height: 42px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 100%;
  transition: all 0.4s;
  border: 1px solid var(--poll--color---answer-border);
  background-color: var(--poll--color---answer-background);
  color: var(--poll--color---answer);
  border-radius: 22px;
}
.sopg-poll-module .spm-answer.spm-selected .spm-input ~ .label__inner,
.sopg-poll-module .spm-answer .spm-input:focus-visible ~ .label__inner {
  color: var(--poll--color---answer-active);
  background-color: var(--poll--color---answer-background-active);
}
.sopg-poll-module .spm-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0.01;
  pointer-events: all;
}
.sopg-poll-module .spm-custom-answer-container {
  display: block;
  margin-top: var(--poll--margin--ce-inner);
  width: 100%;
  margin-right: 0 !important;
  position: relative;
  /* edit icon */
}
.sopg-poll-module .spm-custom-answer-container::after {
  position: absolute;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e91f";
  bottom: 16px;
  right: 16px;
  font-size: 30px;
  line-height: 32px;
  color: var(--poll--color---answer-custom-placeholder);
  display: inline-block;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-custom-answer-container::after {
    font-size: 14px;
    line-height: 16px;
  }
}
.sopg-poll-module .spm-custom-answer-container .spm-input-custom-answer {
  border-radius: 21px;
  border: 1px solid var(--poll--color---answer-border);
  min-height: calc(100% - 24px);
  /* caused by edit icon */
  padding-right: 60px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-custom-answer-container .spm-input-custom-answer {
    padding-right: 40px;
    border-radius: 8px;
  }
}
.sopg-poll-module .spm-custom-answer-label {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  display: block;
  max-width: max-content;
}
.sopg-poll-module .spm-input-custom-answer {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  display: block;
  width: 100%;
  height: 120px;
  max-height: 240px;
  min-height: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  overflow: hidden;
  background-color: var(--poll--color---answer-background);
  color: var(--poll--color---answer);
  transition: all 0.4s;
  resize: none;
  outline: none;
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-input-custom-answer {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .sopg-poll-module .spm-input-custom-answer {
    font-size: 20px;
    line-height: 26px;
  }
}
.sopg-poll-module .spm-input-custom-answer:focus, .sopg-poll-module .spm-input-custom-answer:not(:placeholder-shown) {
  color: var(--poll--color---answer-active);
  background-color: var(--poll--color---answer-background-active);
}
.sopg-poll-module .spm-input-custom-answer:focus::placeholder, .sopg-poll-module .spm-input-custom-answer:not(:placeholder-shown)::placeholder {
  color: var(--poll--color---answer-custom-placeholder);
}
.sopg-poll-module .spm-input-custom-answer:focus::-webkit-input-placeholder, .sopg-poll-module .spm-input-custom-answer:not(:placeholder-shown)::-webkit-input-placeholder {
  color: var(--poll--color---answer-custom-placeholder);
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-submit-container .spm-submit {
    margin-top: 32px;
  }
}
.sopg-poll-module .spm-submit {
  border-color: var(--color--black);
  background-color: var(--color--black);
  color: var(--color--white);
  /* stylus-based screens */
  margin-top: var(--poll--margin--ce-inner);
  display: block;
  width: max-content;
}
@media (hover: hover) and (pointer: fine) {
  .sopg-poll-module .spm-submit:hover {
    border-color: var(--color--black);
    background-color: var(--color--black);
    color: var(--color--white);
  }
}
@media screen and (min-width: 767px) {
  .sopg-poll-module .spm-submit {
    margin-left: auto;
    margin-right: auto;
  }
}
.sopg-poll-module .spm-action-skip-poll {
  display: block;
  width: auto;
  margin-top: var(--poll--margin--ce-inner);
  max-width: fit-content;
}
.sopg-poll-module .social-share-container {
  margin-top: var(--poll--margin--ce-inner);
  margin-bottom: -8px;
}
.sopg-poll-module .social-share-container .network {
  display: inline-block;
}
.sopg-poll-module .social-share-container .link {
  color: var(--poll--color---link);
  text-decoration: none;
}
.sopg-poll-module .social-share-container .link:hover {
  color: var(--poll--color---link-hover);
}
.sopg-poll-module .spm-poll-message {
  padding: 4px;
  background: var(--poll--color---text);
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  left: -4px;
}
.sopg-poll-module .spm-poll-message.success {
  color: green;
}
.sopg-poll-module .spm-poll-message.error {
  color: crimson;
}
.sopg-poll-module.spm-answered {
  background-color: var(--poll--color---background-answered);
  color: var(--poll--color---text-answered);
  padding: var(--poll--margin--ce-inner-answered);
}
.sopg-poll-module.spm-answered .spm-result {
  max-height: 9999px;
  opacity: 1;
}
.sopg-poll-module.spm-answered .spm-poll {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.sopg-poll-module.spm-answered .spm-selection-text {
  margin-top: 10px;
}
.sopg-poll-module.spm-answered .spm-poll .spm-question {
  display: none;
}
.sopg-poll-module .spm-result {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.sopg-poll-module .spm-legend {
  margin-top: 15px;
  margin-top: var(--poll--margin--ce-inner-answered);
  border-top: 2px solid black;
  padding-top: calc(var(--poll--margin--ce-inner-answered) - 4px);
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-legend {
    font-size: 12px;
    line-height: 14px;
  }
}
.sopg-poll-module .spm-legend ul {
  list-style: none;
  margin-top: -20px;
  margin-right: -20px;
}
.sopg-poll-module .spm-legend ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  margin-top: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-legend ul li {
    margin-right: 16px;
    margin-top: 12px;
    padding-bottom: 4px;
  }
}
.sopg-poll-module .spm-legend ul li .color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-legend ul li .color {
    width: 16px;
    height: 16px;
    border-radius: 0;
    top: 0;
  }
}
.sopg-poll-module .spm-canvas {
  display: block;
  transform: translate3d(0, 0, 0);
}
.sopg-poll-module canvas[data-render-as=pie_chart] {
  margin-top: var(--poll--margin--ce-inner-answered);
  margin-left: auto;
  margin-right: auto;
  max-width: 380px !important;
  max-height: 380px !important;
  height: auto !important;
  aspect-ratio: auto 1/1;
  width: 100% !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart] {
  height: 295px !important;
  max-width: 100% !important;
  border-bottom: 2px solid var(--poll--color---bar-chart-bottom-line);
  margin-top: var(--poll--margin--ce-inner-answered);
  width: 100% !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart][data-count="2"] {
  width: 40% !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart][data-count="3"] {
  width: 60% !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart][data-count="4"] {
  width: 80% !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] {
  display: none !important;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend {
  margin-top: var(--poll--margin--ce-inner-answered);
  border-top: none;
  padding-top: 0;
  padding-bottom: var(--poll--margin--ce-inner-answered);
  border-bottom: 2px solid black;
  margin-bottom: 0;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend {
    margin-top: var(--poll--margin--ce-inner);
    padding-bottom: var(--poll--margin--ce-inner);
  }
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .color {
  width: calc((100% - 68px) * (var(--width)));
  animation: bar-fill 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .value {
  animation: fade-in 0.4s ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend {
    font-size: 12px;
    line-height: 14px;
  }
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend ul {
  margin-top: 0;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend li {
  display: block;
  padding-bottom: 0;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .color {
  display: inline-block;
  width: 0;
  border-radius: 0;
  top: 0;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .color.percentage-0 {
  margin-right: 0;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .value {
  width: 52px;
  display: inline-block;
  position: relative;
  opacity: 0;
  top: -4px;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .name {
  display: block;
  margin-top: 4px;
}
.sopg-poll-module canvas[data-render-as=bar_chart_horiz] + .spm-legend .name__pre {
  display: none;
}
.sopg-poll-module .spm-participants {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding-top: calc(var(--poll--margin--ce-inner-answered) - 4px);
}
@media screen and (max-width: 479.9px) {
  .sopg-poll-module .spm-participants {
    padding-top: calc(var(--poll--margin--ce-inner) - 4px);
  }
}
.sopg-poll-module.spm-ready {
  pointer-events: all;
}
.sopg-poll-module.spm-ready > .inner > * {
  opacity: 1;
}
.sopg-poll-module.spm-ready canvas[data-render-as=bar_chart_horiz] + .spm-legend .color {
  width: 0;
}
.sopg-poll-module.spm-ready canvas[data-render-as=bar_chart_horiz] + .spm-legend .value {
  opacity: 0;
}

@keyframes bar-fill {
  from {
    width: 0;
  }
  to {
    width: calc((100% - 60px) * (var(--width)));
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 479.9px) {
  .infobox.appearance--light-theme .ce-poll:first-child, .infobox.frame--true .ce-poll:first-child {
    margin-top: -36px;
  }
  .infobox.appearance--light-theme .ce-poll:last-child, .infobox.frame--true .ce-poll:last-child {
    margin-bottom: -32px;
  }
}

.ce-contact-form .contact__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ce-contact-form .contact__title {
    max-width: 530px;
  }
}
.ce-contact-form .contact__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 21px;
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479.9px) {
  .ce-contact-form .contact__text {
    margin-top: 19px;
  }
}
.ce-contact-form .contact-teaser {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766.9px) {
  .ce-contact-form .contact-teaser {
    background-image: var(--background-image-mobile);
  }
}
@media screen and (max-width: 959.9px) {
  .ce-contact-form .contact-teaser {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ce-contact-form .contact-teaser__inner {
  display: flex;
  max-width: calc(1200px + var(--padding--grid) * 4);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .ce-contact-form .contact-teaser__inner {
    --padding--grid: var(--padding--grid--2);
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-teaser__inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-teaser__inner {
    --padding--grid: 15px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-contact-form .contact-teaser__inner {
    --padding--grid: 10px;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-contact-form .contact-teaser__inner {
    flex-flow: column-reverse;
  }
}
.ce-contact-form .contact-teaser__text-container {
  width: 66%;
  max-width: 790px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-teaser__text-container {
    padding-right: calc(50px - var(--padding--grid));
    width: 90%;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-teaser__text-container {
    padding-right: calc(50px - var(--padding--grid));
    width: 90%;
  }
}
@media screen and (max-width: 766.9px) {
  .ce-contact-form .contact-teaser__text-container {
    width: 100%;
    padding-right: var(--padding--grid);
  }
}
.ce-contact-form .contact-teaser__button {
  margin-top: calc(31px - var(--offset--paragraph));
}
@media screen and (max-width: 959.9px) {
  .ce-contact-form .contact-teaser__button {
    margin-top: calc(24px - var(--offset--paragraph));
  }
}
.ce-contact-form .contact-form-person {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: max-content;
  margin-left: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100%;
}
@media screen and (max-width: 766.9px) {
  .ce-contact-form .contact-form-person {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-form-person {
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .ce-contact-form .contact-form-person {
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
  }
}
.ce-contact-form .contact-form-person__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.ce-contact-form .contact-form-person__image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  width: 345px;
  aspect-ratio: 1/1;
  margin-right: auto;
  margin-left: auto;
}
.ce-contact-form .contact-form-person__name {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.ce-contact-form .contact-form-person__position {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.overlay--contact-form {
  max-width: 954px;
  width: calc(100vw - var(--padding--page) * 2 - 40px);
  max-height: calc(100vh - var(--height--adminbar) * 2 - var(--height--website-header));
  top: calc(50vh + var(--height--adminbar) + var(--height--website-header));
  left: calc(50% - var(--width--scrollbar, 0px));
  transform: translate(-50%, calc(-50% - var(--height--adminbar) - var(--height--website-header)));
  text-align: center;
  padding-right: 70px;
  padding-left: 60px;
  z-index: var(--zindex--overlay--contact-form) !important;
  overflow: hidden;
}
@media screen and (max-width: 766.9px) {
  .overlay--contact-form {
    top: calc(50vh + var(--height--adminbar) + var(--height--website-header));
    width: calc(100vw - var(--padding--page) * 2 - var(--padding--grid) * 2);
    padding-right: calc(var(--padding--grid) + 12px);
    padding-left: var(--padding--grid);
  }
}
.overlay--contact-form .overlay__inner {
  max-height: calc(100vh - var(--height--adminbar) * 2 - var(--height--website-header));
  overflow: hidden;
  overflow-y: auto;
  /* scroll bar position */
  padding-right: 50px;
  padding-left: 60px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 766.9px) {
  .overlay--contact-form .overlay__inner {
    padding-top: 30px;
    padding-right: calc(var(--padding--grid) - 12px);
    padding-left: var(--padding--grid);
    padding-bottom: 10px;
  }
}

.contact-form__overlay .contact-form-person {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form-person {
    display: block;
    padding-bottom: 2px;
  }
}
.contact-form__overlay .contact-form-person__image {
  width: 120px;
  margin: 0;
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form-person__image {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 14px;
  }
}
.contact-form__overlay .contact-form-person__text {
  height: max-content;
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
  max-width: calc(100% - 140px - 100px);
  font-size: 16px;
  line-height: 19px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1023.9px) {
  .contact-form__overlay .contact-form-person__text {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1023.9px) {
  .contact-form__overlay .contact-form-person__text {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form-person__text {
    max-width: 100%;
    text-align: center;
  }
}
.contact-form__overlay .contact-form__title {
  font-size: 30px;
  line-height: 30px;
  margin-top: -6px;
}
.contact-form__overlay .contact-form-person__name:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form-person__name:not(:first-child) {
    margin-top: 5px;
  }
}
.contact-form__overlay .contact-form__privacy-policy {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 767px) {
  .contact-form__overlay .contact-form__privacy-policy {
    margin-top: 10px;
    margin-left: 20px;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form__privacy-policy {
    text-align: center;
    margin-top: 5px;
  }
}
.contact-form__overlay .contact-form__privacy-policy a {
  color: inherit;
}
@media screen and (max-width: 766.9px) {
  .contact-form__overlay .contact-form__button {
    width: 100%;
  }
}

.contact-form {
  text-align: left;
  margin-left: calc(var(--padding--form) * -1);
  margin-right: calc(var(--padding--form) * -1);
  display: flex;
  flex-flow: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  --padding--form: 10px;
}
.contact-form__text {
  margin-top: 16px;
}
@media screen and (max-width: 479.9px) {
  .contact-form__text {
    margin-top: 8px;
  }
}
.contact-form__button-container {
  margin-top: 24px;
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 766.9px) {
  .contact-form__button-container {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1023.9px) {
  .contact-form {
    --padding--form: 7px;
  }
}
@media screen and (max-width: 1023.9px) {
  .contact-form {
    --padding--form: 7px;
  }
}
.contact-form .input-container {
  width: 100%;
  padding-left: var(--padding--form);
  padding-right: var(--padding--form);
}
@media screen and (min-width: 767px) {
  .contact-form .input-container--name {
    width: 50%;
  }
}
.contact-form .input-container .label {
  display: none;
}
.contact-form .input-container--textarea {
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .contact-form textarea {
    min-height: 104px;
  }
}
.contact-form .button--std .icon {
  margin-left: 6px;
}
.contact-form .msg {
  width: 100%;
  padding: 0 8px;
}
.contact-form .msg .js-form-msg-item {
  margin-top: 24px;
}

body.appearance-colorscheme--custom-primary .background .form .contact-form__privacy-policy a {
  color: inherit;
}

.ce-location-modul {
  color: var(--color--counter--secondary);
}
.ce-location-modul__inner {
  max-width: none !important;
}
.ce-location-modul__text-container {
  margin-top: var(--margin--ce);
  margin-bottom: calc(var(--margin--ce) + 20px);
  max-width: 636px;
}
.ce-location-modul .button__wrapper {
  margin-top: 35px;
}

.content-element:not(:last-child) {
  margin-bottom: 60px;
}

.content-elements:last-child > .content-element:last-child {
  padding-bottom: 100px;
}

.infobox .content-element:not(:last-child) {
  margin-bottom: 60px;
}

.burgermenu-toggler {
  --width--burgermenu-toggler: 37px;
  --height--burgermenu-toggler: 23px;
  --duration--burgermenu: 0.3s;
  position: absolute;
  margin-right: 25px;
  right: 0;
  top: calc(var(--height--website-header) / 2);
  display: none;
  width: var(--width--burgermenu-toggler);
  height: var(--height--burgermenu-toggler);
  cursor: pointer;
  transform: translate3d(0px, -50%, 0px);
  transition: all var(--duration--burgermenu) ease-in-out;
  z-index: 3;
  margin-left: auto;
  /* stylus-based screens */
}
@media screen and (max-width: 1040px) {
  .burgermenu-toggler {
    display: block;
  }
}
.burgermenu-toggler span {
  display: block;
  position: absolute;
  height: calc(var(--height--burgermenu-toggler) / 5);
  height: 2px;
  width: 100%;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  background-color: var(--color--white-base);
  transition: 0.2s ease-in-out;
}
.burgermenu-toggler span:nth-child(1), .burgermenu-toggler span:nth-child(4) {
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 766.9px) {
  .burgermenu-toggler span {
    height: 1.5px;
  }
}
.burgermenu-toggler span:nth-child(1) {
  top: 0px;
}
.burgermenu-toggler span:nth-child(2), .burgermenu-toggler span:nth-child(3) {
  top: calc(var(--height--burgermenu-toggler) / 5 * 2);
  width: 100%;
  transform: translateX(-15%);
}
.burgermenu-toggler span:nth-child(4) {
  top: calc(var(--height--burgermenu-toggler) / 5 * 4);
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .burgermenu-toggler:hover span, .burgermenu-toggler:focus-visible span {
    background-color: var(--color--theme-light--base);
  }
  .burgermenu-toggler:hover span:nth-child(2), .burgermenu-toggler:hover span:nth-child(3), .burgermenu-toggler:focus-visible span:nth-child(2), .burgermenu-toggler:focus-visible span:nth-child(3) {
    transform: translateX(0);
  }
}

body.burger-navigation-opened .website-header .burgermenu-toggler span {
  width: 100%;
  transition: 0.35s ease-in-out;
}
body.burger-navigation-opened .website-header .burgermenu-toggler span:nth-child(1), body.burger-navigation-opened .website-header .burgermenu-toggler span:nth-child(4) {
  transition: 0.2s ease-in-out;
  right: 50%;
  top: calc(var(--height--burgermenu-toggler) / 5 * 2);
  width: 0;
  opacity: 0;
}
body.burger-navigation-opened .website-header .burgermenu-toggler span:nth-child(2) {
  top: calc(var(--height--burgermenu-toggler) / 5 * 2);
  transform: rotate(45deg) translateX(0);
}
body.burger-navigation-opened .website-header .burgermenu-toggler span:nth-child(3) {
  top: calc(var(--height--burgermenu-toggler) / 5 * 2);
  transform: rotate(-45deg) translateX(0);
}

/*
    Created on : 06.07.2021, 11:25:03
    Author     : ks
*/
.header-brand {
  position: relative;
  display: inline-block;
  margin-left: var(--padding--grid);
  z-index: var(--zindex--website-header__brand);
}
.header-brand__inner {
  position: relative;
  pointer-events: all;
  display: block;
  transform: translateY(-50%);
  top: calc(var(--height--website-header) / 2);
  transition: all var(--duration--website-header, 0.4s);
}
.header-brand .seo-opt {
  display: block;
  opacity: 0.01;
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.header-brand__picture {
  transition: opacity 0.4s;
}
.header-brand__picture--smaller {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-brand__picture img {
  height: 40px;
  width: 214px;
  width: auto;
  height: var(--height--website-header__brand);
  width: auto;
  object-fit: contain;
  transition: all var(--duration--website-header, 0.4s);
}

body.smaller-header .header-brand__picture--smaller {
  opacity: 1;
}
body.smaller-header .header-brand__picture--bigger {
  opacity: 0;
}

/*
    Created on : 06.07.2021, 11:20:51
    Author     : ks
*/
#wpadminbar {
  /* no gap over own fixed header on scroll down */
  position: fixed !important;
  /* Add a 3D CSS translation to the WP 
  admin bar, in order to prevent container 
  jumping, when header is sticky. */
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#wpadminbar:hover, #wpadminbar:focus-within {
  overflow: visible;
}

body.admin-bar {
  padding-top: var(--height--adminbar);
}
body.admin-bar .main-wrapper {
  min-height: calc(100vh - var(--height--adminbar));
}
body.admin-bar .mobile-navigation,
body.admin-bar .website-header {
  top: var(--height--adminbar);
}

html:not(.adminbar) {
  margin-top: 0px !important;
}

@media screen and (max-width: 1023.9px) {
  #wp-admin-bar-customize,
  #wp-admin-bar-updates,
  #wp-admin-bar-new-content {
    display: none;
  }
  #wp-admin-bar-my-account .ab-item {
    text-align: right;
    max-width: 74px;
    max-height: 40px;
    overflow: hidden;
  }
  #wp-admin-bar-my-account:hover .ab-item {
    max-height: none;
    max-width: none;
    overflow: visible;
  }
  #wpadminbar:hover #wp-admin-bar-customize,
  #wpadminbar:hover #wp-admin-bar-updates,
  #wpadminbar:hover #wp-admin-bar-new-content {
    display: inline-block;
  }
  #wpadminbar:hover #wp-admin-bar-my-account {
    background: grey;
  }
  #wpadminbar:hover #wp-admin-bar-my-account .ab-item {
    display: block;
    max-height: none;
    max-width: none;
    overflow: visible;
  }
}
@media screen and (max-width: 1023.9px) {
  #wp-admin-bar-customize,
  #wp-admin-bar-updates,
  #wp-admin-bar-new-content {
    display: none;
  }
  #wp-admin-bar-my-account .ab-item {
    text-align: right;
    max-width: 74px;
    max-height: 40px;
    overflow: hidden;
  }
  #wp-admin-bar-my-account:hover .ab-item {
    max-height: none;
    max-width: none;
    overflow: visible;
  }
  #wpadminbar:hover #wp-admin-bar-customize,
  #wpadminbar:hover #wp-admin-bar-updates,
  #wpadminbar:hover #wp-admin-bar-new-content {
    display: inline-block;
  }
  #wpadminbar:hover #wp-admin-bar-my-account {
    background: grey;
  }
  #wpadminbar:hover #wp-admin-bar-my-account .ab-item {
    display: block;
    max-height: none;
    max-width: none;
    overflow: visible;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.03.2022, 12:24:02
    Author     : ks
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12.07.2021, 15:17:53
    Author     : ks
*/
/*.product-message {
    @include message();
    @include messagehint();
    margin-top: 10px;
    margin-bottom: 15px;
    &.hint {
        @include messagehint();
    }
    &.success {
        @include messagesucc();
    }
    &.error {
        @include messageerr();
    }
}
.woocommerce-wrapper {
    .woocommerce-error {
        display: block;
        @include message();
        @include messageerr();
    }
    .woocommerce-info {
        @include message();
        @include messagehint();
    }
    .woocommerce-message {
        @include message();
        @include messagesucc();
    }
    .woocommerce {
        > {
            .woocommerce-info {
                @include width--fullpage;
            }
        }
    }
}*/
.form-msg-item {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 766.9px) {
  .form-msg-item {
    font-size: 20px;
    line-height: 24px;
  }
}
.form-msg-item ul li {
  padding-left: 0;
}

.js-form-error {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color--black-base);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.js-form-error a {
  color: inherit;
}
.js-form-error h4,
.js-form-error strong {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  display: block;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .js-form-error h4,
  .js-form-error strong {
    font-size: 20px;
    line-height: 24px;
  }
}
.js-form-error::before {
  content: "i";
  background-color: var(--color--hint);
  color: var(--color--white-base);
  display: block;
  border-radius: 50%;
  background-color: var(--color--black-base);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}
@media screen and (max-width: 766.9px) {
  .js-form-error::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.js-form-error::before {
  content: "!";
  font-size: 1.4em;
}

.js-form-success {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color--black-base);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.js-form-success a {
  color: inherit;
}
.js-form-success h4,
.js-form-success strong {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  display: block;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .js-form-success h4,
  .js-form-success strong {
    font-size: 20px;
    line-height: 24px;
  }
}
.js-form-success::before {
  content: "i";
  background-color: var(--color--hint);
  color: var(--color--white-base);
  display: block;
  border-radius: 50%;
  background-color: var(--color--black-base);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}
@media screen and (max-width: 766.9px) {
  .js-form-success::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.js-form-success::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e92f";
  font-size: 26px;
}
@media screen and (max-width: 766.9px) {
  .js-form-success::before {
    font-size: 16px;
  }
}

.js-form-hint {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color--black-base);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.js-form-hint a {
  color: inherit;
}
.js-form-hint h4,
.js-form-hint strong {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  display: block;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .js-form-hint h4,
  .js-form-hint strong {
    font-size: 20px;
    line-height: 24px;
  }
}
.js-form-hint::before {
  content: "i";
  background-color: var(--color--hint);
  color: var(--color--white-base);
  display: block;
  border-radius: 50%;
  background-color: var(--color--black-base);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}
@media screen and (max-width: 766.9px) {
  .js-form-hint::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.js-form-hint::before {
  content: "i";
  font-size: 1.4em;
  color: var(--color--white-base);
  transform: translateY(-50%);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02.06.2021, 13:14:55
    Author     : ks
*/
.image:not(.header-image) figcaption {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 7px;
}
.image:not(.header-image) figcaption .copyright,
.image:not(.header-image) figcaption .description {
  display: block;
  width: 100%;
}
.image:not(.header-image) figcaption .copyright {
  order: 2;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  margin-top: 7px;
}
.image:not(.header-image) figcaption .copyright__checkbox {
  display: none;
}
.image:not(.header-image) figcaption b, .image:not(.header-image) figcaption strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.image a[target=_blank]::after {
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  content: "\e924";
  font-size: 14px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
}
.image b, .image strong {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

/*

Content Header stylesheet.

Created : 31.05.2021
Author  : ks

*/
.content-header {
  /*    .partner-topline {
          //margin-top: 40px;
          margin-bottom: 20px;
          border-radius: 3px;
          display: inline-block;
      }
      .partner-image__container {
         margin-bottom: 20px;
         display: inline-block;
         .partner-name {
             color: var(--color--grey-warm);
             display: inline-block;
         }
      }
      .partner-image {
          //figure
          position: relative;
          .format-landscape {
              width: 160px;
          }
          .format-portrait {
              height: 60px;
          }
      }*/
  --color--button: var(--color--white-base);
  --color--button-background: var(--color--black-base);
  --color--button-border: var(--color--black-base);
  --color--button-hover: var(--color--black-base);
  --color--button-background-hover: var(--color--white-base);
  --color--button-border-hover: var(--color--white-base);
}
.content-header__inner {
  display: flex;
  flex-wrap: wrap;
}
.content-header__text-container, .content-header__image-container {
  width: 100%;
}
.content-header__image-container-inner {
  position: relative;
}
.content-header__image-container-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-header .topline {
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1a1a28;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 479.9px) {
  .content-header .topline {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}
.content-header .topline-image {
  margin-bottom: 20px;
}
.content-header__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.content-header__title .iconfont- {
  font-size: 40px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.content-header__title b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-header__title-supplement {
  margin-top: 12px;
  line-height: 32px;
  font-size: 26px;
}
.content-header__title--logo-replacement {
  overflow: hidden;
}
.content-header .content-header__title--logo-replacement {
  position: relative;
  max-width: 440px !important;
  max-height: 250px;
  display: flex;
}
@media screen and (max-width: 766.9px) {
  .content-header .content-header__title--logo-replacement {
    max-width: 320px !important;
    max-height: 180px;
  }
}
.content-header .content-header__title--logo-replacement img {
  height: auto;
  object-position: bottom left;
  object-fit: contain;
  max-height: 100%;
}
.content-header .content-header__title--logo-replacement > .inner,
.content-header .content-header__title--logo-replacement .content-header__brand {
  position: absolute;
  visibility: hidden;
}
.content-header .content-header__title.content-header__title--logo-replacement:not(:last-child) {
  margin-bottom: 20px;
}
.content-header__label {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 7px 21px 7px 20px;
  margin-top: 26px;
}
@media screen and (min-width: 767px) {
  .content-header__label {
    float: right;
    margin-top: 8px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header__label {
    padding: 7px 19px 7px 18px;
  }
}
.content-header__label--zeit {
  font-size: 18px;
  background-color: var(--color--white-base);
}
.content-header__introtext-container {
  /* cut the diagonal line of banner-headline */
  position: relative;
  background-color: var(--color--theme-dark--default);
  width: 100%;
  margin-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext-container {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext-container {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
.content-header__introtext {
  margin-top: 40px;
  padding-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext {
    margin-top: 30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.content-header__introtext.richtext, .content-header__introtext.richtext p, .content-header__introtext.richtext li {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-header__introtext.richtext h2 {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header__introtext.richtext h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext h2 {
    margin-bottom: 24px;
  }
}
.content-header__introtext.richtext h2::first-child {
  margin-top: -14px;
}
.content-header__introtext.richtext h2::last-child {
  margin-bottom: 0;
}
.content-header__introtext.richtext h2 {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: var(--width--content-e-with-padding-page);
  max-width: 100vw;
  padding-left: var(--padding--grid-page);
  padding-right: var(--padding--grid-page);
}
.content-header__introtext.richtext blockquote,
.content-header__introtext.richtext blockquote p {
  font-variant-ligatures: normal;
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext blockquote,
  .content-header__introtext.richtext blockquote p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext blockquote,
  .content-header__introtext.richtext blockquote p {
    font-size: 25px;
    line-height: 35px;
  }
}
.content-header__introtext.richtext blockquote, .content-header__introtext.richtext blockquote + p {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: var(--width--content-e-with-padding-page);
  max-width: 100vw;
  padding-left: var(--padding--grid-page);
  padding-right: var(--padding--grid-page);
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext blockquote, .content-header__introtext.richtext blockquote + p {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__introtext.richtext blockquote, .content-header__introtext.richtext blockquote + p {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-header__title-supplement {
  margin-bottom: 22px;
}
.content-header__title-supplement, .content-header__title-supplement p {
  font-size: 18px;
  line-height: 22px;
}
.content-header__title-supplement .button__wrapper:first-child {
  margin-top: 17px;
  display: inline-block;
}
.content-header__notice {
  display: none;
}
.content-header .content-header__button {
  margin-top: 12px;
  color: var(--color--button);
  background-color: var(--color--button-background);
  border-color: var(--color--button-border);
}
.content-header .content-header__button:hover {
  color: var(--color--button-hover);
  background-color: var(--color--button-background-hover);
  border-color: var(--color--button-border-hover);
}

.appearance-colorscheme--custom-light .content-header {
  --color--button: var(--color--white-base);
  --color--button-background: var(--color--black-base);
  --color--button-border: var(--color--black-base);
  --color--button-hover: var(--color--black-base);
  --color--button-background-hover: var(--color--white-base);
  --color--button-border-hover: var(--color--black-base);
}

.appearance-colorscheme--custom-primary .content-header {
  --color--button: var(--color--white-base);
  --color--button-background: var(--color--black-base);
  --color--button-border: var(--color--black-base);
  --color--button-hover: var(--color--black-base);
  --color--button-background-hover: var(--color--white-base);
  --color--button-border-hover: var(--color--black-base);
}

.appearance-colorscheme--custom-dark .content-header {
  --color--button: var(--color--black-base);
  --color--button-background: var(--color--custom-secondary);
  --color--button-border: var(--color--custom-secondary);
  --color--button-hover: var(--color--black-base);
  --color--button-background-hover: var(--color--white-base);
  --color--button-border-hover: var(--color--black-base);
}

.content-header--without-intro-container + .content-elements > .content-element:first-child:not(.ce-spacer) {
  padding-top: 60px;
}

.content-header__meta {
  font-size: 18px;
  line-height: 22px;
  display: flex;
}
.content-header__meta:not(:last-child) {
  margin-bottom: 9px;
}
.content-header__meta-icon {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-right: 15px;
}
.content-header__meta-text {
  display: block;
}
.content-header__meta--share {
  position: relative;
}
.content-header__meta--social-share {
  white-space: nowrap;
  display: inline-block;
}
.content-header__meta--hashtag {
  display: inline-block;
}
.content-header__meta--social-share {
  text-decoration: underline;
  cursor: pointer;
}
.content-header__meta--social-share:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 5px;
}
.content-header__meta--hashtag {
  font-family: "Gelion-RegularItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.content-header__author {
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}

.appearance-colorscheme--custom-dark .content-header--split .content-header__figure,
.appearance-colorscheme--custom-dark .content-header--split .content-header__text-container {
  --color--theme-light--base: var(--color--custom-primary);
  --color--theme-dark--default: --color--theme-light--default;
}

.appearance-colorscheme--custom-light .content-header--split .content-header__figure,
.appearance-colorscheme--custom-light .content-header--split .content-header__text-container {
  --color--theme-light--base: var(--color--custom-primary);
}

.content-header--split .content-header__inner {
  overflow: hidden;
  --height--split-header: 900px;
  /* for initial animation */
  --top--split-header--image: -5%;
  --height--split-header--image: 110%;
  background-color: var(--color--theme-dark--base);
}
.content-header--split .content-header__figure, .content-header--split .content-header__text-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__figure, .content-header--split .content-header__text-container {
    width: 50%;
  }
}
.content-header--split .content-header__figure {
  background-color: var(--color--theme-dark);
}
.content-header--split .content-header__text-container {
  --height--website-header-shape: 550px;
  position: relative;
  background: var(--color--theme-light--base);
  order: -1;
}
@media screen and (max-width: 1440px) {
  .content-header--split .content-header__text-container {
    --height--website-header-shape: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__text-container {
    background: none;
  }
  .content-header--split .content-header__text-container::before {
    content: "";
    display: block;
    background: var(--color--theme-light--base);
    animation-name: animation-bg-color-themes-2;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 400%;
    height: 400%;
    transform-origin: 0% 50%;
    transform: translate(0%, -50%) rotate(210deg);
  }
}
.content-header--split .content-header__text-container .shape-polygon {
  float: left;
  shape-outside: polygon(100% 100%, 100% 0, 0 100%);
  float: right;
  height: var(--height--website-header-shape, 550px);
  max-height: 100%;
  width: calc(var(--height--website-header-shape, 550px) * sin(30deg) / sin(90deg));
  max-width: none;
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__text-container .shape-polygon {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__text-container {
    padding-left: 0;
    z-index: 1;
    padding-right: 0;
  }
}
.content-header--split .content-header__text-container-inner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 73px;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__text-container-inner {
    margin-top: 200px;
    padding-bottom: 240px;
    padding-right: 0;
    margin-right: -100px;
    padding-left: calc(var(--padding--grid) + var(--padding--page));
    padding-right: calc(var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1440px) {
  .content-header--split .content-header__text-container-inner {
    margin-top: 13.8888888889vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__text-container-inner {
    margin-top: 53px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__text-container-inner {
    margin-top: 53px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--split .content-header__text-container.without-header-image {
    padding-top: 85px;
  }
}
.content-header--split .content-header__brand {
  display: block;
}
.content-header--split .content-header__brand:not(:last-child) {
  margin-bottom: 13px;
}
.content-header--split .content-header__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  max-width: 642px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--split .content-header__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.content-header--split .content-header__title b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 766.9px) {
  .content-header--split .content-header__title {
    margin-bottom: 19px;
  }
}
.content-header--split .content-header__title > .inner {
  display: block;
}
.content-header--split .content-header__title > .inner:not(:first-child) {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 959.9px) {
  .content-header--split .content-header__title > .inner:not(:first-child) {
    font-size: 20px;
    line-height: 24px;
  }
}
.content-header--split .content-header__title > .inner:not(:first-child) .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
.content-header--split .content-header__title > .inner:not(:first-child) b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-header--split .content-header__title:not(:last-child) {
  margin-bottom: 36px;
}
.content-header--split .content-header__introtext {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-header--split .content-header__introtext, .content-header--split .content-header__introtext p {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 479.9px) {
  .content-header--split .content-header__introtext, .content-header--split .content-header__introtext p {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-header--split .content-header__introtext ul li:before {
  font-size: 10px;
  top: 11px;
}
@media screen and (max-width: 479.9px) {
  .content-header--split .content-header__introtext ul li:before {
    font-size: 8px;
    top: 7px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--split .content-header__introtext {
    margin-top: 0;
  }
  .content-header--split .content-header__introtext:not(:first-child) {
    margin-top: 24px;
  }
}
.content-header--split .content-header__figure {
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__figure {
    margin-top: -1px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__figure {
    margin-top: -1px;
  }
}
.content-header--split .content-header__media-container {
  display: block;
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__media-container {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__media-container {
    overflow: hidden;
    position: relative;
  }
  .content-header--split .content-header__media-container::after {
    content: "";
    display: block;
    background: var(--color--theme-light--base);
    position: absolute;
    top: -100%;
    left: -175%;
    width: 200%;
    height: 200%;
    transform-origin: 0% 50%;
    /* bugfix for firefox */
    -moz-transform-origin: 50% 50%;
    transform: translate(0%, -50%) rotate(30deg);
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--split .content-header__media-container {
    overflow: hidden;
    position: relative;
  }
  .content-header--split .content-header__media-container::after {
    content: "";
    display: block;
    background: var(--color--theme-light--base);
    position: absolute;
    top: -100%;
    left: -175%;
    width: 200%;
    height: 200%;
    transform-origin: 0% 50%;
    /* bugfix for firefox */
    -moz-transform-origin: 50% 50%;
    transform: translate(0%, -50%) rotate(30deg);
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--split .content-header__media-container::after {
    top: -50%;
  }
}
.content-header--split .content-header__media-container .media {
  position: relative;
  aspect-ratio: 5/4;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .content-header--split .content-header__media-container .media {
    position: absolute;
    top: 0%;
    left: auto;
    right: 0;
    --factor--angle: sin(60) / sin(30);
    /* for initial animation */
    top: var(--top--split-header--image, 0);
    height: var(--height--split-header--image, 100%);
    width: calc(100% + (var(--height--split-header, 550px)) * var(--factor--angle));
    max-width: 200%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 767px) {
  .content-header--split .content-header__media-container .media {
    aspect-ratio: 16/9;
  }
}

body[data-context=page] .content-header__inner {
  --height--split-header: 900px;
}
body[data-context=page] .content-header__text-container {
  --height--website-header-shape: 280px;
}
@media screen and (min-width: 1024px) {
  body[data-context=page] .content-header__text-container-inner {
    margin-top: 175px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1440px) {
  body[data-context=page] .content-header__text-container-inner {
    margin-top: 13.8888888889vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context=page] .content-header__text-container-inner {
    margin-top: 53px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context=page] .content-header__text-container-inner {
    margin-top: 53px;
    padding-bottom: 59px;
  }
}

/*
    Created on : 14.02.2022, 10:08:13
    Author     : ks
*/
.content-header--post .content-header__image-container {
  order: 2;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: calc(var(--padding--grid) + var(--padding--page));
  padding-right: calc(var(--padding--grid) + var(--padding--page));
}
.content-header--post .content-header__image-container::before {
  content: "";
  display: block;
  background-color: var(--color--theme-light--base);
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%);
  width: 1254px;
  height: 16.1812297735%;
}
@media screen and (max-width: 766.9px) {
  .content-header--post .content-header__image-container::before {
    height: 63.1901840491%;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--post .content-header__image-container {
    margin-bottom: 16px;
  }
}
.content-header--post .content-header__text-container {
  order: 1;
  padding-top: 230px;
  padding-bottom: 30px;
  position: relative;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 766.9px) {
  .content-header--post .content-header__text-container {
    padding-top: 84px;
  }
}
.content-header--post .content-header__text-container::before {
  content: "";
  display: block;
  background-color: var(--color--theme-light--base);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 1254px;
  height: 100%;
}
.content-header--post .content-header__text-container > * {
  position: relative;
}
.content-header--post .content-header__introtext {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-header--post .content-header__introtext, .content-header--post .content-header__introtext p {
  font-size: 36px;
  line-height: 43px;
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext, .content-header--post .content-header__introtext p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext, .content-header--post .content-header__introtext p {
    font-size: 24px;
    line-height: 28px;
  }
}
.content-header--post .content-header__introtext ul li {
  line-height: 1.1;
}
.content-header--post .content-header__introtext ul li:before {
  font-size: 11px;
  top: 13px;
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext ul li:before {
    font-size: 9px;
    top: 8px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext ul li:before {
    font-size: 9px;
    top: 8px;
  }
}
.content-header--post .content-header__introtext-container {
  order: 3;
}
@media screen and (max-width: 766.9px) {
  .content-header--post .content-header__image-container ~ .content-header__introtext-container {
    margin-top: 0;
  }
  .content-header--post .content-header__image-container ~ .content-header__introtext-container .content-header__introtext {
    margin-top: 0;
  }
  .content-header--post .content-header__image-container ~ .content-header__introtext-container .content-header__introtext:not(:first-child) {
    margin-top: 19px;
  }
}
.content-header--post .content-header__introtext-container-inner {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext-container-inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--post .content-header__introtext-container-inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .content-header--post .content-header__introtext-container-inner {
    max-width: 100%;
  }
}

body.post-template-customer .content-header--post .content-header__introtext-container-inner {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  body.post-template-customer .content-header--post .content-header__introtext-container-inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  body.post-template-customer .content-header--post .content-header__introtext-container-inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  body.post-template-customer .content-header--post .content-header__introtext-container-inner {
    max-width: 100%;
  }
}

.content-header--category {
  background-color: var(--color--theme-light--base);
  color: var(--color--black);
  padding-top: 243px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 766.9px) {
  .content-header--category {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.content-header--category .content-header__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
}
@media screen and (max-width: 1023.9px) {
  .content-header--category .content-header__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--category .content-header__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.content-header--category .content-header__title .iconfont- {
  font-size: 40px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .content-header--category .content-header__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header--category .content-header__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.content-header--category .content-header__title b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-header--category .content-header__introtext {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.content-header--category .content-header__introtext, .content-header--category .content-header__introtext p {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 479.9px) {
  .content-header--category .content-header__introtext, .content-header--category .content-header__introtext p {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-header--category .content-header__introtext ul li:before {
  font-size: 10px;
  top: 11px;
}
@media screen and (max-width: 479.9px) {
  .content-header--category .content-header__introtext ul li:before {
    font-size: 8px;
    top: 7px;
  }
}

.banner-headline {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 160px;
  line-height: 0.75em;
  text-transform: uppercase;
  width: 100%;
  /* unsere highlights */
  /* Events mit impact */
  /* möglich machen */
}
@media screen and (max-width: 1600px) {
  .banner-headline {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1440px) {
  .banner-headline {
    font-size: 9.98vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 959.9px) {
  .banner-headline {
    font-size: 9.2vw;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline {
    font-size: 9.2vw;
    line-height: 0.8em;
  }
}
@media screen and (max-width: 479.9px) {
  .banner-headline {
    font-size: 10.1vw;
  }
}
.banner-headline .headline--colored {
  color: var(--color--theme-light--base);
}
.banner-headline .banner-headline__lines {
  display: block;
  position: absolute;
  width: 3em;
  width: 2.675em;
  height: 4.325em;
  right: -1em;
  top: 0.11em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline .banner-headline__lines {
    --scale--lines: 1.5;
    right: calc(-1em - 0.3em * var(--scale--lines));
  }
}
.banner-headline .banner-headline__lines .hr {
  position: absolute;
  display: block;
  height: 4.325em;
  width: 1000px;
  width: 6.25em;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 766.9px) {
  .banner-headline .banner-headline__lines .hr {
    width: calc(6.25em * var(--scale--lines));
  }
}
.banner-headline .banner-headline__lines .hr svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.banner-headline .banner-headline__lines .hr svg path {
  fill: currentColor !important;
}
.banner-headline .banner-headline__lines .hr:nth-child(1) {
  right: 0px;
}
.banner-headline .banner-headline__lines .hr:nth-child(2) {
  right: 25px;
  right: 0.15625em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline .banner-headline__lines .hr:nth-child(2) {
    right: calc(0.15625em * var(--scale--lines));
  }
}
.banner-headline .banner-headline__lines .hr:nth-child(3) {
  right: 47px;
  right: 0.29375em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline .banner-headline__lines .hr:nth-child(3) {
    right: calc(0.29375em * var(--scale--lines));
  }
}
.banner-headline .banner-headline__arrow {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0.43em;
  height: 2px;
  width: 200vw;
  background-color: currentColor;
  margin-right: 0.1875em;
  --scale-arrow: 1;
  height: calc(2px * var(--scale-arrow));
  vertical-align: middle;
  /* used iconfont */
}
@media screen and (max-width: 1023.9px) {
  .banner-headline .banner-headline__arrow {
    --scale-arrow: 0.8;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline .banner-headline__arrow {
    --scale-arrow: 0.8;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline .banner-headline__arrow {
    --scale-arrow: 0.6;
  }
}
.banner-headline .banner-headline__arrow svg {
  position: absolute;
  height: calc(16px * var(--scale-arrow));
  width: auto;
  right: calc(-1.6px * var(--scale-arrow));
  top: calc(-7px * var(--scale-arrow));
  overflow: visible;
}
.banner-headline .banner-headline__arrow svg .arrow-path {
  overflow: visible;
  fill: currentColor;
  fill: var(--color--theme-light--base);
}
.banner-headline__image {
  display: block;
  width: 100%;
}
.banner-headline__image .content-header__image-container {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 160px;
  line-height: 0.75em;
  text-transform: uppercase;
  max-width: 831px;
  width: 59.3571428571%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .banner-headline__image .content-header__image-container {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1440px) {
  .banner-headline__image .content-header__image-container {
    font-size: 9.98vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline__image .content-header__image-container {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline__image .content-header__image-container {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 959.9px) {
  .banner-headline__image .content-header__image-container {
    font-size: 9.2vw;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline__image .content-header__image-container {
    font-size: 9.2vw;
    line-height: 0.8em;
  }
}
@media screen and (max-width: 479.9px) {
  .banner-headline__image .content-header__image-container {
    font-size: 10.1vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline__image .content-header__image-container {
    margin-top: 30px;
    width: 54.1095890411%;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline__image .content-header__image-container {
    margin-top: 30px;
    width: 54.1095890411%;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline__image .content-header__image-container {
    width: 88.1818181818%;
  }
}
.banner-headline .headline__part {
  position: relative;
  display: block;
  width: fit-content;
}
.banner-headline--events-overview .part-1 {
  left: 1.975em;
}
.banner-headline--events-overview .part-3 {
  left: 1.0125em;
}
.banner-headline--events-overview .part-4 {
  width: 100%;
  /* position of the lines */
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--events-overview .part-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--events-overview .part-4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline--events-overview .part-4 {
    margin-top: 10px;
  }
}
.banner-headline--events-overview .banner-headline__lines {
  right: 0;
  top: 0;
}
.banner-headline--events-overview .banner-headline__lines .hr {
  height: 6.2em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--events-overview .banner-headline__lines .hr {
    height: 700px;
  }
}
.banner-headline--events-overview ~ .banner-headline__image .content-header__image-container {
  max-width: 815px;
  margin-right: 122px;
  margin-top: 40px;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--events-overview ~ .banner-headline__image .content-header__image-container {
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
  }
}
.banner-headline--new-website .part-2 {
  left: 0;
  margin-left: auto;
}
.banner-headline--new-website .part-3 {
  left: 0.70625em;
}
.banner-headline--new-website .banner-headline__lines {
  overflow: hidden;
  height: 612px;
  height: 3.825em;
  width: 6em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--new-website .banner-headline__lines {
    height: 6.325em;
    top: 0.4125em;
  }
  .banner-headline--new-website .banner-headline__lines .hr {
    height: 6.325em;
  }
}
.banner-headline--new-website ~ .banner-headline__image .content-header__image-container {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--new-website ~ .banner-headline__image .content-header__image-container {
    margin-top: 30px;
    width: 62.3287671233%;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--new-website ~ .banner-headline__image .content-header__image-container {
    margin-top: 30px;
    width: 62.3287671233%;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline--new-website ~ .banner-headline__image .content-header__image-container {
    width: 83.1428571429%;
  }
}
.banner-headline--filter .part-2 {
  left: 460px;
  left: 2.875em;
}
.banner-headline--filter .banner-headline__lines {
  right: -180px;
  right: -1.125em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--filter .banner-headline__lines {
    right: calc(-1.125em - 0.2em * var(--scale--lines));
  }
}
.banner-headline--filter .banner-headline__lines .hr {
  height: 5.575em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--filter .banner-headline__lines .hr {
    height: 700px;
  }
}
.banner-headline--filter ~ .banner-headline__image .content-header__image-container {
  margin-top: -0.3125em;
  margin-bottom: 70px;
  width: 56.5972222222%;
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--filter ~ .banner-headline__image .content-header__image-container {
    width: 59.375%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .banner-headline--filter ~ .banner-headline__image .content-header__image-container {
    width: 59.375%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959.9px) {
  .banner-headline--filter ~ .banner-headline__image .content-header__image-container {
    width: 59.375%;
  }
}
@media screen and (max-width: 766.9px) {
  .banner-headline--filter ~ .banner-headline__image .content-header__image-container {
    margin-top: 40px;
    width: 88.1818181818%;
  }
}
.banner-headline--newsletter .part-2 {
  left: 470px;
  left: 2.9375em;
}
.banner-headline--newsletter .part-3 {
  left: 290px;
  left: 1.8125em;
}
.banner-headline--newsletter .banner-headline__lines .hr {
  height: 6.25em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--newsletter .banner-headline__lines .hr {
    height: 700px;
  }
}
.banner-headline--value-1 .part-2 {
  left: 300px;
  left: 1.875em;
}
.banner-headline--value-1 .banner-headline__lines {
  right: -180px;
  right: -1.125em;
}
.banner-headline--value-2 .part-2 {
  left: 490px;
  left: 3.0625em;
}
.banner-headline--value-2 .part-3 {
  left: 270px;
  left: 1.6875em;
}
.banner-headline--value-2 .banner-headline__lines {
  right: -310px;
  right: -2em;
}
@media screen and (max-width: 766.9px) {
  .banner-headline--value-2 .banner-headline__lines {
    --scale--lines: 1.5;
    right: calc(-2em - 0.3em * var(--scale--lines));
  }
}
.banner-headline--value-2 .banner-headline__lines .hr {
  height: 6.325em;
}
.banner-headline--value-3 .part-2 {
  left: 450px;
  left: 2.8125em;
}
.banner-headline--value-3 .banner-headline__lines {
  right: -190px;
  right: -1.1875em;
}

.content-header__inner .banner-headline {
  margin-top: 102px;
}
@media screen and (max-width: 1023.9px) {
  .content-header__inner .banner-headline {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-header__inner .banner-headline {
    margin-top: 70px;
  }
}
@media screen and (max-width: 766.9px) {
  .content-header__inner .banner-headline {
    margin-top: 55px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15.02.2022, 13:45:44
    Author     : ks
*/
.content-footer {
  margin-top: 80px;
}
.content-footer__inner:empty {
  padding: 0;
}
.content-footer__item {
  position: relative;
}
.content-footer__item:not(:first) {
  padding-top: 60px;
}
.content-footer__item:last-child {
  margin-bottom: 40px;
}
.content-footer__title {
  margin-bottom: 76px;
}
.content-footer__title .inner {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 13px;
  border-top: 1px solid var(--color--grey-base);
  max-width: 720px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .content-footer__title .inner {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer__title .inner {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer__title .inner {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer__title .inner {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 479.9px) {
  .content-footer__title .inner {
    padding-top: 9px;
    max-width: 100%;
    min-width: none;
  }
}

.content-footer .related-posts__title {
  margin-top: calc(160px - var(--margin--ce, 0px));
  margin-bottom: 76px;
}
.content-footer .related-posts__title .inner {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 13px;
  border-top: 1px solid var(--color--grey-base);
  max-width: 720px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .content-footer .related-posts__title .inner {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer .related-posts__title .inner {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer .related-posts__title .inner {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer .related-posts__title .inner {
    padding-top: 9px;
    max-width: 45vw;
    min-width: 365px;
  }
}
@media screen and (max-width: 479.9px) {
  .content-footer .related-posts__title .inner {
    padding-top: 9px;
    max-width: 100%;
    min-width: none;
  }
}
@media screen and (max-width: 766.9px) {
  .content-footer .related-posts__title {
    margin-top: calc(120px - var(--margin--ce, 0px));
    margin-bottom: 56px;
  }
}
.content-footer .teaser-container {
  display: flex;
  flex-wrap: wrap;
}
.content-footer .post-teasers-container {
  margin-bottom: 0;
  padding-bottom: 95px;
}
@media screen and (max-width: 766.9px) {
  .content-footer .post-teasers-container {
    padding-bottom: 50px;
  }
}

.post-categories {
  padding-bottom: 70px;
}
.post-categories__link {
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  margin-right: 6px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 1023.9px) {
  .post-categories__link {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-categories__link {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-categories__link {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  .post-categories__link {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-categories__link:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
.post-categories__link .iconfont- {
  font-size: 0.8em;
}
.post-categories__link {
  color: var(--color--theme-light--base);
  border-color: var(--color--theme-dark--base);
  background-color: var(--color--theme-dark--base);
}
.post-categories__link:hover {
  color: var(--color--theme-dark--base);
  background-color: var(--color--theme-light--base);
}

.text-appearance--light .post-categories__link {
  color: var(--color--theme-light--base);
  border-color: var(--color--theme-light--base);
  background-color: var(--color--theme-dark--base);
}
.text-appearance--light .post-categories__link:hover {
  color: var(--color--theme-dark--base);
  background-color: var(--color--theme-light--base);
}

.content-footer__meta--share {
  text-align: center;
  padding-bottom: 153px;
}
@media screen and (max-width: 766.9px) {
  .content-footer__meta--share {
    padding-bottom: 93px;
  }
}
.content-footer__meta-title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023.9px) {
  .content-footer__meta-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .content-footer__meta-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.content-footer__hashtag {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
@media screen and (max-width: 766.9px) {
  .content-footer__hashtag {
    font-size: 20px;
    line-height: 20px;
  }
}
.content-footer__hashtag:not(:last-child) {
  margin-bottom: 15px;
}
.content-footer .social-share-menu {
  justify-content: center;
}

body.page-template-default .content-footer--post .post-categories,
body.page-template-default .content-footer--post .social-share-container,
body.post-template-default:not(.post-template-customer) .content-footer--post .post-categories,
body.post-template-default:not(.post-template-customer) .content-footer--post .social-share-container {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  body.page-template-default .content-footer--post .post-categories,
  body.page-template-default .content-footer--post .social-share-container,
  body.post-template-default:not(.post-template-customer) .content-footer--post .post-categories,
  body.post-template-default:not(.post-template-customer) .content-footer--post .social-share-container {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  body.page-template-default .content-footer--post .post-categories,
  body.page-template-default .content-footer--post .social-share-container,
  body.post-template-default:not(.post-template-customer) .content-footer--post .post-categories,
  body.post-template-default:not(.post-template-customer) .content-footer--post .social-share-container {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  body.page-template-default .content-footer--post .post-categories,
  body.page-template-default .content-footer--post .social-share-container,
  body.post-template-default:not(.post-template-customer) .content-footer--post .post-categories,
  body.post-template-default:not(.post-template-customer) .content-footer--post .social-share-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 767px) {
  body[data-context*=event-overview] .content-header__introtext-container-inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (min-width: 767px) {
  body[data-context*=event-overview] .content-header__introtext-container-inner h2 {
    width: calc(100% + var(--padding--grid) * 2);
    padding-left: var(--padding--grid);
    padding-right: var(--padding--grid);
  }
}
body[data-context*=event-overview] .content-header .content-header__introtext > p,
body[data-context*=event-overview] .content-header .content-header__introtext h3 {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
body[data-context*=event-overview] .content-header .content-header__introtext > p, body[data-context*=event-overview] .content-header .content-header__introtext > p p,
body[data-context*=event-overview] .content-header .content-header__introtext h3,
body[data-context*=event-overview] .content-header .content-header__introtext h3 p {
  font-size: 50px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  body[data-context*=event-overview] .content-header .content-header__introtext > p, body[data-context*=event-overview] .content-header .content-header__introtext > p p,
  body[data-context*=event-overview] .content-header .content-header__introtext h3,
  body[data-context*=event-overview] .content-header .content-header__introtext h3 p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context*=event-overview] .content-header .content-header__introtext > p, body[data-context*=event-overview] .content-header .content-header__introtext > p p,
  body[data-context*=event-overview] .content-header .content-header__introtext h3,
  body[data-context*=event-overview] .content-header .content-header__introtext h3 p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (min-width: 767px) {
  body[data-context*=event-overview] .ce-text__inner {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (min-width: 767px) {
  body[data-context*=event-overview] .ce-text__inner .richtext {
    max-width: 60%;
  }
}
body[data-context*=event-overview] .ce-text__inner .richtext > p {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1023.9px) {
  body[data-context*=event-overview] .ce-text__inner .richtext > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context*=event-overview] .ce-text__inner .richtext > p {
    font-size: 20px;
    line-height: 30px;
  }
}
body[data-context*=event-overview] .ce-text__inner .richtext blockquote,
body[data-context*=event-overview] .ce-text__inner .richtext blockquote + p,
body[data-context*=event-overview] .ce-text__inner .richtext h2 {
  transform: none;
  left: 0;
  padding-right: 0;
  padding-left: 0;
  width: var(--width--content-e);
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  body[data-context*=event-overview] .ce-text__inner .richtext blockquote,
  body[data-context*=event-overview] .ce-text__inner .richtext blockquote + p,
  body[data-context*=event-overview] .ce-text__inner .richtext h2 {
    max-width: 166.6666666667%;
  }
}

/*
    Created on : 24.06.2021, 13:15:55
    Author     : ks
*/
.login-prompt .richtext {
  padding-top: 5px;
}
.login-prompt .button-container {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.login-prompt .button-container .button {
  margin: 0 10px 10px;
}

/*

Default category and filtering stylesheet.

Created : 02.06.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-57
JIRA    : ZFDS-21

*/
.filter-category-content {
  margin-bottom: 70px;
  /* teasers in filter category default smaller */
}
@media screen and (min-width: 960px) {
  .filter-category-content {
    display: flex;
  }
}
.filter-category-content__container {
  background-color: var(--color--theme-dark--default);
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .filter-category-content__container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .filter-category-content__container {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .filter-category-content .sidebar {
    padding-top: 13px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023.9px) {
  .filter-category-content .sidebar {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023.9px) {
  .filter-category-content .sidebar {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .filter-category-content .main {
    width: 66.6666666667%;
  }
}
.filter-category-content .main .reloader-container {
  display: block;
  text-align: center;
  margin-bottom: 145px;
}
.filter-category-content .main .reloader {
  margin-top: 87px;
  display: inline-block;
}
.filter-category-content .main .reloader.inactive {
  display: none;
}
.filter-category-content .main[data-has-futureposts=false] .result-segment-future .result-segment__title,
.filter-category-content .main[data-has-futureposts=false] .result-segment-future .filter-posts,
.filter-category-content .main[data-has-futureposts=false] .result-segment-future .no-posts,
.filter-category-content .main[data-has-futureposts=false] .result-segment-future .reloader-container {
  display: none;
}
.filter-category-content .main[data-has-pastposts=false] .result-segment-past .result-segment__title,
.filter-category-content .main[data-has-pastposts=false] .result-segment-past .filter-posts,
.filter-category-content .main[data-has-pastposts=false] .result-segment-past .no-posts,
.filter-category-content .main[data-has-pastposts=false] .result-segment-past .reloader-container {
  display: none;
}
.filter-category-content .main .no-result-segment {
  display: none;
}
.filter-category-content .main[data-has-futureposts=false][data-has-pastposts=false] .no-result-segment {
  display: block;
}
.filter-category-content .result-segment__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1023.9px) {
  .filter-category-content .result-segment__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .filter-category-content .result-segment__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 960px) {
  .filter-category-content .filter-posts {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .filter-category-content .no-posts,
  .filter-category-content .post-teaser {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.filter-category-content .post-teaser__texts-container {
  margin-top: 26px;
}
.filter-category-content .post-teaser__title {
  font-size: 25px;
  line-height: 30px;
}
.filter-category-content .post-teaser__text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}
.filter-category-content .post-teaser__button {
  margin-top: 26px;
}

body[data-context=category-main] .width--content-with-padding,
body[data-context=home] .width--content-with-padding {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .width--content-with-padding,
  body[data-context=home] .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context=category-main] .width--content-with-padding,
  body[data-context=home] .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  body[data-context=category-main] .width--content-with-padding,
  body[data-context=home] .width--content-with-padding {
    max-width: 100%;
  }
}

.filterheader-holder .content-header__introtext-container {
  display: none;
}

/*
    Created on : 25.06.2021, 16:41:59
    Author     : ks
*/
.emphasis-category-content .content-header {
  margin-top: 60px;
  padding-left: var(--padding--page);
  padding-right: var(--padding--page);
  max-width: none;
}
.emphasis-category-content .content-header__inner {
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .emphasis-category-content .content-header__inner {
    display: flex;
    flex-flow: wrap;
  }
}
.emphasis-category-content .content-header__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .emphasis-category-content .content-header__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .emphasis-category-content .content-header__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.emphasis-category-content .content-header__image-container {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .emphasis-category-content .content-header__image-container {
    width: 50%;
  }
}
.emphasis-category-content .content-header__image-container-inner {
  padding-top: 56.25%;
}
.emphasis-category-content .content-header__text-container {
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .emphasis-category-content .content-header__text-container {
    width: 50%;
  }
}
.emphasis-category-content .content-header__text-container.without-header-image {
  margin-top: 0;
}
.emphasis-category-content .content-header__partner-topline {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .emphasis-category-content .content-header__partner-topline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  .emphasis-category-content .content-header__partner-topline {
    font-size: 20px;
    line-height: 26px;
  }
}
.emphasis-category-content .content-header .introtext {
  margin-top: 15px;
}
.emphasis-category-content .header-notice {
  display: none;
}
.emphasis-category-content .partner-topline {
  margin-top: 0;
}
.emphasis-category-content .emphases {
  margin-bottom: 60px;
}

/*
    Created on : 15.07.2021, 18:38:42
    Author     : ks
*/
body[data-context="archive:partner"] .content-header {
  margin-top: 70px;
  margin-bottom: 50px;
}

.partners-container {
  padding-bottom: 50px;
}
.partners-container .partner:not(:first-child) {
  padding-top: 40px;
}
.partners-container .partner__inner {
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .partners-container .partner__inner {
    display: flex;
  }
}
.partners-container .partner:not(:last-child) .partner__inner {
  border-bottom: 1px solid var(--color--grey-light);
}
.partners-container .partner-logo-container {
  display: block;
  width: 265px;
  height: 177px;
  background: var(--color--white-2);
  margin-right: 40px;
  margin-bottom: 20px;
}
.partners-container .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% - 50px);
  height: calc(100% - 66px);
  left: 25px;
  top: 33px;
  position: relative;
}
.partners-container .texts-container {
  width: calc(100% - 265px - 40px);
  padding-bottom: 20px;
}
@media screen and (max-width: 766.9px) {
  .partners-container .texts-container {
    width: 100%;
  }
}
.partners-container .texts-container .title {
  margin-top: 0;
  margin-bottom: 21px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06.07.2021, 09:41:17
    Author     : ks
*/
body.search-results .content-header, body.search-no-results .content-header {
  background-color: var(--color--theme-light--base);
  color: var(--color--theme-dark);
}
body.search-results .content-footer, body.search-no-results .content-footer {
  margin-top: auto;
}

.search-results-container {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 70px;
}

/*
    Created on : 14.07.2021, 09:05:01
    Author     : ks
*/
/* Added 2021-07-09, ZFDS-72 */
body[data-context="post:event"] .content-header .content-header__text-container-inner {
  /*            @include width--content-with-padding();
              @include padding--grid();*/
}
body[data-context="post:event"] .width--content-with-padding {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  body[data-context="post:event"] .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context="post:event"] .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  body[data-context="post:event"] .width--content-with-padding {
    max-width: 100%;
  }
}
body[data-context="post:event"] .box-width--content > .inner {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
body[data-context="post:event"] .content-footer .post-categories {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  body[data-context="post:event"] .content-footer .post-categories {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  body[data-context="post:event"] .content-footer .post-categories {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  body[data-context="post:event"] .content-footer .post-categories {
    max-width: 100%;
  }
}

.filters {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
}
.filters.busy {
  opacity: 0.5;
  pointer-events: none;
}
.filters * {
  user-select: none;
}
.filters a {
  text-decoration: none;
  color: inherit;
}
.filters .active-filters > .inner {
  margin-top: 20px;
}
.filters .active-filters .active-filter {
  position: relative;
  display: block;
  padding-left: 34px;
  margin-bottom: 20px;
  padding-top: 1px;
  cursor: pointer;
}
.filters .active-filters .active-filter:first-child {
  margin-top: 37px;
}
@media screen and (max-width: 959.9px) and (min-width: 767px) {
  .filters .active-filters .active-filter {
    width: 50%;
  }
  .filters .active-filters .active-filter:nth-child(1), .filters .active-filters .active-filter:nth-child(2) {
    margin-top: 37px;
  }
}
.filters .active-filters .active-filter::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  transition: all 0.4s;
  box-sizing: border-box;
}
.filters .active-filters .active-filter::after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e930";
  font-size: 13px;
  line-height: 24px;
  width: 24px;
  position: absolute;
  color: inherit;
  text-align: center;
  left: 0px;
  top: 0px;
  transition: all 0.3s;
  opacity: 1;
}
.filters .reset-filters {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .filters .reset-filters {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  .filters .reset-filters {
    font-size: 16px;
    line-height: 19px;
  }
}

.filter-group {
  margin-bottom: 20px;
  padding-top: 13px;
  border-top: 1px solid #7C7C7C;
}
@media screen and (max-width: 959.9px) {
  .filter-group {
    padding-top: 9px;
  }
}
.filter-group__title-container {
  position: relative;
}
.filter-group__title {
  font-family: "GelionBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 959.9px) {
  .filter-group__title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 959.9px) {
  .filter-group__title {
    padding-right: 25px;
  }
}
.filter-group__icon {
  position: absolute;
  right: 10px;
  bottom: -2px;
  display: none;
  transform: scaleY(1);
  transition: all 0.3s;
  line-height: 24px;
  font-size: 11px;
}
@media screen and (max-width: 959.9px) {
  .filter-group__icon {
    display: inline-block;
  }
}
.filter-group__toggler {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
}
@media screen and (max-width: 959.9px) {
  .filter-group__toggler {
    cursor: pointer;
  }
}
.filter-group__filters {
  box-sizing: border-box;
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  /* for outline on focus-visible */
  padding-left: 5px;
  margin-left: -5px;
}
@media screen and (max-width: 959.9px) and (min-width: 767px) {
  .filter-group__filters {
    display: flex;
    flex-wrap: wrap;
  }
}
.filter-group__title-container:hover .filter-group__icon {
  color: var(--color--theme-light--base);
}
.filter-group__checkbox:not(:checked) ~ .filter-group__title-container .filter-group__icon {
  transform: scaleY(-1);
  bottom: -2px;
}
@media screen and (max-width: 959.9px) {
  .filter-group__checkbox:not(:checked) ~ .filter-group__filters {
    max-height: 0;
  }
}
.filter-group__checkbox:focus-visible ~ .filter-group__title-container {
  outline: 1px dashed var(--color---focus-visible);
  outline-offset: 2px;
}
.filter-group .js-active-filter-holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filter-group .js-active-filter-holder .active-filter {
  width: 100%;
}
@media screen and (max-width: 959.9px) and (min-width: 767px) {
  .filter-group .js-active-filter-holder .active-filter {
    width: 50%;
  }
}

.filter-group .search-container {
  position: relative;
  border-bottom: 1px solid var(--color--theme-light--default);
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.filter-group .search-container input[type=text] {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  background-color: var(--color--theme-dark--default);
  border-color: transparent;
  color: var(--color--theme-light--default);
  padding-bottom: 13px;
  padding-top: 13px;
  outline: none;
}
.filter-group .search-container input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.filter-group .search-container input[type=text] ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.filter-group .search-container input[type=text]::-moz-placeholder { /* Firefox 19+ */
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color--theme-light--default);
  color: color-mix(in srgb, var(--color--theme-light--default) 70%, transparent);
}
.filter-group .search-container .button--submit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  width: 30px;
  padding-bottom: 10px;
  cursor: pointer;
  color: var(--color--theme-light--default);
}
.filter-group .search-container .button--submit .icon {
  font-size: 18px;
  line-height: 22px;
  transition: all 0.3s;
}
.filter-group .search-container .button--submit:hover {
  color: var(--color--theme-light--base);
}
.filter-group .search-container .clear-search {
  right: 30px;
  height: 23px;
  padding: 0;
  bottom: 10px;
  width: 24px;
}
.filter-group .search-container .clear-search::after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e930";
  font-size: 17px;
  line-height: 24px;
  width: 24px;
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  transition: all 0.3s;
  opacity: 1;
}
.filter-group .search-container input[type=text]:placeholder-shown ~ .clear-search {
  visibility: hidden;
}

.expandable-filters {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  width: 100%;
}
.expandable-filters .category-filter:first-child {
  margin-top: 0px;
}
.expandable-filters__toggler {
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 60px;
}
.expandable-filters__toggler:hover {
  border-color: var(--color--theme-dark--base);
  background-color: var(--color--theme-dark--base);
  color: var(--color--theme-light--default);
}
.expandable-filters__toggler--less {
  display: none;
}
.expandable-filters__checkbox:checked ~ .expandable-filters__toggler--less {
  display: inline-block;
}
.expandable-filters__checkbox:checked ~ .expandable-filters__toggler--more {
  display: none;
}
.expandable-filters__checkbox:checked ~ .expandable-filters {
  max-height: 2000px;
}
.expandable-filters__checkbox:checked ~ .expandable-filters__filters {
  max-height: 800px;
}

.category-filter:first-child {
  margin-top: 37px;
}
@media screen and (max-width: 959.9px) and (min-width: 767px) {
  .category-filter {
    width: 50%;
  }
  .category-filter:nth-child(1), .category-filter:nth-child(2) {
    margin-top: 37px;
  }
}
@media screen and (max-width: 959.9px) {
  .category-filter:last-child {
    margin-bottom: 20px;
  }
}
.category-filter__checkbox {
  width: 1px;
  height: 1px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
}
.category-filter__label {
  position: relative;
  display: block;
  padding-left: 34px;
  margin-bottom: 20px;
  padding-top: 1px;
  cursor: pointer;
}
.category-filter__label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  transition: all 0.4s;
  box-sizing: border-box;
}
.category-filter__label::after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e930";
  font-size: 13px;
  line-height: 24px;
  width: 24px;
  position: absolute;
  color: inherit;
  text-align: center;
  left: 0px;
  top: 0px;
  transition: all 0.3s;
  opacity: 0;
}
.category-filter__checkbox:checked ~ .category-filter__label::after {
  opacity: 1;
}
.category-filter__checkbox:focus-visible ~ .category-filter__label::before {
  outline: 1px dashed var(--color---focus-visible);
  outline-offset: 3px;
}

/*
    Created on : 12.07.2021, 16:24:37
    Author     : ks
*/
.richtext .tablepress-table-name,
.ce-table .tablepress-table-name {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 766.9px) {
  .richtext .tablepress-table-name,
  .ce-table .tablepress-table-name {
    line-height: 34px;
  }
}

.dataTables_wrapper:not(:first-child) {
  margin-top: 28px;
}
.dataTables_wrapper .tablepress th, .dataTables_wrapper .tablepress td {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.tablepress-table-name:not(:last-child), .tablepress-table-description:not(:last-child) {
  margin-bottom: 13px;
}
.tablepress tfoot tr th,
.tablepress thead tr th {
  transition: all 0.3s;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  background-color: var(--color--theme-light--base);
  color: var(--color--black-base);
  border: none;
}
.tablepress tfoot tr th:not(:last-child),
.tablepress thead tr th:not(:last-child) {
  border-right: 2px solid var(--color--white-base);
}
.tablepress thead tr th {
  border-bottom: 3px solid var(--color--white-base);
}
.tablepress thead tr th.sorting_desc, .tablepress thead tr th.sorting_asc, .tablepress thead tr th.sorting:hover {
  background: var(--color--theme-dark) !important;
  color: var(--color--white-base);
}
.tablepress tfoot tr th {
  border-top: 2px solid var(--color--white-base);
}
.tablepress tbody tr td {
  transition: all 0.3s;
  border: none;
  color: var(--color--black-base);
  border-bottom: 2px solid var(--color--white-base);
  word-break: normal;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  background-color: #d4d4d4;
}
.tablepress tbody tr td:not(:last-child) {
  border-right: 2px solid var(--color--white-base);
}
.tablepress tbody tr.even td {
  background-color: #d4d4d4;
}
.tablepress tbody tr.odd td {
  background-color: #ededed;
}
.tablepress tbody.row-hover tr:hover td {
  background-color: var(--color--grey-warm) !important;
  color: var(--color--white-base);
}

.dataTables_wrapper a {
  color: var(--color--theme-light--base);
}
.dataTables_wrapper .dataTables_scroll th {
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 8px;
}
.dataTables_wrapper .dataTables_length label {
  position: relative;
  font-size: inherit;
}
@media screen and (max-width: 479.9px) {
  .dataTables_wrapper .dataTables_length label {
    max-width: 140px;
    display: block;
  }
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length .select2-container {
  color: var(--color--black-base);
}
.dataTables_wrapper .dataTables_length .ui-selectmenu-button,
.dataTables_wrapper .dataTables_length select {
  padding: 1px 10px;
  border: 1px solid var(--color--theme-light--base);
  background-color: var(--color--white-base);
  border-radius: 23px;
  min-height: 46px;
  outline: none;
  width: 80px;
  color: var(--color--black-base);
  font-size: 18px;
  font-family: inherit;
}
.dataTables_wrapper .dataTables_length .ui-selectmenu-button:focus-visible,
.dataTables_wrapper .dataTables_length select:focus-visible {
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.4);
}
.dataTables_wrapper .dataTables_length select {
  padding: 10px 20px 8px;
  border: 1px solid #979797;
  width: calc(100% - 22px);
  margin: 0 2px 0 0;
}
.dataTables_wrapper .dataTables_length .ui-selectmenu-menu {
  width: 80px;
  color: var(--color--black-base);
}
.dataTables_wrapper .dataTables_length .select2-selection__clear {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
@media screen and (max-width: 766.9px) {
  .dataTables_wrapper .dataTables_filter {
    display: block;
    width: 100%;
  }
}
.dataTables_wrapper .dataTables_filter label {
  position: relative;
  font-size: inherit;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  padding: 14px 16px;
  border: 1px solid var(--color--grey-warm);
  border-radius: 23px;
  outline: none;
  margin: 0 0 0 4px;
  background: none;
  background-color: var(--color--white-base);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  font-size: inherit;
  font-family: inherit;
}
.dataTables_wrapper .dataTables_info {
  margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate:last-child {
  padding-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 1px 11px 3px 11px;
  border: 1px solid var(--color--theme-light--base);
  background-color: var(--color--theme-light--base);
  color: var(--color--black-base) !important;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.3s;
  box-shadow: 0 0 8px rgba(125, 125, 125, 0);
  transform: translate3d(0, 0, 0);
}
.dataTables_wrapper .dataTables_paginate .paginate_button::before, .dataTables_wrapper .dataTables_paginate .paginate_button::after {
  position: relative !important;
  padding: 0 4px;
  text-shadow: none !important;
  left: 0 !important;
  right: 0 !important;
  color: inherit !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  display: inline-block;
  font-size: 12px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 2px 8px rgba(125, 125, 125, 0.4);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  padding-left: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
  content: "\2b62";
  transform: scaleX(-1);
  padding-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  padding-right: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  content: "\2b62";
  padding-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 1;
  filter: grayscale(1);
  display: none;
}

.appearance--dark-theme .tablepress th, .appearance--dark-theme .tablepress td, .appearance--dark-theme.infobox .tablepress th, .appearance--dark-theme.infobox .tablepress td {
  border-color: var(--color--theme-dark);
}
.appearance--dark-theme .tablepress thead tr th.sorting_desc, .appearance--dark-theme .tablepress thead tr th.sorting_asc, .appearance--dark-theme .tablepress thead tr th.sorting:hover, .appearance--dark-theme.infobox .tablepress thead tr th.sorting_desc, .appearance--dark-theme.infobox .tablepress thead tr th.sorting_asc, .appearance--dark-theme.infobox .tablepress thead tr th.sorting:hover {
  background: var(--color--black-base) !important;
  color: var(--color--white-base);
}

.appearance--light-theme .tablepress th, .appearance--light-theme .tablepress td, .appearance--light-theme.infobox .tablepress th, .appearance--light-theme.infobox .tablepress td {
  border-color: var(--color--theme-light--base);
}
.appearance--light-theme .tablepress tfoot tr th,
.appearance--light-theme .tablepress thead tr th, .appearance--light-theme.infobox .tablepress tfoot tr th,
.appearance--light-theme.infobox .tablepress thead tr th {
  background-color: var(--color--black-base) !important;
  color: var(--color--white-base);
}
.appearance--light-theme .tablepress tfoot tr th.sorting_desc, .appearance--light-theme .tablepress tfoot tr th.sorting_asc, .appearance--light-theme .tablepress tfoot tr th.sorting:hover,
.appearance--light-theme .tablepress thead tr th.sorting_desc,
.appearance--light-theme .tablepress thead tr th.sorting_asc,
.appearance--light-theme .tablepress thead tr th.sorting:hover, .appearance--light-theme.infobox .tablepress tfoot tr th.sorting_desc, .appearance--light-theme.infobox .tablepress tfoot tr th.sorting_asc, .appearance--light-theme.infobox .tablepress tfoot tr th.sorting:hover,
.appearance--light-theme.infobox .tablepress thead tr th.sorting_desc,
.appearance--light-theme.infobox .tablepress thead tr th.sorting_asc,
.appearance--light-theme.infobox .tablepress thead tr th.sorting:hover {
  background: var(--color--theme-dark) !important;
  color: var(--color--white-base);
}
.appearance--light-theme .dataTables_wrapper .dataTables_paginate .paginate_button, .appearance--light-theme.infobox .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid var(--color--black-base);
  background-color: var(--color--black-base);
  color: var(--color--white-base) !important;
}

.appearance--dark-default .tablepress th, .appearance--dark-default .tablepress td, .appearance--dark-default.infobox .tablepress th, .appearance--dark-default.infobox .tablepress td {
  border-color: var(--color--theme-dark--base);
}

/*.box-scheme--light-theme {
    a {
       color: var(--color--theme-dark); 
    }
    .tablepress {
        //table
        tfoot,
        thead {
            tr {
                th {
                    background-color: var(--color--theme-dark);
                }
            }
        }
        thead {
            tr {
                th {
                    &:hover {
                        background: var(--color--grey-warm) !important;
                    }
                }
            }
        }
    }
    .dataTables_wrapper {
        .dataTables_length {
            .ui-selectmenu-button,
            select {
                border: 1px solid var(--color--black-base);
                //background-color: var(--color--white-base);
            }
        }
        .dataTables_filter {
            margin-bottom: 10px;
            label {

            }
            input[type="search"] {
                border: 1px solid var(--color--black-base);
            }
        }
        // pagination
        .dataTables_paginate {
            .paginate_button {
                //a
                border: 1px solid var(--color--theme-dark);
                background-color: var(--color--theme-dark);
                &.disabled {
                    background-color: var(--color--theme-light--base);
                    border-color: var(--color--theme-light--base);
                    filter: grayscale(1);
                }
            }
        }
    }
}*/
.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper ._brlbs-embed,
.video-wrapper ._brlbs-thumbnail,
.video-wrapper ._brlbs-content-blocker,
.video-wrapper .BorlabsCookie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .BorlabsCookie,
.video-wrapper iframe {
  top: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  left: -1.77px;
  min-width: calc(100% + 3.5555555556px);
}

.overlay--base {
  z-index: var(--zindex--overlay--base);
  position: fixed;
  opacity: 1;
  border-radius: 30px;
  --color--box-shadow: var(--color--theme-dark--default);
  box-shadow: 0px 0px 50px 50px color-mix(in srgb, var(--color--box-shadow) 50%, transparent);
  background-color: var(--color--theme-light--base);
  transition: all 0.4s;
}
.overlay--base .overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: alias;
}
@media screen and (max-width: 766.9px) {
  .overlay--base .overlay__close {
    top: 20px;
    right: 20px;
  }
}
.overlay--base .overlay__close::before {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 23px;
  overflow: hidden;
  background-color: inherit;
  border: 1px solid currentColor;
  background-color: var(--color--theme-light--base);
  color: inherit;
  text-align: center;
  display: block;
  transition: all 0.4s;
}
@media screen and (max-width: 766.9px) {
  .overlay--base .overlay__close::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.overlay--base .overlay__close .overlay__close-inner {
  position: absolute;
  right: calc(100% + 20px);
  top: 15px;
  color: inherit;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  display: block;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .overlay--base .overlay__close .overlay__close-inner {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .overlay--base .overlay__close .overlay__close-inner {
    display: none;
  }
}
.overlay--base .overlay__close:hover::before {
  background-color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
  color: var(--color--theme-light--default);
}

.overlay__container .overlay__check {
  position: fixed !important;
}
.overlay__container .overlay__check:checked ~ .overlay--base {
  opacity: 0;
  pointer-events: none;
}
.overlay__container .overlay__check:checked ~ .overlay__fullscreen-close {
  display: none;
}

body.appearance-colorscheme--custom-light {
  /* change overlay background color not for the footer */
}
body.appearance-colorscheme--custom-light .content .overlay--base {
  background: var(--color--custom-primary);
}

body.appearance-colorscheme--custom-dark {
  /* change overlay background color not for the footer */
}
body.appearance-colorscheme--custom-dark .content .overlay--base {
  background: var(--color--custom-primary);
  color: var(--color--theme-light--default);
}
body.appearance-colorscheme--custom-dark .content .overlay--base .overlay__close::before {
  background-color: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-dark .content .overlay--base .overlay__close:hover::before {
  background-color: var(--color--theme-light--default);
  color: var(--color--theme-dark--default);
}

.overlay--info {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  background: var(--color--theme-dark);
  padding: 0 40px 0 40px;
  z-index: var(--zindex--overlay--info);
  overflow: hidden;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 0.9s, opacity 0.2s;
}
@media screen and (max-width: 766.9px) {
  .overlay--info {
    padding-left: 20px;
  }
}
.overlay--info::before {
  content: "";
  display: block;
  height: 30px;
  width: 100;
}
.overlay--info .overlay__text-container {
  color: var(--color--white);
}
.overlay--info .overlay__inner {
  max-height: 50vh;
  overflow-y: auto;
  padding-bottom: 36px;
}
@media screen and (min-width: 480px) {
  .overlay--info .overlay__inner {
    text-align: center;
  }
}
.overlay--info .overlay__title {
  color: var(--color--white);
  font-size: 24px;
  line-height: 30px;
}
.overlay--info .overlay__close {
  color: var(--color--white);
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  display: block;
  padding: 3px;
  padding-right: 18px;
  padding-top: 28px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

input[type=checkbox]:checked + .overlay--info {
  max-height: 0;
  opacity: 0;
}

input[type=checkbox]:focus-visible + .overlay--info .overlay__close::before {
  outline: 1px dashed var(--color---focus-visible);
  outline-offset: 5px;
}

.js-overlay__checkbox {
  position: fixed !important;
  top: 50%;
}

.js-overlay__container {
  position: absolute;
  bottom: 0;
}

.overlay--scroll-induced {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, -50%);
  background: var(--color--white);
  z-index: var(--zindex--overlay--scroll-induced);
  overflow: hidden;
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s;
}
@media screen and (max-width: 766.9px) {
  .overlay--scroll-induced {
    width: 75vw;
  }
}
@media screen and (max-width: 479.9px) {
  .overlay--scroll-induced {
    width: calc(100vw - 20px);
  }
}
.overlay--scroll-induced .overlay__text-container {
  padding: 30px 60px 40px 30px;
}
@media screen and (min-width: 767px) {
  .overlay--scroll-induced .overlay__text-container {
    width: 50%;
  }
}
.overlay--scroll-induced .overlay__text-container:first-child {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .overlay--scroll-induced .overlay__figure {
    width: 50%;
    position: absolute;
    left: 50%;
    height: 100%;
  }
  .overlay--scroll-induced .overlay__figure .overlay__image,
  .overlay--scroll-induced .overlay__figure .overlay__picture {
    height: 100%;
    width: 100%;
  }
  .overlay--scroll-induced .overlay__figure .overlay__image {
    object-fit: cover;
    /* scale, render bugfix hack */
    margin-right: -1.5px;
  }
}
.overlay--scroll-induced .overlay__inner {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.overlay--scroll-induced .overlay__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023.9px) {
  .overlay--scroll-induced .overlay__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  .overlay--scroll-induced .overlay__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.overlay--scroll-induced .overlay__title .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  .overlay--scroll-induced .overlay__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  .overlay--scroll-induced .overlay__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.overlay--scroll-induced .overlay__text:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .overlay--scroll-induced .overlay__text-container:first-child {
    padding-right: 100px;
  }
}
.overlay--scroll-induced .overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  padding: 15px;
  border: solid 0.8px #fff;
  background-color: var(--color--grey-dark);
  font-size: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--color--white);
  cursor: pointer;
}
@media screen and (max-width: 766.9px) {
  .overlay--scroll-induced .overlay__close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 766.9px) {
  .overlay--scroll-induced .overlay__close {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
.overlay--scroll-induced .overlay__close:hover {
  background-color: var(--color--black);
}
.overlay--scroll-induced .overlay__button {
  background-color: var(--color--black);
  color: var(--color--white);
  border-color: var(--color--black);
}

.overlay__fullscreen-close {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: var(--zindex--overlay--scroll-induced)-1;
  height: 100%;
  width: 100%;
  cursor: alias;
}

input[type=checkbox]:checked + .overlay--scroll-induced {
  max-height: 0;
  opacity: 0;
}
input[type=checkbox]:checked + * + .overlay__fullscreen-close {
  opacity: 0;
  pointer-events: none;
}

input[type=checkbox][data-max-shown-overlay="0"] {
  display: none;
}
input[type=checkbox][data-max-shown-overlay="0"] + .overlay--scroll-induced {
  display: none;
}
input[type=checkbox][data-max-shown-overlay="0"] + * + .overlay__fullscreen-close {
  display: none;
}

input[type=checkbox]:focus-visible + .overlay--scroll-induced .overlay__close::before {
  outline: 1px dashed var(--color---focus-visible);
}

.overlay--media-credits {
  position: fixed;
  bottom: 126px;
  left: 50%;
  width: 100vw;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  background: var(--color--theme-light--base);
  padding: 0 calc(var(--padding--grid) * 3);
  z-index: var(--zindex--overlay--media-credits);
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.9s, opacity 0.4s, background var(--duration--color--change);
  height: 759px;
  max-height: calc(100vh - var(--height--adminbar) * 1 - var(--height--website-header) * 1 - 126px - 20px);
  border-radius: 30px;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
  max-width: 1440px;
}
@media screen and (max-width: 1600px) {
  .overlay--media-credits {
    max-width: calc(100vw - var(--padding--grid) * 2 - var(--padding--page) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .overlay--media-credits {
    padding-right: calc(var(--padding--grid) / 2 + var(--padding--page));
    padding-left: calc(var(--padding--grid) / 2 + var(--padding--page));
    bottom: 20px;
    transform: translate(-50%, 0);
    height: calc(100vh - var(--height--adminbar) * 1 - var(--height--website-header) * 1 - 40px);
  }
}
@media screen and (max-width: 479.9px) {
  .overlay--media-credits {
    max-width: calc(100vw - var(--padding--page) * 2);
  }
}
.overlay--media-credits .overlay__inner {
  max-height: calc(50vh + 100px);
  max-height: max-content;
  overflow-y: auto;
  max-width: calc(1200px + var(--padding--grid));
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  overflow: hidden;
}
.overlay--media-credits .media-credit__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  padding-left: calc(var(--padding--grid) / 2);
  padding-right: 70px;
  padding-bottom: calc(35px - var(--padding--grid));
  padding-top: 53px;
}
@media screen and (max-width: 766.9px) {
  .overlay--media-credits .media-credit__title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 35px;
  }
}
.overlay--media-credits .media-credit__grid {
  display: flex;
  flex-wrap: wrap;
  max-height: 50vh;
  overflow: auto;
  max-height: calc(100% - 120px);
}
.overlay--media-credits .media-credit__grid-item {
  width: 20%;
  padding: calc(var(--padding--grid) / 2);
  padding-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .overlay--media-credits .media-credit__grid-item {
    width: 25%;
  }
}
@media screen and (max-width: 1023.9px) {
  .overlay--media-credits .media-credit__grid-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 1023.9px) {
  .overlay--media-credits .media-credit__grid-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 766.9px) {
  .overlay--media-credits .media-credit__grid-item {
    width: 50%;
    padding-bottom: 18px;
  }
}
.overlay--media-credits .media-credit__grid-item .media__container {
  padding-top: 56.25%;
  background: var(--color--theme-dark--base);
  position: relative;
  transition: all 0.4s, background var(--duration--color--change);
  transform: scale(1);
  opacity: 1;
}
.overlay--media-credits .media-credit__grid-item .media {
  object-fit: contain;
}
.overlay--media-credits .media-credit__grid-item figcaption {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding-top: 0;
}
.overlay--media-credits .media-credit__grid-item figcaption .copyright {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 6px;
  color: inherit !important;
}
.overlay--media-credits .overlay__close {
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 766.9px) {
  .overlay--media-credits .overlay__close {
    top: 20px;
    right: 20px;
  }
}

body.page-display-without-brand .overlay--media-credits {
  background: var(--color--footer-background-without-brand);
}

.overlay__container--media-credits {
  position: fixed;
}

.overlay__container input[type=checkbox]:checked ~ .overlay--media-credits .media__container {
  opacity: 0;
  transform: scale(0.8);
}
.overlay__container input[type=checkbox]:checked ~ .overlay--media-credits img, .overlay__container input[type=checkbox]:checked ~ .overlay--media-credits video {
  display: none;
}

.overlay--social-share {
  background: var(--color--theme-light--base);
  padding-left: var(--padding--grid);
  padding-right: var(--padding--grid);
  filter: drop-shadow(0px 0px 25px color-mix(in srgb, var(--color--theme-dark--default) 50%, transparent));
  box-shadow: none;
  position: absolute;
  bottom: calc(100% + 10px);
  top: auto;
}
@media screen and (max-width: 479.9px) {
  .overlay--social-share {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 20px);
  }
}
.overlay--social-share .overlay__inner {
  max-height: max-content;
  padding-top: 70px;
  padding-bottom: 50px;
}
.overlay--social-share .overlay__inner::after {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid transparent;
  border-top-width: 8px;
  border-top-color: var(--color--theme-light--base);
  top: calc(100% - 1px);
  left: 37px;
}
@media screen and (max-width: 479.9px) {
  .overlay--social-share .overlay__inner::after {
    left: 60px;
  }
}
@media screen and (max-width: 479.9px) {
  .overlay--social-share .social-share-menu {
    flex-wrap: wrap;
    width: calc(100vw - var(--padding--grid) * 4);
    max-width: max-content;
  }
}
.overlay--social-share .overlay__close {
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 479.9px) {
  .overlay--social-share .overlay__close {
    top: 10px;
    right: 10px;
  }
}
.overlay--social-share .overlay__close::before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.overlay--social-share .overlay__close .overlay__close-inner {
  line-height: 28px;
  font-size: 18px;
  top: 1px;
  display: block;
  right: calc(100% + 10px);
}

body.appearance-colorscheme--custom-dark .content-header--split .overlay--social-share {
  filter: drop-shadow(0px 0px 25px color-mix(in srgb, var(--color--theme-light--default) 50%, transparent));
}
body.appearance-colorscheme--custom-dark .content-header--split .overlay--social-share .social-share-menu-item__link:hover {
  color: var(--color--theme-dark--base);
}
body.appearance-colorscheme--custom-dark .content-header--split .overlay--social-share .overlay__close:hover::before {
  background-color: var(--color--theme-light--default);
  color: var(--color--theme-dark--base);
}

body.appearance-colorscheme--custom-light .content-header--split .overlay--social-share {
  filter: drop-shadow(0px 0px 25px color-mix(in srgb, var(--color--theme-dark--default) 50%, transparent));
}

/*
    Created on : 31.05.2021, 09:22:18
    Author     : ks
*/
.website-header {
  --color--theme-light--base: var(--color--theme-light--default);
  --duration--website-header: 0.4s;
  position: fixed;
  left: 50%;
  right: 0;
  width: 100vw;
  height: var(--height--website-header);
  max-height: var(--height--website-header);
  z-index: var(--zindex--header);
  transform: translateY(0) translateX(-50%);
  color: var(--color--theme-light--base);
  transition: all var(--duration--website-header);
}
.website-header::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 0.5s;
  background-color: color-mix(in srgb, var(--color--theme-dark--default) 85%, transparent);
  pointer-events: none;
  z-index: var(--zindex--header);
}
.website-header__inner {
  display: flex;
  flex-wrap: wrap;
  background: inherit;
  height: var(--height--website-header);
  max-height: var(--height--website-header);
  position: relative;
  z-index: var(--zindex--header);
  transition: all var(--duration--website-header);
}
.website-header__inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  background-color: var(--color--header-bg);
  background-color: color-mix(in srgb, var(--color--header-bg) 70%, transparent);
  border-bottom: 1px solid var(--color--grey-base);
  pointer-events: none;
  transition: background-color 0.8s;
}
.website-header__inner:hover::before, .website-header__inner:focus-within::before {
  background-color: var(--color--header-bg);
}
.website-header ul {
  list-style: none;
}
@media screen and (max-width: 1040px) {
  .website-header .main-navigation {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  body.smaller-header:not(.burger-navigation-opened) {
    --height--website-header: var(--height--website-header--collapsed);
  }
}

body.smaller-header {
  --height--website-header: var(--height--website-header--collapsed);
  --height--website-header__brand: var(--height--website-header__brand--collapsed);
}

@media screen and (max-width: 1040px) {
  body.scrolled-down:not(.burger-navigation-opened) .website-header {
    --height--website-header: var(--height--website-header--default);
    --height--website-header__brand: var(--height--website-header__brand--default);
    margin-top: 0;
    transform: translateY(-200%) translateX(-50%);
  }
}

@media screen and (min-width: 1040.1px) {
  body.scrolled-down .website-header:not(:focus-within),
  body.scrolled-down .website-header:not(:hover) {
    margin-top: 0;
    transform: translateY(-200%) translateX(-50%);
  }
}

.burger-navigation__container {
  right: 0;
  transition: all var(--duration--website-header, 0.4s);
  /* transform burgernavigation over transparent header */
  transform: translateY(calc(-100% - var(--height--website-header, 0)));
}

@media screen and (max-width: 1040px) {
  body.burger-navigation-opened .burger-navigation__container {
    pointer-events: all;
    transform: translateY(0);
  }
  body.burger-navigation-opened .website-header::before {
    opacity: 1;
    transition-delay: 0s;
    transition: opacity 0.8s;
    pointer-events: all;
  }
}

body {
  --color--footer-background-without-brand: var(--color--theme-light--base);
}
body.appearance-colorscheme--custom-light {
  --color--footer-background-without-brand: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-primary {
  --color--footer-background-without-brand: var(--color--custom-primary);
}
body.appearance-colorscheme--custom-dark {
  --color--footer-background-without-brand: var(--color--custom-primary);
  --color--footer: var(--color--theme-light--default);
}

.website-footer {
  padding-top: 80px;
  color: var(--color--footer);
  --duration--color--change: 0.3s;
  position: relative;
  z-index: var(--zindex--footer);
}
@media screen and (max-width: 1023.9px) {
  .website-footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  .website-footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 766.9px) {
  .website-footer {
    padding-top: 40px;
  }
}
.website-footer .website-footer__inner {
  margin: 0 auto;
}
.website-footer .footer-columns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.website-footer .footer-columns-container .column {
  margin-bottom: 30px;
}
.website-footer .footer-brand-container {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.website-footer .footer-brand-container .footer-brand {
  min-width: 220px;
  font-size: 56px;
}
.website-footer .footer-brand-container-2 {
  margin-bottom: 0;
  pointer-events: none;
}
.website-footer .footer-brand-2-picture {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.website-footer .footer-brand-2 {
  position: relative;
  width: 100%;
  max-width: none;
  display: block;
  fill: currentColor;
}
.website-footer .footer-text-container {
  max-width: 345px;
}
.website-footer .footer-text, .website-footer .footer-text p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.website-footer .footer-text a, .website-footer .footer-text p a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .website-footer .footer-navigation {
    margin-left: auto;
    margin-right: 83px;
  }
}
.website-footer .footer-newsletter-form {
  max-width: 506px;
  width: 40%;
}
@media screen and (max-width: 766.9px) {
  .website-footer .footer-newsletter-form {
    width: 100%;
  }
}
.website-footer .footer-newsletter-form__privacy_policy {
  margin-top: 16px;
}
.website-footer .footer-newsletter-form__title {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.website-footer .footer-newsletter-form__intro {
  margin-bottom: 33px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.website-footer .footer-newsletter-form__submit {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 767px) {
  .website-footer .footer-socials {
    width: 100px !important;
  }
}
.website-footer .footer-socials .social-menu {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 766.9px) {
  .website-footer .footer-socials .social-menu {
    flex-flow: row;
  }
}
.website-footer .footer-copyright {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.website-footer .footer-copyright a {
  color: inherit;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 1023.9px) {
  .website-footer .website-footer__inner {
    justify-content: start;
  }
  .website-footer .website-footer__inner .column {
    width: calc(50% - 100px);
    max-width: 50%;
  }
}
@media screen and (max-width: 766.9px) {
  .website-footer .website-footer__inner .column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .website-footer .website-footer__inner .column:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 479.9px) {
  .website-footer {
    padding-top: 35px;
  }
}
body .website-footer {
  overflow: hidden;
  animation-name: animation-bg-color-themes;
  background: var(--color--theme-light-rose);
}
body .website-footer__inner {
  position: relative;
}
body .website-footer, body .website-footer::before {
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
body .website-footer::before {
  content: "";
  display: block;
  background: var(--color--theme-dark-rose);
  animation-name: animation-bg-color-themes-2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform-origin: 0% 50%;
  transform: translate(0%, -50%) rotate(30deg);
}
body .website-footer.without-brand {
  animation-name: none;
  background-color: var(--color--footer-background-without-brand);
}
body .website-footer.without-brand::before {
  display: none;
}
body .website-footer.without-brand .footer-columns-container .column {
  margin-left: 0;
}

@keyframes animation-bg-color-themes {
  /* StudioZX Event Colors */
  0% {
    --color--theme-light--base: var(--color--theme-light-rose);
    --color--theme-dark--base: var(--color--theme-dark-rose);
    background: var(--color--theme-light-rose);
  }
  15% {
    --color--theme-light--base: var(--color--theme-light-rose);
    --color--theme-dark--base: var(--color--theme-dark-rose);
    background: var(--color--theme-light-rose);
  }
  20% {
    --color--theme-light--base: var(--color--theme-light-yellow);
    --color--theme-dark--base: var(--color--theme-dark-yellow);
    background: var(--color--theme-light-yellow);
  }
  35% {
    --color--theme-light--base: var(--color--theme-light-yellow);
    --color--theme-dark--base: var(--color--theme-dark-yellow);
    background: var(--color--theme-light-yellow);
  }
  40% {
    --color--theme-light--base: var(--color--theme-light-green);
    --color--theme-dark--base: var(--color--theme-dark-green);
    background: var(--color--theme-light-green);
  }
  55% {
    --color--theme-light--base: var(--color--theme-light-green);
    --color--theme-dark--base: var(--color--theme-dark-green);
    background: var(--color--theme-light-green);
  }
  60% {
    --color--theme-light--base: var(--color--theme-light-blue);
    --color--theme-dark--base: var(--color--theme-dark-blue);
    background: var(--color--theme-light-blue);
  }
  75% {
    --color--theme-light--base: var(--color--theme-light-blue);
    --color--theme-dark--base: var(--color--theme-dark-blue);
    background: var(--color--theme-light-blue);
  }
  80% {
    --color--theme-light--base: var(--color--theme-light-purple);
    --color--theme-dark--base: var(--color--theme-dark-purple);
    background: var(--color--theme-light-purple);
  }
  95% {
    --color--theme-light--base: var(--color--theme-light-purple);
    --color--theme-dark--base: var(--color--theme-dark-purple);
    background: var(--color--theme-light-purple);
  }
  100% {
    --color--theme-light--base: var(--color--theme-light-rose);
    --color--theme-dark--base: var(--color--theme-dark-rose);
    background: var(--color--theme-light-rose);
  }
}
@keyframes animation-bg-color-themes-2 {
  /* StudioZX Event Colors */
  0% {
    background: var(--color--theme-dark-rose);
  }
  15% {
    background: var(--color--theme-dark-rose);
  }
  20% {
    background: var(--color--theme-dark-yellow);
  }
  35% {
    background: var(--color--theme-dark-yellow);
  }
  40% {
    background: var(--color--theme-dark-green);
  }
  55% {
    background: var(--color--theme-dark-green);
  }
  60% {
    background: var(--color--theme-dark-blue);
  }
  75% {
    background: var(--color--theme-dark-blue);
  }
  80% {
    background: var(--color--theme-dark-purple);
  }
  95% {
    background: var(--color--theme-dark-purple);
  }
  100% {
    background: var(--color--theme-dark-rose);
  }
}
/*
    Created on : 07.02.2022, 12:13:46
    Author     : ks
*/
.teaser-label {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10.5px 4px 10.5px;
  border-radius: 14px;
  margin: 4px;
}
.teaser-label__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teaser-label--absolute {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
}
.teaser-label--zeit, .teaser-label--service, .teaser-label--partner {
  color: var(--color--black-base);
  background-color: var(--color--white-base);
  border: 1px solid currentColor;
}
.teaser-label--zeit:first-child, .teaser-label--service:first-child, .teaser-label--partner:first-child {
  margin-left: auto;
}
.teaser-label--zeit .iconfont-, .teaser-label--service .iconfont-, .teaser-label--partner .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -0.08em;
}
.teaser-label--category {
  color: var(--color--black-base);
  background-color: var(--color--theme-light--default);
}
.teaser-label--arbeit {
  background-color: var(--color--theme-light-work);
}
.teaser-label--bildung {
  background-color: var(--color--theme-light-education);
}
.teaser-label--mittelstand {
  background-color: var(--color--theme-light-sme);
}
.teaser-label--klima {
  background-color: var(--color--theme-light-climate);
}
.teaser-label--forschung {
  background-color: var(--color--theme-light-research);
}
.teaser-label--demokratie {
  background-color: var(--color--theme-light-democracy);
}

/*
    Created on : 27.07.2021, 16:09:02
    Author     : ks
*/
select {
  min-height: 46px;
  border-radius: 23px;
  border: 1px solid var(--color--grey-warm);
  width: 100%;
  background-color: var(--color--white-base);
  background-image: none;
  padding: 0 20px;
  outline: none;
  /*    &:focus-visible {
          outline: 1px solid var(--color---focus-visible);
          outline-offset: 3px;
      }*/
  /*    &:focus {
          outline: none;
          border-color: var(--color--black-base);
      }*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: var(--color--white-base);
  /*background-image: none;*/
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  background-image: url("/content/themes/nucleus/asset/image/icon/svg/dropdown.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 14.5px);
  background-position-y: 17px;
  font-size: 18px;
  font-family: inherit;
}
select[name=salutation] {
  width: auto;
}

.select2-selection {
  position: relative;
  display: inline-block;
  width: 90%;
  min-height: 46px;
  padding: 13px 20px 11px;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  border-radius: 23px !important;
  border: 1px solid var(--color--grey-warm);
  cursor: pointer;
  background: none;
  background-color: var(--color--white-base);
  background-image: none;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.select2-selection:focus-visible {
  outline: none;
  border: 1px solid var(--color--black-base);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}

select[multiple] {
  height: 40px;
  overflow: hidden;
}
select[multiple] option {
  padding: 10px 20px 8px;
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
}
select[multiple] option:not(:first-child) {
  display: none;
}

.select2-container {
  z-index: var(--zindex--select-dropdown);
}

.select2 {
  width: 100% !important;
  margin: 1px 0;
}
.select2 .select2-selection {
  width: 100%;
  display: block;
}
.select2 .selection {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}
.select2.select2-container--open .select2-selection, .select2.select2-container--focus .select2-selection {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
  border-color: #000;
}

.select2-selection--multiple {
  padding-right: 30px;
  /* ZFDS-160 hide cross, to show for consistency the arrow down */
  background-image: url("/content/themes/nucleus/asset/image/icon/svg/dropdown.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 19.5px);
  background-position-y: 50%;
}
.select2-selection--multiple .select2-search--inline,
.select2-selection--multiple .select2-search__field {
  display: none;
}
.select2-selection--multiple .select2-selection__clear {
  display: none;
  /* ZFDS-160 hide cross, to show for consistency the arrow down
  display: inline-block;
  position: absolute;
  right: 15px;
  left: auto;
  font-size: 24px;
  line-height: 20px;
  &:hover {
      color: red;
  }
  */
}
.select2-selection--multiple .select2-selection__choice {
  display: inline-block;
}
.select2-selection--multiple .select2-selection__choice:not(:last-child) {
  margin-right: 18px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 6px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: red;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:hover {
  text-decoration: line-through !important;
}

.select2-dropdown {
  border-radius: 23px !important;
  display: block;
  transition: all 0.4s;
  background-color: var(--color--white-base);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  max-height: 240px;
  /*    animation-name: select-close;
      animation-duration: .7s;*/
  overflow-x: hidden;
}
.select2-dropdown--below {
  margin-top: 11px;
}
.select2-dropdown--above {
  position: relative;
  margin-top: -11px;
}

.select2-selection__clear {
  margin-right: 6px;
  position: relative;
  left: -3px;
}

.select2-search--hide {
  display: none;
}

/*.select2-container--open {
    .select2-dropdown {
        max-height: 240px;
        animation-name: select-open;
    }
}*/
.select2-results {
  display: block;
}

.select2-selection__arrow {
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.select2-selection__arrow::before {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\2b62";
  transform: rotate(90deg);
}

.select2-results__option {
  font-size: 18px;
  line-height: 20px;
}

.select2-results__option {
  margin: 0;
  padding: 10.5px 20px 9.5px 20px;
  position: relative;
  min-height: 40px;
  line-height: 20px;
  cursor: pointer;
}
.select2-results__option:not(:last-child)::after {
  content: "";
  border-bottom: 1px solid #dddddd;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  left: 20px;
}
.select2-results__option:first-child {
  padding-top: 20px;
}
.select2-results__option:last-child {
  padding-bottom: 20px;
}
.select2-results__option:focus, .select2-results__option:hover, .select2-results__option--highlighted {
  text-decoration: underline;
}

/* individual select styling */
p[id=salutation_field] {
  display: block;
  position: relative;
}
p[id=salutation_field] select,
p[id=salutation_field] .select2 {
  width: 112px !important;
  display: block;
}
p[id=salutation_field] select .select2-selection__placeholder,
p[id=salutation_field] .select2 .select2-selection__placeholder {
  display: none;
  opacity: 0;
}

/* do not underline empty "&nbsp;" */
/*.ui-selectmenu-menu--salutation {
    .ui-menu-item {
        &:first-child {
            text-decoration: none !important;
        }
    }
}*/
[id=billing_state_field] .ui-selectmenu-button,
[id=billing_state_field] .ui-selectmenu-menu {
  width: 100%;
}

.woocommerce-input-wrapper {
  display: block;
  position: relative;
}

@keyframes select-open {
  0% {
    max-height: 0;
    overflow-y: hidden;
  }
  99% {
    max-height: 240px;
    overflow-y: hidden;
  }
  100% {
    max-height: 240px;
    overflow-y: auto;
  }
}
@keyframes select-close {
  0% {
    max-height: 240px;
    overflow-y: auto;
  }
  1% {
    max-height: 240px;
    overflow-y: hidden;
  }
  100% {
    max-height: 0px;
    overflow-y: hidden;
  }
}
.newsletter-form__inner {
  margin-right: calc(var(--padding--form) * -1);
  margin-left: calc(var(--padding--form) * -1);
  display: flex;
  flex-flow: wrap;
}
.newsletter-form .input-container {
  padding-left: var(--padding--form);
  padding-right: var(--padding--form);
  width: 100%;
}
@media screen and (min-width: 767px) {
  .newsletter-form .input-container--name {
    width: 50%;
  }
}
.newsletter-form__formtext-before {
  margin-bottom: 24px;
}
.newsletter-form__notices {
  margin-bottom: 24px;
}
.newsletter-form__optional {
  margin-top: 24px;
  font-size: 0.9em;
}
.newsletter-form__checkbox-container {
  margin-bottom: 41px;
}
.newsletter-form__formtext-privacy-policy {
  margin-top: 60px;
  margin-bottom: 24px;
}
.newsletter-form .privacy-notice {
  width: 100%;
  color: inherit;
}
.newsletter-form .privacy-notice a {
  color: inherit;
}
.newsletter-form .newsletter-form__submit {
  width: 100%;
}
.newsletter-form .newsletter-registration__input-container--lastname,
.newsletter-form .newsletter-registration__input-container--firstname {
  width: calc(50% - var(--padding-field-grid) * 2);
}
.newsletter-form .input-container--submit {
  margin-top: 10px;
}

.newsletter-registration .newsletter-registration-form {
  margin: 30px 0 0;
  /* proceess types */
}
.newsletter-registration .newsletter-registration-form [data-process-holder=profile] {
  display: none;
}
.newsletter-registration .newsletter-registration-form [data-process-holder=submit_profile] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=default] [data-process-holder=optional] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect] [data-process-holder=categories] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect] [data-process-holder=optional] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data] [data-process-holder=text_before] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data] [data-process-holder=email] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data] [data-process-holder=submit] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data] [data-process-holder=submit_profile] {
  display: block;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data][data-subscription-state=updated] [data-process-holder=submit] {
  display: block;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data][data-subscription-state=updated] [data-process-holder=submit_profile] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type=preselect-data][data-subscription-state="added:new"] [data-process-holder=profile] {
  display: block;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"] [data-process-holder=profile], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"] [data-process-holder=profile] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"] [data-process-holder=optional], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"] [data-process-holder=optional] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=profile], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=profile] {
  display: block;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=submit], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=submit] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=submit_profile], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=submit_profile] {
  display: block;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=text_before], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=text_before] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=email], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=email] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=categories], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=categories] {
  display: none;
}
.newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:none"][data-subscription-state="added:new"] [data-process-holder=optional], .newsletter-registration .newsletter-registration-form[data-process-type="nopreselect:mail"][data-subscription-state="added:new"] [data-process-holder=optional] {
  display: block;
}
.newsletter-registration .nl-message-container {
  margin: 30px 0;
}
.newsletter-registration .nl-message-container .nl-response-message {
  margin-bottom: 10px;
}

.preference-center .preference-center-inner {
  margin: 30px auto;
}
.preference-center .submit {
  margin: 0 0 30px;
}
.preference-center .form-preference-center [data-button=unsubscribe] {
  display: none;
  background-color: var(--color--warning);
  border-color: var(--color--warning);
}

[data-toggle-target] {
  height: 0;
  overflow: hidden;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  color: var(--color--theme-dark--default);
  z-index: var(--zindex--lightbox, 15);
}
.lightbox[data-status=pending] .lightbox__loader:after, .lightbox[data-status=active] .lightbox__loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  background: var(--color--theme-light--default);
  border-radius: 50%;
  overflow: hidden;
  animation: pending 1.2s linear infinite;
}
.lightbox .lightbox__loader {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.lightbox .lightbox__holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  cursor: alias;
}
.lightbox .lightbox__wrapper {
  position: absolute;
  top: 50%;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: calc(100vh - 100px);
  width: calc(100% - 20px);
}
@media screen and (min-width: 767px) {
  .lightbox .lightbox__wrapper {
    width: calc(100% - 100px);
  }
}
.lightbox .lightbox__wrapper .lightbox__content {
  color: var(--color--theme-dark--default);
}
.lightbox .lightbox__wrapper .lightbox__content img {
  width: 100%;
}
.lightbox .lightbox__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: alias;
  /* stylus-based screens */
}
@media screen and (max-width: 766.9px) {
  .lightbox .lightbox__close {
    top: 5px;
    right: 5px;
    transform: scale(0.7);
  }
}
.lightbox .lightbox__close::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e932";
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: solid 1px var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  color: var(--color--theme-light--default);
  margin: 0;
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  position: absolute;
  transition: all 0.4s;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .lightbox .lightbox__close:hover::after {
    background-color: var(--color--theme-light--default);
    color: var(--color--theme-dark--default);
  }
}

@keyframes pending {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
#sb_instagram.sbi {
  /* header */
  /* item */
  /* bottom */
}
#sb_instagram.sbi #sbi_images {
  position: relative;
  width: 1608px !important;
  max-width: calc(100vw + 8px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1023.9px) and (min-width: 480px) {
  #sb_instagram.sbi #sbi_images .sbi_item {
    width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 480px) {
  #sb_instagram.sbi #sbi_images .sbi_item {
    width: 33.3333333333% !important;
  }
}
#sb_instagram.sbi a::before {
  content: "" !important;
}
#sb_instagram.sbi .sb_instagram_header {
  margin-bottom: 28px !important;
}
#sb_instagram.sbi .sbi_info {
  text-align: left;
}
#sb_instagram.sbi .sbi_bio_info .sbi_posts_count,
#sb_instagram.sbi .sbi_bio_info .sbi_followers {
  display: none;
}
#sb_instagram.sbi .sb_instagram_header {
  text-align: center;
}
#sb_instagram.sbi .sbi_header_img {
  display: none;
}
#sb_instagram.sbi .sbi_header_link {
  display: inline-block;
  pointer-events: none;
}
#sb_instagram.sbi .sb_instagram_header .sbi_header_text {
  padding-top: 0;
}
#sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
#sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text h3 .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
#sb_instagram.sbi .sb_instagram_header .sbi_header_text .sbi_bio {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-top: 8px;
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text .sbi_bio {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sb_instagram_header .sbi_header_text .sbi_bio {
    font-size: 20px;
    line-height: 26px;
  }
}
#sb_instagram.sbi .sbi_inner_wrap {
  position: relative;
}
#sb_instagram.sbi .sbi_info_wrapper .sbi_info {
  color: inherit;
  font-size: 16px;
}
#sb_instagram.sbi .sbi_info_wrapper .sbi_info .sbi_likes,
#sb_instagram.sbi .sbi_info_wrapper .sbi_info .sbi_comments,
#sb_instagram.sbi .sbi_info_wrapper .sbi_info .sbi_meta,
#sb_instagram.sbi .sbi_info_wrapper .sbi_info .sbi_caption,
#sb_instagram.sbi .sbi_info_wrapper .sbi_info svg {
  color: inherit !important;
}
#sb_instagram.sbi .sbi_info_wrapper .sbi_expand {
  font-size: inherit !important;
  line-height: inherit !important;
}
#sb_instagram.sbi .sbi_info_wrapper .sbi_meta {
  padding: 0px 8px 12px;
}
#sb_instagram.sbi .sbi_info_wrapper .sbi_caption_wrap {
  padding: 8px 8px 12px;
}
#sb_instagram.sbi .sbi_follow_btn {
  margin-top: 36px;
  margin-bottom: 36px;
}
#sb_instagram.sbi .sbi_follow_btn .svg-inline--fa {
  display: none;
}
#sb_instagram.sbi .sbi_follow_btn a {
  border: 1px solid !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  border-color: var(--color--white);
  background-color: var(--color--white);
  color: var(--color--black);
  /* stylus-based screens */
  color: var(--color--black) !important;
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sbi_follow_btn a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sbi_follow_btn a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sbi_follow_btn a {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi .sbi_follow_btn a {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi .sbi_follow_btn a:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi .sbi_follow_btn a:hover {
    border-color: var(--color--white);
    background-color: var(--color--white);
    color: var(--color--black);
  }
}
#sb_instagram.sbi #sbi_load a.sbi_load_btn {
  margin-top: 36px;
  border: 1px solid !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 12px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color--button-1);
  /* stylus-based screens */
  /*    &:hover {
          transform: translate3d(0,-1px,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      }
      &:active {
          transform: translate3d(0,0,0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
      }*/
  border-color: var(--color--white);
  background-color: var(--color--white);
  color: var(--color--black);
  /* stylus-based screens */
  color: var(--color--black) !important;
  border-radius: 20px !important;
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn {
    padding: 10px 20px 12px 20px;
    min-height: 45px;
    border-radius: 23px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn:hover {
    border-color: var(--color--button-1);
    background-color: transparent;
    color: var(--color--button-1);
  }
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn:hover {
    border-color: var(--color--white);
    background-color: var(--color--white);
    color: var(--color--black);
  }
}

.ce-infobox.frame--true #sb_instagram.sbi #sbi_images {
  width: calc(100% + 8px) !important;
}
@media screen and (min-width: 480px) {
  .ce-infobox.frame--true #sb_instagram.sbi #sbi_images .sbi_item {
    width: 33.3333333333%;
  }
}

/*

scrollytelling

@jira ZFX-234
@date 2023-10-11
@author sh@sopg.de

*/
.post-template-scrollytelling .main-wrapper {
  background: white;
}
.post-template-scrollytelling .content {
  max-width: 100%;
  background-color: #fff;
}
.post-template-scrollytelling .content .content-header--none + .content-elements > .content-element.ce-headline:first-child {
  padding-top: 0px;
}
.post-template-scrollytelling .content .content-element {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.post-template-scrollytelling .content .content-element .width--content-with-padding {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.post-template-scrollytelling .content .content-element .width--content-with-padding {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .post-template-scrollytelling .content .content-element .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .post-template-scrollytelling .content .content-element .width--content-with-padding {
    max-width: calc(80% + var(--padding--grid) * 2);
  }
}
@media screen and (max-width: 766.9px) {
  .post-template-scrollytelling .content .content-element .width--content-with-padding {
    max-width: 100%;
  }
}

.sticky-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  color: white;
  cursor: pointer;
  text-decoration: none;
  pointer-events: none;
  /* for close on bg */
}
.sticky-button:not(:last-child) {
  margin-bottom: 20px;
}
.sticky-button__container {
  position: fixed;
  bottom: 60px;
  right: 60px;
  transition: all 0.5s;
  color: white;
  z-index: var(--zindex--sticky-button, 80000);
  text-align: right;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
@media screen and (max-width: 1440px) {
  .sticky-button__container {
    bottom: calc(var(--padding--page) + var(--padding--grid));
    right: calc(var(--padding--page) + var(--padding--grid));
  }
}
@media screen and (max-width: 766.9px) {
  .sticky-button__container {
    bottom: 80px;
    right: calc(var(--padding--page) + var(--padding--grid) - 25px);
  }
}
@media screen and (max-width: 479.9px) {
  .sticky-button__container {
    bottom: 80px;
    right: calc(var(--padding--page) + var(--padding--grid));
  }
}
.sticky-button__container .sticky-button__inner::before {
  pointer-events: none;
  content: "";
  display: block;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background-color: color-mix(in srgb, var(--color--theme-dark--default) 85%, transparent);
  position: absolute;
  transition: all 0.4s;
  bottom: -20px;
  right: -100vw;
  left: calc(100% - 70px);
  top: calc(100% - 70px);
}
@media screen and (min-width: 767px) {
  .sticky-button__container .sticky-button__inner::before {
    left: calc(100% - 80px);
    top: calc(100% - 80px);
    right: -20px;
    border-radius: 50px;
  }
}
.sticky-button__container[data-contactform=false] .js-contact-form--opener {
  display: none;
}
.sticky-button__container[data-subscribeurl=false][data-contactform=false] {
  pointer-events: none;
  opacity: 1;
}
.sticky-button__container[data-subscribeurl=false][data-contactform=false] .sticky-button__opener {
  display: none;
}
.sticky-button__container[data-subscribeurl=false][data-contactform=false] .sticky-button__to-top {
  margin-bottom: 0;
}
.sticky-button__container[data-subscribeurl=false][data-contactform=false] .sticky-button__to-top .sticky-button__text {
  display: none;
}
.sticky-button__container.show {
  opacity: 1;
  pointer-events: none;
}
.sticky-button__text, .sticky-button__icon {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.4s, background 0.4s, color 0.4s;
  transition-delay: 0s;
  display: inline-block;
}
.sticky-button__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 15px 0px 15px 0px;
  padding: 5px 20px 5px 0;
  margin-left: auto;
  font-size: 16px;
  line-height: 20px;
  transform-origin: bottom right;
}
@media screen and (max-width: 766.9px) {
  .sticky-button__text {
    margin: 10px 0px 10px 0px;
  }
}
.sticky-button__icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--color--theme-light--default);
  border: 1px solid var(--color--theme-light--default);
  background-color: transparent;
  transform-origin: bottom;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 766.9px) {
  .sticky-button__icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
}
.sticky-button__icon::before {
  position: relative;
}
.sticky-button__icon.iconfont-sticky-tools-close::before, .sticky-button__icon.iconfont-sticky-tools-expand::before {
  font-size: 1.6em;
}
.sticky-button__icon.iconfont-sticky-tools-contact::before {
  font-size: 1.65em;
}
.sticky-button__icon.iconfont-sticky-tools-signup::before {
  font-size: 1.5em;
  transform: rotate(7deg);
}
.sticky-button__icon.iconfont-sticky-tools-up::before {
  font-size: 1.2em;
  top: -0.12em;
}
.sticky-button:hover .sticky-button__icon {
  transition-delay: 0;
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
}
.sticky-button__opener {
  z-index: 1;
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
  margin-top: 20px;
}
.sticky-button__opener:hover .sticky-button__opener-icon {
  transition-delay: 0;
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
}
.sticky-button__opener-icon {
  top: 0;
}
.sticky-button__opener-icon.close {
  opacity: 0;
}
.sticky-button__opener-icon.open {
  opacity: 1;
  position: absolute;
  bottom: 0;
}
.sticky-button__container[data-subscribeurl=false] .sticky-button__inner {
  margin-right: 0;
}
.sticky-button__close-on-bg {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
  /* close on bg */
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__close-on-bg {
  pointer-events: all;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__inner::before {
  left: -20px;
  top: -20px;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__inner > :nth-child(1) > * {
  transition-delay: 0.6s, 0s, 0s;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__inner > :nth-child(2) > * {
  transition-delay: 0.4s, 0s, 0s;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__inner > :nth-child(3) > * {
  transition-delay: 0.2s, 0s, 0s;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__opener-icon.close {
  opacity: 1;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__opener-icon.open {
  opacity: 0;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__text,
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__icon {
  top: 0;
  opacity: 1;
  transition-delay: 0.4s;
}

body:not(.smaller-header) .sticky-button__container[data-subscribeurl=false][data-contactform=false] {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  transition-duration: 0.05s;
}
body:not(.smaller-header) .sticky-button__container .sticky-button__to-top {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition-delay: 0.6s;
}

/* no open sticky-button conteiner so no close on bg */
.sticky-button__container[data-subscribeurl=false][data-contactform=false] .sticky-button__close-on-bg {
  display: none;
}

.ce-poll .social-share-container__inner {
  padding-top: 17px;
  padding-bottom: 11px;
  margin-top: -1px;
}
.ce-poll .social-share-container .definition {
  position: relative;
  top: 3px;
  left: 0;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  vertical-align: top;
  margin-right: 8px;
  padding-bottom: var(--padding--grid);
}
.ce-poll .social-share-container .social-share {
  display: inline-block;
}
.ce-poll .social-share-container .network {
  display: inline-block;
  margin-right: 8px;
}
.ce-poll .social-share-container .link {
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
  padding: 2px;
  transition: color 0.4s;
  vertical-align: middle;
}
.ce-poll .social-share-container .icon {
  display: inline-block;
}
.ce-poll .social-share-container .icon:before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
}

.content-elements ~ .automatic-highlightmodule {
  margin-top: 30px;
}

:root {
  --width--tooltip: 592px;
}

.tooltip {
  position: relative;
}
.tooltip > .tooltip-content {
  display: none;
}

.overlay--small {
  z-index: var(--zindex--overlay--base);
  position: fixed;
  opacity: 1;
  border-radius: 30px;
  display: block;
  --color--box-shadow: var(--color--theme-dark--default);
  filter: drop-shadow(0px 0px 25px color-mix(in srgb, var(--color--box-shadow) 50%, transparent));
  box-shadow: none;
  transition: all 0.4s, background 0s;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 64px;
  padding-bottom: 53px;
  max-width: calc(100vw - 80px);
}
@media screen and (min-width: 480px) {
  .overlay--small {
    position: absolute;
    top: auto;
    bottom: calc(100% + 10px);
  }
}
.overlay--small .tooltip__label::after {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid transparent;
  border-top-width: 8px;
  border-top-color: var(--color--theme-light--base);
  top: 100%;
  left: 37px;
}
.overlay--small .overlay__close {
  top: 15px;
  right: 15px;
}
.overlay--small .overlay__close::before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.overlay--small .overlay__close .overlay__close-inner {
  line-height: 30px;
  font-size: 18px;
  top: 0px;
  right: calc(100% + 10px);
}

.tooltip-content {
  width: 592px;
  text-decoration: none;
  color: var(--color--theme-dark--default);
  /*
  left: 50%;
  transform: translateX(-50%);
  @include screen-max(tablet) {
      position: fixed;
      top: 50%;
      bottom: auto;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  */
}
.tooltip-content .overlay__inner {
  display: block;
  line-height: 22px;
  font-size: 18px;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: var(--width--tooltip);
  --color--link: inherit;
  --color--link-hover: var(--color--theme-light--default);
}
.ui-tooltip .overlay__close {
  top: 20px;
  right: 20px;
  color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
}
.ui-tooltip .overlay__close::before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.ui-tooltip .overlay__close .overlay__close-inner {
  line-height: 30px;
  font-size: 18px;
  top: 0px;
  right: calc(100% + 10px);
}
.ui-tooltip .overlay__close:hover::before {
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
}
.ui-tooltip .tooltip-content {
  position: relative;
}
.ui-tooltip .tooltip-content a {
  color: var(--color--link);
}
.ui-tooltip .tooltip-content a:hover, .ui-tooltip .tooltip-content a:focus-visible {
  color: var(--color--link-hover);
}

.appearance-colorscheme--custom-dark .overlay--small {
  --color--box-shadow: var(--color--theme-light--default);
}
.appearance-colorscheme--custom-dark .tooltip-content {
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--base);
}
.appearance-colorscheme--custom-dark .ui-tooltip .overlay__close {
  color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}
.appearance-colorscheme--custom-dark .ui-tooltip .overlay__close:before {
  background-color: transparent;
}
.appearance-colorscheme--custom-dark .ui-tooltip .overlay__close:hover::before {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-light--default);
  border-color: var(--color--theme-light--default);
}

.appearance-colorscheme--custom-light .overlay--small {
  --color--box-shadow: var(--color--theme-dark--default);
}
.appearance-colorscheme--custom-light .tooltip-content {
  color: var(--color--theme-dark--default);
  background-color: var(--color--theme-dark--base);
  --color--link-hover: var(--color--theme-dark--default);
}
.appearance-colorscheme--custom-light .ui-tooltip .overlay__close {
  color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
}
.appearance-colorscheme--custom-light .ui-tooltip .overlay__close:before {
  background-color: transparent;
}
.appearance-colorscheme--custom-light .ui-tooltip .overlay__close:hover::before {
  color: var(--color--theme-light--default);
  background-color: var(--color--theme-dark--default);
  border-color: var(--color--theme-dark--default);
}

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