/* max-window-width */
/* min-window-width */
.header-image {
  position: relative;
  overflow: hidden;
  height: 82rem;
}
@media (max-width: 1986px) {
  .header-image {
    height: 66rem;
  }
}
@media (max-width: 1609px) {
  .header-image {
    height: 54rem;
  }
}
@media (max-width: 1199px) {
  .header-image {
    height: 54rem;
  }
}
@media (max-width: 991px) {
  .header-image {
    height: 42rem;
  }
}
@media (max-width: 767px) {
  .header-image {
    height: 47rem;
  }
}
@media (max-width: 450px) {
  .header-image {
    height: 37rem;
  }
}
.header-image__overlay {
  display: none;
}
.header-image .textbox {
  position: absolute;
  width: 100%;
  bottom: 5.7rem;
  left: 0;
}
.header-image .textbox .inner-block {
  max-width: 88rem;
}
@media (max-width: 1199px) {
  .header-image .textbox .inner-block {
    max-width: 66rem;
  }
}
@media (max-width: 991px) {
  .header-image .textbox .inner-block {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .header-image .textbox .inner-block {
    max-width: 80%;
  }
}
@media (max-width: 450px) {
  .header-image .textbox .inner-block {
    max-width: none;
  }
}
.header-image .special-icon-wrap {
  width: 33.4rem;
  height: 25.7rem;
}
.header-image .special-icon-wrap .back-logo .scaling-logo {
  padding-bottom: 76.9461077844%;
}
@media (max-width: 1361px) {
  .header-image .special-icon-wrap {
    width: 22rem;
    height: 16.9rem;
  }
}
@media (max-width: 991px) {
  .header-image .special-icon-wrap {
    width: 15rem;
    height: 11.5rem;
  }
}
@media (max-width: 767px) {
  .header-image .special-icon-wrap {
    width: 10rem;
    height: 7.5rem;
  }
}
@media (max-width: 1361px) {
  .header-image img {
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
}

/*# sourceMappingURL=header-image.css.map */


/* max-window-width */
/* min-window-width */
.module.headline + .module,
.module.headline + .grid-block {
  padding-top: 0;
}
.module.headline .line {
  border-bottom: 1px solid #B4B5B4;
  position: relative;
}
.module.headline .line:before {
  content: "";
  width: 12.1rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 0.8rem;
  background-color: #93BF1F;
}

.module.backlink {
  margin-bottom: 0;
}
.module.backlink + .module.headline .line {
  margin-top: 6.5rem;
}
@media (max-width: 1199px) {
  .module.backlink + .module.headline .line {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .module.backlink + .module.headline .line {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .module.backlink + .module.headline .line {
    margin-top: 3rem;
  }
}
.module.backlink a {
  position: relative;
  padding-left: 3rem;
  color: #93BF1F;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .module.backlink a {
    padding-left: 2.5rem;
  }
}
@media (max-width: 991px) {
  .module.backlink a {
    padding-left: 2rem;
  }
}
.module.backlink a:hover, .module.backlink a:focus {
  color: #93BF1F;
}
.module.backlink a:hover i, .module.backlink a:focus i {
  color: red;
}
.module.backlink a i[class*=icon-] {
  position: absolute;
  left: 0;
  top: 50%;
  color: #93BF1F;
  transform: translateY(-50%);
}

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


/* max-window-width */
/* min-window-width */
.video-element video {
  width: 100%;
  height: auto;
}
.video-element .video-poster {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  background: #464645;
}
.video-element .video-poster .overlay,
.video-element .video-poster .video-embed {
  transition: opacity 0.2s 0.2s ease-in-out, visibility 0s 0.4s;
}
.video-element .video-poster .overlay.hide-it,
.video-element .video-poster .video-embed.hide-it {
  opacity: 0;
  visibility: hidden;
}
.video-element .video-poster .overlay {
  cursor: pointer;
}
.video-element .video-poster .overlay:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.27);
  z-index: 30;
  left: 0;
  top: 0;
}
.video-element .video-poster .overlay:hover svg {
  fill: rgba(147, 191, 31, 0.5);
}
.video-element .video-poster .overlay:hover svg.border * {
  stroke: #FFFFFF;
}
.video-element .video-poster .video-embed .backgroundBox {
  vertical-align: middle;
  display: table;
  z-index: 25;
  background: rgba(147, 191, 31, 0.7);
  padding: 3rem;
  color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-element .video-poster .video-embed .backgroundBox .inner-box {
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 1361px) and (min-width: 768px) {
  .video-element .video-poster .video-embed .backgroundBox {
    padding: 2rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .video-element .video-poster .video-embed .backgroundBox {
    padding: 1.5rem;
  }
}
@media (max-width: 450px) {
  .video-element .video-poster .video-embed .backgroundBox {
    padding: 1.5rem;
  }
}
.video-element .video-poster iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-element .video-poster .poster-image {
  position: absolute;
  right: 0;
  z-index: 20;
  cursor: pointer;
}
.video-element .video-poster svg {
  position: absolute;
  z-index: 40;
  left: 50%;
  top: 50%;
  fill: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 0.2s ease-in-out, fill 0.2s ease-in-out;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
}
.video-element .video-poster svg * {
  transition: stroke 0.2s ease-in-out;
}
.video-element .video-poster svg.border {
  fill: none;
}
.video-element .video-poster svg.border * {
  stroke: #CCFF19;
  fill: none;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
.video-element .text.normal-text * {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  font-family: "DIN W05 Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .grid-block .grid .col-xs-6 .video-element .text.normal-text * {
    font-size: 1.3rem;
  }
}
@media (max-width: 450px) {
  .video-element .text.normal-text * {
    font-size: 1.2rem;
  }
}
.video-element .text .video-trigger {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .grid-block .grid .col-xs-6 .video-element .text .video-trigger {
    margin-top: 0.5rem;
  }
}
@media (max-width: 450px) {
  .video-element .text .video-trigger {
    margin-top: 0.5rem;
  }
}
.video-element .text > *:last-child {
  margin-bottom: 0;
}
.video-element + .module.textElement {
  margin-top: -3.5rem;
}
@media (max-width: 991px) {
  .video-element + .module.textElement {
    margin-top: -2.3rem;
  }
}
@media (max-width: 767px) {
  .video-element + .module.textElement {
    margin-top: -1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .video-element .full-width .video-poster {
    padding: 0;
    height: calc(100svh - 113px);
    width: 100%;
    text-align: center;
    background: #464645;
    max-height: 788px;
  }
  .video-element .full-width .video-poster video {
    max-width: 100%;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1169px) {
  .video-element .video-poster svg {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .grid-block .grid .col-xs-6 .video-element .video-poster.external {
    padding-bottom: 90%;
  }
  .grid-block .grid .col-xs-6 .video-element .video-poster.external.video-active {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 991px) {
  .video-element .video-poster svg {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .video-element .full-width .video-poster {
    max-height: 558px;
  }
}
@media screen and (max-width: 767px) {
  .video-element .text-bild-video {
    float: left;
    width: 100%;
  }
  .video-element .text-bild-video > * {
    margin-top: 40px;
  }
  .video-element .text-bild-video > *:first-child {
    margin-top: 0;
  }
  .video-element .text-bild .video-poster, .video-element .text-bild .image {
    margin-top: 35px;
  }
  .video-element .video-poster svg {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .video-element .full-width .video-poster {
    max-height: none;
  }
}
@media screen and (max-width: 403px) {
  .video-element .video-poster svg {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}

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


/* max-window-width */
/* min-window-width */
.module.accordion-list .item {
  margin-bottom: 4.5rem;
}
.module.accordion-list .item:last-child {
  margin-bottom: 0;
}
.module.accordion-list .toggle {
  position: relative;
  cursor: pointer;
  padding: 1.2rem 8rem 1.3rem 0;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px dashed #B4B5B4;
  outline: none;
}
.module.accordion-list .toggle:focus-visible {
  outline: 2px solid #316AFF;
  outline-offset: 2px;
}
@media (max-width: 1361px) {
  .module.accordion-list .toggle {
    padding-left: 6rem;
  }
}
@media (max-width: 1199px) {
  .module.accordion-list .toggle {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .module.accordion-list .toggle {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .module.accordion-list .toggle {
    padding-left: 0;
  }
}
.module.accordion-list .toggle.active *[class*=icon], .module.accordion-list .toggle:hover *[class*=icon] {
  background: #D2D3D2;
}
.module.accordion-list .toggle-slide {
  overflow: hidden;
  padding: 4rem 8.6rem 4rem;
  border-bottom: 1px dashed #B4B5B4;
}
@media (max-width: 1361px) {
  .module.accordion-list .toggle-slide {
    padding-left: 6rem;
  }
}
@media (max-width: 1199px) {
  .module.accordion-list .toggle-slide {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .module.accordion-list .toggle-slide {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .module.accordion-list .toggle-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.module.accordion-list .switch {
  color: #464645;
  display: inline-block;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.9rem;
  padding: 2rem;
  background: #F3F3F3;
}
@media (max-width: 1199px) {
  .module.accordion-list .switch {
    font-size: 1.4rem;
    padding: 1.6rem;
  }
}
.module.accordion-list + .module.accordion-list {
  padding-top: 0;
  margin-top: -4rem;
}
@media (max-width: 991px) {
  .module.accordion-list + .module.accordion-list {
    margin-top: -2rem;
  }
}
@media (max-width: 767px) {
  .module.accordion-list + .module.accordion-list {
    margin-top: -1rem;
  }
}

[class*=col-xs-] .molecule.accordionList:first-of-type > h2 {
  margin-top: 0.9rem;
}

@media screen and (min-width: 992px) {
  .molecule.accordionList {
    margin-bottom: 5.8rem;
  }
}
@media print {
  .molecule.accordionList .toggle-slide {
    display: block !important;
  }
}

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


/* max-window-width */
/* min-window-width */
.module.teaser-menu {
  padding: 7rem 0;
}
@media (max-width: 991px) {
  .module.teaser-menu {
    padding: 4.7rem 0;
  }
}
@media (max-width: 767px) {
  .module.teaser-menu {
    padding: 3.5rem 0;
  }
}
.module.teaser-menu .grid-piece {
  margin: 1.5rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .module.teaser-menu .grid-piece .f-size-4 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .module.teaser-menu .grid-piece .f-size-4 {
    font-size: 1.9rem;
  }
}
@media (max-width: 450px) {
  .module.teaser-menu .grid-piece .f-size-4 {
    font-size: 1.6rem;
  }
}
.module.teaser-menu .grid-piece .flow {
  padding: 0 1.5rem;
}
@media (max-width: 450px) {
  .module.teaser-menu .grid-piece .flow {
    padding: 0 0.5rem;
  }
}

/*# sourceMappingURL=teaser-menu.css.map */


