@charset "UTF-8";
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Karla-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Karla-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/Karla-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/Karla-BoldItalic.woff2") format("woff2");
}
/**
 * tags
 */
body {
  background-color: #fff;
  font-family: Karla;
  font-color: #151513;
  padding-top: 80px;
  font-size: 16px;
  line-height: 24.8px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

h1,
.cms-h1,
.cms-h2,
.cms-teaser-head h2 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 0;
}

.cms-h2,
.cms-teaser-head h2 {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}

h2 {
  font-size: 28px;
  line-height: 30.8px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cms-teaser-hero-headline h2 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
  margin: 0;
}

.cms-teaser-hero-headline h3 {
  font-size: 24px;
  line-height: 136%;
  font-weight: 400;
  margin: 0;
}

.cms-teaser-hero-headline h2,
.cms-teaser-hero-headline h3 {
  display: inline;
}

.cms-teaser-hero-headline h2:after,
.cms-teaser-hero-headline h3:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.cms-teaser-text h3 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0.5em;
}

.cms-teaser-search-result h3,
.cms-teaser-search-result h4 {
  font-size: 21px;
  line-height: 144%;
}

.cms-teaser-search-result h3 {
  margin-top: 16px;
}

.cms-teaser-search-result h4 {
  margin-bottom: 16px;
}

h4 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
  margin: 0;
}

h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
}

h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}

hr {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

hr.cms-ruler {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
}

hr.cms-ruler-top {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  margin-bottom: 48px;
}

hr.cms-ruler-top::before {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

hr.cms-ruler-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
  position: relative;
  margin-top: 0px;
  padding-bottom: 50px;
  margin-bottom: 48px;
}

hr.cms-ruler-bottom::after {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

figure {
  position: relative;
  margin: 0;
}

figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  margin: 0;
  opacity: 0.8;
  padding: 30px 12px 8px 12px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.197) 8.1%, rgba(0, 0, 0, 0.19) 15.5%, rgba(0, 0, 0, 0.179) 22.5%, rgba(0, 0, 0, 0.165) 29%, rgba(0, 0, 0, 0.148) 35.3%, rgba(0, 0, 0, 0.13) 41.2%, rgba(0, 0, 0, 0.11) 47.1%, rgba(0, 0, 0, 0.09) 52.9%, rgba(0, 0, 0, 0.07) 58.8%, rgba(0, 0, 0, 0.052) 64.7%, rgba(0, 0, 0, 0.035) 71%, rgba(0, 0, 0, 0.021) 77.5%, rgba(0, 0, 0, 0.01) 84.5%, rgba(0, 0, 0, 0.003) 91.9%, rgba(0, 0, 0, 0) 100%);
}

figcaption.cms-bg-lite {
  color: black;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.197) 8.1%, rgba(255, 255, 255, 0.19) 15.5%, rgba(255, 255, 255, 0.179) 22.5%, rgba(255, 255, 255, 0.165) 29%, rgba(255, 255, 255, 0.148) 35.3%, rgba(255, 255, 255, 0.13) 41.2%, rgba(255, 255, 255, 0.11) 47.1%, rgba(255, 255, 255, 0.09) 52.9%, rgba(255, 255, 255, 0.07) 58.8%, rgba(255, 255, 255, 0.052) 64.7%, rgba(255, 255, 255, 0.035) 71%, rgba(255, 255, 255, 0.021) 77.5%, rgba(255, 255, 255, 0.01) 84.5%, rgba(255, 255, 255, 0.003) 91.9%, rgba(255, 255, 255, 0) 100%);
}

/**
 * links
 */
a {
  color: #151513;
}

a:hover {
  color: #151513;
  text-decoration: none;
}

a.cms-a-underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: border-color 250ms ease;
  cursor: pointer;
}

a.cms-a-underline:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cms-a-more {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: border-color 250ms ease;
  cursor: pointer;
}
.cms-a-more:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cms-a-download {
  font-size: 14px;
  line-height: 28px;
  padding-left: 42px;
  letter-spacing: 0.05em;
  background: no-repeat url(/images/icon-download.svg) left center/24px 28px;
}

#cms-element-header a {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#cms-element-header-nav a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#cms-element-footer a {
  margin-bottom: 26px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 1px transparent solid;
}

#cms-element-footer a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#cms-element-header-nav a {
  margin-left: 20px;
  margin-right: 20px;
}

.cms-hamburger-button {
  margin-left: 20px;
}

.cms-teaser-hamburger {
  float: left;
  width: 100vw;
  width: 100dvw;
  min-height: 100vh;
  min-height: 100dvh;
  padding-left: 24px;
  padding-right: 24px;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
}

.cms-teaser-hamburger > .d-flex {
  min-height: 100vh;
}

.cms-teaser-hamburger-top {
  padding-top: 80px;
  position: relative;
}

.cms-teaser-hamburger-bottom {
  padding-top: 45px;
  padding-bottom: 30px;
}

.cms-teaser-hamburger-head {
  height: 80px;
  position: relative;
  padding-left: 59px;
  display: flex;
  align-items: center;
}

.cms-teaser-hamburger-group:last-child {
  margin-bottom: 67px;
}

.cms-teaser-hamburger a {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  display: block;
}

.cms-teaser-hamburger-top a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cms-teaser-hamburger-head h5 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.cms-teaser-hamburger-group h6 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 61px;
  padding-bottom: 14px;
  padding-left: 12px;
  font-weight: 700;
}

.cms-teaser-hamburger-group a,
.cms-teaser-hamburger-top a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 51px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: no-repeat left center;
}

.cms-teaser-hamburger-group a {
  text-transform: none;
  padding-left: 59px;
  background: no-repeat left 12px center;
}

.cms-teaser-hamburger-group a:last-child,
.cms-teaser-hamburger-top a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-teaser-hamburger-group a,
.cms-teaser-hamburger-top a {
  background-size: 32px 32px;
}

.cms-teaser-hamburger-top a.cms-img-projekt {
  background-image: url(/images/menu-project.svg);
}

.cms-teaser-hamburger-top a.cms-img-events {
  background-image: url(/images/menu-events.svg);
}

.cms-teaser-hamburger-top a.cms-img-news {
  background-image: url(/images/menu-news-media.svg);
}

.cms-teaser-hamburger-top a.cms-img-kompass {
  background-image: url(/images/menu-kompass-projekt.svg);
}

.cms-teaser-hamburger-top a.cms-img-quiz {
  background-image: url(/images/menu-quiz.svg);
}

.cms-teaser-hamburger-top a.cms-img-h2 {
  background-image: url(/images/menu-wasserstoff.svg);
}

.cms-teaser-hamburger-group a.cms-img-ausbildung {
  background-image: url(/images/menu-ausbildung.svg);
}

.cms-teaser-hamburger-group a.cms-img-einsatz {
  background-image: url(/images/menu-einsatz.svg);
}

.cms-teaser-hamburger-group a.cms-img-erzeugung {
  background-image: url(/images/menu-erzeugung.svg);
}

.cms-teaser-hamburger-group a.cms-img-forschung {
  background-image: url(/images/menu-forschung.svg);
}

.cms-teaser-hamburger-group a.cms-img-fundamente {
  background-image: url(/images/menu-fundamente.svg);
}

.cms-teaser-hamburger-group a.cms-img-gebaeudewaerme {
  background-image: url(/images/menu-gebaeudewaerme.svg);
}

.cms-teaser-hamburger-group a.cms-img-glas {
  background-image: url(/images/menu-glas.svg);
}

.cms-teaser-hamburger-group a.cms-img-howto {
  background-image: url(/images/menu-howto.svg);
}

.cms-teaser-hamburger-group a.cms-img-infrastrukturen {
  background-image: url(/images/menu-infrastrukturen.svg);
}

.cms-teaser-hamburger-group a.cms-img-import {
  background-image: url(/images/menu-import.svg);
}

.cms-teaser-hamburger-group a.cms-img-industrie {
  background-image: url(/images/menu-industrie.svg);
}

.cms-teaser-hamburger-group a.cms-img-kraftfahrzeuge {
  background-image: url(/images/menu-kraftfahrzeuge.svg);
}

.cms-teaser-hamburger-group a.cms-img-luftverkehr {
  background-image: url(/images/menu-luftverkehr.svg);
}

.cms-teaser-hamburger-group a.cms-img-prozesswaerme {
  background-image: url(/images/menu-prozesswaerme.svg);
}

.cms-teaser-hamburger-group a.cms-img-raffinerien {
  background-image: url(/images/menu-raffinerien.svg);
}

.cms-teaser-hamburger-group a.cms-img-rahmen {
  background-image: url(/images/menu-rahmen.svg);
}

.cms-teaser-hamburger-group a.cms-img-ressourcen {
  background-image: url(/images/menu-ressourcen.svg);
}

.cms-teaser-hamburger-group a.cms-img-schienenverkehr {
  background-image: url(/images/menu-schienenverkehr.svg);
}

.cms-teaser-hamburger-group a.cms-img-schifffahrt {
  background-image: url(/images/menu-schifffahrt.svg);
}

.cms-teaser-hamburger-group a.cms-img-sicherheit {
  background-image: url(/images/menu-sicherheit.svg);
}

.cms-teaser-hamburger-group a.cms-img-stahl {
  background-image: url(/images/menu-stahl.svg);
}

.cms-teaser-hamburger-group a.cms-img-stromwirtschaft {
  background-image: url(/images/menu-stromwirtschaft.svg);
}

.cms-teaser-hamburger-group a.cms-img-wichtig {
  background-image: url(/images/menu-wichtig.svg);
}

.cms-teaser-hamburger-group a.cms-img-zement {
  background-image: url(/images/menu-zement.svg);
}

.cms-teaser-hamburger-bottom a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.cms-teaser-slideshow-pagination,
.cms-teaser-slideshow-pager-pagination,
.cms-teaser-hero-navigation,
.cms-teaser-hero-navigation a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}

.cms-teaser-hero-navigation-more a {
  border-bottom: 1px #bbb solid;
}

#cms-a-menu-toogle {
  position: relative;
  /*
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right 5px;
  background-image: url(/images/menu-down.svg);
  */
}

#cms-a-menu-toogle::after {
  position: absolute;
  right: -22px;
  top: 8px;
  width: 15px;
  height: 9px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(/images/menu-down.svg);
}

/**
 * navigation
 */
#cms-nav-breadcrumb {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1020;
  /* must be under header */
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
  line-height: 32px;
}

#cms-nav-breadcrumb a {
  position: relative;
}

#cms-nav-breadcrumb a:not(:first-child) {
  padding-left: 6px;
}

#cms-nav-breadcrumb a:not(:first-child)::before {
  left: 5px;
  content: ">";
  padding-right: 10px;
}

#cms-nav-breadcrumb img {
  width: 36px;
  height: auto;
  margin-left: 10px;
  transform: rotate(90deg);
}

/**
 * classes
 */
.cms-text-link,
.cms-text-link01,
.cms-text-link02 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}

.cms-text-link01 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-text-link02 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-text-small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-text-large {
  font-size: 21px;
  line-height: 145%;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-text-headline {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.cms-img-rounded {
  border-radius: 12px;
}

.cms-img-shadow {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.cms-img-spacing {
  margin-top: 57px;
  margin-bottom: 102px;
}

.cms-v-100 {
  height: 100%;
}

.cms-weight-normal {
  font-weight: 400;
}

.cms-bg-theme-0 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
}

.cms-spacer-vline-top {
  padding-top: 50px;
}

.cms-spacer-vline-top > div::before {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.cms-spacer-vline-bottom {
  padding-bottom: 50px;
}

.cms-spacer-vline-bottom > div::after {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.cms-youtube img.embed-responsive-item {
  object-fit: cover;
}

.cms-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.img-fluid-max {
  width: 100%;
  height: auto;
}

ol.cms-ol {
  margin-top: 1.333em;
  margin-bottom: 1.333em;
  padding-left: 0;
  counter-reset: n;
}

ol.cms-ol li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 32px;
  list-style: none;
}

ol.cms-ol li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

ol.cms-ol li::before {
  counter-increment: n;
  content: counter(n) ".";
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 1em;
}

ol.cms-ol-sources {
  padding-left: 0;
  counter-reset: n;
  margin-bottom: 32px;
}

ol.cms-ol-sources:not(last-child) {
  margin-bottom: 0em;
}

ol.cms-ol-sources li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 22px;
  list-style: none;
  font-size: 14px;
  line-height: 21px;
}

ol.cms-ol-sources li:last-child {
  padding-bottom: 0px;
}

ol.cms-ol-sources li::before {
  counter-increment: n;
  content: counter(n) ".";
  position: absolute;
  left: 0;
  top: 0px;
}

ol:not(.cms-ol):not(.cms-ol-sources) {
  padding-left: 0;
  counter-reset: n;
  margin-bottom: 1em;
}

ol:not(.cms-ol):not(.cms-ol-sources):last-child {
  margin-bottom: 0em;
}

ol:not(.cms-ol):not(.cms-ol-sources) li {
  position: relative;
  padding-left: 1.75em;
  list-style: none;
}

ol:not(.cms-ol):not(.cms-ol-sources) li::before {
  counter-increment: n;
  content: counter(n) ".";
  position: absolute;
  left: 0;
  top: 0;
}

ul:not(.cms-ul) {
  padding-left: 0;
  margin-bottom: 1em;
}

ul:not(.cms-ul):last-child {
  margin-bottom: 0em;
}

ul:not(.cms-ul):not(.cms-ul-sitemap) li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

ul:not(.cms-ul):not(.cms-ul-sitemap) li::before {
  content: "•";
  position: absolute;
  font-size: 150%;
  left: 0;
  top: 0;
}

ul.cms-ul {
  margin-top: 1.333em;
  margin-bottom: 1.333em;
  padding-left: 0;
  font-size: 14px;
  line-height: 155%;
}

ul.cms-ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 1em;
  padding-bottom: 1em;
  list-style: none;
}

ul.cms-ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

ul.cms-ul-sitemap {
  list-style: none;
}

ul.cms-ul-sitemap ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

ul.cms-ul-sitemap ul li::before {
  content: "•";
  position: absolute;
  font-size: 150%;
  left: 0;
  top: 0;
}

div > ul.cms-ul-sitemap > li {
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 0.73333em;
}

div > ul.cms-ul-sitemap > li > a:first-child:last-child {
  margin-bottom: 0.73333em;
  display: inline-block;
}

div > ul.cms-ul-sitemap > li > ul {
  margin-top: 0.73333em;
  padding-top: 0.93333em;
  padding-bottom: 2.13333em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

div > ul.cms-ul-sitemap ul {
  padding-top: 0.075em;
  padding-bottom: 1.525em;
}

div > ul.cms-ul-sitemap > li li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding-left: 1.9em !important;
}

div > ul.cms-ul-sitemap > li li::before {
  left: 0.5133em !important;
}

.embed-responsive-16lg21by9::before {
  padding-top: 56.25%;
}

.embed-responsive-16lg21by9 > div > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/**
 * ovewrite plyr
 */
:root {
  --plyr-video-background: transparent;
  --plyr-color-main: #323232;
  --blob1-hue: 130;
  --blob2-hue: 110;
  --hue-rotate-blob1: hue-rotate-up;
  --hue-rotate-blob2: hue-rotate-down;
}

.plyr__control--overlaid {
  left: unset;
  right: 24px;
  top: 24px;
  transform: unset;
}

.plyr--video.plyr--stopped .plyr__controls {
  display: none;
}

.plyr__poster {
  background-size: cover;
}

.plyr--audio {
  border-radius: 26px;
}

.plyr--audio .plyr__controls {
  padding: 10px 20px;
}

/**
 * overwrite bootstrap
 */
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

/**
 * page grid
 */
#cms-element-wrap.cms-element-wrap-active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#cms-element-wrap.cms-element-wrap-active #cms-element-clip {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#cms-element-wrap.cms-element-wrap-opacity #cms-element-clip {
  opacity: 0.3;
}

/**
 * page elements
 */
.cms-element {
  position: relative;
  margin-bottom: 96px;
}

.cms-element-spacer-small {
  margin-bottom: 64px;
}

.cms-element-spacer-extra-small {
  margin-bottom: 45px;
}

.cms-element.cms-element-list.frame-layout-1 {
  margin-bottom: 0px;
}

.cms-element.frame-space-after-extra-small.frame-space-after-extra-small.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.cms-element.cms-element-keywords {
  margin-bottom: calc(96px - 10px);
}

.cms-element.cms-element-keywords.cms-element-spacer-small {
  margin-bottom: calc(64px - 10px);
}

.cms-element.cms-element-keywords.cms-element-spacer-extra-small {
  margin-bottom: calc(45px - 10px);
}

.cms-element.cme-element-team {
  margin-bottom: calc(96px - 64px);
}

.cms-element.cme-element-team.cms-element-spacer-small {
  margin-bottom: calc(64px -64px);
}

.cms-element.cme-element-team.cms-element-spacer-extra-small {
  margin-bottom: calc(45px -64px);
}

#cms-element-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1030;
  height: 80px;
  padding-left: 16px;
  padding-right: calc(16px - 5px);
  background-color: #fff;
}

/*
#cms-element-header.cms-element-hamburger-wrap-on {
  position: absolute;
}
*/
#cms-element-header.cms-element-header-top:not(.cms-element-hamburger-wrap-on) {
  background-color: transparent;
}

#cms-element-clip .cms-element-head:first-child {
  margin-top: 67px;
}

.cms-element-events .cms-teaser--headline {
  padding-bottom: 50px;
}

.cms-element-events-container {
  position: relative;
  height: 640px;
  background-image: url(/images/circles-bg.svg);
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(50px + 32px);
}

.cms-element-events-container::after {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.cms-element-events-container::before {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.cms-element-newsletter .cms-button {
  margin-top: 48px;
}

#cms-element-footer {
  margin-bottom: 34px;
}

/* hamburger */
#cms-element-hamburger-wrap {
  position: absolute;
  top: 0px;
  left: calc(100vw + 20px);
  left: calc(100dvw + 20px);
  width: calc(100vw);
  width: calc(100dvw);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  z-index: 1031;
  /* must be over header z-index fixed mobile */
  position: fixed;
  overflow-y: scroll;
  transition: left 0.4s;
  overscroll-behavior: contain;
}

#cms-element-hamburger-wrap.cms-element-hamburger-wrap-on {
  left: 0vw;
}

#cms-element-hamburger-clip {
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(2 * 100vw);
  width: calc(2 * 100dvw);
  transition: left 0.4s;
}

#cms-element-hamburger-clip.cms-element-hamburger-idx1 {
  left: -100vw;
  left: -100dvw;
}

.cms-element-partner .cms-teaser--text .cms-text-large {
  max-width: 55ch;
}

/**
 * page teaser
 */
.cms-teaser-partner {
  padding-top: 96px;
}

.cms-teaser-legend hr {
  border-top-color: rgba(0, 0, 0, 0.3);
  margin-top: 64px;
  margin-bottom: 40px;
}

.cms-teaser-hero-img {
  height: 344px;
  position: relative;
}

.cms-teaser-hero-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 344px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s linear 0.5s;
}

.cms-teaser-hero-img img.cms-teaser-hero-img-active {
  opacity: 1;
}

.cms-teaser-hero-headline {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  min-height: 57.6px;
}

.cms-teaser-hero-headline > div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 8%;
  opacity: 0;
  transition: opacity 0.5s linear 0s;
}

.cms-teaser-hero-headline > div.cms-teaser-hero-headline-active {
  transition: opacity 0.5s linear 1.5s;
  display: block;
  opacity: 1;
}

.cms-teaser-hero-headline a {
  margin-top: 54px;
}

.cms-teaser-hero-more > a,
.cms-teaser-hero-navigation-more div a {
  display: none;
}

.cms-teaser-hero-more > a.cms-teaser-hero-navigation-more-active,
.cms-teaser-hero-navigation-more div a.cms-teaser-hero-navigation-more-active {
  display: inline-block;
}

.cms-teaser-events-pager > div:nth-child(2),
.cms-teaser-hero-navigation-pager > div:nth-child(2) {
  margin: 0 6px;
}

svg.cms-svg-pager {
  cursor: pointer;
}

svg.cms-svg-pager {
  width: auto;
  height: 32px;
}

svg.cms-svg-pager path {
  transition: stroke 250ms ease;
}

svg.cms-svg-pager:hover path {
  stroke: #151513;
}

.cms-teaser-hero-progressbar {
  position: absolute;
  bottom: 0px;
  height: 4px;
  width: 0%;
  background-color: black;
  transition: width 6s linear 1.5s;
}

.cms-teaser-events {
  margin-left: calc((100vw - 330px) / 2);
  position: relative;
  width: 330px;
  height: 100%;
}

.cms-teaser-event {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s linear;
  z-index: 1;
}

.cms-teaser-event.cms-teaser-event-active {
  opacity: 1;
  z-index: 2;
}

.cms-teaser-event img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.cms-teaser-event-type,
.cms-teaser-event-date,
.cms-teaser-events-pager,
.cms-teaser-events-next,
.cms-teaser-events-prev,
.cms-teaser-event a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}

.cms-teaser-event a {
  border-bottom: 1px #bbb solid;
}

.cms-teaser-event .cms-teaser--text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-teaser-event-type {
  margin-top: 50px;
  margin-bottom: 16px;
}

.cms-teaser-event-date {
  margin-top: 16px;
  margin-bottom: 8px;
}

.cms-teaser-event .cms-teaser--text {
  margin-top: 16px;
  margin-bottom: 32px;
}

.cms-teaser-events-pager {
  position: absolute;
  width: 100%;
  bottom: 42px;
}

.cms-teaser-events-next,
.cms-teaser-events-prev {
  display: inline-block;
  position: absolute;
  top: calc(892px / 2 - 11.2px);
  cursor: pointer;
}

.cms-teaser-events-prev {
  left: calc(max((100vw - 892px) / 2 + 2px, 2px));
  transform: rotate(-90deg);
}

.cms-teaser-events-next {
  right: calc(max((100vw - 892px) / 2 + 5px, 6px));
  transform: rotate(-90deg);
}

.cms-teaser-visual,
.cms-element-visuals .cms-teaser--text {
  margin-bottom: 72px;
}

.cms-teaser-visual img {
  width: 200px;
  height: auto;
  margin-bottom: 32px;
}

.cms-teaser-visual-img img {
  width: 200px;
  height: auto;
}

.cms-row-visual:not(last-child) {
  margin-bottom: 72px;
}

.cms-teaser-visual-text .cms-teaser-visual-type,
.cms-teaser-visual .cms-teaser-visual-type {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cms-teaser-visual-text h3,
.cms-teaser-visual h3 {
  margin-bottom: 32px;
}

.cms-teaser-newsletter {
  text-align: center;
  padding-top: 48px;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 240px;
}

.cms-teaser-news-detail-head-image {
  position: relative;
}

.cms-teaser-news-detail-head-image img {
  width: 100%;
  height: auto;
}

.cms-teaser-news-detail-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cms-teaser-news-detail-head-icon img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/*
.cms-teaser-news-detail-head-image:hover figcaption {
  opacity: 1;
}
*/
.cms-teaser-news-detail-head-headline .cms-category {
  display: inline-block;
}

.cms-teaser-news-detail-head-headline p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-teaser-news-detail-head-headline h1 {
  margin-bottom: 37px;
}

.cms-teaser-picture-image {
  margin-bottom: 16px;
}

.cms-teaser-picture-image figure {
  position: relative;
}

.cms-teaser-picture-image img {
  width: 100%;
  height: auto;
}

.cms-teaser-contact-image img {
  display: inline-block;
  width: 240px;
  height: 320px;
  object-fit: cover;
}

.cms-teaser-keywords h2 {
  margin-bottom: 32px;
}

.cms-teaser-keywords hr.cms-ruler {
  margin-bottom: 40px;
}

.cms-teaser-keywords .cms-category {
  display: inline-block;
  margin: 0 4px 10px 4px;
  padding: 6px 12px;
}

.cms-teaser-keywords .cms-category:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.cms-teaser-download {
  font-size: 14px;
  line-height: 21px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px 16px;
  margin-bottom: 30px;
}

.cms-teaser-download hr {
  margin: 16px 0px;
}

.cms-digital-story:not(:last-child) {
  margin-bottom: 32px;
}
.cms-digital-story .cms-swiper-slide {
  padding: 0 !important;
}
.cms-digital-story img {
  margin-bottom: 16px;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cms-row-calendar {
  padding-bottom: 64px;
}

.cms-row-calendar2,
.cms-row-calendar3 {
  margin-bottom: 64px;
}

.cms-teaser-calendar-img {
  margin-bottom: 16px;
}

.cms-teaser-calendar-category,
.cms-teaser-calendar-txt h3,
.cms-teaser-calendar-date-day {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
  margin: 0;
}

.cms-teaser-calendar-category {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
}

.cms-teaser-calendar-date-time {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 24px;
}

.cms-teaser-calendar-txt h4 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
}

.cms-teaser-calendar-intro {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 24px;
}

.cms-row-calendar3 .cms-teaser-calendar-intro {
  margin-bottom: 12px;
}

.cms-teaser-calendar-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 32px;
}

.cms-teaser-calendar-ruler {
  margin-bottom: 30px;
}

.cms-row-accordeon-body {
  padding-top: 16px;
}

.cms-row-accordeon-body .cms-teaser--image {
  margin-bottom: 32px;
}

.cms-row-accordeon-body .cms-teaser-accordeon-figcaption {
  margin-bottom: 32px;
}

.cms-row-accordeon-body .cms-teaser-accordeon-body {
  margin-top: 33px;
  margin-bottom: 32px;
}

.cms-element-accordeon hr {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-teaser-accordeon-category {
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
  padding-bottom: 24px;
}

.cms-teaser-accordeon-head {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 36px 20px 0px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "tnum" on, "lnum" on;
  background: no-repeat url(/images/chevron-down-gray.svg) right center/32px 32px;
}

a[aria-expanded=true] > .cms-teaser-accordeon-head {
  background-image: url(/images/chevron-up-black.svg);
}

.cms-teaser-accordeon-body {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-teaser-accordeon-figcaption {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-feature-settings: "tnum" on, "lnum" on;
}

.cms-row-team-persons > div {
  padding-bottom: 64px;
}

.cms-teaser-team-person .cms-teaser--image {
  padding-left: 25%;
  padding-right: 25%;
  margin-bottom: 32px;
}

.cms-teaser-team-person .cms-teaser--image img {
  width: 100%;
  height: auto;
}

.cms-teaser-team-person .cms-teaser--text {
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
}

.cms-teaser-team-person .cms-teaser--text .cms-teaser-team-person-name {
  font-weight: 700;
  margin-bottom: 8px;
}

.cms-teaser-team-person .cms-teaser--link {
  margin-top: 0px;
  padding-top: 16px;
  text-align: center;
}

.cms-teaser-team-person .cms-teaser--link a {
  font-size: 14px;
  line-height: 20.3px;
  text-decoration: none;
}

.cms-teaser-slideshow .cms-teaser--image {
  margin-bottom: 0px;
}

.cms-teaser-slideshow .cms-teaser--text {
  margin-top: 24px;
  flex-grow: 1;
}

.cms-teaser-slideshow img {
  width: 100%;
  height: auto;
}

.cms-teaser-slideshow-pagination {
  display: none;
  margin-top: 24px;
  white-space: nowrap;
}

.cms-teaser-slideshow-pager {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 8px;
}

.cms-teaser-slideshow-pager-pagination {
  left: unset;
  right: unset;
  width: auto;
  margin: 0 1em;
}

.cms-teaser-links {
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}

.cms-teaser-links a {
  display: block;
  padding: 0 20px;
}

.cms-teaser-links a p {
  padding: 20px 0 20px 35px;
  margin: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: url(/images/icon-link.svg) no-repeat left top 24px/20px 20px;
  font-size: 16px;
  line-height: 24.3px;
}

.cms-teaser-links a:hover {
  background-color: white;
}

.cms-teaser-links a:last-child p {
  border-bottom: none;
}

#cms-search-list-keywords {
  position: absolute;
  width: 100%;
  z-index: 1;
  line-height: 125%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  display: none;
  top: 0px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

#cms-search-list-keywords > div {
  max-height: 304px;
  overflow-y: auto;
}

#cms-search-list-keywords a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0px;
}

#cms-search-list-keywords > div a:first-child {
  margin-top: 0px;
}

#cms-search-list-keywords > div a:last-child {
  margin-bottom: 0px;
}

.cms-teaser-search-keyword-headline h1 {
  margin: 1em 0;
}

.cms-teaser-search-category {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 96px;
}

.cms-teaser-search-category .cms-category {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.cms-element-search .cms-category {
  font-size: 14px;
}

div.cms-teaser-search-category ul {
  display: block;
}

div.cms-teaser-search-category ul li {
  display: inline-block;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  position: relative;
}

div.cms-teaser-search-category ul li::before {
  content: "";
  display: none;
}

div.cms-teaser-search-category ul li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

div.cms-teaser-search-category ul li input[type=checkbox]:checked + label {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

div.cms-teaser-search-category ul li input[type=checkbox]:focus + label {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-teaser-search-result {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 32px 0px;
}

.cms-teaser-search-result .cms-category {
  display: inline-block;
}

.cms-teaser-search-result p {
  margin: 16px 0;
  font-size: 21px;
  line-height: 145%;
}

.cms-teaser-search-result p:first-child {
  margin-top: 0px;
}

.cms-teaser-search-pager {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 28px;
}

.cms-teaser-search-pager a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0px 10px 0px;
  margin: 10px 4px 0px 0;
  transition: border-color 250ms ease;
  display: inline-block;
  min-width: 32px;
  text-align: center;
}

.cms-teaser-search-pager > div:last-child {
  white-space: nowrap;
}

.cms-teaser-search-pager > div:last-child a {
  margin: 10px 0px 0px 4px;
}

.cms-teaser-search-pager a:hover,
.cms-teaser-search-pager a.cms-a-on {
  border: 1px solid black;
}

/**
 * page atoms
 */
::placeholder {
  opacity: 0.8;
}

#cms-img-logo,
#cms-img-search,
#cms-img-menu-on {
  width: auto;
}

#cms-img-logo {
  height: 48px;
}

#cms-img-search {
  height: 24px;
}

#cms-img-menu-on {
  height: 34px;
}

#quiz-icon-arrow {
  width: 24px;
}

#cms-logo-bmbf,
#cms-logo-bmwi {
  width: 182px;
  height: auto;
}

#cms-logo-acatech {
  width: 161px;
  height: auto;
}

#cms-logo-dechema {
  width: 207px;
  height: auto;
}

.cms-teaser--headline h2:not(.cms-h1) {
  margin-bottom: 1.3em;
}

.cms-teaser-text p:last-child,
.cms-teaser--text p:last-child {
  margin-bottom: 0;
}

.cms-teaser--link {
  margin-top: 40px;
}

.cms-disable-pointer {
  pointer-events: none;
}

.cms-img-menu-close,
#cms-img-menu-close {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0px;
  top: 24px;
  cursor: pointer;
}

.cms-img-menu-prev {
  position: absolute;
  width: 29px;
  height: 31px;
  left: 14px;
  top: 25px;
  cursor: pointer;
}

.cms-img-menu-next {
  position: absolute;
  width: 29px;
  height: 31px;
  right: 0px;
  bottom: 18px;
  cursor: pointer;
}

.cms-vert-line {
  position: relative;
  height: 50px;
}
.cms-vert-line:before {
  content: "";
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.cms-form-search {
  margin-top: 32px;
}

.cms-search-select-keyword,
.cms-bg-theme-1,
.cms-form-text,
.cms-form-submit {
  font-size: 14px;
  line-height: 48px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.cms-search-select-keyword {
  margin-top: 16px;
  background: url(/images/chevron-down-black.svg) no-repeat right 14px center/26px 26px rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}

.cms-form-search .cms-form-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-right: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.7);
}

.cms-form-search .cms-form-text:focus-visible {
  background: rgba(255, 255, 255, 0.4);
}

.cms-form-search .cms-form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50px;
  background: no-repeat url(/images/suche-32.svg) 12px center/20px 20px rgba(255, 255, 255, 0.7);
}

.cms-teaser-search-result p.cms-meta-description {
  font-size: 14px;
  line-height: 21px;
}

.cms-youtubeplay {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: no-repeat url(/images/btn_play.svg) center/cover;
}

.cms-youtube-ask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 14px 20px;
  border: 1px black solid;
}

.cms-youtube-ask-hl {
  font-size: 16px;
  line-height: 23.2px;
}

.cms-button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  background: none;
  margin: 0 auto;
  display: block;
  padding: 6px 18px;
  transition: background-color 250ms ease;
}
.cms-button:hover {
  background-color: #ffffff;
}

.cms-category {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  margin: 0 auto;
  display: block;
  padding: 0px 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: background-color 250ms ease, border-color 250ms ease;
}
.cms-category:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.cms-category.cms-category-active {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

a.cms-button {
  text-align: center;
}

.cms-image-kompass {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom-left-radius: 25px;
}

.cms-figcaption-overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  opacity: 1;
  transition: opacity 250ms ease;
  margin: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.cms-figcaption-bg-lite {
  color: black;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

@keyframes hue-rotate-up {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(50deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
@keyframes hue-rotate-down {
  0% {
    filter: hue-rotate(50deg);
  }
  50% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(50deg);
  }
}
.bloz {
  filter: blur(15px);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}

.cms-blob-wrapper1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  will-change: filter;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.cms-blob-wrapper1 #blob1 {
  fill: url(#RadialGradient1) !important;
  width: 150vw;
  height: 150vh;
  position: absolute;
}
.cms-blob-wrapper1 #blob1 .stop1 {
  stop-color: hsla(var(--blob1-hue), 100%, 73%, 0.5);
}
.cms-blob-wrapper1 #blob1 .stop2 {
  stop-color: hsla(var(--blob1-hue), 100%, 69%, 0.25);
}
.cms-blob-wrapper1 #blob1 .stop3 {
  stop-color: hsla(var(--blob1-hue), 100%, 65%, 0.1);
}
.cms-blob-wrapper1 #blob1.stop-anim {
  animation-play-state: paused !important;
}
.cms-blob-wrapper1 #blob1.stop-anim svg {
  animation-play-state: paused !important;
}
.cms-blob-wrapper1 #blob1.stop-anim svg path {
  animation-play-state: paused !important;
}

.cms-blob-wrapper2 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  will-change: filter;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.cms-blob-wrapper2 #blob2 {
  fill: url(#RadialGradient2) !important;
  width: 75vw;
  height: 75vw;
  position: absolute;
}
.cms-blob-wrapper2 #blob2 .stop1 {
  stop-color: hsla(var(--blob2-hue), 100%, 88%, 0.5);
}
.cms-blob-wrapper2 #blob2 .stop2 {
  stop-color: hsla(var(--blob2-hue), 100%, 84%, 0.25);
}
.cms-blob-wrapper2 #blob2 .stop3 {
  stop-color: hsla(var(--blob2-hue), 100%, 80%, 0.1);
}
.cms-blob-wrapper2 #blob2.stop-anim {
  animation-play-state: paused !important;
}
.cms-blob-wrapper2 #blob2.stop-anim svg {
  animation-play-state: paused !important;
}
.cms-blob-wrapper2 #blob2.stop-anim svg path {
  animation-play-state: paused !important;
}

/**
 * swiper
 */
.swiper {
  width: 100%;
}

.swiper-button-lock {
  display: none !important;
}

.cms-swiper-category-wrapper {
  margin-bottom: 48px;
}
.cms-swiper-category-wrapper .swiper-slide {
  width: auto !important;
}

.cms-swiper-nav-prev {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
  position: absolute;
  display: inline-block;
  left: 44px;
  top: 50%;
  transform: translateX(-50%) rotate(-90deg) translateY(-12px);
  text-transform: uppercase;
}

.cms-swiper-nav-next {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-feature-settings: "tnum" on, "lnum" on;
  position: absolute;
  display: inline-block;
  right: 44px;
  top: 50%;
  transform: translateX(50%) rotate(-90deg) translateY(12px);
  text-transform: uppercase;
}

.cms-swiper-cat-nav-prev {
  position: absolute;
  display: inline-block;
  left: 0;
  z-index: 100;
}
.cms-swiper-cat-nav-prev:hover svg path {
  stroke: #151513;
}
.cms-swiper-cat-nav-prev svg {
  width: 32px;
}
.cms-swiper-cat-nav-prev svg path {
  transition: stroke 250ms ease;
}

.cms-swiper-cat-nav-next {
  position: absolute;
  display: inline-block;
  right: 0;
  z-index: 100;
}
.cms-swiper-cat-nav-next:hover svg path {
  stroke: #151513;
}
.cms-swiper-cat-nav-next svg {
  width: 32px;
}
.cms-swiper-cat-nav-next svg path {
  transition: stroke 250ms ease;
}

.cms-swiper-nav-footer-prev {
  display: inline-block;
  left: 0;
  z-index: 100;
}
.cms-swiper-nav-footer-prev:hover svg path {
  stroke: #151513;
}
.cms-swiper-nav-footer-prev svg {
  width: 32px;
}
.cms-swiper-nav-footer-prev svg path {
  transition: stroke 250ms ease;
}

.cms-swiper-nav-footer-next {
  display: inline-block;
  right: 0;
  z-index: 100;
}
.cms-swiper-nav-footer-next:hover svg path {
  stroke: #151513;
}
.cms-swiper-nav-footer-next svg {
  width: 32px;
}
.cms-swiper-nav-footer-next svg path {
  transition: stroke 250ms ease;
}

.cms-swiper-footer-nav {
  display: flex;
  align-items: center;
}

.cms-swiper-link {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cms-swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms-swiper-slide figcaption {
  bottom: 16px;
}
.cms-swiper-slide .cms-swiper-news-img {
  margin-bottom: 16px;
}
.cms-swiper-slide .cms-swiper-news-cat {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cms-swiper-slide .cms-swiper-news-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 12px;
}
.cms-swiper-slide .cms-swiper-news-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  font-feature-settings: "tnum" on, "lnum" on;
  margin-bottom: 32px;
}
.cms-swiper-slide .cms-swiper-news-footer {
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}

/**
 * media-all
 */
.cms-media-all .row:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.cms-media-all .col-12 {
  margin-bottom: 60px;
  min-height: 600px;
}
.cms-media-all .swiper-slide {
  height: 100%;
}

.cms-media-pagination {
  margin-top: 30px;
}

.cms-media-paginator {
  line-height: 10px !important;
  display: inline-flex !important;
  justify-content: center;
  align-content: center;
  padding: 10px;
  margin-right: 10px;
  height: 32px;
  width: auto;
}
.cms-media-paginator:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent !important;
}

/**
 * quiz
 */
#quiz-content-game,
#quiz-content-result {
  transition: opacity 250ms ease;
  opacity: 1;
}
#quiz-content-game.hide,
#quiz-content-result.hide {
  opacity: 0;
}

.cms-quiz-spacer {
  margin-top: 96px;
}

.cms-quiz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 16px 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
.cms-quiz .cms-quiz-header {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 48px;
}
.cms-quiz .cms-quiz-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}
.cms-quiz .cms-quiz-footer .cms-quiz-next {
  pointer-events: none;
}
.cms-quiz .cms-quiz-footer .cms-quiz-next.clickable {
  pointer-events: all;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: border-color 250ms ease;
}
.cms-quiz .cms-quiz-footer .cms-quiz-next.clickable:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cms-quiz .cms-quiz-signup {
  cursor: pointer;
  border-bottom: 1px solid #7A7467;
}
.cms-quiz .cms-quiz-question {
  margin-bottom: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 145%;
  font-feature-settings: "tnum" on, "lnum" on;
}
.cms-quiz .cms-quiz-answers {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  font-feature-settings: "tnum" on, "lnum" on;
  position: relative;
  margin-bottom: 32px;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 62px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 500px;
  margin-bottom: 8px;
  transition: background-color 250ms ease;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer:hover {
  background-color: #ffffff;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer.correct {
  background-color: #ACFFCA;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer.correct.hover {
  background-color: #ACFFCA;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer.wrong {
  background-color: #FFACAC;
}
.cms-quiz .cms-quiz-answers .cms-quiz-answer.wrong.hover {
  background-color: #FFACAC;
}

.cms-quiz-pointer {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.cms-quiz-pointer .cms-quiz-pointer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 62px;
  height: 62px;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.cms-quiz-archive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.7);
}
.cms-quiz-archive .cms-quiz-archive-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cms-quiz-archive .cms-quiz-archive-item .cms-quiz-archive-date {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  font-feature-settings: "tnum" on, "lnum" on;
  margin-left: 16px;
}
.cms-quiz-archive .cms-quiz-archive-item .cms-quiz-archive-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-feature-settings: "tnum" on, "lnum" on;
  text-transform: uppercase;
}
.cms-quiz-archive .cms-quiz-archive-item:hover .cms-quiz-archive-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 1px;
}
.cms-quiz-archive .cms-quiz-archive-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.quiz-icon-rightwrong {
  width: 40px;
  opacity: 0;
  transition: opacity 250ms ease;
}
.quiz-icon-rightwrong.show {
  opacity: 1;
}

/**
 * media queries
 */
@media (max-width: 767.98px) {
  .cms-element-contact .cms-border-left {
    border-left: none;
  }

  .cms-row-calendar3 > div:first-child {
    margin-bottom: 64px;
  }

  .cms-teaser-visual-img img {
    margin-bottom: 32px;
  }
}
@media (min-width: 377px) {
  .cms-media-all .col-12 {
    min-height: 550px;
  }

  .cms-teaser-visual-img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 27.9px;
  }

  h1,
.cms-h1,
.cms-h2,
.cms-teaser-head h2 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
    line-height: 35.2px;
  }

  .cms-teaser-hero-headline h2 {
    font-size: 42px;
    line-height: 136%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 10px 0 0 rgba(255, 255, 255, 0.85), -10px 0 0 rgba(255, 255, 255, 0.85);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0;
  }

  h3 {
    font-size: 27px;
    line-height: 32.4px;
  }

  .cms-teaser-hero-headline h3 {
    font-size: 42px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 10px 0 0 rgba(255, 255, 255, 0.85), -10px 0 0 rgba(255, 255, 255, 0.85);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0;
  }

  .cms-teaser-visual-text h3 {
    font-size: 24px;
    line-height: 130%;
  }

  .cms-teaser-visual-text .cms-teaser-visual-type {
    margin-top: 8px;
  }

  .cms-teaser-visual h3 {
    font-size: 21px;
    line-height: 27.3px;
  }

  .cms-teaser-text h3 {
    font-size: 24px;
  }

  .cms-row-visual:not(last-child) {
    margin-bottom: 40px;
  }

  h4 {
    font-size: 27px;
    line-height: 32.4px;
  }

  .cms-teaser-search-result h3,
.cms-teaser-search-result h4 {
    font-size: 30px;
    line-height: 130%;
  }

  h5 {
    font-size: 24px;
  }

  .cms-text-link,
.cms-text-link01,
.cms-text-link02 {
    font-size: 16px;
    line-height: 23.2px;
  }

  .cms-text-small {
    font-size: 16px;
    line-height: 23.2px;
  }

  .cms-text-large {
    font-size: 30px;
    line-height: 130%;
  }

  .cms-image-kompass {
    width: 280px;
  }

  .cms-search-select-keyword,
.cms-bg-theme-1,
.cms-form-text,
.cms-form-submit {
    font-size: 16px;
    line-height: 52px;
    border-radius: 26px;
  }

  .cms-form-search .cms-form-submit {
    width: 52px;
  }

  .cms-a-more,
.cms-teaser-visual-text .cms-teaser-visual-type,
.cms-teaser-visual .cms-teaser-visual-type {
    font-size: 16px;
  }

  .cms-button {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: auto;
  }

  .cms-category {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .cms-teaser-slideshow-pagination,
.cms-teaser-slideshow-pager-pagination,
.cms-teaser-hero-navigation-md a {
    font-size: 16px;
  }

  .cms-swiper-slide .cms-swiper-news-footer {
    font-size: 16px;
  }

  .cms-a-download {
    font-size: 18px;
  }

  .cms-digital-story:not(:last-child) {
    margin-bottom: 56px;
  }
  .cms-digital-story .cms-digital-story--img .cms-teaser {
    padding-right: 8px;
  }
  .cms-digital-story .cms-digital-story--text .cms-teaser {
    padding-left: 8px;
  }
  .cms-digital-story .cms-digital-story--text {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
  .cms-digital-story img {
    margin-bottom: 0;
  }

  #cms-nav-breadcrumb {
    display: block;
    font-size: 16px;
    line-height: 23.2px;
    transform: translatex(-50%) translatey(-50%) rotate(-90deg) translatex(calc(-100vh/2)) translatey(calc(64px / 2));
  }

  .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }

  #cms-element-header .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row > .col,
.row > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .cms-element {
    margin-bottom: 120px;
  }

  .cms-element.cms-element-spacer-small {
    margin-bottom: 96px;
  }

  .cms-element.cms-element-spacer-extra-small {
    margin-bottom: 45px;
  }

  .cms-element.cms-element-keywords {
    margin-bottom: calc(120px - 20px);
  }

  .cms-element.cms-element-keywords.cms-element-spacer-small {
    margin-bottom: calc(96px - 20px);
  }

  .cms-element.cms-element-keywords.cms-element-spacer-extra-small {
    margin-bottom: calc(45px - 20px);
  }

  .cms-element.cme-element-team {
    margin-bottom: calc(120px - 64px);
  }

  .cms-element.cme-element-team.cms-element-spacer-small {
    margin-bottom: calc(96px -64px);
  }

  .cms-element.cme-element-team.cms-element-spacer-extra_small {
    margin-bottom: calc(45px -64px);
  }

  #cms-element-header {
    padding-right: calc((64px - 32px) / 2);
    padding-left: 24px;
  }

  .cms-element-events-container {
    height: 892px;
  }

  #cms-element-clip > .cms-element-news-detail:first-child {
    margin-top: 64px;
  }

  #cms-element-footer.cms-element {
    margin-bottom: 28px;
  }

  #cms-element-hamburger-wrap {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    width: calc(50vw);
    width: calc(50dvw);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  }

  #cms-element-hamburger-wrap.cms-element-hamburger-wrap-on {
    left: calc(50vw);
    left: calc(50dvw);
  }

  #cms-element-hamburger-clip {
    width: calc(100vw);
    width: calc(100dvw);
  }

  #cms-element-hamburger-clip.cms-element-hamburger-idx1 {
    left: -50vw;
    left: -50dvw;
  }

  .cms-teaser-hamburger {
    width: calc(50vw);
    width: calc(50dvw);
  }

  .cms-teaser-calendar-category {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .cms-row-calendar hr.cms-ruler {
    margin-bottom: 30px;
  }

  .cms-row-calendar > div:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }

  .cms-row-calendar > div:nth-child(2) .cms-teaser {
    padding-right: 6px;
  }

  .cms-row-calendar > div:nth-child(3) .cms-teaser {
    padding-left: 6px;
  }

  .cms-teaser-legend hr {
    margin-top: 120px;
    margin-bottom: 25px;
  }

  .cms-teaser-hero-headline-md {
    position: absolute;
    top: 0px;
    padding-left: calc(1/12 * 100% - 12px);
    width: calc(100% - 2 * 64px);
    height: max(min(100vh - 80px, 60vw), 40vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cms-teaser-hero-headline {
    width: 100%;
  }

  .cms-teaser-hero-img {
    height: max(min(100vh - 80px, 60vw), 40vw);
  }

  .cms-teaser-hero-img img {
    height: max(min(100vh - 80px, 60vw), 40vw);
  }

  .cms-teaser-hero-down {
    position: absolute;
    padding-left: calc(1/12 * 100% - 12px);
    width: calc(100% - 2 * 64px);
    bottom: 24px;
  }

  .cms-teaser-hero-down img {
    cursor: pointer;
    width: 32px;
    height: 32px;
    -webkit-animation: cms-animation-hero-down 0.7s ease-in-out infinite alternate;
    animation: cms-animation-hero-down 0.7s ease-in-out infinite alternate;
  }

  @keyframes cms-animation-hero-down {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
  }
  .cms-teaser-hero-navigation-pager-1 {
    font-size: 16px;
    line-height: 22.4px;
    position: absolute;
    right: 0;
    bottom: 32px;
    width: 64px;
    text-align: center;
  }

  .cms-teaser-hero-navigation-pager-2 {
    font-size: 16px;
    line-height: 22.4px;
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    transform: translatex(50%) translatey(-50%) rotate(-90deg) translatex(calc(max(min(100vh - 80px, 60vw), 40vw) / -2)) translatey(calc(64px / -2));
  }

  .cms-teaser-hero-navigation-pager-2 span {
    cursor: pointer;
  }

  .cms-teaser-events {
    margin-left: calc((100vw - 560px) / 2);
    width: 560px;
  }

  .cms-teaser-event-type {
    margin-top: 80px;
    margin-bottom: 16px;
  }

  .cms-teaser-event img {
    width: 360px;
    height: 360px;
  }

  .cms-teaser-event-date {
    margin-bottom: 16px;
  }

  .cms-teaser-event .cms-teaser--text {
    margin-top: 24px;
  }

  .cms-teaser-event-type,
.cms-teaser-event-date,
.cms-teaser-events-pager,
.cms-teaser-events-next,
.cms-teaser-events-prev,
.cms-teaser-event a {
    font-size: 16px;
  }

  .cms-teaser-visual img {
    width: 66.6666%;
  }

  .cms-teaser-visual-img img {
    width: 100%;
  }

  .cms-teaser-news-detail-head-icon {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cms-teaser-news-detail-head-image,
.cms-teaser-news-detail-head-image figure {
    height: 100%;
  }

  .cms-teaser-news-detail-head-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .cms-teaser-news-detail-head-headline {
    padding-right: 6px;
  }

  .cms-teaser-news-detail-head-headline p {
    font-size: 16px;
    line-height: 23.2px;
  }

  .cms-teaser-picture-image {
    margin-bottom: 24px;
  }

  .cms-teaser-keywords .cms-category {
    margin: 0 8px 20px 8px;
  }

  .cms-teaser-download {
    font-size: 18px;
    line-height: 27px;
    padding: 30px 30px;
  }

  .cms-teaser-download hr {
    margin: 24px 0px;
  }

  .cms-row-visual > div:nth-child(1),
.cms-row-calendar2 > div:nth-child(1),
.cms-row-calendar3 > div:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }

  .cms-row-calendar2 > div:nth-child(1) .cms-teaser,
.cms-row-calendar3 > div:nth-child(1) .cms-teaser {
    padding-right: 6px;
  }

  .cms-row-visual > div:nth-child(2) .cms-teaser,
.cms-row-calendar2 > div:nth-child(2) .cms-teaser,
.cms-row-calendar3 > div:nth-child(2) .cms-teaser {
    padding-left: 6px;
  }

  .cms-teaser-calendar-img {
    margin-bottom: 0px;
  }

  .cms-row-calendar3 .cms-teaser-calendar-img {
    margin-bottom: 16px;
  }

  .cms-teaser-calendar2-date-time {
    margin-bottom: 32px;
  }

  .cms-teaser-calendar2-headline {
    margin-bottom: 32px;
  }

  div > ul.cms-ul-sitemap > li,
.cms-teaser-accordeon-category {
    font-size: 24px;
    line-height: 31.2px;
  }

  .cms-teaser-accordeon-head {
    font-size: 18px;
    line-height: 27.9px;
    background-position: right 4px center;
  }

  div > ul.cms-ul-sitemap > li li,
.cms-teaser-accordeon-body {
    font-size: 18px;
    line-height: 27.9px;
  }

  .cms-teaser-team-person {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 6.666%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cms-teaser-team-person .cms-teaser--image {
    padding-left: 0%;
    padding-right: 15%;
    margin-bottom: 16px;
  }

  .cms-teaser-team-person .cms-teaser--text {
    text-align: left;
    padding-right: 10%;
  }

  .cms-teaser-team-person .cms-teaser--text .cms-teaser-team-person-name {
    margin-bottom: 0px;
  }

  .cms-teaser-team-person .cms-teaser--link {
    padding-top: 32px;
    text-align: left;
  }

  .cms-teaser-team-person .cms-teaser--link a {
    font-size: 16px;
    line-height: 24px;
  }

  .cms-teaser-slideshow-pagination {
    display: block;
    white-space: nowrap;
  }

  .cms-teaser-slideshow .cms-teaser--text {
    padding-right: 32px;
  }

  .cms-teaser-slideshow-next,
.cms-teaser-slideshow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
  }

  .cms-teaser-slideshow-prev {
    left: 0;
    transform: translateX(-50%) rotate(-90deg) translateY(-16px);
    z-index: 1;
  }

  .cms-teaser-slideshow-next {
    right: 0;
    left: unset;
    transform: translateX(50%) rotate(-90deg) translateY(16px);
    z-index: 1;
  }

  .cms-teaser-links a {
    padding: 0px 32px;
  }

  .cms-teaser-links a p {
    padding: 20px 0 20px 40px;
    font-size: 18px;
    line-height: 27px;
  }

  .cms-teaser-search-pager p {
    font-size: 30px;
    line-height: 130%;
  }

  .cms-teaser-search-result p {
    font-size: 30px;
    line-height: 130%;
  }

  .cms-teaser-search-pager a {
    font-size: 16px;
    margin-right: 10px;
  }

  .cms-teaser-search-pager > div:last-child a {
    margin-left: 10px;
  }

  ul.cms-ul {
    font-size: 18px;
  }

  .cms-element-search .cms-category {
    font-size: 16px;
  }

  .cms-button {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  a.cms-button {
    display: inline-block;
  }

  .cms-youtubeplay {
    width: 40px;
    height: 40px;
    right: 14px;
    top: 14px;
    transform: none;
  }

  .cms-youtube-ask-hl {
    font-size: 24px;
    line-height: 31.2px;
  }

  .cms-swiper-slide {
    padding: 0px 20px;
  }
  .cms-swiper-slide.cms-border-first {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .cms-swiper-slide.cms-border-other {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .cms-swiper-slide .cms-swiper-news-cat {
    font-size: 16px;
  }
  .cms-swiper-slide .cms-swiper-news-footer {
    margin-bottom: 8px;
  }

  .cms-swiper-nav-prev,
.cms-swiper-nav-next {
    font-size: 16px;
    line-height: 23.2px;
    letter-spacing: 0.03em;
  }

  .cms-media-all .col-12 {
    margin-bottom: 90px;
    height: 574px;
  }
  .cms-media-all .col-12:nth-child(odd) {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
  .cms-media-all .col-12:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }

  .cms-quiz {
    padding: 30px 30px 48px;
  }

  .cms-quiz-archive .cms-quiz-archive-item .cms-quiz-archive-link,
.cms-quiz .cms-quiz-header,
.cms-quiz .cms-quiz-footer {
    font-size: 16px;
  }

  .cms-quiz .cms-quiz-question {
    margin-bottom: 64px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    font-feature-settings: "tnum" on, "lnum" on;
  }

  .cms-quiz-spacer {
    margin-top: 120px;
  }

  .cms-quiz-pointer {
    display: block;
  }

  .cms-quiz .cms-quiz-answers {
    margin-bottom: 64px;
  }
  .cms-quiz .cms-quiz-answers .cms-quiz-answer {
    height: 120px;
    width: calc(50% - 80px);
    margin-bottom: 0;
  }
  .cms-quiz .cms-quiz-answers .cms-quiz-answer#quiz-a-0 {
    margin-bottom: 20px;
  }
  .cms-quiz .cms-quiz-answers .cms-quiz-answer#quiz-a-3 {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  h1,
.cms-h1,
.cms-h2,
.cms-teaser-head h2 {
    font-size: 42px;
  }

  h2 {
    font-size: 42px;
    line-height: 54.6px;
  }

  .cms-teaser-hero-headline h2 {
    font-size: 56px;
  }

  .cms-teaser-hero-headline h3 {
    font-size: 56px;
  }

  .cms-text-large {
    font-size: 36px;
    line-height: 140%;
  }

  .cms-text-headline {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    font-weight: 400;
  }

  .cms-search-select-keyword,
.cms-bg-theme-1,
.cms-form-text,
.cms-form-submit {
    font-size: 18px;
    line-height: 60px;
    border-radius: 31px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cms-search-select-keyword {
    margin-top: 32px;
  }

  .cms-form-search .cms-form-text {
    padding-right: 16px;
  }

  .cms-form-search .cms-form-submit {
    width: 62px;
    background: no-repeat url(/images/suche-32.svg) 17px center/24px 24px rgba(255, 255, 255, 0.7);
  }

  .cms-teaser-search-result p.cms-meta-description {
    font-size: 16px;
    line-height: 24.8px;
    width: 80%;
  }

  .embed-responsive-16lg21by9::before {
    padding-top: 42.857143%;
  }

  .cms-digital-story .cms-digital-story--img .cms-teaser {
    padding-right: 18px;
  }
  .cms-digital-story .cms-digital-story--text .cms-teaser {
    padding-left: 18px;
  }

  #cms-element-footer.cms-element {
    margin-bottom: 38px;
  }

  .cms-row-calendar > div:nth-child(2) .cms-teaser {
    padding-right: 12px;
  }

  .cms-row-calendar > div:nth-child(3) .cms-teaser {
    padding-left: 12px;
  }

  .cms-row-calendar2,
.cms-row-calendar3 {
    margin-bottom: 64px;
  }

  .cms-row-calendar2 > div:nth-child(1) .cms-teaser,
.cms-row-calendar3 > div:nth-child(1) .cms-teaser {
    padding-right: 12px;
  }

  .cms-row-visual > div:nth-child(2) .cms-teaser,
.cms-row-calendar2 > div:nth-child(2) .cms-teaser,
.cms-row-calendar3 > div:nth-child(2) .cms-teaser {
    padding-left: 12px;
  }

  .cms-row-calendar2,
.cms-row-calendar3 {
    margin-bottom: 64px;
  }

  .cms-teaser-calendar-category,
.cms-teaser-calendar-txt h3,
.cms-teaser-calendar-date-day {
    font-size: 21px;
    line-height: 27.1px;
    font-weight: 700;
  }

  .cms-teaser-calendar-txt h4,
.cms-teaser-calendar-date-time {
    font-size: 21px;
    line-height: 27.1px;
  }

  .cms-teaser-calendar-intro {
    font-size: 21px;
    line-height: 27.1px;
    font-weight: 700;
  }

  .cms-teaser-calendar-text {
    font-size: 16px;
    line-height: 23.2px;
    /* korrekt */
  }

  .cms-teaser-team-person .cms-teaser--text {
    font-size: 21px;
    line-height: 27.3px;
  }

  #cms-search-list-keywords > div {
    max-height: 344px;
  }

  #cms-search-list-keywords a {
    font-size: 18px;
    line-height: 22px;
  }

  .cms-youtubeplay {
    right: 24px;
    top: 24px;
    transform: none;
  }

  .cms-youtube-ask-hl {
    font-size: 30px;
    line-height: 39px;
  }

  .cms-swiper-category-wrapper {
    margin-bottom: 64px;
  }

  .cms-swiper-slide .cms-swiper-news-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
  }
  .cms-swiper-slide .cms-swiper-news-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    font-feature-settings: "tnum" on, "lnum" on;
  }

  .cms-quiz {
    padding: 36px 36px 48px;
  }
  .cms-quiz .cms-quiz-question {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 140%;
    font-feature-settings: "tnum" on, "lnum" on;
  }

  .cms-quiz-archive .cms-quiz-archive-item .cms-quiz-archive-date,
.cms-quiz .cms-quiz-answers {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    font-feature-settings: "tnum" on, "lnum" on;
  }

  .cms-quiz .cms-quiz-answers .cms-quiz-answer {
    width: calc(50% - 96px);
  }
  .cms-quiz .cms-quiz-answers .cms-quiz-answer#quiz-a-0 {
    margin-bottom: 36px;
  }
  .cms-quiz .cms-quiz-answers .cms-quiz-answer#quiz-a-3 {
    margin-top: 36px;
  }

  #cms-element-hamburger-wrap {
    width: calc(33.33333vw);
    width: calc(33.33333dvw);
  }

  #cms-element-hamburger-wrap.cms-element-hamburger-wrap-on {
    left: calc(66.66666vw);
    left: calc(66.66666dvw);
  }

  #cms-element-hamburger-clip {
    width: calc(66.66666dvw);
  }

  #cms-element-hamburger-clip.cms-element-hamburger-idx1 {
    left: -33.33333vw;
    left: -33.33333dvw;
  }

  .cms-teaser-hamburger {
    width: calc(33.33333vw);
    width: calc(33.33333dvw);
  }

  .cms-teaser-events-prev {
    left: calc((100vw - 1020px) / 2);
    transform: rotate(-90deg);
  }

  .cms-teaser-events-next {
    right: calc((100vw - 1020px) / 2 + 3px);
    transform: rotate(-90deg);
  }

  .cms-teaser-legend hr {
    margin-top: 80px;
  }

  .cms-teaser-newsletter {
    width: 70%;
  }

  .cms-teaser-contact-image img {
    width: 300px;
    height: 400px;
  }

  .cms-teaser-download {
    padding: 36px 36px;
  }

  .cms-teaser-search-pager p {
    font-size: 36px;
    line-height: 140%;
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 21px;
    line-height: 32.55px;
    padding-top: 128px;
  }

  h1,
.cms-h1,
.cms-h2,
.cms-teaser-head h2 {
    font-size: 48px;
  }

  .cms-teaser-hero-headline h2 {
    font-size: 64px;
  }

  .cms-teaser-hero-headline h3 {
    font-size: 64px;
  }

  .cms-teaser-visual-text h3,
.cms-teaser-text h3 {
    font-size: 30px;
    line-height: 39px;
  }

  h5 {
    font-size: 30px;
    line-height: 39px;
  }

  #cms-element-header-but a,
.cms-hamburger-button {
    margin-left: 28px;
  }

  #cms-nav-breadcrumb {
    transform: translatex(-50%) translatey(-50%) rotate(-90deg) translatex(calc(-100vh/2)) translatey(calc(88px / 2));
  }

  .cms-search-select-keyword,
.cms-bg-theme-1,
.cms-form-text,
.cms-form-submit {
    font-size: 24px;
    line-height: 74px;
    border-radius: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cms-form-search .cms-form-text {
    padding-right: 20px;
  }

  .cms-form-search .cms-form-submit {
    width: 86px;
    background: no-repeat url(/images/suche-32.svg) 24px center/28px 28px rgba(255, 255, 255, 0.7);
  }

  .cms-digital-story:not(:last-child) {
    margin-bottom: 64px;
  }

  .container-fluid {
    padding-left: 88px;
    padding-right: 88px;
  }

  #cms-element-header .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }

  /* page elements */
  #cms-element-header {
    height: 128px;
    padding-left: 27px;
    padding-right: 28px;
  }

  .cms-element {
    margin-bottom: 160px;
  }

  .cms-element.cms-element-spacer-small {
    margin-bottom: 120px;
  }

  .cms-element.cms-element-spacer-extra-small {
    margin-bottom: 45px;
  }

  .cms-element.cms-element-keywords {
    margin-bottom: calc(160px - 20px);
  }

  .cms-element.cms-element-keywords.cms-element-spacer-small {
    margin-bottom: calc(120px - 20px);
  }

  .cms-element.cms-element-keywords.cms-element-spacer-extra-small {
    margin-bottom: calc(45px - 20px);
  }

  .cms-element.cme-element-team {
    margin-bottom: calc(160px - 64px);
  }

  .cms-element.cme-element-team.cms-element-spacer-small {
    margin-bottom: calc(120px -64px);
  }

  .cms-element.cme-element-team.cms-element-spacer-extra-small {
    margin-bottom: calc(45px -64px);
  }

  #cms-element-clip > .cms-element-news-detail:first-child {
    margin-top: 72px;
  }

  .cms-element-events-container {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 16.66666%, black 83.33333%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
  }

  .cms-row-calendar > div:nth-child(2) {
    border-right: none;
  }

  .cms-row-calendar > div:nth-child(2) .cms-teaser {
    padding-right: 0px;
  }

  .cms-row-calendar > div:nth-child(3) .cms-teaser {
    padding-left: 0px;
  }

  #cms-element-hamburger-wrap {
    position: fixed;
    background-color: white;
    width: 100vw;
    width: 100dvw;
    left: 0;
    top: calc(-128px - 438px);
    height: auto;
    min-height: unset;
    padding-bottom: 68px;
    z-index: 1029;
    /* must be under header z-index fixed desktop */
    transition: top 0.4s;
  }

  #cms-element-hamburger-wrap.cms-element-hamburger-wrap-on {
    left: 0;
    top: 128px;
  }

  #cms-element-hamburger-clip {
    position: static;
    width: 100%;
    max-width: 1740px;
    margin-left: calc(max(0px,(100% - 1740px) / 2));
  }

  .cms-teaser-hamburger {
    padding-left: 12px;
    padding-right: 12px;
    min-height: unset;
    height: unset;
  }

  .cms-teaser-hamburger > .d-flex {
    min-height: unset;
  }

  .cms-teaser-hamburger:first-child {
    display: none;
  }

  .cms-teaser-hamburger:last-child {
    width: 100%;
  }

  .cms-teaser-hamburger-group {
    width: 16.66666%;
    padding: 0 12px;
  }

  .cms-teaser-hamburger-group a {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 68px;
    align-items: center;
  }

  .cms-teaser-hamburger-group a:hover {
    background-color: #F5F5F4;
  }

  .cms-teaser-hamburger-group h6 {
    padding-top: 33px;
  }

  /* page teaser */
  .cms-teaser-hamburger-top {
    padding-top: 128px;
  }

  .cms-teaser-hero-headline-md {
    width: calc(100% - 2 * 88px);
    height: max(min(100vh - 128px, 60vw), 40vw);
  }

  .cms-teaser-hero-navigation-pager-2 {
    transform: translatex(50%) translatey(-50%) rotate(-90deg) translatex(calc(max(min(100vh - 128px, 60vw), 40vw) / -2)) translatey(calc(88px / -2));
  }

  .cms-teaser-hero-img {
    height: max(min(100vh - 128px, 60vw), 40vw);
  }

  .cms-teaser-hero-img img {
    height: max(min(100vh - 128px, 60vw), 40vw);
  }

  .cms-teaser-hero-headline-md {
    width: calc(100% - 2 * 88px);
  }

  .cms-teaser-hero-navigation-pager-1 {
    width: 88px;
  }

  .cms-teaser-visual img {
    width: 100%;
  }

  .cms-teaser-visual-img {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cms-teaser-newsletter {
    width: 66%;
  }

  .cms-teaser-keywords hr.cms-ruler {
    margin-bottom: 48px;
  }

  .cms-row-visual:not(last-child) {
    margin-bottom: 64px;
  }

  div > ul.cms-ul-sitemap > li,
.cms-teaser-accordeon-category {
    font-size: 30px;
    line-height: 39px;
  }

  .cms-teaser-accordeon-head {
    font-size: 21px;
    line-height: 27.3px;
    background-position: right 6px center;
  }

  div > ul.cms-ul-sitemap > li li,
.cms-teaser-accordeon-body {
    font-size: 21px;
    line-height: 32.55px;
  }

  .cms-teaser-accordeon-figcaption {
    font-size: 16px;
    line-height: 23.2px;
  }

  .cms-teaser-team-person {
    padding-left: 5%;
  }

  .cms-teaser-team-person .cms-teaser--image {
    padding-right: 25.333%;
  }

  .cms-form-search,
.cms-search-select-keyword {
    margin-top: 64px;
  }

  .cms-search-select-keyword {
    background: url(/images/chevron-down-black.svg) no-repeat right 26px center/36px 36px rgba(255, 255, 255, 0.7);
  }

  ul.cms-ul {
    font-size: 21px;
  }

  /* page atom */
  #cms-img-logo {
    height: 64px;
  }

  #cms-img-search {
    height: 32px;
  }

  .cms-youtubeplay {
    right: 28px;
    top: 28px;
  }

  .cms-youtube-ask-hl {
    font-size: 36px;
    line-height: 50.4px;
  }

  .cms-swiper-slide {
    padding: 0px 30px;
    margin-right: -1px;
  }

  .cms-media-all .col-12 {
    margin-bottom: 120px;
    height: 600px;
  }
  .cms-media-all .col-12:nth-child(odd) {
    border-left: 0;
  }
  .cms-media-all .col-12:nth-child(even) {
    border-left: 0;
    border-right: 0;
  }
  .cms-media-all .col-12:nth-child(3n), .cms-media-all .col-12:nth-child(3n+1) {
    border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cms-media-all .col-12:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  }

  .cms-quiz {
    padding: 36px 36px 56px;
  }

  .cms-quiz-archive .cms-quiz-archive-item .cms-quiz-archive-date,
.cms-quiz .cms-quiz-answers {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    font-feature-settings: "tnum" on, "lnum" on;
  }

  .cms-quiz-spacer {
    margin-top: 160px;
  }

  .cms-swiper-nav-prev {
    transform: translateX(-50%) rotate(-90deg) translateY(0);
  }

  .cms-swiper-nav-next {
    transform: translateX(50%) rotate(-90deg) translateY(0);
  }
}
@media (min-width: 1920px) {
  .cms-element-events {
    max-width: 1734px;
    margin-left: auto;
    margin-right: auto;
  }

  .cms-teaser-events {
    margin-left: calc((1734px - 560px) / 2);
  }

  .cms-teaser-events-prev {
    left: calc((1734px - 1020px) / 2);
  }

  .cms-teaser-events-next {
    right: calc((1734px - 1020px) / 2 + 3px);
  }

  .cms-teaser-hero-img {
    width: calc((100vw - 1744px - 2* 88px) / 2 + 9/12 * (1744px + 24px) - 24px);
  }

  .cms-teaser-hero-navigation-pager-1 {
    transform: translatex(calc((100vw - 1744px - 2* 96px) / 2));
  }

  .cms-teaser-hero-navigation-pager-2 {
    transform: translatex(50%) translatey(-50%) rotate(-90deg) translatex(calc(((100vh - 128px) / -2) + 128px / 2)) translatey(calc(88px / -2)) translatey(calc((100vw - 1744px - 2* 88px) / 2));
  }

  .cms-youtubeplay {
    right: 30px;
    top: 30px;
  }

  .container-fluid {
    max-width: 1920px;
  }

  .cms-swiper-nav-prev {
    transform: translateX(0) rotate(-90deg) translateY(0);
    margin-left: -39px;
  }

  .cms-swiper-nav-next {
    transform: translateX(0) rotate(-90deg) translateY(0);
    margin-right: -35px;
  }
}

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