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

/* for backend */
:root {
  --theme-light: #ffffff;
  --theme-dark: #242528;
  --grey: #b3b3b3;
  --black: #000000;
  --white: #ffffff;
  --grey-warm: #9c9c9c;
  --grey-dark: #242528;
  --grey-light: #d2d2d2;
  --white-2: #f7f7f7;
  --color-footer-bg: #000000;
  --color-footer: #ffffff;
  --color-header-bg: #242528;
  --color-header: #ffffff;
  --color-theme-light-default: #ffff50;
  --color-theme-dark-default: #000000;
  --color-theme-light-work: #c48dfd;
  --color-theme-dark-work: #003075;
  --color-theme-light-education: #ff6363;
  --color-theme-dark-education: #572a68;
  --color-theme-light-democracy: #cdef0a;
  --color-theme-dark-democracy: #2f076d;
  --color-theme-light-research: #71f1ff;
  --color-theme-dark-research: #005563;
  --color-theme-light-climate: #53ff42;
  --color-theme-dark-climate: #004722;
  --color-theme-light-sme: #56a7ff;
  --color-theme-dark-sme: #003075;
}

body {
  --color-theme-light: var(--color-theme-light-default);
  --color-theme-dark: var(--color-theme-dark-default);
  /*    &[data-colorscheme="default"] {
          --color-theme-light: var(--color-theme-light-default);
          --color-theme-dark: var(--color-theme-dark-default);
      }*/
}
body[data-colorscheme=arbeit] {
  --color-theme-light: var(--color-theme-light-work);
  --color-theme-dark: var(--color-theme-dark-work);
}
body[data-colorscheme=bildung] {
  --color-theme-light: var(--color-theme-light-education);
  --color-theme-dark: var(--color-theme-dark-education);
}
body[data-colorscheme=demokratie] {
  --color-theme-light: var(--color-theme-light-democracy);
  --color-theme-dark: var(--color-theme-dark-democracy);
}
body[data-colorscheme=forschung] {
  --color-theme-light: var(--color-theme-light-research);
  --color-theme-dark: var(--color-theme-dark-research);
}
body[data-colorscheme=klima] {
  --color-theme-light: var(--color-theme-light-climate);
  --color-theme-dark: var(--color-theme-dark-climate);
}
body[data-colorscheme=mittelstand] {
  --color-theme-light: var(--color-theme-light-sme);
  --color-theme-dark: var(--color-theme-dark-sme);
}

/*
    Created on : 10.02.2022, 15:13:36
    Author     : ks
*/
.text-appearance--light, .text-appearance--light.infobox {
  --color-theme--primary: var(--color-theme-light);
  --color-theme--secondary: var(--color-theme-dark);
  color: #ffffff;
}

.text-appearance--dark, .text-appearance--dark.infobox {
  --color-theme--primary: var(--color-theme-dark);
  --color-theme--secondary: var(--color-theme-light);
  color: #000000;
}

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

body.page-template-default,
body.post-template-default {
  --content-bg: var(--white-2);
  --theme-light: var(--white-2);
  --theme-dark: var(--grey-dark);
}

/* desktop first */
/*$screen_max_mobile_s: 'screen and (max-width:22.4375em)'; // -- 359px
$screen_max_mobile_p: 'screen and (max-width:29.9375em)'; // -- 479px
$screen_max_mobile:  'screen and (max-width:47.9375em)'; // -- 767px
$screen_max_tablet_p:  'screen and (max-width:59.9375)'; // -- 959px
$screen_max_tablet:  'screen and (max-width:64em)'; // -- 1024px
$screen_max_desktop:  'screen and (max-width:77.4875em)'; // -- 1239px*/
:root {
  --margin_p: 20px;
  --padding-grid: 15px;
  --padding-page: 20px;
  --margin-ce: 30px;
  --margin-ce-inner: 25px;
  --offset-paragraph: 23px;
  --offset_quote: 23px;
  --width-fullpage: 1440px;
  --width-fullpage-with-padding-page: 1400px;
  --width-fullpage-with-padding: 1410px;
  --width-content: 723px;
  --width-content-with-padding: 753px;
  --width-content-ms: 911px;
  --width-content-ms-with-padding: 941px;
  --width-content-m: 1100px;
  --width-content-m-with-padding: 1130px;
  --width-content-m-with-padding-page: 1170px;
  --height-header: 83px;
  --height-adminbar: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 29.9875em) {
  :root {
    --padding-page: 16px;
  }
}
@media screen and (max-width: 47.9875em) {
  :root {
    --height-header: 72px;
  }
}

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

:root {
  --zindex--sticky-button: 80100;
  --zindex-contact-form-overlay: 90010;
}

@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: "Playfair-Display";
  font-display: auto;
  src: url("/content/themes/nucleus/asset/font/webFonts/PlayfairDisplayRegular/playfairdisplay-variablefont_wght-webfont.woff2") format("woff2"), url("/content/themes/nucleus/asset/font/webFonts/PlayfairDisplayRegular/playfairdisplay-variablefont_wght-webfont.woff") format("woff");
}
/* ICON */
@font-face {
  font-family: "icomoon";
  src: url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.ttf?xfsx6n") format("truetype"), url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.woff?xfsx6n") format("woff"), url("/content/themes/nucleus/asset/font/icomoon/fonts/icomoon.svg?xfsx6n#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-twitter-x:before {
  content: "\e924";
}

.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-link-external:before {
  content: "\2b67";
}

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

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

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

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

[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;
  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;
  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);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  /*    &[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: #000000;
}
.g_image-description a::before {
  margin-right: 4px;
  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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e916";
  font-size: 0.7em;
  line-height: 2em;
  margin-bottom: -0.5em;
}
.g_image-description a:not(:first-child)::before {
  margin-left: 5px;
}

.g_credit {
  padding-top: 15px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #9c9c9c;
  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;
}

.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: #ffffff;
}

.bg-std {
  background-color: #ffffff;
}

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

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

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

.width-content {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
}

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

.width-content-ms {
  max-width: 911px;
  margin-right: auto;
  margin-left: auto;
}

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

.width-content-m {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.padding-page {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 29.9875em) {
  .padding-page {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.padding-grid {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 29.9875em) {
  .padding-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

.padding-grid-page {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 29.9875em) {
  .padding-grid-page {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.partner-label {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  background: var(--color-theme-light);
  padding: 4px 12px;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (max-width: 29.9875em) {
  .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: 29.9875em) {
  .headline--big {
    font-size: 40px;
    line-height: 46px;
  }
}
.headline--big .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 29.9875em) {
  .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: 29.9875em) {
  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: 29.9875em) {
  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: 47.9875em) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 64.0125em) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .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;
}

.playfair-display {
  font-family: "Playfair-Display";
  font-weight: normal;
  font-style: normal;
}

/*.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: $color_white;
        }
    }
}*/
.std-label {
  display: block;
  margin-bottom: 16px;
  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 {
  margin-bottom: 30px;
}
.std-input input[type=text], .std-input input[type=email], .std-input input[type=password], .std-input input[type=tel] {
  min-height: 42px;
  border-radius: 23px;
  border: 1px solid #979797;
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 18px;
  line-height: 24px;
  background: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0deg, 0%, 100%, 0)), to(hsla(0deg, 0%, 100%, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
}
.std-input input[type=text]:focus-visible, .std-input input[type=email]:focus-visible, .std-input input[type=password]:focus-visible, .std-input input[type=tel]:focus-visible {
  outline: 1px solid orange;
  outline-offset: 3px;
}
.std-input input[type=text]:hover, .std-input input[type=email]:hover, .std-input input[type=password]:hover, .std-input input[type=tel]:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.std-input input[type=text]:focus, .std-input input[type=email]:focus, .std-input input[type=password]:focus, .std-input input[type=tel]:focus {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
  border-color: #000000;
}
.std-input input[readonly] {
  color: #9c9c9c;
  cursor: default;
}
.std-input label {
  display: block;
  margin-bottom: 16px;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-input label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-input abbr {
  text-decoration: none;
}

.input-container--with-label2 {
  padding-top: 16px;
}
.input-container--with-label2 .input[type=text], .input-container--with-label2 .input[type=email], .input-container--with-label2 .input[type=tel] {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  min-height: 42px;
  border-radius: 4px;
  border: 1px solid #979797;
  width: 100%;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 18px;
  line-height: 24px;
  background: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0deg, 0%, 100%, 0)), to(hsla(0deg, 0%, 100%, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 47.9875em) {
  .input-container--with-label2 .input[type=text], .input-container--with-label2 .input[type=email], .input-container--with-label2 .input[type=tel] {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 8px;
    min-height: 32px;
  }
}
.input-container--with-label2 .input[type=text]:focus-visible, .input-container--with-label2 .input[type=email]:focus-visible, .input-container--with-label2 .input[type=tel]:focus-visible {
  outline: 1px solid orange;
  outline-offset: 3px;
}
.input-container--with-label2 .input[type=text]:hover, .input-container--with-label2 .input[type=email]:hover, .input-container--with-label2 .input[type=tel]:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.input-container--with-label2 .input[type=text]:focus, .input-container--with-label2 .input[type=email]:focus, .input-container--with-label2 .input[type=tel]:focus {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
  border-color: #000000;
}
.input-container--with-label2 .label {
  display: block;
  margin-bottom: 16px;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  color: #7B7F88;
  display: block;
  max-width: fit-content;
}
.input-container--with-label2 .label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.input-container--with-label2 abbr {
  text-decoration: none;
}

.textarea2 {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  min-height: 42px;
  border-radius: 4px;
  border: 1px solid #979797;
  width: 100%;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 18px;
  line-height: 24px;
  background: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0deg, 0%, 100%, 0)), to(hsla(0deg, 0%, 100%, 0))) !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0);
  padding: 16px;
  min-height: 88px;
  resize: vertical;
}
@media screen and (max-width: 47.9875em) {
  .textarea2 {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 8px;
    min-height: 32px;
  }
}
.textarea2:focus-visible {
  outline: 1px solid orange;
  outline-offset: 3px;
}
.textarea2:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.textarea2:focus {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
  border-color: #000000;
}

.std-checkbox input[type=checkbox] {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  opacity: 0.01;
}
.std-checkbox input[type=checkbox] + label {
  display: block;
  margin-bottom: 16px;
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-checkbox input[type=checkbox] + label .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.std-checkbox input[type=checkbox] + 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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e912";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #979797;
  margin-right: 14px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  background-color: #ffffff;
  transition: color 0.3s;
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-bottom: 6px;
}
.std-checkbox input[type=checkbox]:focus-visible + label::before {
  outline: 1px dashed orange;
  outline-offset: 3px;
}
.std-checkbox input[type=checkbox]:checked + label {
  display: inline-block;
}
.std-checkbox input[type=checkbox]:checked + label::before {
  color: var(--color-theme-light);
}

.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,
.nl-reg-checkbox input[type=checkbox] + .label-sibling .label__inner {
  display: block;
  margin-bottom: 16px;
  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,
.nl-reg-checkbox input[type=checkbox] + .label-sibling .label__inner .optional {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.nl-reg-checkbox input[type=checkbox] + .label__inner::after,
.nl-reg-checkbox input[type=checkbox] + .label-sibling .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,
.nl-reg-checkbox input[type=checkbox] + .label-sibling .label__inner::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  color: #ffffff;
  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,
.nl-reg-checkbox input[type=checkbox] + .label-sibling .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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  color: #ffffff;
  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 orange;
  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) .nl-reg-checkbox input[type=checkbox] + .label__inner::before,
.form .nl-reg-checkbox input[type=checkbox] + .label__inner::before {
  border: 1px solid #979797;
}
.content.appearance--light-default .content-elements > .content-element:not(.infobox) .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before,
.form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before {
  border-color: #242528;
  background-color: #242528;
}
.content.appearance--light-default .content-elements > .content-element:not(.infobox) .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after,
.form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after {
  color: #ffffff;
}

/* special checkbox in infobox on light-default background */
.appearance--light-default.infobox .nl-reg-checkbox input[type=checkbox] + .label__inner::before {
  border: 1px solid #979797;
}
.appearance--light-default.infobox .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before {
  border-color: #242528;
  background-color: #242528;
}
.appearance--light-default.infobox .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after {
  color: #ffffff;
}

.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: 20px;
  line-height: 25px;
  /*    p + ul,
      p + ol {
          margin-top: -9px - 4px;
      }*/
}
.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-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 29.9875em) {
  .richtext h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h2 strong {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 29.9875em) {
  .richtext h2 strong {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h3 {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
}
@media screen and (max-width: 29.9875em) {
  .richtext h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h3 strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
}
@media screen and (max-width: 29.9875em) {
  .richtext h3 strong {
    font-size: 20px;
    line-height: 25px;
  }
}
.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: 29.9875em) {
  .richtext h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h4 strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 29.9875em) {
  .richtext h4 strong {
    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 h5 strong {
  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 h6 strong {
  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--primary);
}
.richtext p {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  line-height: 26px;
  margin-bottom: 23px;
}
.richtext img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.richtext hr {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 23px;
  border-top: 1px solid;
}
.richtext b, .richtext strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.richtext a:not(.std-button) {
  color: var(--color-theme-light);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  /*    &[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(.std-button):hover, .richtext a:not(.std-button):active, .richtext a:not(.std-button):focus {
  color: #000000;
}
.richtext a:not(.std-button)::before {
  margin-right: 4px;
  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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e916";
  font-size: 0.7em;
  line-height: 2em;
  margin-bottom: -0.5em;
}
.richtext a:not(.std-button):not(:first-child)::before {
  margin-left: 5px;
}
.richtext a:not(.std-button):not(.teaser-button__container) {
  color: inherit;
}
.richtext a:not(.std-button):not(.teaser-button__container):hover {
  color: inherit;
}
.richtext ul {
  margin-bottom: 23px;
  display: block;
}
.richtext ul li {
  position: relative;
  line-height: 22px;
  margin-top: 23px;
  padding-left: 22px;
  /*            &:first-child {
                  &:before {
                      top: 1px;
                  }
              }*/
}
.richtext ul li:last-child {
  padding-bottom: 0;
}
.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;
  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: 0px;
  top: 1px;
  color: var(--color-theme--primary);
}
.richtext ul:last-child {
  margin-bottom: 0;
}
.richtext ul.ul-check-mark li {
  padding-left: 30px;
}
.richtext ul.ul-check-mark li:before {
  content: "\e925";
  font-size: 11px;
  top: 3px;
}
.richtext ol {
  margin-bottom: 23px;
  display: block;
}
.richtext ol > li {
  position: relative;
  list-style-type: decimal;
  margin-top: 23px;
  padding-left: 25px;
}
.richtext ol > li:before {
  position: absolute;
  left: 0;
  top: 0px;
}
.richtext ol > li:last-child {
  padding-bottom: 0;
}
.richtext ol > li > ol > li {
  padding-left: 39px;
}
.richtext ol > li > ol > li > ol > li {
  padding-left: 53px;
}
.richtext ol > li > ol > li > ol > li > ol > li {
  padding-left: 67px;
}
.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-family: "Gelion-BoldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin-top: 0px;
  position: relative;
  padding-top: 73px;
  padding-left: 82px;
}
@media screen and (max-width: 29.9875em) {
  .richtext blockquote {
    font-size: 26px;
    line-height: 28px;
  }
}
.richtext blockquote:not(:first-child) {
  margin-top: 55px;
}
@media screen and (min-width: 30em) {
  .richtext blockquote {
    margin-left: -12px;
  }
}
.richtext blockquote::before {
  color: var(--color-theme--primary);
  /* 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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e90c";
  display: block;
  text-align: center;
  font-size: 58px;
  line-height: 140px;
  display: block;
  height: 140px;
  width: 140px;
  border: 5px solid currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.richtext blockquote p {
  position: relative;
  font-family: "Gelion-BoldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
}
@media screen and (max-width: 29.9875em) {
  .richtext blockquote p {
    font-size: 26px;
    line-height: 28px;
  }
}
.richtext blockquote p::before {
  content: open-quote;
  padding-right: 1px;
}
.richtext blockquote p::after {
  content: close-quote;
  padding-left: 2px;
}
.richtext blockquote:first-child {
  margin-top: 0;
}
.richtext blockquote + p {
  color: #626262;
  font-size: 16px;
  line-height: 22px;
  padding-left: 82px;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 30em) {
  .richtext blockquote + p {
    margin-left: -12px;
  }
}
.richtext blockquote + p:not(:last-child) {
  margin-bottom: 55px;
}
.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 sub {
  margin-bottom: -0.3em;
  display: inline-block;
}
.richtext sup {
  margin-top: -0.3em;
  display: inline-block;
}
.richtext .std_button {
  display: inline-block;
  margin-bottom: 16px;
}
.richtext .std_button:last-child {
  margin-bottom: 0;
}

.text-appearance--light .richtext, .text-appearance--light.infobox .richtext {
  color: #ffffff;
}
.text-appearance--light .richtext ul li::before, .text-appearance--light.infobox .richtext ul li::before {
  color: var(--color-theme-light);
}
.text-appearance--light .richtext hr, .text-appearance--light.infobox .richtext hr {
  border-color: #d2d2d2;
}
.text-appearance--light .richtext .std-button, .text-appearance--light.infobox .richtext .std-button {
  border-color: transparent;
  background-color: #ffffff;
  color: #000000;
}

.text-appearance--dark .richtext, .text-appearance--dark.infobox .richtext {
  color: #000000;
}
.text-appearance--dark .richtext hr, .text-appearance--dark.infobox .richtext hr {
  border-color: #d2d2d2;
}
.text-appearance--dark .richtext .std-button, .text-appearance--dark.infobox .richtext .std-button {
  border-color: transparent;
  background-color: #000000;
  color: #ffffff;
}
.text-appearance--dark .richtext .std-button.button-appearance-dark-default, .text-appearance--dark.infobox .richtext .std-button.button-appearance-dark-default {
  background-color: var(--theme-dark);
  border-color: #ffffff;
  color: #ffffff;
}
.text-appearance--dark .richtext .std-button.button-appearance-light-default, .text-appearance--dark.infobox .richtext .std-button.button-appearance-light-default {
  background-color: var(--theme-light);
  color: #000000;
  border-color: currentColor;
}
.text-appearance--dark .richtext .std-button.button-appearance-dark-theme, .text-appearance--dark.infobox .richtext .std-button.button-appearance-dark-theme {
  background-color: var(--color-theme-dark);
  color: #ffffff;
  border-color: #ffffff;
}
.text-appearance--dark .richtext .std-button.button-appearance-light-theme, .text-appearance--dark.infobox .richtext .std-button.button-appearance-light-theme {
  background-color: var(--color-theme-light);
  color: #000000;
}

.appearance--light-default .richtext ul li::before, .appearance--light-default.infobox .richtext ul li::before {
  color: var(--color-theme-light);
}
.appearance--light-default .richtext blockquote::before, .appearance--light-default.infobox .richtext blockquote::before {
  color: var(--color-theme-light);
}

.appearance--light-theme .richtext ul li::before, .appearance--light-theme.infobox .richtext ul li::before {
  color: #ffffff;
}
.appearance--light-theme .richtext blockquote::before, .appearance--light-theme.infobox .richtext blockquote::before {
  color: #ffffff;
}

/*
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;
}

.std-button {
  -webkit-appearance: none;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 20px 9px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  color: #b3b3b3;
  min-height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  /*    &: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: #000000;
  background-color: var(--color-theme-light);
  border-color: var(--color-theme-light);
  /*    &:hover {
          background-color: $color-button-hover;
          border-color: $color-button-hover;
      }*/
}
.std-button[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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
}
.std-button .icon-mail::before {
  margin-left: 4px;
}
.std-button.disabled {
  color: #ffffff;
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}
.std-button:disabled {
  color: #ffffff;
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}

.button--primary {
  color: #000000;
  background-color: var(--color-theme-light);
  border-color: var(--color-theme-light);
  /*    &:hover {
          background-color: $color-button-hover;
          border-color: $color-button-hover;
      }*/
}
.button--secondary {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  /*    &:hover {
          background-color: $white-2;
      }*/
}
.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-light);
  }
}
.button.disabled {
  color: #ffffff;
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}
.button:disabled {
  color: #ffffff;
  background-color: #b9e6e6;
  border-color: #b9e6e6;
}

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

/*
    Created on : 09.07.2020, 11:56:13
    Author     : ks
*/
a.button--shortcode {
  color: inherit;
  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(--theme-dark);
  border-color: var(--theme-dark);
  color: #ffffff;
}
.richtext .button__wrapper .button--shortcode.button-appearance-light-default {
  background-color: var(--theme-light);
  color: #000000;
  border-color: currentColor;
}
.richtext .button__wrapper .button--shortcode.button-appearance-dark-theme {
  background-color: var(--color-theme-dark);
  color: #ffffff;
  border-color: var(--color-theme-dark);
}
.richtext .button__wrapper .button--shortcode.button-appearance-light-theme {
  background-color: var(--color-theme-light);
  color: #000000;
}

/* 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: '"' '"';
}

html,
body {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 320px;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  word-break: break-word;
}

html {
  background-color: #f7f7f7;
}

body {
  background-color: var(--color-footer-bg);
  overflow: hidden;
}

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

.main-wrapper {
  min-height: 100vh;
  overflow: hidden;
  background-color: #f7f7f7;
}

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;
}
body p {
  font-size: 20px;
  line-height: 25px;
}

ul, li {
  list-style: none;
}

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

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;
}

.image-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

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

.aspect-ratio-free {
  object-fit: cover;
  aspect-ratio: var(--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;
}

/*
    Created on : 31.05.2021, 09:26:47
    Author     : ks
*/
.footer-navigation {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}
.footer-navigation li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-navigation li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.4s;
}
.footer-navigation li a:hover {
  color: var(--color-theme-light);
}

/*
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: -8px;
  margin-bottom: -8px;
}

.social-menu-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.social-menu-item::before {
  display: none;
}
.social-menu-item__link {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  border: 1px solid #bbb;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0;
}
.social-menu-item__link:hover {
  color: var(--color-theme-light);
  border-color: var(--color-theme-light);
}
.social-menu-item__icon {
  font-size: 21px;
  line-height: 48px;
  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: 25px;
}
.social-menu-item .iconfont-instagram {
  font-size: 22px;
}
.social-menu-item .iconfont-youtube {
  font-size: 19px;
}
.social-menu-item .iconfont-twitter {
  font-size: 22px;
}
.social-menu-item .iconfont-twitter-x {
  font-size: 22px;
}
.social-menu-item .iconfont-linkedin {
  bottom: 2px;
}

/*
    Created on : 28.06.2021, 12:46:54
    Author     : ks
*/
.social-share-navigation {
  padding-bottom: 30px;
}
@media screen and (min-width: 60em) {
  .social-share-navigation {
    padding-bottom: 40px;
  }
}
.social-share-menu {
  text-align: center;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.social-share-menu-item {
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-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%;
  border: 1px solid var(--grey-dark);
  background-color: var(--grey-dark);
  color: var(--theme-light);
}
.social-share-menu-item__link:hover {
  background-color: var(--theme-light);
  color: var(--theme-dark);
  border-color: var(--theme-dark);
}
.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;
}
.social-share-menu-item__icon::before {
  line-height: inherit;
  font-size: inherit;
}
.social-share-menu-item .iconfont-facebook {
  font-size: 24px;
}
.social-share-menu-item .iconfont-instagram {
  font-size: 24px;
}
.social-share-menu-item .iconfont-whatsapp {
  font-size: 31px;
}
.social-share-menu-item .iconfont-twitter {
  font-size: 23px;
}
.social-share-menu-item .iconfont-twitter-x {
  font-size: 22px;
}
.social-share-menu-item .iconfont-mail {
  font-size: 21px;
}

.text-appearance--light .social-share-menu-item__link {
  border: 1px solid var(--theme-light);
  background-color: var(--theme-dark);
  color: var(--theme-light);
}
.text-appearance--light .social-share-menu-item__link:hover {
  background-color: var(--theme-light);
  color: var(--theme-dark);
  border-color: var(--theme-light);
}

/*
    Created on : 06.07.2021, 14:13:48
    Author     : ks
*/
.burger-navigation {
  transition: all 0.7s;
  max-height: calc(100vh - 83px);
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  height: auto;
  /* stylus-based screens */
}
.burger-navigation__container {
  border: 0.8px solid var(--color-header);
  background-color: var(--color-header-bg);
  color: var(--color-header);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 42px;
  padding: 28px 29px 28px 30px;
  color: white;
  pointer-events: all;
  min-height: 83px;
}
@media screen and (max-width: 47.9875em) {
  .burger-navigation__container {
    padding: 17px 28px 15px 27px;
    border-radius: 28px;
    min-height: 55px;
  }
}
.burger-navigation__inner {
  overflow: hidden;
  animation-name: mobile-navigation-close;
  animation-duration: 0.7s;
}
.burger-navigation__search-opener {
  display: inline-block;
  font-size: 27px;
  line-height: 27px;
  padding-bottom: 2px;
  position: absolute;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
  /*        &:hover {
              color: var(--color-theme-light);
          }*/
}
@media screen and (max-width: 47.9875em) {
  .burger-navigation__search-opener {
    font-size: 17px;
    line-height: 21px;
    margin-left: -7px;
  }
}
.burger-navigation a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  padding-top: 3px;
  padding-bottom: 3px;
  /*        &:hover {
              color: var(--color-theme-light);
          }*/
}
.burger-navigation .menu {
  display: block;
}
.burger-navigation .menu-item {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 29.9875em) {
  .burger-navigation .menu-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.burger-navigation .menu-item:not(:last-child) {
  margin-bottom: 4px;
}
.burger-navigation .menu-item__link .menu-item__label {
  transition: all 0.4s;
}
@supports (text-decoration-color: transparent) {
  .burger-navigation .menu-item__link .menu-item__label {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 0.1em;
  }
}
.burger-navigation .menu-item__link:hover .menu-item__label {
  text-decoration: underline;
}
@supports (text-decoration-color: transparent) {
  .burger-navigation .menu-item__link:hover .menu-item__label {
    text-decoration-color: currentColor;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 0.1em;
  }
}
.burger-navigation .sub-item {
  padding-left: 28px;
  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:first-child {
  margin-top: 10px;
}
.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;
}
.burger-navigation .submenu__container {
  position: relative;
}
.burger-navigation .submenu__open ~ .submenu__container {
  max-height: 0;
  overflow: hidden;
  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;
}
@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;
  }
}
.burger-navigation .main-navigation {
  padding-top: 14px;
}
.burger-navigation .meta-navigation::before {
  content: "";
  display: block;
  border-top: 1px solid #ffffff;
  padding-top: 21px;
  position: relative;
  left: 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
}
@media screen and (max-width: 47.9875em) {
  .burger-navigation .meta-navigation::before {
    left: 16px;
    width: calc(100% - 32px);
  }
}
.burger-navigation .meta-navigation .menu-item {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

@keyframes mobile-navigation-open {
  0% {
    max-height: 0;
    overflow-y: hidden;
  }
  99% {
    max-height: calc(100vh - 72px);
    overflow-y: hidden;
  }
  100% {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
}
@keyframes mobile-navigation-close {
  0% {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  1% {
    max-height: calc(100vh - 72px);
    overflow-y: hidden;
  }
  100% {
    max-height: 0px;
    overflow-y: hidden;
  }
}
/*
    Created on : 21.07.2021, 10:03:50
    Author     : ks
*/
.pagination {
  margin: 0 auto;
}
@media screen and (max-width: 29.9875em) {
  .pagination {
    width: 100%;
  }
}
.pagination__container {
  margin-bottom: 30px;
}
.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: 29.9875em) {
  .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);
}
.pagination__link.current {
  color: var(--color-theme-light);
  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: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.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;
  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(--theme-dark);
  background-color: var(--color-theme-light);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.flickity-prev-next-button:focus-visible {
  outline: 2px solid orange;
}

.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);
}

.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: #ffffff;
}

@media screen and (max-width: 47.9875em) {
  .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(--theme-light);
  color: var(--theme-dark);
}

/*
    Created on : 25.06.2021, 12:31:23
    Author     : ks
*/
.teaser-button {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.1px;
  margin-top: 23px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.teaser-button::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.teaser-button__container {
  text-decoration: none;
  color: inherit;
}
.teaser-button__container:hover .teaser-button::after, .teaser-button:hover::after {
  animation-name: slideline;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
.teaser-button:active {
  transform: translate3d(0, 0, 0);
}

.media-icon--video picture {
  position: relative;
}
.media-icon--video picture::after {
  content: "";
  width: 13.6363636364%;
  height: 24.2424242424%;
  background-color: var(--color-theme-light);
  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;
}

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

@keyframes slideline {
  from {
    left: 0%;
    width: 100%;
  }
  49% {
    left: 100%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
/*
    Created on : 25.06.2021, 12:27:42
    Author     : ks
*/
.emphasis-teaser {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .emphasis-teaser {
    display: flex;
    flex-flow: wrap;
  }
}
.emphasis-teaser__image-container {
  margin-bottom: 26px;
}
@media screen and (min-width: 48em) {
  .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: 48em) {
  .emphasis-teaser__texts-container {
    width: 50%;
    display: flex;
    flex-flow: column;
  }
}
.emphasis-teaser__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 13px;
}
@media screen and (max-width: 29.9875em) {
  .emphasis-teaser__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.emphasis-teaser__button {
  margin-top: 28px;
}

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

/*

Post teaser stylesheet.

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

*/
.post-teasers-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -30px;
  /* for positioning action-teaser between post-teasers on category */
}
@media screen and (min-width: 30em) and (max-width: 59.9875em) {
  .post-teasers-container .post-teaser {
    order: 0;
  }
  .post-teasers-container .action-teaser {
    order: 1;
  }
  .post-teasers-container .action-teaser ~ .post-teaser {
    order: 2;
  }
  .post-teasers-container .action-teaser ~ .action-teaser {
    order: 3;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .post-teaser {
    order: 4;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser {
    order: 5;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .post-teaser {
    order: 6;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser {
    order: 7;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .post-teaser {
    order: 8;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser {
    order: 9;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .post-teaser {
    order: 10;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser {
    order: 11;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .post-teaser {
    order: 12;
  }
  .post-teasers-container .action-teaser ~ .post-teaser {
    order: 1 !important;
  }
  .post-teasers-container .action-teaser ~ .action-teaser + .post-teaser {
    order: 2 !important;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser + .post-teaser {
    order: 4 !important;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser + .post-teaser {
    order: 6 !important;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser + .post-teaser {
    order: 8 !important;
  }
  .post-teasers-container .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser ~ .action-teaser + .post-teaser {
    order: 10 !important;
  }
}

.post-teaser {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  /* 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: 64em) {
  .post-teaser.width-25 {
    width: 33%;
  }
}
@media screen and (max-width: 47.9875em) {
  .post-teaser.width-25 {
    width: 50%;
  }
}
@media screen and (max-width: 29.9875em) {
  .post-teaser.width-25 {
    width: 100%;
  }
}
.post-teaser.width-33 {
  width: 33.333333%;
}
@media screen and (max-width: 59.9875em) {
  .post-teaser.width-33 {
    width: 50%;
  }
}
@media screen and (max-width: 29.9875em) {
  .post-teaser.width-33 {
    width: 100%;
  }
}
.post-teaser.width-100 {
  width: 100%;
}
@media screen and (max-width: 59.9875em) {
  .post-teaser.width-100 {
    width: 100%;
  }
}
@media screen and (max-width: 29.9875em) {
  .post-teaser.width-100 {
    width: 100%;
  }
}
.post-teaser.width-50 {
  width: 50%;
}
@media screen and (max-width: 29.9875em) {
  .post-teaser.width-50 {
    width: 100%;
  }
}
.post-teaser__image {
  position: relative;
  overflow: hidden;
}
.post-teaser__texts-container {
  margin-bottom: 7px;
}
.post-teaser__texts-container:not(:first-child) {
  margin-top: 8px;
}
.post-teaser__topline {
  font-family: "Gelion-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 1px;
}
.post-teaser__topline--theme-colored {
  color: var(--color-theme-light);
}
.post-teaser__title {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
}
.post-teaser__title .iconfont- {
  font-size: 0.8em;
}
.post-teaser__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}
.post-teaser__button {
  margin-top: 15px;
}
.post-teaser__title + .post-teaser__button {
  margin-top: 11px;
}
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: #000000;
}

.text-appearance--light .post-teaser, .text-appearance--light.infobox .post-teaser {
  color: #ffffff;
}

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

/*

Action teaser stylesheet.

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

*/
.action-teaser {
  width: 100%;
}
.action-teaser.infobox {
  padding: 0;
}
.action-teaser__inner {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-top: 45px;
}
.action-teaser.category-action-teaser {
  margin-bottom: 30px;
}
.action-teaser.category-action-teaser .action-teaser__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 29.9875em) {
  .action-teaser.category-action-teaser .action-teaser__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.action-teaser__title {
  width: 100%;
  margin-bottom: 13px;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 29.9875em) {
  .action-teaser__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.action-teaser .text-container {
  text-align: left;
  padding-bottom: 20px;
}
.action-teaser .image {
  padding-bottom: 20px;
  width: 250px;
}
.action-teaser .button__wrapper {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.action-teaser .button__wrapper .button {
  display: inline-block;
}
.action-teaser .buttons-wrapper {
  margin-right: -20px;
  text-align: center;
}
.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) .action-teaser__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 29.9875em) {
  .action-teaser:not(.action-teaser--with-image) .action-teaser__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.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: 20px;
  padding-right: 20px;
  /*        .text-container {
              width: calc(100% - ( 245px + 30px ))
          }*/
}
@media screen and (max-width: 29.9875em) {
  .action-teaser--with-image .action-teaser__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 48em) {
  .action-teaser--with-image .action-teaser__inner .image {
    width: 275px;
  }
  .action-teaser--with-image .action-teaser__inner .text-container {
    width: calc(100% - ( 245px + 30px ));
  }
}
.action-teaser--with-image .action-teaser__inner .title {
  margin-bottom: 20px;
}

.emphasis-category-content .action-teaser {
  position: relative;
}
.emphasis-category-content .action-teaser .action-teaser__inner {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.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-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 29.9875em) {
  .single-category-teaser .title {
    font-size: 20px;
    line-height: 25px;
  }
}

/*
    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: 18px;
  line-height: 22px;
  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: 29.9875em) {
  .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);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  color: var(--color-theme-light);
  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-infobox + .content-element.ce-action-teaser {
  margin-top: -30px;
}

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

.category-teasers__container {
  /* @jira ZFX-16
  @include fn_displayFlex;;
  flex-wrap: wrap;
  justify-content: center;
  */
  margin-bottom: 15px;
}
.category-teasers__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 48em) {
  .category-teasers__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.category-teasers__label-container {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 9px;
}
@media screen and (min-width: 48em) {
  .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);
}
.category-teasers__label.is-selected {
  color: #000000;
  background-color: var(--color-theme-light);
  border-color: var(--color-theme-light);
}

.appearance--light-theme .category-teasers__label:hover, .appearance--light-theme.infobox .category-teasers__label:hover {
  color: var(--color-theme-light);
  background-color: var(--color-theme-dark);
  border-color: var(--color-theme-dark);
}
.appearance--light-theme .category-teasers__label.is-selected, .appearance--light-theme.infobox .category-teasers__label.is-selected {
  color: var(--theme-light);
  background-color: var(--theme-dark);
  border-color: var(--theme-dark);
}

.category-teaser {
  /* @jira ZFX-16
  display: none;
  */
  width: 100%;
  order: 2;
  background-color: var(--theme-light);
}
.category-teaser__inner {
  flex-wrap: wrap;
  display: flex;
}
.category-teaser__image-container-inner {
  position: relative;
  min-height: 100%;
}
.category-teaser__image-container img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .category-teaser__text-container {
    max-width: calc((1100px /2) + 15px);
  }
}
@media screen and (min-width: 64.0125em) {
  .category-teaser__text-container {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 44px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 64em) and (min-width: 48em) {
  .category-teaser__text-container {
    padding: 30px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 47.9875em) {
  .category-teaser__text-container {
    padding: 35px;
  }
}
@media screen and (max-width: 29.9875em) {
  .category-teaser__text-container {
    padding: 16px;
  }
}
.category-teaser__image-container, .category-teaser__text-container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .category-teaser__image-container {
    /* ZFX-235 bugherd#71 */
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .category-teaser__text-container {
    /* ZFX-235 bugherd#71 */
    width: 50%;
  }
}
.category-teaser__topline {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 64.0125em) {
  .category-teaser__topline {
    padding-right: 80px;
  }
}
@media screen and (max-width: 47.9875em) {
  .category-teaser__topline {
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}
.category-teaser__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 9px;
}
@media screen and (max-width: 29.9875em) {
  .category-teaser__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 60em) {
  .category-teaser__title {
    padding-right: 80px;
  }
}
.category-teaser__teaser-text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.53;
  font-size: 18px;
  line-height: 22px;
}
.category-teaser .button__wrapper {
  margin-top: 28px;
  margin-right: 18px;
  display: inline-block;
}

.infobox.frame--true .highlight-slider {
  margin-right: 35px;
  margin-left: 35px;
}
@media screen and (max-width: 29.9875em) {
  .infobox.frame--true .highlight-slider {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 48em) {
  .infobox.frame--true .category-teaser__text-container {
    max-width: calc((1100px /2) + 15px);
  }
}
@media screen and (max-width: 64em) and (min-width: 48em) {
  .infobox.frame--true .category-teaser__text-container {
    padding: 30px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 47.9875em) {
  .infobox.frame--true .category-teaser__text-container {
    padding: 35px;
  }
}
@media screen and (max-width: 29.9875em) {
  .infobox.frame--true .category-teaser__text-container {
    padding: 16px;
  }
}
.infobox.frame--true .category-teaser__image-container, .infobox.frame--true .category-teaser__text-container {
  position: relative;
  width: 100%;
}
.infobox.frame--true .category-teaser__title {
  padding-right: 0;
}

.highlight-slider {
  position: relative;
}
.highlight-slider > .highlight-slider__item {
  display: none;
}
.highlight-slider > .highlight-slider__item:first-child {
  display: block;
}
.highlight-slider .flickity-viewport {
  transition: height 0.3s;
}
.highlight-slider .flickity-prev-next-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0 20px;
  box-sizing: content-box;
  transform: translateY(-50%);
  color: var(--theme-dark);
}
.highlight-slider .flickity-prev-next-button:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .highlight-slider .flickity-prev-next-button {
    font-size: 80px;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.highlight-slider .flickity-prev-next-button:before {
  content: "\e906";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-top: 0;
}
.highlight-slider .flickity-prev-next-button.previous:before {
  transform: rotate(180deg);
  left: -1px;
}
.highlight-slider .flickity-prev-next-button.next:before {
  transform: rotate(0deg);
  left: 1px;
}
.highlight-slider .flickity-prev-next-button.previous {
  right: auto;
  left: calc(50% - 650px);
}
.highlight-slider .flickity-prev-next-button.next {
  left: auto;
  right: calc(50% - 650px);
}
@media screen and (max-width: 1280px) {
  .highlight-slider .flickity-prev-next-button {
    top: 95px;
  }
  .highlight-slider .flickity-prev-next-button.previous {
    left: calc(50% - 570px);
  }
  .highlight-slider .flickity-prev-next-button.next {
    right: calc(50% - 570px);
  }
}
@media screen and (max-width: 1100px) {
  .highlight-slider .flickity-prev-next-button {
    display: none;
  }
}
.highlight-slider[data-count="1"] .flickity-button {
  display: none;
}

.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: 20px;
  line-height: 25px;
  text-decoration: none;
}
.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: #ffffff;
}
.box-scheme--light-theme .ce-downloads .download__icon {
  color: var(--color-theme-dark);
}

.box-scheme--dark-theme .ce-downloads .downloads {
  border-color: #ffffff;
}

/*

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);
}
.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);
}
.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: 29.9875em) {
  .ce-expandables .expandable__title {
    padding-right: 30px;
  }
}
.ce-expandables .expandable__dropdown {
  right: 31px;
}
@media screen and (max-width: 29.9875em) {
  .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: #000000;
  background-color: #ffffff;
}
.expandable__opener-container:hover .expandable__dropdown {
  color: var(--color-theme-light);
}
.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: 29.9875em) {
  .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);
}
.expandable__checkbox:focus-visible ~ .expandable__opener-container .expandable__dropdown {
  color: var(--color-theme-light);
}
.expandable__checkbox:focus-visible ~ .expandable__opener-container {
  outline: orange 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: 20px;
  line-height: 25px;
  line-height: 26px;
  margin-bottom: 40px;
}

.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 {
  border-color: currentColor;
}
.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;
  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: block;
  text-align: center;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 47.9875em) {
  .ce-countdown .countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.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 .value-container {
  white-space: nowrap;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  padding: 8px;
  min-width: 106px;
  max-width: calc(25% - 30px);
}
@media screen and (max-width: 47.9875em) {
  .ce-countdown .value-container {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-countdown .value-container {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 48em) {
  .ce-countdown .value-container:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 47.9875em) {
  .ce-countdown .value-container {
    min-width: 60px;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-countdown .value-container {
    width: 90px;
  }
}
.ce-countdown .value-container .value, .ce-countdown .value-container::before {
  content: attr(data-value);
  display: block;
  width: 180%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.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="01"]::after, .ce-countdown .value-container[data-value="1"]::after {
  content: attr(data-singular);
}
.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 .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(--black);
  color: var(--white-2);
}

.text-appearance--dark .ce-category-cloud, .text-appearance--dark.infobox .ce-category-cloud {
  --color-cloud-overlay: rgba(255, 255, 255, 0.6);
  --color-cloud-tag-primary: var(--white);
  --color-cloud-tag-secondary: var(--black);
}

.text-appearance--light .ce-category-cloud, .text-appearance--light.infobox .ce-category-cloud {
  --color-cloud-overlay: rgba(26, 26, 26, 0.6);
  --color-cloud-tag-primary: var(--black);
  --color-cloud-tag-secondary: var(--white);
}

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

.category-cloud {
  width: 100%;
  position: relative;
}
.category-cloud__inner {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.category-cloud__title {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 36px;
}
.category-cloud__text {
  padding-bottom: 10px;
}
.category-cloud__text-container {
  text-align: center;
  padding-bottom: 6px;
}
.category-cloud__buttons-wrapper {
  margin-right: -15px;
  text-align: center;
}
.category-cloud .button__wrapper {
  margin-top: 18px;
  /* - 4px for inline-block margin */
  margin-right: 11px;
  display: inline-block;
  position: relative;
}
.category-cloud .button__wrapper .button {
  border: 1px solid var(--color-cloud-tag-secondary) !important;
  background: var(--color-cloud-tag-secondary) !important;
  color: var(--color-cloud-tag-primary) !important;
  display: inline-block !important;
}
.category-cloud .button__wrapper .button:hover {
  background: 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: 47.9875em) {
  .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%;
}

.content-element.infobox.frame--true .category-cloud--with-bg-image {
  background-image: var(--background-image-mobile);
}
.content-element.infobox.frame--true .ce-category-cloud:first-child {
  margin-top: -36px;
}
.content-element.infobox.frame--true .ce-category-cloud:last-child {
  margin-bottom: -32px;
}
.content-element.infobox.frame--false .ce-category-cloud:first-child {
  margin-top: -30px;
}
.content-element.infobox.frame--false .ce-category-cloud:last-child {
  margin-bottom: -30px;
}

body.page-template-default .infobox .category-cloud--with-bg-image,
body.post-template-default:not(.post-template-customer) .infobox .category-cloud--with-bg-image {
  background-image: var(--background-image-mobile);
}

/*
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;
}
@media screen and (min-width: 30em) {
  .ce-images img.width-40 {
    max-width: 80%;
  }
}
@media screen and (min-width: 48em) {
  .ce-images img.width-40 {
    max-width: 60%;
  }
}
@media screen and (min-width: 64.0125em) {
  .ce-images img.width-40 {
    max-width: 40%;
  }
}
.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;
  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);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  /*    &[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: #000000;
}
.ce-images .description a::before {
  margin-right: 4px;
  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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e916";
  font-size: 0.7em;
  line-height: 2em;
  margin-bottom: -0.5em;
}
.ce-images .description a:not(:first-child)::before {
  margin-left: 5px;
}
.ce-images .description b, .ce-images .description strong {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

figcaption a {
  color: inherit;
}

.ce-images.image-count-1 .ce-images__inner {
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
}
.ce-images.image-count-1 .ce-images__inner.link-to-file {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}
.ce-images.image-count-1 .ce-images__inner.link-to-file .image a[target=_blank]:after {
  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 : 02.06.2021, 14:40:47
    Author     : ks
*/
.ce-images .gallery-slider-container,
.ce-video-gallery .gallery-slider-container {
  overflow: hidden;
  position: relative;
}
.ce-images .gallery-slider,
.ce-video-gallery .gallery-slider {
  position: relative;
  outline: none;
  transition: all 0.3s;
  overflow: visible;
}
.ce-images .gallery-slider:not(.flickity-enabled),
.ce-video-gallery .gallery-slider:not(.flickity-enabled) {
  max-height: 644px;
  overflow: hidden;
  opacity: 0;
}
.ce-images .gallery-slider .image,
.ce-video-gallery .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,
.ce-video-gallery .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,
.ce-video-gallery .gallery-slider .image figcaption {
  position: absolute;
  top: calc(100% + 32px);
  left: 50%;
  transform: translateX(-50%);
  width: 723px;
  max-width: calc(100vw - 70px);
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0s;
  text-align: center;
  padding-bottom: 32px;
}
.ce-images .gallery-slider .image picture,
.ce-video-gallery .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,
.ce-video-gallery .gallery-slider .image picture.js-lazy-img img {
  object-fit: cover;
}
.ce-images .gallery-slider .image picture img,
.ce-video-gallery .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,
.ce-video-gallery .gallery-slider .image.is-selected {
  opacity: 1;
  z-index: 1;
}
.ce-images .gallery-slider .image.is-selected::after,
.ce-video-gallery .gallery-slider .image.is-selected::after {
  opacity: 0;
}
.ce-images .gallery-slider .image.is-selected figcaption,
.ce-video-gallery .gallery-slider .image.is-selected figcaption {
  opacity: 1;
  transition-delay: 0.6s;
}
.ce-images .gallery-slider .image.is-selected picture,
.ce-video-gallery .gallery-slider .image.is-selected picture {
  filter: blur(0);
}
.ce-images .gallery-slider .flickity-viewport,
.ce-video-gallery .gallery-slider .flickity-viewport {
  top: 0;
  position: absolute;
  height: 100% !important;
  width: 100%;
  overflow: visible;
}
.ce-images .gallery-slider .flickity-page-dots,
.ce-video-gallery .gallery-slider .flickity-page-dots {
  position: absolute;
  top: calc(100% + 7px) !important;
}
.ce-images .gallery-slider .flickity-slider,
.ce-video-gallery .gallery-slider .flickity-slider {
  width: 100%;
  height: 100%;
}
.ce-images .gallery-slider .flickity-button,
.ce-video-gallery .gallery-slider .flickity-button {
  top: 50% !important;
}

.ce-images:not(.image-count-1) .ce-images__inner {
  max-width: 753px;
  margin-right: auto;
  margin-left: auto;
  /* for pagedots (and bu) */
  padding-bottom: 32px;
}

.ce-infobox.frame--true .ce-images .gallery-slider .image { /* galery-slide */ }
.ce-infobox.frame--true .ce-images .gallery-slider .image figcaption {
  width: 653px;
  max-width: calc(100vw - 15px * 4 - 20px * 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: 47.9875em) {
  .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) 70px, rgba(0, 0, 0, 0.7) 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;
  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);
  outline: none;
  display: inline-block;
  position: relative;
  transition: color 0.4s;
  text-decoration: underline;
  /*    &[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: #000000;
}
.ce-media-grid .description a::before {
  margin-right: 4px;
  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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e916";
  font-size: 0.7em;
  line-height: 2em;
  margin-bottom: -0.5em;
}
.ce-media-grid .description a:not(:first-child)::before {
  margin-left: 5px;
}
.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 {
  padding-right: 0;
  padding-left: 0;
}
.ce-media-grid .ce-media-grid__inner {
  width: 100%;
  padding: 0;
  position: relative;
}

.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: "\e91d";
  border: solid 0.8px var(--black);
  background-color: #fff;
  margin: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 44px;
  position: absolute;
  transition: all 0.4s;
}
.ce-media-grid .flickity-prev-next-button.previous::before {
  left: -30px;
  right: auto;
  transform: scaleX(-1) translateY(-35px);
}
.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);
  }
}
.ce-media-grid .gallery-slider {
  --media_grid_width: 361px;
  --media_grid_heigth: 278px;
  --media_grid_padding: 10px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .ce-media-grid .gallery-slider {
    --media_grid_width: 253px;
    --media_grid_heigth: 207px;
    --media_grid_padding: 7px;
  }
}
.ce-media-grid .gallery-slider__container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  max-width: 100vw;
}
.ce-media-grid .gallery-slider .media-grid-slide {
  position: relative;
  position: relative;
  display: block;
  height: 576px;
  width: 371px;
  height: calc(var(--media_grid_heigth) * 2 + var(--media_grid_padding) * 2);
  width: calc(var(--media_grid_width) + var(--media_grid_padding));
  padding-right: 10px;
  padding-bottom: 10px;
  padding-bottom: 298px;
  padding-right: var(--media_grid_padding);
  padding-bottom: var(--media_grid_padding);
  padding-bottom: calc(var(--media_grid_heigth) + var(--media_grid_padding) * 2);
}
.ce-media-grid .gallery-slider .media-grid-slide.width--3 {
  width: 361px;
  width: var(--media_grid_width);
}
.ce-media-grid .gallery-slider .media-grid-slide.width--2 {
  width: 240.6666666667px;
  width: calc(var(--media_grid_width) * 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: 288px;
  top: calc(var(--media_grid_heigth) + var(--media_grid_padding));
  z-index: 2;
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--3 {
  margin-left: -361px;
  margin-left: calc(var(--media_grid_width) * -3 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--2 {
  margin-left: -240.6666666667px;
  margin-left: calc(var(--media_grid_width) * -2 / 3);
}
.ce-media-grid .gallery-slider .media-grid-slide.diff--1 {
  margin-left: -120.3333333333px;
  margin-left: calc(var(--media_grid_width) * -1 / 3);
}
.ce-media-grid .gallery-slider .flickity-viewport {
  height: 566px !important;
  height: calc(var(--media_grid_heigth) * 2 + var(--media_grid_padding)) !important;
}

.gallery-slider-full {
  position: relative;
  width: 910px;
  height: 90vh;
  max-width: calc(100vw - 100px);
}
@media screen and (max-width: 29.9875em) {
  .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: 80040;
  opacity: 1;
  pointer-events: all;
}
.gallery-slider-full__container.js-open .media-grid-slide {
  transform: scale(1);
}
.gallery-slider-full__container.js-open .media-grid-slide.is-selected {
  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: 34px;
}
.gallery-slider-full__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  /* stylus-based screens */
}
@media screen and (max-width: 47.9875em) {
  .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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e912";
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: solid 0.8px var(--white);
  background-color: #fff;
  background-color: var(--grey-dark);
  color: var(--white);
  margin: 0;
  border-radius: 50%;
  line-height: 60px;
  font-size: 30px;
  position: absolute;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .gallery-slider-full__close:hover::after {
    background-color: var(--color-theme-dark);
  }
}
.gallery-slider-full .flickity-slider {
  height: 100%;
}
.gallery-slider-full .flickity-viewport {
  height: 90vh !important;
}
.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 {
  --media_grid_width: 260px;
  --media_grid_heigth: 207px;
  --media_grid_padding: 7px;
}
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: 793px !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: 29.9875em) {
  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: 831px;
}
@media screen and (max-width: 59.9875em) {
  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: 583px;
  }
}

.infobox.frame--true .ce-media-grid .gallery-slider__container {
  max-width: calc(100% - 70px);
}
@media screen and (max-width: 29.9875em) {
  .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: 5px;
  --height--media-grid-item: 400px;
}
@media screen and (max-width: 77.4875em) {
  .ce-media-grid--template {
    --height--media-grid-item: 30vw;
  }
}
@media screen and (max-width: 47.9875em) {
  .ce-media-grid--template {
    --height--media-grid-item: calc(100vw * 9/16);
  }
}
@media screen and (min-width: 48em) {
  .ce-media-grid--template .gallery-slider__container,
  .ce-media-grid--template .gallery-slider-full__container {
    display: none;
  }
}
.ce-media-grid--template .ce-media-grid__inner {
  position: relative;
}
.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);
}
@media screen and (max-width: 47.9875em) {
  .ce-media-grid--template .media-grid-template {
    display: none;
  }
}
.ce-media-grid--template .button__wrapper {
  width: 100%;
  margin-top: calc(30px - var(--padding--media-grid) * 2);
}
@media screen and (max-width: 47.9875em) {
  .ce-media-grid--template .button__wrapper {
    display: none;
  }
}
.ce-media-grid--template .media-grid__template-item {
  display: block;
  height: var(--height--media-grid-item);
  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: 47.9875em) {
  .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);
  }
}
.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.5);
  opacity: 0.5;
  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: 48em) {
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+1) {
    width: 70%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+2) {
    width: 15%;
    height: calc(var(--height--media-grid-item) / 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) / 2);
    top: calc(var(--height--media-grid-item) / 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%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+5) {
    width: 60%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+6) {
    width: 30%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+7) {
    width: 70%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+8) {
    width: 30%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+9) {
    width: 40%;
  }
  .ce-media-grid--template .media-grid__template-item:nth-child(10n+10) {
    width: 30%;
  }
}
.ce-media-grid--template .media-grid__template-item:nth-child(1n+11) {
  max-height: 0;
  display: none;
}
.ce-media-grid--template input.media-grid__show-all-items {
  position: absolute;
  top: 100%;
  display: none;
}
.ce-media-grid--template input.media-grid__show-all-items:checked ~ .media-grid .media-grid__template-item:nth-child(1n+11) {
  max-height: fit-content;
  display: block;
}
.ce-media-grid--template input.media-grid__show-all-items:checked ~ .button__wrapper {
  max-height: 0;
  display: none;
}

.infobox.frame--true .ce-media-grid--template {
  --height--media-grid-item: 250px;
}
@media screen and (max-width: 47.9875em) {
  .infobox.frame--true .ce-media-grid--template {
    --height--media-grid-item: 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: -5px;
}
.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: 170px;
}
@media screen and (max-width: 47.9875em) {
  .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 29.9875em) {
  .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% - 170px);
}
@media screen and (max-width: 47.9875em) {
  .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: 47.9875em) {
  .content-element.ce-image-text .column:not(:last-child) .column-element:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 48em) {
  .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: 30em) {
  .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: 29.9875em) {
  .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: 47.9875em) {
  .infobox.frame--true .content-element.ce-image-text .columns-container.ratio-small-balance .column:first-child {
    width: 170px;
  }
}
@media screen and (max-width: 29.9875em) {
  .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: 47.9875em) {
  .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 {
  padding-left: 15px;
  padding-right: 15px;
  order: 1;
  width: 100%;
  margin-bottom: 30px;
  /* @see ZFX-13: hide items above initial max count */
}
@media screen and (max-width: 29.9875em) {
  .info-tile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 30em) {
  .info-tile {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .info-tile {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 64.0125em) {
  .info-tile {
    width: 25%;
  }
}
.info-tile.info-tile--hidden {
  display: none;
  transform: scale(0);
}
.info-tile.info-tile--hidden.info-tile--show {
  display: block;
  transform: scale(1);
}
@media screen and (min-width: 30em) {
  .info-tile__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}
.info-tile__inner {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 78px;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
@media screen and (min-width: 48em) {
  .info-tile__inner {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.info-tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.info-tile__image .picture {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 11px;
}
.info-tile__image .picture.js-lazy-img img {
  object-fit: cover;
}
.info-tile__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.info-tile__subtitle {
  display: block;
}
.info-tile__icon {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 46px);
  width: 24px;
  color: var(--color-theme-light);
}
.info-tile__icon::before {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  visibility: middle;
  text-align: center;
  bottom: -6px;
}
.info-tile__icon::after {
  content: "";
  width: 0;
  border-left: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  height: 24px;
  position: relative;
  transform: translateX(-50%);
  display: inline-block;
  top: 0px;
  left: 50%;
  bottom: 6px;
  background-color: currentColor;
  transition: all 0.4s;
  border-radius: 2px;
}
.info-tile__text {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  transition: max-height 2s;
  transition-delay: 0.3s;
  max-height: 0;
}
@media screen and (min-width: 30em) {
  .info-tile__text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.info-tile__text-inner-container {
  padding: 40px 20px 20px 20px;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 48em) {
  .info-tile__text-inner-container {
    padding: 49px 30px 30px 30px;
  }
}
.info-tile__text-inner {
  max-width: 881px;
}
.info-tile__text .image-credit {
  text-align: right;
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  margin-top: 19px;
}

/* color scheme */
.appearance--light-default .info-tile__inner, .appearance--light-default.infobox .info-tile__inner {
  border: #000000 1px solid;
}
.appearance--light-default .info-tile__text > .inner, .appearance--light-default.infobox .info-tile__text > .inner {
  border: #000000 1px solid;
}

.appearance--dark-theme .info-tile__inner, .appearance--dark-theme.infobox .info-tile__inner,
.appearance--dark-default .info-tile__inner,
.appearance--dark-default.infobox .info-tile__inner {
  border-color: transparent;
}
.appearance--dark-theme .info-tile__text > .inner, .appearance--dark-theme.infobox .info-tile__text > .inner,
.appearance--dark-default .info-tile__text > .inner,
.appearance--dark-default.infobox .info-tile__text > .inner {
  border-color: transparent;
}

.text-appearance--dark .info-tile__input:checked + .info-tile .info-tile__icon, .text-appearance--dark.infobox .info-tile__input:checked + .info-tile .info-tile__icon {
  color: #000000;
}

/* functional */
.info-tile {
  /* bugherd#166 auto scroll to focused input */
}
.info-tile, .info-tile__text {
  order: calc(var(--data-order-count) + 0);
}
.info-tile__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.info-tile__label--close {
  display: none;
}
.info-tile.without-info .info-tile__icon,
.info-tile.without-info .info-tile__label {
  display: none;
}
.info-tile.without-info .info-tile__inner {
  padding-bottom: 30px;
}
.info-tile__input.hidden {
  position: fixed !important;
}
.info-tile__input--close.hidden {
  /* no auto scroll to focused input */
  display: none !important;
}
.info-tile__input:checked + .info-tile + .info-tile__text {
  max-height: 10000px;
  display: block;
  z-index: 1;
}
.info-tile__input:checked + .info-tile {
  z-index: 2;
}
@media screen and (min-width: 64.0125em) {
  .info-tile__text:nth-child(12n+3) {
    order: calc(var(--data-order-count) + 4);
  }
  .info-tile__text:nth-child(12n+6) {
    order: calc(var(--data-order-count) + 3);
  }
  .info-tile__text:nth-child(12n+9) {
    order: calc(var(--data-order-count) + 2);
  }
}
@media screen and (max-width: 64em) {
  .info-tile__text:nth-child(n) {
    order: calc(var(--data-order-count) + 0);
  }
  .info-tile__text:nth-child(9n+3) {
    order: calc(var(--data-order-count) + 3);
  }
  .info-tile__text:nth-child(9n+6) {
    order: calc(var(--data-order-count) + 2);
  }
}
@media screen and (max-width: 47.9875em) {
  .info-tile__text:nth-child(n) {
    order: calc(var(--data-order-count) + 0);
  }
  .info-tile__text:nth-child(6n+3) {
    order: calc(var(--data-order-count) + 2);
  }
}
@media screen and (max-width: 29.9875em) {
  .info-tile__text:nth-child(n) {
    order: calc(var(--data-order-count) + 0);
  }
}
.info-tile__input:checked + .info-tile .info-tile__label--close {
  display: block;
}
.info-tile__input:checked + .info-tile .info-tile__icon::after {
  height: 98px;
}
@media screen and (min-width: 48em) {
  .info-tile__input:checked + .info-tile .info-tile__icon::after {
    height: 113px;
  }
}

body.page-template-default .info-tile__container,
body.post-template-default:not(.post-template-customer) .info-tile__container {
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 64.0125em) {
  body.page-template-default .info-tile,
  body.post-template-default:not(.post-template-customer) .info-tile,
  .infobox.frame--true .info-tile {
    width: 33.3333333333%;
  }
  body.page-template-default .info-tile__text:nth-child(n),
  body.post-template-default:not(.post-template-customer) .info-tile__text:nth-child(n),
  .infobox.frame--true .info-tile__text:nth-child(n) {
    order: calc(var(--data-order-count) + 0);
  }
  body.page-template-default .info-tile__text:nth-child(9n+3),
  body.post-template-default:not(.post-template-customer) .info-tile__text:nth-child(9n+3),
  .infobox.frame--true .info-tile__text:nth-child(9n+3) {
    order: calc(var(--data-order-count) + 3);
  }
  body.page-template-default .info-tile__text:nth-child(9n+6),
  body.post-template-default:not(.post-template-customer) .info-tile__text:nth-child(9n+6),
  .infobox.frame--true .info-tile__text:nth-child(9n+6) {
    order: calc(var(--data-order-count) + 2);
  }
}

body[data-context="post:event"] .info-tile__container {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

/*
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 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.infobox:not(:last-child) {
  margin-bottom: 0;
}
.infobox.frame--true > .inner {
  box-shadow: inset 0px 0px 0px 5px var(--color-theme-light);
  padding-top: 40px;
  padding-bottom: 36px;
  padding-right: 5px;
  padding-left: 5px;
}
.infobox.frame--true.appearance--light-theme > .inner {
  box-shadow: inset 0px 0px 0px 5px var(--theme-light);
}
.infobox.appearance--dark-default {
  background-color: var(--theme-dark);
  /* ZFX-350: fix bg color of following ce */
}
.infobox.appearance--dark-default:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 30px solid var(--theme-dark);
}
.infobox.appearance--light-default {
  background-color: var(--theme-light);
}
.infobox.appearance--light-default:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 30px solid var(--theme-light);
}
.infobox.appearance--dark-theme {
  background-color: var(--color-theme-dark);
}
.infobox.appearance--dark-theme:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 30px solid var(--color-theme-dark);
}
.infobox.appearance--light-theme {
  background-color: var(--color-theme-light);
}
.infobox.appearance--light-theme:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 30px solid var(--color-theme-light);
}
.infobox .button__wrapper.button-appearance-dark-default .button {
  background-color: var(--theme-dark);
  border-color: var(--theme-dark);
  color: #ffffff;
}
.infobox .button__wrapper.button-appearance-light-default .button {
  background-color: var(--theme-light);
  color: #000000;
  border-color: currentColor;
}
.infobox .button__wrapper.button-appearance-dark-theme .button {
  background-color: var(--color-theme-dark);
  color: #ffffff;
  border-color: var(--color-theme-dark);
}
.infobox .button__wrapper.button-appearance-light-theme .button {
  background-color: var(--color-theme-light);
  color: #000000;
}
.infobox.appearance--dark-default .button-appearance-dark-default .button {
  border-color: currentColor;
}
.infobox.appearance--light-default .button-appearance-light-default .button {
  border-color: currentColor;
}
.infobox.appearance--dark-theme .button-appearance-dark-theme .button {
  border-color: currentColor;
}
.infobox.appearance--light-theme .button-appearance-light-theme .button {
  border-color: currentColor;
}

body.post-template-customer {
  /*    .ce-infobox {
          >.inner {
              @include width-content();
          }
      }*/
}
body.post-template-customer .infobox.frame--true > .inner {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
}

body.page-template-default:not(body[data-context=category-main]) .ce-infobox,
body.post-template-default:not(.post-template-customer) .ce-infobox {
  max-width: 911px;
  margin-right: auto;
  margin-left: auto;
}
body.page-template-default:not(body[data-context=category-main]) .ce-infobox .content-element > .inner,
body.post-template-default:not(.post-template-customer) .ce-infobox .content-element > .inner {
  max-width: 753px;
  margin-right: auto;
  margin-left: auto;
}
body.page-template-default:not(body[data-context=category-main]) .infobox.frame--true > .inner,
body.post-template-default:not(.post-template-customer) .infobox.frame--true > .inner {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
}

.infobox + .infobox {
  /* remove Zoom Bug with margin-top -1px*/
  margin-top: -31px;
}

/*.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
*/
.ce-newsletter-registration {
  /* ZFX-350: two_column */
  /* ZFX-350: magazin_print_digital */
}
.ce-newsletter-registration__inner {
  padding-top: 5px;
}
.ce-newsletter-registration .newsletter-registration__input-wrapper {
  border-radius: 23px;
  overflow: hidden;
}
.ce-newsletter-registration .newsletter-registration__input-wrapper input {
  border-color: transparent;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.ce-newsletter-registration .newsletter-registration__label input {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.ce-newsletter-registration .newsletter-registration {
  max-width: 568px;
}
@media screen and (min-width: 48em) {
  .ce-newsletter-registration .newsletter-registration__input-wrapper--email,
  .ce-newsletter-registration .newsletter-registration__input-wrapper--firstname,
  .ce-newsletter-registration .newsletter-registration__input-wrapper--lastname {
    margin-right: 20px;
  }
}
.ce-newsletter-registration .newsletter-registration__label--submit {
  margin-top: 8px;
}
@media screen and (max-width: 47.9875em) {
  .ce-newsletter-registration .newsletter-registration__label--submit {
    margin-top: 24px;
  }
}
.ce-newsletter-registration .newsletter-registration__form-inner {
  margin-bottom: 0;
}
.ce-newsletter-registration .richtext h3 {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
}
.ce-newsletter-registration .richtext p {
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 47.9875em) {
  .ce-newsletter-registration .richtext h3 {
    font-family: "Gelion-Bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.48px;
  }
  .ce-newsletter-registration .richtext p {
    font-size: 16px;
    line-height: 20px;
  }
}
.ce-newsletter-registration .privacy-notice {
  text-align: center;
}
.ce-newsletter-registration .two_column {
  padding-top: 0;
}
.ce-newsletter-registration .two_column .newsletter-registration {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ce-newsletter-registration .two_column .newsletter-registration .image-holder {
  width: 100%;
  background-color: var(--color-theme-dark);
}
@media screen and (min-width: 48em) {
  .ce-newsletter-registration .two_column .newsletter-registration .image-holder {
    width: 35%;
  }
}
@media screen and (min-width: 64.0125em) {
  .ce-newsletter-registration .two_column .newsletter-registration .image-holder {
    width: 40%;
  }
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder {
  width: 100%;
  background-color: var(--color-theme-light);
}
@media screen and (min-width: 48em) {
  .ce-newsletter-registration .two_column .newsletter-registration .form-holder {
    width: 65%;
  }
}
@media screen and (min-width: 64.0125em) {
  .ce-newsletter-registration .two_column .newsletter-registration .form-holder {
    width: 60%;
  }
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto;
  max-width: 720px;
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner .richtext {
  color: #000000;
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner .richtext ul li:before {
  color: #000000;
}
@media screen and (min-width: 60em) {
  .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label, .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit {
  text-align: left;
}
@media screen and (min-width: 60em) {
  .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label, .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit {
    width: 45%;
    margin: 0;
  }
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label button, .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit button {
  color: #ffffff;
  background-color: var(--theme-dark);
  border-color: currentColor;
}
@media screen and (min-width: 60em) {
  .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label button, .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit button {
    margin-left: 15px;
  }
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label button .icon-mail, .ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit button .icon-mail {
  display: none;
}
.ce-newsletter-registration .two_column .newsletter-registration .form-holder .form-holder-inner form .privacy-notice {
  text-align: left;
  color: #000000;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label button, .ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit button {
  background-color: var(--color-theme-light);
  border-color: var(--color-theme-light);
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner label button .icon-mail, .ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .newsletter-registration__form-inner .newsletter-registration__label--submit button .icon-mail {
  display: none;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print {
  width: 100%;
  text-align: center;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print label {
  display: inline-block;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print label .label__inner:before {
  transition: all 0.3s ease-in 0s;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print label .label__inner:after {
  content: "\e925";
  color: var(--color-theme-light);
  opacity: 0;
  transition: all 0.3s ease-in 0s;
  left: 2px;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print .process-holder-profile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0.2s;
  text-align: left;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print .process-holder-profile label {
  display: block;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print .process-holder-profile label input, .ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print .process-holder-profile label .select2, .ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print .process-holder-profile label .select2-results {
  color: #000000;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print input[type=checkbox]:checked + .label-sibling .label__inner:before {
  border-color: var(--color-theme-light);
  transition: all 0.3s ease-in 0.2s;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print input[type=checkbox]:checked + .label-sibling .label__inner:after {
  opacity: 1;
  transition: all 0.3s ease-in 0.2s;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .nl-reg-checkbox-magazin_print input[type=checkbox]:checked ~ .process-holder-profile {
  max-height: 1000px;
}
.ce-newsletter-registration .magazin_print_digital .newsletter-registration .form-holder .form-holder-inner form .privacy-notice {
  text-align: left;
}

.text-appearance--light .newsletter-registration__input-wrapper--submit, .text-appearance--light.infobox .newsletter-registration__input-wrapper--submit {
  background: var(--color-theme-light);
  color: #000000;
}

.text-appearance--dark .newsletter-registration__input-wrapper--submit, .text-appearance--dark.infobox .newsletter-registration__input-wrapper--submit {
  background: #000000;
  color: #ffffff;
}

.appearance--light-default .newsletter-registration__input-wrapper--email, .appearance--light-default .newsletter-registration__input-wrapper--firstname, .appearance--light-default .newsletter-registration__input-wrapper--lastname, .appearance--light-default.infobox .newsletter-registration__input-wrapper--email, .appearance--light-default.infobox .newsletter-registration__input-wrapper--firstname, .appearance--light-default.infobox .newsletter-registration__input-wrapper--lastname {
  border: #000000 1px solid;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

/*

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 a {
  text-decoration: none;
}
.ce-partners .headline:first-child {
  margin-bottom: 40px;
}
.ce-partners .partner {
  display: block;
  width: 25%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 64em) {
  .ce-partners .partner {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 47.9875em) {
  .ce-partners .partner {
    width: 50%;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-partners .partner {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
  }
}
.ce-partners .partner__container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 29.9875em) {
  .ce-partners .partner__container {
    margin-right: -6px;
    margin-left: -6px;
  }
}
.ce-partners .partner__inner {
  position: relative;
  display: block;
  padding-top: 71.1462450593%;
  background-color: #ffffff;
  width: 100%;
}
.ce-partners .partner__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.ce-partners .partner img {
  display: block;
  position: absolute;
  top: 18%;
  left: 11%;
  height: 64%;
  width: 78%;
  object-fit: contain;
}
.ce-partners .partnergroup:not(:last-child) {
  margin-bottom: 10px;
}
.ce-partners .partnergroup__title:first-child {
  margin-bottom: 10px;
}

.appearance--light-default .ce-partners, .appearance--light-default.infobox .ce-partners {
  margin-top: -30px;
  padding-top: 30px;
}

.infobox.frame--true .ce-partners .partner {
  width: 33.3333333333%;
}

body.page-template-default .ce-partners__inner,
body.post-template-default:not(.post-template-customer) .ce-partners__inner {
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
}
body.page-template-default .infobox .ce-partners .partner,
body.post-template-default:not(.post-template-customer) .infobox .ce-partners .partner {
  width: 33.3333333333%;
}
@media screen and (max-width: 47.9875em) {
  body.page-template-default .infobox .ce-partners .partner,
  body.post-template-default:not(.post-template-customer) .infobox .ce-partners .partner {
    width: 50%;
  }
}

.ce-infobox.appearance--light-default .ce-partners {
  background-color: #f7f7f7;
}

.ce-contact-partners a {
  text-decoration: none;
}
.ce-contact-partners .headline {
  margin-bottom: 40px;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-partners .headline {
    font-size: 40px;
    line-height: 46px;
  }
}
.ce-contact-partners .headline .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-partners .headline .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.ce-contact-partners .contact-partners__container {
  display: flex;
  flex-wrap: wrap;
}
.ce-contact-partners .contact-partners__container:first-child {
  margin-top: -30px;
}

.contact-partner {
  display: block;
  width: 25%;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 64em) {
  .contact-partner {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 47.9875em) {
  .contact-partner {
    width: 50%;
  }
}
@media screen and (max-width: 29.9875em) {
  .contact-partner {
    width: 100%;
  }
}
.contact-partner__inner {
  position: relative;
}
.contact-partner__inner a {
  color: inherit;
  transition: all 0.3s;
}
@supports (text-decoration-color: transparent) {
  .contact-partner__inner a {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1.2px;
  }
}
.contact-partner__inner a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
}
.contact-partner__name {
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 26px;
}
.contact-partner__name:not(:last-child) {
  margin-bottom: 7px;
}
.contact-partner__info p {
  margin-bottom: 5px;
}
.contact-partner__info b, .contact-partner__info strong {
  font-family: "Gelion-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
.contact-partner__image-container {
  position: relative;
}
.contact-partner__image-container:not(:last-child) {
  margin-bottom: 16px;
}
.contact-partner__picture {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.contact-partner img {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.appearance--light-default .ce-contact-partners, .appearance--light-default.infobox .ce-contact-partners {
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (min-width: 48em) {
  body.page-template-default .infobox .ce-contact-partners .contact-partner,
  body.post-template-default:not(.post-template-customer) .infobox .ce-contact-partners .contact-partner {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 48em) {
  .infobox.frame--true .ce-contact-partners .contact-partner {
    width: 50%;
  }
}

/* 

------
@ 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;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
.ce-quiz .quiz-wrapper.active {
  opacity: 1;
}
.ce-quiz .quiz-wrapper.soft-resize {
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: 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;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: 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);*/
  border-radius: 23px;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  /*                    background-color: #ddfaf4;*/
  word-break: break-word;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-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);
                          background-color: var(--color-theme-light);
                          color: $white;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  /*                        background-color: var(--color-theme-light);
                          border-color: var(--color-theme-light);
                          color: $black!important;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-wrong .quiz-answer-text {
  /*                        background-color: #ffe7ec;
                          border-color: #bb0a30;
                          color: $black!important;*/
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-layer-result {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-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: 20px;
  line-height: 25px;
  font-size: 18px;
}
.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);*/
}
.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;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-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);
}
@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: $white;
                          border-color: $grey-warm;
                          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: 29.9875em) {
  .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: 29.9875em) {
  .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: 20px;
  line-height: 25px;
  font-size: 100px;
  line-height: 100px;
  padding-top: 15px;
}
.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: 20px;
  line-height: 25px;
  font-size: 18px;
  line-height: 18px;
  margin-top: -8px;
}
.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: #000000;
  color: #000000;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer:hover .quiz-answer-text {
  border-color: var(--color-theme-light);
  background-color: var(--color-theme-light);
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-right .quiz-answer-text {
  background-color: #53ff42;
  border-color: #53ff42;
  color: #000000 !important;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-answer.is-wrong .quiz-answer-text {
  border-color: #ff0028;
  color: #000000 !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: #ffffff;
}
.ce-quiz .quiz-wrapper .quiz-layer .quiz-navigation .button.restart-quiz:hover {
  background-color: #f7f7f7;
}
.ce-quiz .quiz-wrapper .quiz-layer:not(.answered) .quiz-navigation .next-quiz-question {
  background-color: #ffffff;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.ce-quiz .final-points {
  background-color: var(--color-theme-light);
  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: #ffffff !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: #000000 !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: #ffffff;
}
.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: #000000 !important;
  color: #000000 !important;
}

@media screen and (min-width: 48em) {
  .ce-single-category-teaser .single-category-teaser-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
.ce-single-category-teaser .image-container {
  position: relative;
}
@media screen and (min-width: 48em) {
  .ce-single-category-teaser .single-category-teaser,
  .ce-single-category-teaser .plain-post-teasers-container {
    width: 50%;
  }
}
@media screen and (max-width: 64em) {
  .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 #9c9c9c;
    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 #9c9c9c;
}

/*
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;
}
.post-teasers__teaser-container {
  margin-bottom: 0;
}

@media screen and (min-width: 30em) {
  .infobox.frame--true .ce-post-teasers .post-teaser.width-33 {
    width: 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 : 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: 47.9875em) {
  .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: 47.9875em) {
  .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: 47.9875em) {
  .chronological-post-teasers__link .icon::before {
    top: 0;
    line-height: 24px;
  }
}
.chronological-post-teasers__teaser-container {
  margin-bottom: 0;
}
.chronological-post-teasers__button-wrapper {
  text-align: center;
  overflow: hidden;
  padding-bottom: 2px;
}
.chronological-post-teasers__button-wrapper .button {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
}
.chronological-post-teasers__button-wrapper .button.waiting {
  pointer-events: none;
  position: relative;
  transition: 0.6s;
  color: var(--color-theme-light);
  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);
  opacity: 1;
  transition: 0.6s;
  animation: button-waiting-after 1.2s 0.1s infinite alternate ease-in-out;
  border-radius: 42px;
}

@media screen and (min-width: 30em) {
  .infobox.frame--true .ce-chronological-post-teasers .post-teaser.width-33 {
    width: 50%;
  }
}

@keyframes button-waiting {
  0% {
    color: var(--color-theme-light);
  }
  50% {
    color: #000000;
  }
  100% {
    color: var(--color-theme-light);
  }
}
@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.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: 29.9875em) {
  .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: 29.9875em) {
  .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: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.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;
}
.content-header--none + .content-elements > .content-element.ce-infobox:first-child .content-element.ce-headline:first-child {
  padding-top: 243px;
}

/*
    Created on : 13.07.2021, 08:58:51
    Author     : ks
*/
.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: 47.9875em) {
  .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: 30em) {
  .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-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 29.9875em) {
  .ce-teaser-slider .teaser-slide__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 30em) {
  .ce-teaser-slider .teaser-slide__title {
    color: #ffffff;
  }
}
.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: 30em) {
  .ce-teaser-slider .teaser-slide__content {
    padding: 10px 40px 40px 40px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 29.9875em) {
  .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: 77.5em) {
  .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);
}

.ce-teaser-tiles {
  overflow: hidden;
  margin-top: -10px;
}
@media screen and (max-width: 29.9875em) {
  .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: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}

.teaser-tile {
  position: relative;
  width: 33.3333333333%;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 29.9875em) {
  .teaser-tile {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 48em) {
  .teaser-tile.duo-tile {
    width: 50%;
  }
}
@media screen and (max-width: 59.9875em) {
  .teaser-tile {
    width: 50%;
  }
}
.teaser-tile.single-tile {
  width: 100%;
}
@media screen and (max-width: 29.9875em) {
  .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: #f7f7f7;
}
.teaser-tile__inner > *:first-child {
  margin-top: 30px;
}
.teaser-tile__inner > *:last-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 64em) {
  .teaser-tile__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: #ffffff;
  color: #000000;
}

.box-scheme--light-theme .ce-teaser-tiles .button.primary {
  color: #000000;
  background-color: var(--color-theme-light);
  border-color: var(--color-theme-light);
  /*    &:hover {
          background-color: $color-button-hover;
          border-color: $color-button-hover;
      }*/
}

@media screen and (min-width: 60em) {
  .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: 48em) {
  .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 .ce-quotes, .text-appearance--dark.infobox .ce-quotes {
  --color-quote-text: var(--theme-black);
  --color-quote-text-hover: var(--color-theme-dark);
  --color-quote-footer: #001730;
}

.text-appearance--light .ce-quotes, .text-appearance--light.infobox .ce-quotes {
  --color-quote-text: var(--color-theme-light);
  --color-quote-text-hover: var(--theme-light);
  --color-quote-footer: var(--theme-light);
}

.ce-quotes {
  /* stylus-based screens */
}
.ce-quotes .headline {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes .headline {
    font-size: 40px;
    line-height: 46px;
  }
}
.ce-quotes .headline .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes .headline .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.ce-quotes .quote__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ce-quotes .quote-text {
  color: var(--color-quote-text);
  transition: all 0.4s;
}
.ce-quotes .quote-footer-line {
  color: var(--color-quote-footer);
}
.ce-quotes a {
  z-index: 2;
  color: inherit;
}
@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:not(.ce-quotes--bold) {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ce-quotes:not(.ce-quotes--bold) .quotes {
  position: relative;
}
.ce-quotes:not(.ce-quotes--bold) .quotes > .quote {
  display: none;
}
.ce-quotes:not(.ce-quotes--bold) .quotes > .quote:first-child {
  display: block;
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0 20px;
  box-sizing: content-box;
  transform: translateY(-50%);
  color: inherit;
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button {
    font-size: 80px;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button:before {
  content: "\e906";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-top: 0;
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.previous:before {
  transform: rotate(180deg);
  left: -1px;
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.next:before {
  transform: rotate(0deg);
  left: 1px;
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.previous {
  right: auto;
  left: calc(50% - 650px);
}
.ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.next {
  left: auto;
  right: calc(50% - 650px);
}
@media screen and (max-width: 1280px) {
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button {
    top: 95px;
  }
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.previous {
    left: calc(50% - 570px);
  }
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button.next {
    right: calc(50% - 570px);
  }
}
@media screen and (max-width: 1100px) {
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .ce-quotes:not(.ce-quotes--bold) .flickity-prev-next-button {
    top: 79px;
  }
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide {
  width: 50%;
  background-color: inherit;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide:not(:first-child) {
  display: none;
}
@media screen and (max-width: 47.9875em) {
  .ce-quotes:not(.ce-quotes--bold) .quote-slide {
    width: 100%;
  }
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide > .inner {
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .ce-quotes:not(.ce-quotes--bold) .quote-slide > .inner {
    padding: 0 30px;
  }
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .quote-image {
  height: 160px;
  width: 160px;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .quote-image picture {
  height: 100%;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .image-container {
  position: relative;
  height: 158px;
  width: 158px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  z-index: 1;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .image-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 100;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .image-container > .inner {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ce-quotes:not(.ce-quotes--bold) .quote-slide .quote-text {
  font-family: "Gelion-BoldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes:not(.ce-quotes--bold) .quote-slide .quote-text {
    font-size: 26px;
    line-height: 28px;
  }
}
.ce-quotes:not(.ce-quotes--bold) .flickity-slider .quote-slide:not(:first-child) {
  display: block;
}
.ce-quotes:not(.ce-quotes--bold) .quote-footer-line {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.ce-quotes:not(.ce-quotes--bold) .quote-text + .quote-footer-line {
  margin-top: 18px;
}

@media screen and (min-width: 48em) {
  .ce-quotes .flickity-enabled[data-count="2"] .flickity-button,
  .ce-quotes .flickity-enabled[data-count="2"] .flickity-page-dots {
    display: none;
  }
  .ce-quotes .flickity-enabled[data-count="2"] .flickity-slider {
    cursor: default;
  }
}
.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;
}

.ce-quotes--bold {
  padding-right: 0;
  padding-left: 0;
}
.ce-quotes--bold > .inner {
  max-width: none !important;
}
.ce-quotes--bold .headline-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes--bold .headline-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ce-quotes--bold .quote-bold {
  position: relative;
}
.ce-quotes--bold .quote-bold > .inner {
  position: relative;
}
@media screen and (min-width: 48em) {
  .ce-quotes--bold .quote-bold > .inner {
    display: flex;
  }
}
.ce-quotes--bold .quote-image img {
  width: 100%;
}
.ce-quotes--bold .video-container {
  height: 100%;
}
.ce-quotes--bold .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ce-quotes--bold .text {
  top: 50%;
  position: relative;
}
.ce-quotes--bold .text > .inner {
  max-width: 530px;
  padding: 52px 52px 52px 94px;
}
@media screen and (min-width: 48em) {
  .ce-quotes--bold .text > .inner {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 59.9875em) and (min-width: 48em) {
  .ce-quotes--bold .text > .inner {
    padding-right: 0;
    padding-left: 74px;
  }
}
@media screen and (max-width: 47.9875em) {
  .ce-quotes--bold .text > .inner {
    max-width: none;
    padding-right: 0;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes--bold .text > .inner {
    padding-left: 74px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.ce-quotes--bold .quote-bold:nth-child(2n+1) .text > .inner {
  margin-left: auto;
}
@media screen and (min-width: 48em) {
  .ce-quotes--bold .quote-bold:nth-child(2n+1) .image-container {
    order: 2;
  }
}
.ce-quotes--bold .image-container,
.ce-quotes--bold .text-container {
  width: 100%;
}
.ce-quotes--bold .image-container img,
.ce-quotes--bold .image-container .picture,
.ce-quotes--bold .image-container .image,
.ce-quotes--bold .image-container .inner {
  height: 100%;
}
.ce-quotes--bold .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ce-quotes--bold .image-container .picture {
  height: 100%;
  padding-top: 80%;
  position: relative;
}
.ce-quotes--bold .text-container.without-image .text > .inner {
  margin-right: auto;
  margin-left: auto;
}
.ce-quotes--bold .quote-text {
  font-family: "Gelion-BoldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 44px;
  position: relative;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 59.9875em) and (min-width: 48em) {
  .ce-quotes--bold .quote-text {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes--bold .quote-text {
    font-size: 26px;
    line-height: 28px;
  }
}
.ce-quotes--bold .quote-text::after {
  display: none;
}
.ce-quotes--bold .quote-text::before {
  position: absolute;
  left: -20px;
  top: 20px;
  transform: translate(-100%, -100%);
  font-size: 53px;
  line-height: 53px;
  content: "\e90c";
  /* 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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
}
@media screen and (max-width: 59.9875em) and (min-width: 48em) {
  .ce-quotes--bold .quote-text::before {
    left: 0;
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-quotes--bold .quote-text::before {
    font-size: 40px;
    line-height: 40px;
  }
}
.ce-quotes--bold .quote-footer-line {
  margin-top: 10px;
}

.content-element.ce-infobox .ce-quotes--bold.without-headline:first-child {
  margin-top: -30px;
}
.content-element.ce-infobox .ce-quotes--bold:last-child {
  margin-bottom: -30px;
}
.content-element.ce-infobox.frame--true .ce-quotes--bold.without-headline:first-child {
  margin-top: -35px;
}
.content-element.ce-infobox.frame--true .ce-quotes--bold:last-child {
  margin-bottom: -31px;
}
.content-element.ce-infobox.frame--true .ce-quotes--bold .quote-text {
  font-size: 26px;
  line-height: 28px;
}
.content-element.ce-infobox.frame--true .quote-bold .text > .inner {
  padding-right: 0;
}

body.page-template-default .infobox .ce-quotes--bold .quote-text,
body.post-template-default:not(.post-template-customer) .infobox .ce-quotes--bold .quote-text {
  font-size: 26px;
  line-height: 28px;
}

/*

Two Columns CE stylesheet.

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

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

.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: 47.9875em) {
  .columns-container .column:not(:last-child) .column-element:last-child {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 48em) {
  .columns-container .column:not(:first-child) .richtext blockquote:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 47.9875em) {
  .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: 940px;
}

.ce-video .video-item-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ce-video .video-item-container .video-item {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.ce-video .video-item-container .video-item.width-50 {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .ce-video .video-item-container .video-item.width-50 {
    width: 50%;
  }
}

body.page-template-default .ce-video__inner,
body.post-template-default:not(.post-template-customer) .ce-video__inner {
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
}

.ce-audio .headline {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;
  color: var(--color-theme-light);
}
@media screen and (max-width: 29.9875em) {
  .ce-audio .headline {
    font-size: 20px;
    line-height: 25px;
  }
}
.ce-audio .audio-player {
  background: #ffffff;
  height: 50px;
  padding-left: 81px;
  padding-right: 148px;
  box-sizing: content-box;
  position: relative;
  transition: background 0.4s;
}
@media screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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);
}
.ce-audio .audio-player .play-pause:active > .inner:before {
  border-left-color: var(--color-theme-light);
}
.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);
  border-bottom-color: var(--color-theme-light);
  border-left-color: var(--color-theme-light);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 5px;
}
@media screen and (min-width: 48em) {
  .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: 48em) {
  .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);
  border-bottom-color: var(--color-theme-light);
  border-left-color: var(--color-theme-light);
  border-top-width: 7px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
@media screen and (min-width: 48em) {
  .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: 48em) {
  .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: #f7f7f7;
  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);
  transition: background-color 0.4s;
}
.ce-audio .audio-player .time-info {
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #9c9c9c;
  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);
  border-left-width: 15px;
}
@media screen and (min-width: 48em) {
  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);
  border-bottom-color: var(--color-theme-light);
  border-left-color: var(--color-theme-light);
  border-top-width: 7px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
@media screen and (min-width: 48em) {
  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);
}

.content.appearance--light-default .content-elements > .ce-audio .audio-player {
  outline: 1px solid #000000;
}

.infobox.appearance--light-default .ce-audio .audio-player {
  outline: 1px solid #000000;
}

.appearance--light-theme.infobox .ce-audio .headline {
  color: #ffffff;
}

/*
    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);
  --color-counter--secondary: var(--white);
}
.content.text-appearance--dark {
  --color-counter: var(--color-theme-dark);
  --color-counter--secondary: var(--black);
}
.content .ce-infobox.text-appearance--light {
  --color-counter: var(--color-theme-light);
  --color-counter--secondary: var(--white);
}
.content .ce-infobox.text-appearance--dark {
  --color-counter: var(--color-theme-dark);
  --color-counter--secondary: var(--black);
}

.ce-counters .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-counters .counter {
  display: inline-block;
  position: relative;
  margin: 0 15px 30px 15px;
  width: 205px;
  max-width: calc(25% - 30px);
  color: var(--color-theme-light);
  color: var(--color-counter);
}
@media screen and (max-width: 47.9875em) {
  .ce-counters .counter {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 29.9875em) {
  .ce-counters .counter {
    margin: 0 8px 16px 8px;
    width: 205px;
  }
}
.ce-counters .counter::after {
  content: "";
  padding-bottom: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: block;
}
.ce-counters .counter > .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ce-counters .counters {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px -30px -15px;
  --font-scale: 1;
}
@media screen and (max-width: 29.9875em) {
  .ce-counters .counters {
    margin: 0 -8px -16px -8px;
  }
}
.ce-counters .value-container {
  display: block;
  font-family: "Gelion-SemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  --font-scale2: 1;
  font-size: calc(50px * var(--font-scale) * var(--font-scale2));
  line-height: calc(60px * var(--font-scale) * var(--font-scale2));
  transition: all 0.1s;
  white-space: nowrap;
}
.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;
}
.ce-counters .additive {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.1s;
}
.ce-counters .specification {
  font-size: 26px;
  line-height: 32px;
  font-size: calc(26px * var(--font-scale));
  line-height: calc(32px * var(--font-scale));
  color: #ffffff;
  color: var(--color-counter--secondary);
  display: block;
  text-align: center;
  width: 83%;
  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: 47.9875em) {
  .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 .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: 1px solid currentColor;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
  line-height: inherit;
  font-size: inherit;
  min-height: 29px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  white-space: initial;
  max-width: 100%;
  background: transparent;
}
.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(--white);
  box-shadow: none;
  color: var(--black);
  border: 1px solid var(--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(--white);
  box-shadow: none;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
}
.ce-ugc-form .ugc-form-holder progress {
  width: 240px;
  padding: 0 !important;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 4px;
  height: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.ce-ugc-form .ugc-form-holder progress::-webkit-progress-bar {
  border-radius: 0px;
  height: 100%;
  background: lightgrey !important;
  box-shadow: none !important;
}
.ce-ugc-form .ugc-form-holder progress::-webkit-progress-inner-element {
  height: 100%;
  top: 0;
  box-shadow: none;
  border: 1px solid currentColor;
  overflow: hidden;
}
.ce-ugc-form .ugc-form-holder progress::-webkit-progress-value {
  background-color: black;
  background-image: linear-gradient(to right, black, black) !important;
  border-radius: 0;
  border: none;
  height: calc(100% + 2px);
  box-shadow: none;
  background-size: 0 0, 100% 100%, 100% 100%;
  position: relative;
  top: -1px;
}
.ce-ugc-form .ugc-form-holder progress::-moz-progress-bar {
  border-radius: 0;
  height: 100%;
  box-shadow: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: black;
  border: 1px solid var(--black);
}
.ce-ugc-form .ugc-form-holder progress + p {
  font-size: 14px;
  line-height: 20px;
}
.ce-ugc-form .msg {
  text-align: left;
}
.ce-ugc-form .msg li::before {
  content: "";
}
.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;
}

.appearance--dark-theme .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before, .appearance--dark-theme.infobox .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before,
.appearance--dark-default .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before,
.appearance--dark-default.infobox .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::before {
  background-color: var(--white);
}
.appearance--dark-theme .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after, .appearance--dark-theme.infobox .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after,
.appearance--dark-default .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after,
.appearance--dark-default.infobox .ce-ugc-form .nl-reg-checkbox input[type=checkbox]:checked + .label__inner::after {
  color: var(--black);
}

/* 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: 29.9875em) {
  .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: 16px;
  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;
  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 #979797;
  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: #ffffff;
  color: var(--color-theme-light);
}
.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;
}
.ce-ugc-mediawall .ugc-wall {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.ce-ugc-mediawall .ugc-wall .ugc-wall__item {
  transition: width 0.3s;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .ce-ugc-mediawall .ugc-wall .ugc-wall__item {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .ce-ugc-mediawall .ugc-wall .ugc-wall__item {
    width: 25%;
  }
}
.ce-ugc-mediawall .ugc-wall__item figure {
  width: 100%;
  margin: 0;
  padding: 8px;
  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: 29.9875em) {
  .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: 26px 7px 10px 7px;
  display: block;
  width: calc(100% - 16px);
  position: absolute;
  bottom: 7px;
  left: 8px;
  color: var(--white);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--black));
}
.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;
  left: 0;
  color: var(--white);
  position: absolute;
  bottom: 8px;
  left: 8px;
  top: auto;
  width: calc(100% - 16px);
  padding: 85px 30px 30px 30px !important;
  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: 47.9875em) {
  .ugc-photowall-lightbox .ugc-item 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) 70px, rgba(0, 0, 0, 0.7) 100%);
  }
}
.ugc-photowall-lightbox .ugc-item picture {
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
@media screen and (max-width: 47.9875em) {
  .ugc-photowall-lightbox .ugc-item picture {
    max-height: calc(100vh - 100px);
  }
}
.ugc-photowall-lightbox .nav {
  display: block;
  color: var(--black);
  width: 1300px;
  max-width: calc(100vw - 100px);
  transform: translateX(-50%);
  left: 50%;
  height: 0;
  position: absolute;
  top: 50%;
  /* stylus-based screens */
}
@media screen and (max-width: 47.9875em) {
  .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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e91d";
  border: solid 0.8px var(--black);
  background-color: #fff;
  margin: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: -35px;
  line-height: 70px;
  font-size: 44px;
  position: absolute;
  transition: all 0.4s;
  cursor: pointer;
}
.ugc-photowall-lightbox .nav-prev:before {
  left: -30px;
  transform: scale(-1);
  right: auto;
}
.ugc-photowall-lightbox .nav-next:before {
  left: auto;
  right: -30px;
}
@media (hover: hover) and (pointer: fine) {
  .ugc-photowall-lightbox .nav:hover::before {
    background-color: var(--color-theme-light);
  }
}
.ugc-photowall-lightbox .nav:focus-visible {
  outline: 2px solid orange;
}
.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;
  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);
  --poll--color--background-answered: var(--white);
  --poll--color--answer-background-answered: var(--theme-light);
  --poll--color--text: var(--black);
  --poll--color--text-answered: var(--black);
  --poll--color--link: var(--black);
  --poll--color--link-hover: var(--black);
  --poll--color--answer-background: var(--white);
  --poll--color--answer: var(--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: 29.9875em) {
  .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: 29.9875em) {
  .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: 20px;
  line-height: 25px;
}
.sopg-poll-module .spm-selection-text {
  margin-top: var(--poll--margin-ce-inner);
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 47.9875em) {
  .sopg-poll-module .spm-answer:not(:first-child) {
    margin-top: var(--padding-grid);
  }
}
@media screen and (min-width: 48em) {
  .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: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
  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;
  line-height: 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;
  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: 29.9875em) {
  .sopg-poll-module .spm-custom-answer-container::after {
    font-size: 14px;
    line-height: 16px;
  }
}
.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;
  padding-left: 16px;
}
@media screen and (max-width: 29.9875em) {
  .sopg-poll-module .spm-custom-answer-label {
    padding-left: 8px;
  }
}
.sopg-poll-module .spm-input-custom-answer {
  border: 1px solid var(--poll--color--answer-border);
  /* caused by edit icon */
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 120px;
  max-height: 240px;
  min-height: calc(100% - 24px);
  border-radius: 16px;
  padding: 16px;
  padding-right: 60px;
  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: 29.9875em) {
  .sopg-poll-module .spm-input-custom-answer {
    padding: 8px;
    padding-right: 40px;
    border-radius: 8px;
  }
}
.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: 29.9875em) {
  .sopg-poll-module .spm-submit-container .spm-submit {
    margin-top: 32px;
  }
}
.sopg-poll-module .spm-submit {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  /* stylus-based screens */
  margin-top: var(--poll--margin-ce-inner);
  display: block;
  width: max-content;
  padding-left: 16px;
  padding-right: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .sopg-poll-module .spm-submit:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
  }
}
@media screen and (min-width: 48em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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 {
  margin-top: 16px;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact__title {
    margin-top: 8px;
    font-size: 26px;
    line-height: 34px;
  }
}
.ce-contact-form .contact__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) {
  .ce-contact-form .contact-form__overlay-content .contact__title {
    margin-top: 24px;
  }
}
.ce-contact-form .contact-teaser {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 47.9875em) {
  .ce-contact-form .contact-teaser {
    background-image: var(--background-image-mobile);
  }
}
.ce-contact-form .contact-teaser__inner {
  padding: 24px;
  max-width: 432px;
  margin: 24px auto;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-teaser__inner {
    width: 258px;
    padding: 16px;
  }
}
.ce-contact-form .contact-teaser__button {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-teaser__button {
    margin-top: 24px;
  }
}
.ce-contact-form .contact-teaser__button .icon {
  margin-left: 4px;
}
.ce-contact-form .contact-form-person {
  display: block;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: white;
}
.ce-contact-form .contact-form-person__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-form-person__image {
    margin-bottom: 4px;
  }
}
.ce-contact-form .contact-form-person__image img {
  border-radius: 50%;
  object-fit: cover;
  width: 120px;
  aspect-ratio: 1/1;
  margin-right: auto;
  margin-left: auto;
}
.ce-contact-form .contact-form-person__position {
  color: #7B7F88;
}
.ce-contact-form .contact-form {
  text-align: left;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-top: -16px;
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ce-contact-form .contact-form__overlay {
  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);
}
.ce-contact-form .contact-form__overlay-inner {
  position: absolute;
  max-width: 720px;
  width: calc(100vw - 64px);
  max-height: calc(100vh - 64px - var(--height-adminbar) * 2);
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 32px;
  padding: 0;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-form__overlay-inner {
    width: calc(100vw - var(--padding-page) * 2);
    margin-left: var(--padding-page);
    margin-right: var(--padding-page);
    left: calc(50% - var(--padding-page));
  }
}
.ce-contact-form .contact-form__overlay-inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: transparent;
  background: linear-gradient(0deg, rgb(36, 37, 40) 0%, rgba(36, 37, 40, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-form__overlay-inner::after {
    height: 16px;
  }
}
.ce-contact-form .contact-form__text {
  margin-top: 16px;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-form__text {
    margin-top: 8px;
  }
}
.ce-contact-form .contact-form__overlay-content {
  max-height: calc(100vh - 112px - var(--height-adminbar) * 2);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px;
  padding-bottom: 32px;
}
.ce-contact-form .contact-form__overlay-label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ce-contact-form .contact-form__overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 28px;
  background-color: white;
  color: black;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 29.9875em) {
  .ce-contact-form .contact-form__overlay-close {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}
.ce-contact-form .contact-form__button-container {
  margin-top: 24px;
  width: 100%;
}
.ce-contact-form .contact-form .input-container {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.ce-contact-form .contact-form .input-container--name {
  width: 50%;
}
.ce-contact-form .contact-form .input-container .label {
  max-width: 100%;
}
.ce-contact-form .contact-form .input-container .label--optional {
  float: right;
}
.ce-contact-form .contact-form .input-container--textarea {
  position: relative;
}
.ce-contact-form .contact-form textarea {
  padding-right: 36px;
}
@media screen and (max-width: 47.9875em) {
  .ce-contact-form .contact-form textarea {
    min-height: 104px;
  }
}
.ce-contact-form .contact-form textarea ~ .icon {
  /* edit icon */
  position: absolute;
  bottom: 16px;
  right: 24px;
}
.ce-contact-form .contact-form textarea ~ .icon::before {
  color: var(--poll--color--answer-custom-placeholder);
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: black;
}
.ce-contact-form .contact-form .std-button .icon {
  margin-left: 6px;
}
.ce-contact-form .contact-form .msg {
  width: 100%;
  padding: 0 8px;
}
.ce-contact-form .contact-form .msg .js-form-msg-item {
  margin-top: 24px;
}
.ce-contact-form input[type=checkbox]:checked + .contact-form__holder .contact-form__overlay {
  opacity: 1;
  pointer-events: all;
  z-index: var(--zindex-contact-form-overlay, 90000);
}
.ce-contact-form .display-button .contact-teaser {
  display: none;
}
.ce-contact-form .display-button .contact-teaser__button {
  margin-top: 0;
}

.ce-location-modul {
  color: var(--color-counter--secondary);
}
.ce-location-modul__inner {
  /**
   * @see: disabled since ZFX-350
  max-width: none !important;
  @include screen-min(tablet-l) { 
      display: flex;
      flex-wrap: wrap;
  }
  */
}
.ce-location-modul__text-container {
  /*padding-top: 24px;*/
  padding-bottom: 38px;
  /**
   * @see: disabled since ZFX-350
  @include screen-min(tablet-l) {
      padding-top: calc(var(--padding-page) + var(--padding-grid));
      padding-bottom: calc(var(--padding-page) + var(--padding-grid));
      width: 342px;
      height: max-content;
      margin-top: auto;
      margin-bottom: auto;
  }
  */
}
.ce-location-modul__image-container {
  /**
   * @see: disabled since ZFX-350
  @include screen-min(tablet-l) {
      width: calc(100% - 342px);
  }
  */
  width: 75%;
}
.ce-location-modul .headline {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 29.9875em) {
  .ce-location-modul .headline {
    font-size: 28px;
    line-height: 34px;
  }
}
.ce-location-modul .button__wrapper {
  margin-top: 32px;
}
.ce-location-modul .button {
  border-color: currentColor;
}
.ce-location-modul .button::after {
  content: "\e921";
  /* 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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  margin-left: 8px;
  font-size: 16px;
  vertical-align: middle;
}
.ce-location-modul figcaption {
  margin-bottom: 10px;
}
@media screen and (max-width: 59.9875em) {
  .ce-location-modul figcaption {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 59.9875em) and (max-width: 29.9875em) {
  .ce-location-modul figcaption {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.infobox .ce-location-modul:first-child {
  margin-top: calc(0px - var(--margin-ce));
}
.infobox .ce-location-modul:last-child {
  margin-bottom: calc(0px - var(--margin-ce));
}
.infobox.appearance--light-theme.appearance--theme .ce-location-modul .button {
  border-color: transparent;
  background-color: var(--black);
  color: var(--white-2);
}
.infobox.frame--true .ce-location-modul:first-child {
  margin-top: calc(-5px - var(--margin-ce));
}

.ce-dynamic-form .trigger-form {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.ce-dynamic-form .trigger-form label {
  margin-left: 10px;
}
.ce-dynamic-form .trigger-form label:first-child {
  margin-left: 0;
}
.ce-dynamic-form form {
  display: none;
}
.ce-dynamic-form #zfu_print:checked ~ .dynamic-form-holder label[for=zfu_print] {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .ce-dynamic-form #zfu_print:checked ~ .dynamic-form-holder label[for=zfu_print]:hover {
    color: var(--color-theme-light);
  }
}
.ce-dynamic-form #zfu_print:checked ~ .dynamic-form-holder .form-zfu_print {
  display: block;
}
.ce-dynamic-form #zfu_digital:checked ~ .dynamic-form-holder label[for=zfu_digital] {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .ce-dynamic-form #zfu_digital:checked ~ .dynamic-form-holder label[for=zfu_digital]:hover {
    color: var(--color-theme-light);
  }
}
.ce-dynamic-form #zfu_digital:checked ~ .dynamic-form-holder .form-zfu_digital {
  display: block;
}
.ce-dynamic-form #zfu_print_digital:checked ~ .dynamic-form-holder label[for=zfu_print_digital] {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  /* stylus-based screens */
}
@media (hover: hover) and (pointer: fine) {
  .ce-dynamic-form #zfu_print_digital:checked ~ .dynamic-form-holder label[for=zfu_print_digital]:hover {
    color: var(--color-theme-light);
  }
}
.ce-dynamic-form #zfu_print_digital:checked ~ .dynamic-form-holder .form-zfu_print_digital {
  display: block;
}

@media screen and (max-width: 64em) {
  .ce-video-gallery .gallery-slider-container {
    padding-bottom: 46px;
  }
}
.ce-video-gallery .gallery-slider .gallery-slide {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .ce-video-gallery .gallery-slider .gallery-slide {
    width: 90%;
  }
}
.ce-video-gallery .gallery-slider .gallery-slide .video-wrapper:after {
  display: block;
  content: "";
  background: rgba(255, 0, 0, 0);
  width: 100%;
  height: 56%;
  position: absolute;
  top: 20%;
  left: 0;
}
@media screen and (min-width: 30em) {
  .ce-video-gallery .gallery-slider .gallery-slide .video-wrapper:after {
    height: 64%;
    top: 17%;
  }
}
@media screen and (min-width: 48em) {
  .ce-video-gallery .gallery-slider .gallery-slide .video-wrapper:after {
    margin: 0 10px;
    height: 75%;
    top: 12%;
  }
}
@media screen and (min-width: 48em) {
  .ce-video-gallery .gallery-slider .gallery-slide .video-wrapper {
    margin: 0 10px;
  }
  .ce-video-gallery .gallery-slider .gallery-slide .video-wrapper:first-child .video-wrapper {
    margin-left: 0;
  }
  .ce-video-gallery .gallery-slider .gallery-slide .video-wrapper:last-child .video-wrapper {
    margin-right: 0;
  }
}
.ce-video-gallery .gallery-slider .flickity-button {
  top: 45% !important;
}
@media screen and (max-width: 47.9875em) {
  .ce-video-gallery .gallery-slider .flickity-button {
    display: block;
    top: calc(100% + 24px) !important;
    z-index: 2;
  }
  .ce-video-gallery .gallery-slider .flickity-button.previous {
    left: 4px;
  }
  .ce-video-gallery .gallery-slider .flickity-button.next {
    right: 4px;
  }
}
.ce-video-gallery .gallery-slider .flickity-button[disabled] {
  opacity: 0;
}
.ce-video-gallery .gallery-slider .flickity-page-dots {
  top: calc(100% + 20px) !important;
}
@media screen and (min-width: 48em) {
  .ce-video-gallery .gallery-slider .flickity-page-dots {
    top: 95% !important;
  }
}

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

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

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

.burgermenu-toggler {
  position: absolute;
  margin-right: 25px;
  right: 0;
  top: 0;
  display: inline-block;
  width: 37px;
  height: 23px;
  cursor: pointer;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s ease-in-out;
  z-index: 3;
  margin-left: auto;
  /* stylus-based screens */
}
@media screen and (max-width: 47.9875em) {
  .burgermenu-toggler {
    width: 23px;
    height: 17px;
  }
}
.burgermenu-toggler span {
  display: block;
  position: absolute;
  height: 4.6px;
  height: 2px;
  width: 100%;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  background-color: #ffffff;
  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: 47.9875em) {
  .burgermenu-toggler span {
    height: 1.5px;
  }
}
.burgermenu-toggler span:nth-child(1) {
  top: 0px;
}
.burgermenu-toggler span:nth-child(2) {
  top: 9.2px;
  width: 100%;
}
.burgermenu-toggler span:nth-child(3) {
  top: 9.2px;
  width: 100%;
}
.burgermenu-toggler span:nth-child(4) {
  top: 18.4px;
  width: 100%;
}
@media screen and (max-width: 47.9875em) {
  .burgermenu-toggler span:nth-child(2) {
    top: 6.8px;
    width: 100%;
  }
  .burgermenu-toggler span:nth-child(3) {
    top: 6.8px;
    width: 100%;
  }
  .burgermenu-toggler span:nth-child(4) {
    top: 13.6px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .burgermenu-toggler:hover span, .burgermenu-toggler:focus-visible span {
    background-color: var(--color-theme-light);
  }
}
@media screen and (max-width: 47.9875em) {
  .burgermenu-toggler.opened, .burgermenu-toggler.closer {
    right: -26px;
  }
}
.burgermenu-toggler.opened span, .burgermenu-toggler.closer span {
  width: 100%;
  transition: 0.35s ease-in-out;
}
.burgermenu-toggler.opened span:nth-child(1), .burgermenu-toggler.opened span:nth-child(4), .burgermenu-toggler.closer span:nth-child(1), .burgermenu-toggler.closer span:nth-child(4) {
  transition: 0.2s ease-in-out;
}
.burgermenu-toggler.opened span:nth-child(1), .burgermenu-toggler.closer span:nth-child(1) {
  right: 50%;
  top: 9.2px;
  width: 0;
  opacity: 0;
}
.burgermenu-toggler.opened span:nth-child(2), .burgermenu-toggler.closer span:nth-child(2) {
  top: 9.2px;
  transform: rotate(45deg);
}
.burgermenu-toggler.opened span:nth-child(3), .burgermenu-toggler.closer span:nth-child(3) {
  top: 9.2px;
  transform: rotate(-45deg);
}
.burgermenu-toggler.opened span:nth-child(4), .burgermenu-toggler.closer span:nth-child(4) {
  right: 50%;
  top: 9.2px;
  width: 0;
  opacity: 0;
}
@media screen and (max-width: 47.9875em) {
  .burgermenu-toggler.opened span:nth-child(1), .burgermenu-toggler.closer span:nth-child(1) {
    right: 50%;
    top: 6.8px;
    width: 0;
  }
  .burgermenu-toggler.opened span:nth-child(2), .burgermenu-toggler.closer span:nth-child(2) {
    top: 6.8px;
    transform: rotate(45deg);
  }
  .burgermenu-toggler.opened span:nth-child(3), .burgermenu-toggler.closer span:nth-child(3) {
    top: 6.8px;
    transform: rotate(-45deg);
  }
  .burgermenu-toggler.opened span:nth-child(4), .burgermenu-toggler.closer span:nth-child(4) {
    right: 50%;
    top: 6.8px;
    width: 0;
  }
}

/*
    Created on : 06.07.2021, 11:25:03
    Author     : ks
*/
.header-brand {
  position: relative;
  border: 0.8px solid var(--color-header);
  background-color: var(--color-header-bg);
  border-radius: 42px;
  display: inline-block;
  z-index: 20;
}
@media screen and (max-width: 47.9875em) {
  .header-brand {
    border-radius: 28px;
  }
}
.header-brand__inner {
  padding: 16.2px 38.3px 10.81px 38.7px;
  pointer-events: all;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media screen and (max-width: 47.9875em) {
  .header-brand__inner {
    padding: 11px 24px 6px 23px;
  }
}
.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 {
  /*        height: 30px;
          @include screen-max(mobile) {
              height: 21px;
          }*/
}
.header-brand__picture img {
  height: 56px;
  width: 173px;
  object-fit: contain;
}
@media screen and (max-width: 47.9875em) {
  .header-brand__picture img {
    height: 38px;
    width: 115px;
  }
}

/*
    Created on : 06.07.2021, 11:20:51
    Author     : ks
*/
.wpadminbar {
  /* 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);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
body.admin-bar .main-wrapper {
  min-height: calc(100vh - 32px);
}
body.admin-bar .mobile-navigation,
body.admin-bar .website-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-navigation,
  body.admin-bar .website-header {
    top: 46px;
  }
}

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

/* no gap over own fixed header on scroll down */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@media screen and (max-width: 64em) {
  #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;
            }
        }
    }
}*/
.js-nl-error {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #000000;
  background-color: #f7f7f7;
  border: 2px solid #25a9ef;
  border-radius: 10px;
  padding-left: 80px;
  min-height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border-color: #f34235;
}
.js-nl-error a {
  color: inherit;
}
.js-nl-error::before {
  display: block;
  content: "";
  width: 6px;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 15px;
  bottom: 15px;
  height: calc(100% - 30px);
  background-color: #25a9ef;
}
.js-nl-error::after {
  content: "i";
  background-color: #25a9ef;
  color: #ffffff;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
}
.js-nl-error:before {
  background-color: #f34235;
}
.js-nl-error::after {
  content: "!";
  background-color: #f34235;
}

.js-nl-success {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #000000;
  background-color: #f7f7f7;
  border: 2px solid #25a9ef;
  border-radius: 10px;
  padding-left: 80px;
  min-height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border-color: #00cc83;
}
.js-nl-success a {
  color: inherit;
}
.js-nl-success::before {
  display: block;
  content: "";
  width: 6px;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 15px;
  bottom: 15px;
  height: calc(100% - 30px);
  background-color: #25a9ef;
}
.js-nl-success::after {
  content: "i";
  background-color: #25a9ef;
  color: #ffffff;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
}
.js-nl-success::before {
  background-color: #00cc83;
}
.js-nl-success::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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e908";
  color: #00cc83;
  font-size: 32px;
  background-color: transparent;
}

.js-nl-hint {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #000000;
  background-color: #f7f7f7;
  border: 2px solid #25a9ef;
  border-radius: 10px;
  padding-left: 80px;
  min-height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border: 2px solid #25a9ef;
}
.js-nl-hint a {
  color: inherit;
}
.js-nl-hint::before {
  display: block;
  content: "";
  width: 6px;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 15px;
  bottom: 15px;
  height: calc(100% - 30px);
  background-color: #25a9ef;
}
.js-nl-hint::after {
  content: "i";
  background-color: #25a9ef;
  color: #ffffff;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
}
.js-nl-hint::before {
  background-color: #25a9ef;
}
.js-nl-hint::after {
  content: "i";
  background-color: #25a9ef;
  color: #ffffff;
  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 : 05.07.2021, 14:27:41
    Author     : ks
*/
.searchform {
  color: #ffffff;
}
.searchform .icon {
  font-size: 20px;
  line-height: 20px;
}
.searchform__searchfield {
  line-height: 30px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  display: inline-block;
  outline: none;
  transition: max-width 0.4s;
  position: relative;
  padding-left: 1px;
  padding-right: 35px;
  width: 100%;
}
.searchform__container {
  display: block;
  position: relative;
}
.searchform__magnifier {
  cursor: pointer;
  transition: all 0.4s;
  top: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
  padding: 6px;
}
@media screen and (max-width: 47.9875em) {
  .searchform__magnifier {
    right: 6px;
  }
}
.searchform__magnifier:hover {
  color: var(--color-theme-light);
}
.searchform__submit {
  -webkit-appearance: none;
  background: transparent;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: none;
}
.searchform--burger {
  position: relative;
  transition: 0.4s;
  left: 20px;
  max-width: calc(100% - 40px);
  margin-top: 63px;
}
@media screen and (max-width: 47.9875em) {
  .searchform--burger {
    left: 16px;
    max-width: calc(100% - 32px);
    margin-top: 0;
  }
}
.searchform:focus-within .searchform__searchfield {
  border-color: var(--color-theme-light);
}

/* prevent webkit autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

/*
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: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  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: "\2b67";
  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;
  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;
}

/*
    Created on : 03.06.2021, 19:24:37
    Author     : ks
*/
.adv {
  position: relative;
}
.adv img {
  display: block;
}
.adv__inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  overflow: hidden;
}
.adv figcaption {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #797979;
}

.adv-billboard,
.adv-superbaner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.adv-billboard__inner {
  width: 940px;
  height: 200px;
}
@media screen and (max-width: 940px) {
  .adv-billboard {
    display: none;
  }
}

.adv-superbanner__inner {
  width: 728px;
  height: 90px;
}
@media screen and (max-width: 728px) {
  .adv-superbanner {
    display: none;
  }
}

.adv-medium-rectangle__inner {
  width: 300px;
  overflow: visible;
  max-width: 100%;
}

/*

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: $grey-warm;
             display: inline-block;
         }
      }
      .partner-image {
          //figure
          position: relative;
          .format-landscape {
              width: 160px;
          }
          .format-portrait {
              height: 60px;
          }
      }*/
}
.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: 29.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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__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: 48em) {
  .content-header__label {
    float: right;
    margin-top: 8px;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header__label {
    padding: 7px 19px 7px 18px;
  }
}
.content-header__label--zeit {
  font-size: 18px;
  background-color: #ffffff;
}
.content-header__introtext-container {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 29.9875em) {
  .content-header__introtext-container {
    margin-top: 24px;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header__introtext-container {
    margin-bottom: 32px;
  }
}
.content-header__introtext {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 29.9875em) {
  .content-header__introtext {
    margin-top: 24px;
  }
}
.content-header__title-supplement, .content-header__title-supplement p {
  font-size: 26px;
  line-height: 32px;
}
.content-header__title-supplement .button__wrapper:first-child {
  margin-top: 17px;
  display: inline-block;
}
.content-header__notice {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  color: #b3b3b3;
}
.content-header__notice a {
  color: inherit;
}
@media screen and (max-width: 47.9875em) {
  .content-header__notice {
    text-align: left;
  }
}
.content-header__meta {
  font-size: 28px;
  line-height: 34px;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 47.9875em) {
  .content-header__meta {
    display: block;
    font-size: 18px;
    line-height: 22px;
  }
}
.content-header__author {
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}
.content-header .video {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-header .video-container {
  width: 100%;
}

.header-image .copyright {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 10px);
  display: inline-block;
}
.header-image .copyright__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header-image .copyright__part1, .header-image .copyright__part2 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 6px 4px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #f7f7f7;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.header-image .copyright__part1 {
  text-align: center;
  text-decoration: none;
}
.header-image .copyright__part1:focus-visible {
  font-weight: bold;
}
.header-image .copyright__part2 {
  position: absolute;
  right: calc(100% + 7px);
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  word-break: initial;
  bottom: 0;
  transition: opacity 0.5s;
  width: max-content;
  max-width: 1032px;
  white-space: normal;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1170px) {
  .header-image .copyright__part2 {
    max-width: calc(100vw - 70px - 68px);
  }
}
@media screen and (max-width: 29.9875em) {
  .header-image .copyright__part2 {
    max-width: calc(100vw - 32px - 68px);
  }
}
.header-image .copyright__part2::after {
  content: "";
  border: 4px solid rgba(0, 0, 0, 0.8);
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: calc(100% - 5px);
  bottom: 6.5px;
  transform: rotate(135deg);
}
.header-image .copyright__checkbox:checked ~ .copyright__part2 {
  opacity: 1;
  pointer-events: all;
  right: calc(100% + 10px);
}
.header-image .copyright.copyright-bu-appearance-static {
  width: 100%;
  left: 0 !important;
  bottom: 0;
}
.header-image .copyright.copyright-bu-appearance-static .copyright__label {
  display: block;
}
.header-image .copyright.copyright-bu-appearance-static .copyright__part1 {
  display: none;
}
.header-image .copyright.copyright-bu-appearance-static .copyright__part2 {
  opacity: 1;
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  max-height: 500px;
  background-color: rgba(0, 0, 0, 0.41);
  padding: 10px 10%;
  text-align: center;
}
@media screen and (max-width: 29.9875em) {
  .header-image .copyright.copyright-bu-appearance-static .copyright__part2 {
    padding: 8px 3%;
  }
}
.header-image .description {
  display: block;
  padding-top: 7px;
}
@media screen and (max-width: 1440px) {
  .header-image .description {
    padding-left: 7px;
  }
}

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

/*.content-header--without-intro-container {
    .content-header__image-container {
        margin-bottom: 0 !important;
    }
}*/
.zia-logo {
  margin-top: 13px;
}
.zia-logo, .zia-logo::before {
  width: 100%;
  max-width: 465px;
  overflow: hidden;
  display: block;
  aspect-ratio: 230/46;
}
.zia-logo::before {
  content: "";
  background-image: url("/content/themes/nucleus/asset/image/campaign/Zia_Logo_Claim_rechts.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content-header--split .content-header__image-container, .content-header--split .content-header__text-container {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .content-header--split .content-header__image-container, .content-header--split .content-header__text-container {
    width: 50%;
  }
}
.content-header--split .content-header__image-container {
  background-color: var(--color-theme-dark);
}
.content-header--split .content-header__text-container {
  background-color: var(--color-theme-light);
  position: relative;
}
@media screen and (min-width: 48em) {
  .content-header--split .content-header__text-container {
    padding-left: 0;
  }
}
.content-header--split .content-header__text-container-inner {
  position: relative;
  max-width: 550px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 24px;
  padding-bottom: 73px;
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .content-header--split .content-header__text-container-inner {
    padding-top: 125px;
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .content-header--split .content-header__text-container-inner {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 64.0125em) {
  .content-header--split .content-header__text-container-inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__text-container.without-header-image {
    padding-top: 85px;
  }
}
.content-header--split .content-header__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 56px;
  line-height: 58px;
}
@media screen and (max-width: 1200px) {
  .content-header--split .content-header__title {
    font-size: 49px;
    line-height: 52px;
  }
}
@media screen and (max-width: 59.9875em) {
  .content-header--split .content-header__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 22.4375em) {
  .content-header--split .content-header__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.content-header--split .content-header__title .iconfont- {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--split .content-header__title .iconfont- {
    font-size: 26px;
    top: -2px;
  }
}
.content-header--split .content-header__title b {
  font-family: "Gelion-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.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: 28px;
  line-height: 34px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--split .content-header__introtext, .content-header--split .content-header__introtext p {
    font-size: 22px;
    line-height: 27px;
  }
}
.content-header--split .content-header__introtext ul li {
  line-height: 1.1;
}
.content-header--split .content-header__introtext ul li:before {
  font-size: 10px;
  top: 11px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--split .content-header__introtext ul li:before {
    font-size: 8px;
    top: 7px;
  }
}
@media screen and (max-width: 47.9875em) {
  .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__notice {
  width: 100%;
  text-align: center;
}
.content-header--split .content-header__notice:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__notice:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__notice {
    text-align: left;
  }
}
.content-header--split .content-header__image-container {
  margin-bottom: 0;
}
.content-header--split .content-header__image-container-inner {
  height: 100%;
  padding-top: 80%;
}
@media screen and (max-width: 1200px) {
  .content-header--split .content-header__image-container-inner {
    padding-top: 100%;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__image-container-inner {
    padding-top: 80% !important;
  }
}
@media screen and (min-width: 48em) {
  .content-header--split .content-header__image-container .copyright {
    left: 10px;
    right: auto;
  }
  .content-header--split .content-header__image-container .copyright__part2 {
    right: auto;
    left: calc(100% + 7px);
  }
  .content-header--split .content-header__image-container .copyright__part2::after {
    right: calc(100% - 5px);
    left: auto;
    transform: rotate(-45deg);
  }
  .content-header--split .content-header__image-container .copyright__checkbox:checked ~ .copyright__part2 {
    left: calc(100% + 10px);
    right: auto;
  }
}
.content-header--split .content-header__image-container .copyright__part2 {
  max-width: 650px;
}
@media screen and (max-width: 1440px) {
  .content-header--split .content-header__image-container .copyright__part2 {
    max-width: calc(50vw - 70px);
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__image-container .copyright__part2 {
    max-width: calc(100vw - 70px);
  }
}
.content-header--split .content-header__scroll-down-hint {
  position: absolute;
  bottom: 32px;
  left: 66px;
  display: block;
  height: 66px;
  width: 80px;
  color: #000000;
  box-sizing: content-box;
  font-size: 80px;
}
.content-header--split .content-header__scroll-down-hint::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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e906";
  font-size: inherit;
  transform: rotate(90deg);
  display: block;
}
@media screen and (max-width: 64em) {
  .content-header--split .content-header__scroll-down-hint {
    font-size: 43.6363636364px;
    height: 43.6363636364px;
    width: 36px;
    left: 5px;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .content-header__scroll-down-hint {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 29.9875em) {
  .content-header--split .content-header__scroll-down-hint {
    font-size: 31.5151515152px;
    height: 31.5151515152px;
    width: 36px;
    bottom: 16px;
    left: 19px;
  }
}
.content-header--split .video {
  /* render bugfix add 2px on height and width */
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  object-position: center;
}
.content-header--split .video-container {
  height: 100%;
  width: 100%;
  overflow: hiden;
  position: relative;
  padding-top: 80%;
}
@media screen and (max-width: 1200px) {
  .content-header--split .video-container {
    padding-top: 100%;
  }
}
@media screen and (max-width: 47.9875em) {
  .content-header--split .video-container {
    padding-top: 80%;
  }
}

/*
    Created on : 14.02.2022, 10:08:13
    Author     : ks
*/
.content-header--post .content-header__image-container {
  order: 2;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--post .content-header__image-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content-header--post .content-header__image-container::before {
  content: "";
  display: block;
  background-color: var(--color-theme-light);
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%);
  width: 1254px;
  height: 16.1812297735%;
}
@media screen and (max-width: 47.9875em) {
  .content-header--post .content-header__image-container::before {
    height: 63.1901840491%;
  }
}
@media screen and (max-width: 47.9875em) {
  .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: 1170px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 47.9875em) {
  .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);
  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: 29.9875em) {
  .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: 29.9875em) {
  .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: 47.9875em) {
  .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: 753px;
  margin-right: auto;
  margin-left: auto;
}

body.post-template-customer .content-header--post .content-header__introtext-container-inner {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.content-header--category {
  background-color: var(--color-theme-light);
  color: var(--black);
  padding-top: 243px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 47.9875em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 28px;
  line-height: 34px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--category .content-header__introtext, .content-header--category .content-header__introtext p {
    font-size: 22px;
    line-height: 27px;
  }
}
.content-header--category .content-header__introtext ul li {
  line-height: 1.1;
}
.content-header--category .content-header__introtext ul li:before {
  font-size: 10px;
  top: 11px;
}
@media screen and (max-width: 29.9875em) {
  .content-header--category .content-header__introtext ul li:before {
    font-size: 8px;
    top: 7px;
  }
}

/*
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__inner:empty {
  padding: 0;
}
.content-footer__item {
  position: relative;
  padding-top: 60px;
}
.content-footer__item:not(:last-child)::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  background-color: transparent;
  border-bottom: 1.5px solid currentColor;
}
@media screen and (max-width: 29.9875em) {
  .content-footer__item:not(:last-child)::after {
    width: 100%;
  }
}
.content-footer__item:last-child {
  margin-bottom: 40px;
}
.content-footer__title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 27px;
}

.content-footer .related-posts__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .content-footer .related-posts__title {
    margin-bottom: 50px;
  }
}
.content-footer .teaser-container {
  display: flex;
  flex-wrap: wrap;
}

.post-categories {
  padding-bottom: 70px;
}
.post-categories__link {
  -webkit-appearance: none;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 20px 9px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  color: #b3b3b3;
  min-height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  /*    &: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;
}
.post-categories__link .iconfont- {
  font-size: 0.8em;
}
.post-categories__link {
  color: var(--theme-light);
  border-color: var(--theme-dark);
  background-color: var(--theme-dark);
}
.post-categories__link:hover {
  color: var(--theme-dark);
  background-color: var(--theme-light);
}

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

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: 753px;
  margin-right: auto;
  margin-left: auto;
}

/*
    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;
}
@media screen and (min-width: 48em) {
  .filter-category-content {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .filter-category-content .sidebar {
    width: 25%;
  }
}
@media screen and (min-width: 48em) {
  .filter-category-content .main {
    width: 75%;
  }
}
.filter-category-content .main .reloader-container {
  display: block;
  text-align: center;
}
.filter-category-content .main .reloader {
  margin-top: 60px;
  margin-bottom: 10px;
  display: inline-block;
}
.filter-category-content .main .reloader.inactive {
  display: none;
}
.filter-category-content .post-teaser {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 29.9875em) {
  .filter-category-content .post-teaser {
    padding-left: 0;
    padding-right: 0;
  }
}

body[data-context=category-main] .width-content-with-padding,
body[data-context=home] .width-content-with-padding {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.filterheader-holder {
  margin-bottom: 60px;
}
.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: 20px;
  padding-right: 20px;
  max-width: none;
}
@media screen and (max-width: 29.9875em) {
  .emphasis-category-content .content-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.emphasis-category-content .content-header__inner {
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 48em) {
  .emphasis-category-content .content-header__inner {
    display: flex;
    flex-flow: wrap;
  }
}
.emphasis-category-content .content-header__title {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 29.9875em) {
  .emphasis-category-content .content-header__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.emphasis-category-content .content-header__image-container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 29.9875em) {
  .emphasis-category-content .content-header__image-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .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: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 29.9875em) {
  .emphasis-category-content .content-header__text-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .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: 20px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.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: 48em) {
  .partners-container .partner__inner {
    display: flex;
  }
}
.partners-container .partner:not(:last-child) .partner__inner {
  border-bottom: 1px solid #d2d2d2;
}
.partners-container .partner-logo-container {
  display: block;
  width: 265px;
  height: 177px;
  background: #f7f7f7;
  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: 47.9875em) {
  .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);
  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-m-with-padding();
              @include padding-grid();*/
}
body[data-context="post:event"] .width-content-with-padding {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}
body[data-context="post:event"] .box-width-content > .inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
body[data-context="post:event"] .content-footer .post-categories {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

/*

Filters segment stylesheet.

Created : 03.06.2021
Author  : Michael Bindig <mbi@sopg.de>
JIRA    : ZFDS-52

*/
.filters {
  /*    
      font-size: 16px;
      line-height: 19px;*/
  font-size: 18px;
  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 {
  margin-right: 9px;
}
.filters .active-filters > .inner {
  margin-top: 20px;
}
.filters .active-filters .active-filter {
  display: inline-block;
  padding: 5px 9px;
  padding-left: 25px;
  margin-right: 2px;
  margin-bottom: 0px;
  position: relative;
  left: -5px;
  transition: all 0.4s;
}
.filters .active-filters .active-filter::after, .filters .active-filters .active-filter::before {
  content: "";
  position: absolute;
  display: block;
  left: 11px;
  top: 6.5px;
  height: 20.5px;
  background-color: currentColor;
  width: 1.5px;
  transform: rotate(45deg);
  transform-origin: center;
}
.filters .active-filters .active-filter::after {
  transform: rotate(-45deg);
}
.filters .active-filters .active-filter:hover {
  background-color: #000000;
}
.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-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.1px;
}

.filter-group {
  margin-bottom: 20px;
}
.filter-group:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.filter-group__title-container {
  position: relative;
  padding-right: 25px;
}
.filter-group__title {
  font-family: "Gelion-SemiBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
}
.filter-group__icon {
  position: absolute;
  right: 4px;
  bottom: 8px;
  display: inline-block;
  transform: rotate(-45deg) scale(1);
  transition: all 0.3s;
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.filter-group__toggler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.filter-group__title-container:hover .filter-group__icon {
  color: var(--color-theme-light);
}
.filter-group__checkbox:not(:checked) ~ .filter-group__title-container .filter-group__icon {
  transform: rotate(-45deg) scale(-1);
  bottom: -3px;
}
.filter-group__checkbox:not(:checked) ~ .filter-group__filters {
  max-height: 0;
}
.filter-group__checkbox:focus-visible ~ .filter-group__title-container {
  outline: 1px dashed orange;
  outline-offset: 2px;
}

.expandable-filters {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s;
}
.expandable-filters .category-filter:first-child {
  margin-top: 0px;
}
.expandable-filters__toggler {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.expandable-filters__toggler:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.expandable-filters__toggler--less {
  display: none;
}
.expandable-filters__checkbox:checked ~ .expandable-filters__toggler--less {
  display: 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: 26px;
}
.category-filter__checkbox {
  width: 1px;
  height: 1px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
}
.category-filter__label {
  position: relative;
  display: block;
  padding-left: 38px;
  margin-bottom: 20px;
  padding-top: 2px;
  cursor: pointer;
}
.category-filter__label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e91a";
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  color: inherit;
  left: 5px;
  top: 9px;
  transition: all 0.3s;
  opacity: 0;
}
.category-filter__checkbox:checked ~ .category-filter__label {
  color: var(--color-theme-light);
}
.category-filter__checkbox:checked ~ .category-filter__label::after {
  opacity: 1;
}
.category-filter__checkbox:focus-visible ~ .category-filter__label::before {
  outline: 1px dashed orange;
  outline-offset: 3px;
}

@media screen and (max-width: 47.9875em) {
  .filter-container {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    max-height: 0;
    padding: 30px;
    color: #ffffff;
    background-color: var(--theme-dark);
    z-index: 1000000;
    transition: all 0.7s;
  }
}
.filter-container__close, .filter-container__open {
  cursor: pointer;
}
.filter-container__close {
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  visibility: hidden;
  max-height: 0;
  display: block;
  background-color: var(--theme-dark);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  top: -31px;
  padding: 10px;
  margin: -10px;
}
@media screen and (max-width: 29.9875em) {
  .filter-container__close {
    font-size: 20px;
    line-height: 25px;
  }
}
.filter-container__close::after, .filter-container__close::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 26.5px;
  height: 2px;
  background-color: currentColor;
  width: 24px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.4s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 29.9875em) {
  .filter-container__close::after, .filter-container__close::before {
    top: 19.5px;
  }
}
.filter-container__close:hover::before, .filter-container__close:hover::after {
  background-color: var(--color-theme-light);
}
.filter-container__opener {
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  min-height: 46px;
  border-radius: 23px;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 0 9px 0;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.filter-container__opener .icon {
  margin-right: 20px;
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
}
.filter-container__opener:hover .iconfont-filter::before {
  content: "\e914";
}
@media screen and (min-width: 48em) {
  .filter-container__opener {
    display: none;
  }
}
@media screen and (max-width: 47.9875em) {
  .filter-container__open:checked ~ .filter-container {
    visibility: visible;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .filter-container__open:checked ~ .filter-container .filter-container__close {
    max-height: 100px;
    margin-bottom: 20px;
    visibility: visible;
  }
  .filter-container__open:checked ~ .filter-container .filter-container__close::after, .filter-container__open:checked ~ .filter-container .filter-container__close::before {
    transform: rotate(45deg);
  }
  .filter-container__open:checked ~ .filter-container .filter-container__close::after {
    transform: rotate(-45deg);
  }
}

/*
    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: 26px;
  line-height: 32px;
}
@media screen and (max-width: 29.9875em) {
  .richtext .tablepress-table-name,
  .ce-table .tablepress-table-name {
    font-size: 20px;
    line-height: 25px;
  }
}

.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);
  color: #000000;
  border: none;
}
.tablepress tfoot tr th:not(:last-child),
.tablepress thead tr th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.tablepress thead tr th {
  border-bottom: 3px solid #ffffff;
}
.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: #ffffff;
}
.tablepress tfoot tr th {
  border-top: 2px solid #ffffff;
}
.tablepress tbody tr td {
  transition: all 0.3s;
  border: none;
  color: #000000;
  border-bottom: 2px solid #ffffff;
  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 #ffffff;
}
.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: #9c9c9c !important;
  color: #ffffff;
}

.dataTables_wrapper a {
  color: var(--color-theme-light);
}
.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: 29.9875em) {
  .dataTables_wrapper .dataTables_length label {
    max-width: 140px;
    display: block;
  }
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length .select2-container {
  color: #000000;
}
.dataTables_wrapper .dataTables_length .ui-selectmenu-button,
.dataTables_wrapper .dataTables_length select {
  padding: 1px 10px;
  border: 1px solid var(--color-theme-light);
  background-color: #ffffff;
  border-radius: 23px;
  min-height: 46px;
  outline: none;
  width: 80px;
  color: #000000;
  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: #000000;
}
.dataTables_wrapper .dataTables_length .select2-selection__clear {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
@media screen and (max-width: 47.9875em) {
  .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 #9c9c9c;
  border-radius: 23px;
  outline: none;
  margin: 0 0 0 4px;
  background: none;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0deg, 0%, 100%, 0)), to(hsla(0deg, 0%, 100%, 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);
  background-color: var(--color-theme-light);
  color: #000000 !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;
  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: #000000 !important;
  color: #ffffff;
}

.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);
}
.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: #000000 !important;
  color: #ffffff;
}
.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: #ffffff;
}
.appearance--light-theme .dataTables_wrapper .dataTables_paginate .paginate_button, .appearance--light-theme.infobox .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff !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(--theme-dark);
}

/*.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: $grey-warm !important;
                    }
                }
            }
        }
    }
    .dataTables_wrapper {
        .dataTables_length {
            .ui-selectmenu-button,
            select {
                border: 1px solid $black;
                //background-color: $white;
            }
        }
        .dataTables_filter {
            margin-bottom: 10px;
            label {

            }
            input[type="search"] {
                border: 1px solid $black;
            }
        }
        // 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);
                    border-color: var(--color-theme-light);
                    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--info {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  background: var(--color-theme-dark);
  padding: 0 40px 0 40px;
  z-index: 18;
  overflow: hidden;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 0.9s, opacity 0.2s;
}
@media screen and (max-width: 47.9875em) {
  .overlay--info {
    padding-left: 20px;
  }
}
.overlay--info::before {
  content: "";
  display: block;
  height: 30px;
  width: 100;
}
.overlay--info .overlay__text-container {
  color: var(--white);
}
.overlay--info .overlay__inner {
  max-height: 50vh;
  overflow-y: auto;
  padding-bottom: 36px;
}
@media screen and (min-width: 30em) {
  .overlay--info .overlay__inner {
    text-align: center;
  }
}
.overlay--info .overlay__title {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}
.overlay--info .overlay__close {
  color: var(--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 orange;
  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: 723px;
  margin-right: auto;
  margin-left: auto;
  transform: translate(-50%, -50%);
  background: var(--white);
  z-index: 80020;
  overflow: hidden;
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s;
}
@media screen and (max-width: 47.9875em) {
  .overlay--scroll-induced {
    width: 75vw;
  }
}
@media screen and (max-width: 29.9875em) {
  .overlay--scroll-induced {
    width: calc(100vw - 32px);
  }
}
.overlay--scroll-induced .overlay__text-container {
  padding: 30px 60px 40px 30px;
}
@media screen and (min-width: 48em) {
  .overlay--scroll-induced .overlay__text-container {
    width: 50%;
  }
}
.overlay--scroll-induced .overlay__text-container:first-child {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .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: 29.9875em) {
  .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: 29.9875em) {
  .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: 48em) {
  .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(--grey-dark);
  font-size: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
}
@media screen and (max-width: 47.9875em) {
  .overlay--scroll-induced .overlay__close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 47.9875em) {
  .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(--black);
}
.overlay--scroll-induced .overlay__button {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.overlay__fullscreen-close {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 80019;
  height: 100%;
  width: 100%;
  background: var(--black);
  opacity: 0.4;
  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 orange;
}

/*
    Created on : 31.05.2021, 09:22:18
    Author     : ks
*/
.website-header {
  background: transparent;
  --color-theme-light: var(--color-theme-light-default);
  pointer-events: none;
  position: fixed;
  margin-top: 35px;
  left: 0;
  right: 0;
  transition: all 0.4s;
  z-index: 80010;
  background: transparent;
  transform: translateY(0);
}
@media screen and (max-width: 47.9875em) {
  .website-header {
    margin-top: 16px;
  }
}
.website-header__inner {
  position: relative;
}
.website-header ul {
  list-style: none;
}

body.scrolled-down:not(.burger-navigation-opened) .website-header {
  margin-top: 0;
  transform: translateY(-200%);
}

.burger-menu__container {
  pointer-events: all;
}

.burger-navigation {
  margin-top: auto;
  width: 82px;
  color: white;
  max-height: 0;
  overflow: hidden;
  min-height: 0;
  /* make not tab accessable by tab navigation if closed */
  visibility: hidden;
}
@media screen and (max-width: 47.9875em) {
  .burger-navigation {
    width: 40px;
  }
}
.burger-navigation__container {
  right: 15px;
}
@media screen and (max-width: 47.9875em) {
  .burger-navigation__container::before {
    content: "";
    display: block;
    position: fixed;
    top: -16px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-header-bg);
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 29.9875em) {
  .burger-navigation__container {
    right: 0;
  }
}

.searchform--header {
  top: 0;
}

.burgermenu-toggler {
  right: 4px;
  top: 32px;
  margin-top: 0;
}
@media screen and (max-width: 47.9875em) {
  .burgermenu-toggler {
    top: 21px;
    right: -4px;
  }
}

/* Sticky Header */
body.burger-navigation-opened .website-header {
  max-height: 72px;
  transition: all 0.4s;
}
body.burger-navigation-opened .burger-navigation {
  width: 347px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  visibility: visible;
}
@media screen and (max-width: 47.9875em) {
  body.burger-navigation-opened .burger-navigation {
    width: 100vw;
    right: -40px;
    top: 58px;
    max-height: calc(100vh - 58px - 16px);
    overflow-y: auto;
    padding-bottom: 28px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 29.9875em) {
  body.burger-navigation-opened .burger-navigation {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9875em) {
  body.burger-navigation-opened .burger-navigation__container::before {
    opacity: 1;
    pointer-events: all;
  }
}
body.burger-navigation-opened .burger-navigation__search-opener {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 47.9875em) {
  body.burger-navigation-opened.admin-bar .burger-navigation {
    max-height: calc(100vh - 48px - 16px - 46px);
  }
}

/* darken and blur content if burger menu open */
/* Submenu Open */
.main-wrapper {
  transition: filter 0.6s;
}
.main-wrapper::after {
  content: "";
  position: absolute;
  height: 110%;
  top: -16px;
  left: 50%;
  right: 0;
  width: 110vw;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.6s;
  background-color: rgba(18, 18, 18, 0.3);
  pointer-events: none;
}

body.burger-navigation-opened .main-wrapper {
  transition: filter 0.6s;
  filter: blur(4px);
}
body.burger-navigation-opened .main-wrapper::after {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: all;
}

.website-footer {
  padding-top: 75px;
  padding-bottom: 35px;
  color: var(--color-footer);
  background-color: var(--color-footer-bg);
  --color-theme-light: var(--color-theme-light-default);
}
.website-footer .website-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.website-footer .footer-columns-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.website-footer .footer-columns-container .column {
  margin-bottom: 40px;
}
.website-footer .footer-columns-container h2 {
  margin-bottom: 15px;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}
.website-footer .footer-brand-container {
  max-width: 290px;
  margin-top: -13px;
}
.website-footer .footer-brand-container .footer-brand {
  min-width: 250px;
  margin-bottom: 21px;
  font-size: 46px;
}
.website-footer .footer-text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.29;
}
.website-footer .footer-text a {
  color: inherit;
}
.website-footer .footer-newsletter-form {
  width: 30%;
  max-width: 100%;
}
.website-footer .footer-newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
}
.website-footer .footer-newsletter-form input {
  display: block;
  margin-bottom: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 20px;
  min-height: 42px;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 100%;
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}
.website-footer .footer-newsletter-form input:focus-visible {
  outline: 0;
}
.website-footer .footer-newsletter-form input[type=text] {
  width: calc(50% - 16px);
}
.website-footer .footer-newsletter-form button[type=submit] {
  cursor: pointer;
  margin-top: 8px;
}
.website-footer .footer-socials {
  max-width: 196px;
}
.website-footer .footer-socials .social-menu {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.website-footer .footer-copyright {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}
.website-footer .footer-copyright a {
  color: inherit;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 77.4875em) {
  .website-footer .website-footer__inner {
    justify-content: start;
  }
  .website-footer .website-footer__inner .column {
    width: calc(70% - 100px);
    max-width: 50%;
  }
  .website-footer .website-footer__inner .column:nth-child(even) {
    width: 30%;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9875em) {
  .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: 29.9875em) {
  .website-footer {
    padding-top: 35px;
  }
}
/*
    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: #000000;
  background-color: #ffffff;
  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: #000000;
  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 #979797;
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  padding: 0 20px;
  outline: none;
  /*    &:focus-visible {
          outline: 1px solid $color-focus-visible;
          outline-offset: 3px;
      }*/
  /*    &:focus {
          outline: none;
          border-color: $black;
      }*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #ffffff;
  /*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 #979797;
  cursor: pointer;
  background: none;
  background-color: #ffffff;
  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 #000000;
  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: 80005;
}

.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: #ffffff;
  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: 15px;
  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;
  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-registration__form {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.newsletter-registration__form-inner {
  width: 100%;
}
.newsletter-registration__label--submit {
  margin-top: 8px;
}
.newsletter-registration__label-inner {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  display: inline-block;
  cursor: pointer;
}
.newsletter-registration__label-inner .optional {
  display: none;
}
.newsletter-registration .newsletter-registration__label input {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.newsletter-registration__formtext-before {
  margin-bottom: 24px;
}
.newsletter-registration__notices {
  margin-bottom: 24px;
}
.newsletter-registration__optional {
  margin-top: 24px;
  font-size: 0.9em;
}
.newsletter-registration__checkbox-container {
  margin-bottom: 41px;
}
.newsletter-registration__formtext-privacy-policy {
  margin-top: 60px;
  margin-bottom: 24px;
}
.newsletter-registration .privacy-notice {
  margin-top: 24px;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
}
.newsletter-registration .privacy-notice a {
  color: inherit;
}
.newsletter-registration .newsletter-registration__label--submit,
.newsletter-registration .newsletter-registration__input-wrapper--submit {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .newsletter-registration .richtext,
  .newsletter-registration .newsletter-registration__form {
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-registration .input-container--text {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter-registration .newsletter-registration__label--firstname {
    margin-right: 12px;
    width: calc(50% - 8px);
    display: inline-block;
  }
  .newsletter-registration .newsletter-registration__label--lastname {
    width: calc(50% - 8px);
    display: inline-block;
  }
  .newsletter-registration .newsletter-registration__label--email {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .newsletter-registration__form-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 47.9875em) {
  .newsletter-registration__form {
    text-align: center;
  }
  .newsletter-registration__form-inner {
    align-content: center;
  }
  .newsletter-registration__input-wrapper {
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .newsletter-registration__input-wrapper--submit {
    width: auto;
    display: inline-block;
  }
  .newsletter-registration__input-wrapper--submit input {
    width: auto;
  }
  .newsletter-registration__input-wrapper--submitplaceholder {
    height: 0;
  }
}

.newsletter-registration {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}
.newsletter-registration .nl-submit-container {
  margin-top: 30px;
}

.js-nl-error {
  margin-bottom: 20px;
}

.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: #f34235;
  border-color: #f34235;
}

[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: #000;
  z-index: 15;
  z-index: 90000;
}
.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: #fff;
  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;
}
.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: 48em) {
  .lightbox .lightbox__wrapper {
    width: calc(100% - 100px);
  }
}
.lightbox .lightbox__wrapper .lightbox__content {
  color: #fff;
}
.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;
  /* stylus-based screens */
}
@media screen and (max-width: 47.9875em) {
  .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;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  content: "\e912";
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: solid 0.8px var(--white);
  background-color: #fff;
  background-color: var(--grey-dark);
  color: var(--white);
  margin: 0;
  border-radius: 50%;
  line-height: 60px;
  font-size: 30px;
  position: absolute;
  transition: all 0.4s;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .lightbox .lightbox__close:hover::after {
    background-color: var(--color-theme-dark);
  }
}

@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: 1448px !important;
  max-width: calc(100vw + 8px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 64em) and (min-width: 30em) {
  #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: 29.9875em) {
  #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: 29.9875em) {
  #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: 20px;
  line-height: 25px;
  margin-top: 8px;
}
#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-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 20px 9px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  color: #b3b3b3;
  min-height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  /*    &: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(--white);
  background-color: var(--white);
  color: var(--black);
  /* stylus-based screens */
  color: var(--black) !important;
  margin-top: 0;
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi .sbi_follow_btn a:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--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-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-family: "Gelion-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 9px 20px 9px 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  color: #b3b3b3;
  min-height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
  position: relative;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0);
  /*    &: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(--white);
  background-color: var(--white);
  color: var(--black);
  /* stylus-based screens */
  color: var(--black) !important;
  border-radius: 20px !important;
}
@media (hover: hover) and (pointer: fine) {
  #sb_instagram.sbi #sbi_load a.sbi_load_btn:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
  }
}

.ce-infobox.frame--true #sb_instagram.sbi #sbi_images {
  width: calc(100% + 8px) !important;
}
@media screen and (min-width: 30em) {
  .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-m-with-padding {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.post-template-scrollytelling .content .content-element .width-content-with-padding {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.sticky-button {
  position: relative;
  display: block;
  color: white;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.1;
  pointer-events: none;
  transition-delay: 0.4s;
}
.sticky-button:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sticky-button__container {
  position: fixed;
  bottom: calc(var(--padding-page) + var(--padding-grid));
  right: calc(var(--padding-page) + var(--padding-grid));
  transition: all 0.5s;
  color: white;
  z-index: var(--zindex--sticky-button, 80000);
  text-align: right;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button__container {
    bottom: var(--padding-page);
    right: var(--padding-page);
  }
}
.sticky-button__container.show {
  opacity: 1;
  pointer-events: all;
}
.sticky-button__container.show[data-subscribeurl=true][data-contactform=false] .js-subscribe-url--opender {
  opacity: 1;
  pointer-events: all;
}
.sticky-button__container.show[data-subscribeurl=true][data-contactform=false] .js-contact-form--opener {
  display: none;
}
.sticky-button__container.show[data-subscribeurl=true][data-contactform=false] .sticky-button__opener {
  display: none;
}
.sticky-button__inner {
  margin-right: 14px;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button__inner {
    margin-right: 0;
  }
}
.sticky-button__text, .sticky-button__icon {
  transform: translateX(10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  transition-delay: 0s;
  display: inline-block;
  transition-timing-function: ease-in-out;
}
.sticky-button__text, .sticky-button__opener {
  background: var(--color-dark, #242528);
  border: 0.5px solid color-mix(in srgb, var(--color-dark), #fff 15%);
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.25);
}
.sticky-button__text {
  font-family: "Gelion-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 8px 0;
  padding: 4px 8px 4px 8px;
  border-radius: var(--radius-xs, 8px);
  margin-left: auto;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  display: block;
  width: max-content;
  right: 52px;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button__text {
    display: none;
  }
}
.sticky-button__icon {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--color-theme-light, white);
  border: 0.5px solid color-mix(in srgb, var(--color-theme-light), #000 15%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  color: black;
  transform-origin: bottom;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button__icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.sticky-button__icon.iconfont-calendar::before {
  font-size: 1.2em;
  position: relative;
  top: -0.07em;
}
.sticky-button__opener {
  padding: 16px;
  border-radius: var(--radius-s, 16px);
  display: block;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  margin-top: 24px;
}
@media screen and (max-width: 29.9875em) {
  .sticky-button__opener {
    margin-top: 20px;
    padding: 4px;
  }
}
.sticky-button__opener-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  display: block;
  transform: rotate(0deg) scale(1);
  transition: all 0.9s;
}
.sticky-button__container[data-subscribeurl=false] .sticky-button__inner {
  margin-right: 0;
}

.sticky-button__container[data-subscribeurl=true][data-contactform=false] .sticky-button__inner {
  margin-right: 0;
}
.sticky-button__container[data-subscribeurl=true][data-contactform=false] .sticky-button {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
.sticky-button__container[data-subscribeurl=true][data-contactform=false] .sticky-button__icon {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}
.sticky-button__container[data-subscribeurl=true][data-contactform=false] .sticky-button:hover .sticky-button__text {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}

input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__opener-icon {
  transform: rotate(-225deg) scale(-1);
}
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__text,
input#StickyButtonOpen:checked ~ .sticky-button__container .sticky-button__icon {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.4s;
}

body.scrolled input#StickyButtonOpen:checked ~ .sticky-button__container[data-subscribeurl=false][data-contactform=true] .sticky-button__text {
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
}
body.scrolled input#StickyButtonOpen:checked ~ .sticky-button__container[data-subscribeurl=false][data-contactform=true]:hover .sticky-button__text {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}

.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;
}

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