@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  line-height: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    filter: blur(30px);
    transform: scale(1.1);
  }
  100% {
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}
@keyframes fullWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.block-text .fact {
  margin-top: 60px;
}
.block-text p {
  display: inline;
}

.fs-xs {
  font-size: var(--font-size-xs);
}

.fs-m {
  font-size: var(--font-size-m);
  line-height: 1.3em;
}
.fs-m .indent {
  font-size: 28px;
}
.fs-m .indent {
  font-weight: 500;
  top: -7px;
  position: relative;
}
.fs-m .indent:after {
  content: "";
  bottom: -2px;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background: var(--black);
}

.fs-l {
  font-size: var(--font-size-l);
  line-height: 1.2em;
  hyphens: auto;
}
.fs-l .indent {
  font-size: 36px;
}
.fs-l .indent {
  font-weight: 500;
  top: -16px;
  position: relative;
}
.fs-l .indent:after {
  content: "";
  bottom: -8px;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  animation: gradientMove 1.5s linear infinite;
}

.fs-xl {
  font-size: var(--font-size-xl);
  line-height: 1.3em;
  font-weight: 300;
}

.fs-xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.3em;
  font-weight: lighter;
}

.indent-klein {
  grid-column: 2/12;
}

.indent-gross {
  grid-column: 4/12;
}

.fact {
  display: flex;
}
.fact .title {
  margin-bottom: 1em;
}
.fact .circuit-btn {
  margin-left: -24px;
  margin-top: calc(1em - 12px);
}
.fact .text {
  font-weight: 500;
  animation: fadeToLeft 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.fact .icon {
  position: relative;
  width: 65px;
  height: 65px;
  flex: 0 0 120px;
}
.fact .arrow {
  position: absolute;
  left: 0;
  top: 2px;
  width: 65px;
  height: 65px;
  mask: url(#arrow-mask);
  -webkit-mask: url(#arrow-mask);
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite reverse;
}
.fact .plus {
  position: absolute;
  left: 0;
  top: 2px;
  width: 65px;
  height: 65px;
  mask: url(#plus-mask);
  -webkit-mask: url(#plus-mask);
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite reverse;
}
.fact.expandable.active .text {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.fact.expandable.active .plus {
  display: none;
}
.fact.expandable.active .arrow {
  opacity: 1;
}
.fact.expandable .arrow {
  opacity: 0;
}
.fact.expandable .text {
  opacity: 0;
  pointer-events: none;
  animation: none;
  transform: translateX(-25px);
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 50%;
}
.fact.expandable .icon {
  cursor: pointer;
}
.fact.expandable .icon:after {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(66, 155, 186, 0.08);
  position: absolute;
  left: -23px;
  top: -21px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.fact.expandable .icon:hover:after {
  opacity: 1;
  transform: scale(1);
}

@media all and (max-width: 1600px) {
  .fact.expandable .text {
    max-width: 800px;
  }
}
@media all and (max-width: 1450px) {
  .fact.expandable .text {
    max-width: 100%;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) and (min-width: 1025px) {
  .fact.active .icon {
    background: url(../img/arrow-gradient.svg) no-repeat center center/100%;
  }
  .fact .text {
    padding-left: 45px;
  }
  .fact .icon {
    background: url(../img/plus-gradient.svg) no-repeat center center/100%;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
  }
}
@media all and (max-width: 1025px) {
  .block-text .fact {
    margin-top: 30px;
  }
  .fs-xxl {
    font-size: 110px;
  }
  .fs-l {
    font-size: 28px;
  }
  .fs-l .indent {
    font-size: 16px;
    top: 0;
    display: block;
    line-height: 1.3em;
    margin-bottom: 25px;
  }
  .fs-l .indent:after {
    height: 3px;
    bottom: -6px;
    animation-duration: 0.75s;
  }
  .fs-m {
    font-size: 20px;
  }
  .fs-m .indent {
    font-size: 14px;
    top: 0;
    margin-bottom: 1em;
    display: block;
    line-height: 1.3em;
  }
  .fs-m .indent:after {
    display: none;
  }
  .indent-klein {
    grid-column: 1/12;
  }
  .fact.expandable .icon:after {
    display: none;
  }
  .fact.expandable .text {
    max-width: 260px;
  }
  .fact.active .icon {
    background: url(../img/arrow-gradient.svg) no-repeat center center/100%;
  }
  .fact .icon {
    width: 36px;
    height: 36px;
    background: url(../img/plus-gradient.svg) no-repeat center center/100%;
    flex: 0 0 36px;
  }
  .fact .icon .arrow,
  .fact .icon .plus {
    display: none;
  }
  .fact .icon svg {
    display: none;
  }
  .fact .text {
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 15px;
  }
}
.block-animation {
  position: relative;
  overflow: hidden;
}
.block-animation.map-l {
  position: relative;
  width: calc(100vw - 15px);
  padding-bottom: 100%;
  top: 0;
}
.block-animation.map-l .lottie-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-animation.map-l .lottie-map-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.block-animation.portal-l {
  position: relative;
  width: calc(100vw - 15px);
  padding-bottom: 100%;
  top: 0;
}
.block-animation.portal-l.width-container {
  padding-bottom: 50% !important;
}
.block-animation.portal-l .lottie-portal {
  position: absolute;
  width: 104.7%;
  height: 100%;
  left: -1.8%;
  overflow: hidden;
}
.block-animation.portal-l .lottie-portal-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.block-animation.trassen-l {
  position: relative;
  width: calc(100vw - 15px);
  padding-bottom: 100%;
  top: 0;
}
.block-animation.trassen-l .lottie-trassen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-animation.trassen-l .lottie-trassen-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.block-animation.width-container {
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
.block-animation.width-container.trassen-l {
  padding-bottom: 70vw;
  max-width: 70vw;
}
.block-animation.width-container.portal-l {
  padding-bottom: 75vw;
}
.block-animation.width-container.portal-l .lottie-portal {
  top: -7.5%;
}
.block-animation.width-container.map-l {
  padding-bottom: 70vw;
  max-width: 70vw;
}
.block-animation.width-container.map-l .lottie-map {
  top: -8.1%;
}

.animation-caption {
  font-size: var(--font-size-xs);
  line-height: 1.2em;
  text-align: center;
}

@media all and (max-width: 1450px) {
  .block-animation.width-container {
    max-width: 100vw;
  }
  .block-animation.width-container.trassen-l {
    padding-bottom: 100vw;
    max-width: 100vw;
  }
  .block-animation.width-container.portal-l {
    max-width: 75vw;
  }
  .block-animation.width-container.map-l {
    padding-bottom: 100vw;
    max-width: 100vw;
  }
  .block-animation.width-container.map-l .lottie-map {
    top: -8.1%;
  }
  .animation-caption {
    display: none;
  }
}
.block-image-seperator figure {
  padding-bottom: 47%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.block-image-seperator figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1025px) {
  .block-image-seperator .container-wide {
    padding-left: 0;
    padding-right: 0;
  }
  .block-image-seperator figure {
    padding-bottom: 75%;
    border-radius: 0;
  }
}
.block-video-seperator figure {
  padding-bottom: 47%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.block-video-seperator figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1025px) {
  .block-video-seperator .container-wide {
    padding-left: 0;
    padding-right: 0;
  }
  .block-video-seperator figure {
    padding-bottom: 75%;
    border-radius: 0;
  }
}
.block-line hr {
  height: 1px;
  border: 0;
  background: #EDEDED;
  margin: 0;
}

.block-number {
  text-align: center;
}
.block-number .number-area {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 90px 0 60px;
}
.block-number .button-area {
  padding-bottom: 180px;
}

.number {
  display: flex;
  flex-flow: row wrap;
}
.number .counter {
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite reverse;
  color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
}

.label {
  text-align: left;
  align-self: baseline;
}
.label .label-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: normal;
  position: relative;
  top: 95px;
  left: 15px;
  letter-spacing: 0.01em;
  animation: fadeInUp 0.5s cubic-bezier(0.45, 0, 0.55, 1) 1.6s forwards;
  opacity: 0;
}
.label .label-plus {
  line-height: 1.05em;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite;
  color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: left;
}

@media all and (max-width: 1025px) {
  .block-number .number-area {
    padding: 45px 0 65px;
  }
  .block-number .button-area {
    padding-bottom: 90px;
  }
  .number {
    flex-flow: column;
    justify-content: baseline;
  }
  .label {
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
  }
  .label .label-plus {
    display: none;
  }
  .label .label-title {
    font-size: 22px;
    left: 0;
    top: 0;
    text-align: center;
  }
}
.block-milestones .milestones .step {
  min-width: 8.333%;
  position: relative;
  padding: 40px 60px;
}
.block-milestones .milestones .step:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 155, 186, 0.11);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transform: scaleX(0);
  transform-origin: bottom left;
  z-index: -1;
  animation-delay: 0.3s;
}
.block-milestones .milestones .step:nth-child(2):after {
  animation-delay: 0.6s !important;
}
.block-milestones .milestones .step .year {
  display: block;
  margin-bottom: 80px;
}
.block-milestones .milestones .step + .step {
  margin-left: 16.666%;
}
.block-milestones .milestones .step + .step:after {
  animation-delay: 0.6s;
}
.block-milestones .milestones .step + .step + .step {
  margin-left: 33.333%;
}
.block-milestones .milestones .step + .step + .step:after {
  animation-delay: 0.9s;
}
.block-milestones .milestones .step + .step + .step + .step {
  margin-left: 50%;
}
.block-milestones .milestones .step + .step + .step + .step:after {
  animation-delay: 1.2s;
}
.block-milestones .milestones .step + .step + .step + .step + .step {
  margin-left: 66.666%;
}
.block-milestones .milestones .step + .step + .step + .step + .step:after {
  animation-delay: 1.5s;
}
.block-milestones .milestones .step + .step + .step + .step + .step + .step {
  margin-left: 83.332%;
}
.block-milestones .milestones .step + .step + .step + .step + .step + .step:after {
  animation-delay: 1.8s;
}
.block-milestones .milestones .step.animate:after {
  animation: fullWidth 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media all and (max-width: 1025px) {
  .block-milestones .milestones .step {
    padding: 15px;
  }
  .block-milestones .milestones .step .year {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .block-milestones .milestones .step + .step {
    margin-left: 8.333%;
  }
  .block-milestones .milestones .step + .step + .step {
    margin-left: 16.666%;
  }
  .block-milestones .milestones .step + .step + .step + .step {
    margin-left: 25%;
  }
  .block-milestones .milestones .step + .step + .step + .step + .step {
    margin-left: 33.333%;
  }
  .block-milestones .milestones .step + .step + .step + .step + .step + .step {
    margin-left: 41.666%;
  }
}
.block-partner .fact {
  pointer-events: none;
  margin-bottom: 90px;
  padding-right: 45px;
}
.block-partner .fact.expandable .text {
  max-width: 100%;
}
.block-partner .fact .text {
  pointer-events: none;
}
.block-partner .fact .text > div, .block-partner .fact .text a {
  pointer-events: all;
}

@media all and (max-width: 1025px) {
  .block-partner .fact {
    margin-bottom: 45px;
  }
  .block-partner .grid {
    display: block;
  }
  .block-partner .circuit-btn {
    font-size: 14px;
    margin-top: 12px;
  }
}
.block-conclusion {
  position: relative;
  color: #FFF;
  padding-top: 180px;
  padding-bottom: 270px;
}
.block-conclusion .background {
  position: absolute;
  background: #0D252E;
  z-index: -1;
  left: 10px;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 4px;
}
.block-conclusion .number {
  padding-top: 90px;
  padding-left: 16.666vw;
}
.block-conclusion .number .counter {
  text-align: left;
  flex: 0 0 100%;
  line-height: 1em;
}
.block-conclusion .number .label .label-title {
  top: 0;
  left: 0;
}
.block-conclusion .fact {
  padding-top: 180px;
  padding-left: 16.666vw;
  padding-bottom: 90px;
}
.block-conclusion .fact.expandable .text {
  max-width: 600px;
}
.block-conclusion .circuit-btn {
  color: #FFF;
}

@media all and (max-width: 1025px) {
  .block-conclusion {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .block-conclusion .background {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .block-conclusion .fs-l {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-conclusion .fs-l .indent:after {
    display: none;
  }
  .block-conclusion .number {
    padding-left: 20px;
    padding-top: 40px;
  }
  .block-conclusion .fact {
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .block-conclusion .fact.expandable .text {
    max-width: 100%;
  }
  .block-conclusion .fact .text {
    font-size: 14px;
  }
  .block-conclusion .label {
    text-align: left;
  }
  .block-conclusion .label .label-title {
    text-align: left;
  }
}
.block-checklist .title {
  margin-bottom: 8px;
  font-weight: 500;
}
.block-checklist .desc {
  line-height: 1.25em;
}
.block-checklist ul {
  column-gap: 45px;
}
.block-checklist li {
  padding: 14px 0 20px;
  grid-column: span 6;
  margin-bottom: 35px;
}
.block-checklist li .title {
  padding-left: 32px;
  position: relative;
}
.block-checklist li .title:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/check.svg) no-repeat center center/100%;
  position: absolute;
  left: 0;
  top: 7px;
}

@media all and (max-width: 1025px) {
  .block-checklist .grid {
    display: block;
  }
  .block-checklist li {
    margin-bottom: 0;
  }
  .block-checklist li .title {
    padding-left: 23px;
  }
  .block-checklist li .title:before {
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
  }
}
.block-linklist li > a {
  border-bottom: 1px solid #EDEDED;
  display: block;
  padding: 16px 0;
  position: relative;
}
.block-linklist li > a:after {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  animation: gradientMove 1.5s linear infinite;
}
.block-linklist li > a:hover:after {
  opacity: 1;
}

@media all and (max-width: 1025px) {
  .block-linklist li > a:after {
    height: 2px;
  }
}
.block-news .block-text {
  margin-bottom: 50px;
}
.block-news li {
  flex: 0 0 54.15%;
  width: 54.15vw !important;
  margin-right: 10px;
}
.block-news li figure {
  margin-bottom: 25px;
}
.block-news li img {
  max-width: 100%;
}
.block-news ul {
  display: flex;
  flex-flow: row;
}
.block-news .slider-container {
  padding-left: 8.333%;
}
.block-news .slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: grab;
}
.block-news .slick-slide.slick-current {
  opacity: 1;
}
.block-news .news-text {
  padding-right: 50px;
}
.block-news .news-text .text {
  line-height: 1.3em;
}
.block-news .news-text .title {
  font-weight: 500;
  margin-bottom: 1em;
}

@media all and (max-width: 1025px) {
  .block-news li {
    width: 80vw !important;
  }
  .block-news li figure {
    margin-bottom: 40px;
  }
  .block-news .news-text .text {
    font-size: 14px;
  }
}
.block-jobs {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.block-jobs .background {
  position: absolute;
  background: rgba(66, 155, 186, 0.11);
  z-index: -1;
  left: 10px;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 4px;
}
.block-jobs .block-text {
  margin-top: 0;
  margin-bottom: 90px;
}
.block-jobs .avatar-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 180px;
}
.block-jobs .avatar-list li .name, .block-jobs .avatar-list li .position {
  line-height: 1.25em;
  padding-left: 10px;
}
.block-jobs .avatar-list li .avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
}
.block-jobs .avatar-list li .avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-jobs .avatar-list li + li {
  margin-left: 60px;
}
.block-jobs .block-linklist {
  margin-top: 0;
}
.block-jobs .block-linklist > a {
  border-bottom: 0;
}
.block-jobs .block-linklist .job-title {
  font-weight: 500;
  padding: 12px 0;
}
.block-jobs .block-linklist li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D6DFE3;
  padding: 16px 0 120px;
}
.block-jobs .btns {
  display: flex;
  flex-flow: row wrap;
}
.block-jobs .btns .circuit-btn + .circuit-btn {
  margin-left: 15px;
}

@media all and (max-width: 1025px) {
  .block-jobs .avatar-list li .avatar {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 1025px) {
  .block-jobs {
    padding-top: 40px;
    padding-bottom: 120px;
    padding-bottom: 35px;
  }
  .block-jobs .job-title {
    text-align: center;
    font-size: 28px;
  }
  .block-jobs .btns {
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
  }
  .block-jobs .btns .circuit-btn {
    align-self: center;
  }
  .block-jobs .btns .circuit-btn + .circuit-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .block-jobs .block-linklist .job-title {
    font-weight: 400;
  }
  .block-jobs .block-linklist li {
    flex-flow: column;
    justify-content: center;
    padding: 60px 0 80px;
  }
  .block-jobs .background {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .block-jobs .block-text {
    margin-bottom: 40px;
  }
  .block-jobs .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-jobs .avatar-list {
    margin-bottom: 90px;
  }
  .block-jobs .avatar-list li {
    flex: 0 0 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .block-jobs .avatar-list li .avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .block-jobs .avatar-list li .position, .block-jobs .avatar-list li .name {
    font-size: 14px;
  }
  .block-jobs .avatar-list li + li {
    margin-left: 0;
  }
}
.block-contact .contact {
  font-size: 140px;
}
.block-contact .contact a {
  padding: 70px 0;
  border-bottom: 1px solid #ededed;
  font-weight: 100;
  line-height: 1em;
  display: block;
  position: relative;
}
.block-contact .contact a:after {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  animation: gradientMove 1.5s linear infinite;
}
.block-contact .contact a:hover:after {
  opacity: 1;
}

@media all and (max-width: 1025px) {
  .block-contact .contact {
    font-size: 28px;
  }
  .block-contact .contact a {
    font-weight: 400;
    padding: 20px 0;
  }
  .block-contact .contact a:after {
    height: 3px;
  }
}
.block-map .map-container {
  padding-bottom: 47%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.block-map .map-container #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
}

@media all and (max-width: 1025px) {
  .block-map .container-wide {
    padding-left: 0;
    padding-right: 0;
  }
  .block-map .map-container {
    padding-bottom: 75%;
    border-radius: 0;
  }
}
.block-layers .layer-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.block-layers .layers {
  position: relative;
  height: 100%;
}
.block-layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.block-layers .layer.active {
  opacity: 1;
  pointer-events: auto;
}
.block-layers .layer.active .block-text {
  animation: fadeInUp 1s forwards;
}
.block-layers .animation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.block-layers .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-layers .block-text {
  margin-top: 0;
  padding-left: 8.333%;
  opacity: 0;
}
.block-layers video {
  max-width: 100%;
}

/* Während des Boots: keine Transition und erster Layer sichtbar */
.block-layers:not(.started) .layer {
  transition: none;
}

.block-layers:not(.started) .layers .layer:first-child {
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width: 1025px) {
  .block-layers {
    height: auto !important;
  }
  .block-layers .animation {
    position: relative;
    transform: none;
    top: 0;
    width: 100%;
  }
  .block-layers .desc {
    position: relative;
    transform: none;
    top: 0;
    width: 100%;
  }
  .block-layers .layer-container {
    position: relative;
    height: auto;
  }
  .block-layers .block-text {
    margin-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-layers .layer {
    padding-top: 10px;
    position: relative;
    height: auto;
    opacity: 1;
  }
  .block-layers .layer.active .block-text {
    animation: none;
  }
  .block-layers .layer .block-text {
    opacity: 1;
    margin-top: 15px;
  }
  .block-layers .layer.grid {
    display: block;
  }
  .block-layers .layer + .layer {
    margin-top: 45px;
  }
}
.block-downloads {
  padding-top: 180px;
  padding-bottom: 270px;
  position: relative;
}
.block-downloads .background {
  position: absolute;
  background: rgba(66, 155, 186, 0.11);
  z-index: -1;
  left: 10px;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 4px;
}
.block-downloads .block-text {
  margin-top: 0;
  margin-bottom: 90px;
}
.block-downloads .block-linklist {
  margin-top: 0;
}
.block-downloads .block-linklist > a {
  border-bottom: 0;
}
.block-downloads .block-linklist .download-title {
  font-weight: 500;
  padding: 12px 0;
}
.block-downloads .block-linklist li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D6DFE3;
  padding: 16px 0 120px;
}
.block-downloads .btns {
  display: flex;
  flex-flow: row wrap;
}
.block-downloads .btns .circuit-btn + .circuit-btn {
  margin-left: 15px;
}

@media all and (max-width: 1025px) {
  .block-downloads {
    padding-top: 40px;
    padding-bottom: 120px;
    padding-bottom: 35px;
  }
  .block-downloads .download-title {
    text-align: center;
    font-size: 28px;
  }
  .block-downloads .btns {
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
  }
  .block-downloads .btns .circuit-btn {
    align-self: center;
  }
  .block-downloads .btns .circuit-btn + .circuit-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .block-downloads .block-linklist .download-title {
    font-weight: 400;
  }
  .block-downloads .block-linklist li {
    flex-flow: column;
    justify-content: center;
    padding: 60px 0 80px;
  }
  .block-downloads .background {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
  .block-downloads .block-text {
    margin-bottom: 40px;
  }
  .block-downloads .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
:root {
  --base-font-size: 28px;
  --font-size-xs: 0.5em;
  --font-size-m: 1.285em;
  --font-size-l: 2.107em;
  --font-size-xl: 7.14em;
  --font-size-xxl: 10.714em;
  --unit: 30px;
  --black:#181229;
  --primary-font: "helvetica neue", sans-serif;
  --line-height: 1.3em;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--base-font-size);
  scroll-behavior: smooth;
}
html.scrolled header {
  top: calc(100vh - 110px);
  transition: padding 0.3s, height 0.3s, opacity 1s 0.1s, top 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
html.scrolled.scrolled-down header {
  top: calc(100vh - 215px);
}
html [data-aos][data-aos][data-aos-duration="400"], html body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s;
}
[class*=block-] {
  margin-top: 180px;
}
[class*=block-].spacing-medium {
  margin-top: 90px;
}
[class*=block-].spacing-small {
  margin-top: 10px;
}
[class*=block-].spacing-none {
  margin-top: 0;
}

body {
  font-family: var(--primary-font);
  font-size: 100%;
  box-sizing: border-box;
  hyphens: none;
  color: var(--black);
  line-height: var(--line-height);
}

.circuit-btn {
  display: inline-block;
  position: relative;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  background: transparent;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 0;
}
.circuit-btn:after {
  content: "";
  position: absolute;
  height: 4px;
  width: calc(100% - 48px);
  bottom: 0;
  left: 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  animation: gradientMove 1.5s linear infinite;
}
.circuit-btn:before {
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0.2s;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  position: absolute;
  padding: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  animation: gradientMove 1.5s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.circuit-btn:hover:before {
  opacity: 1;
}
.circuit-btn:hover:after {
  left: 50px;
  width: calc(100% - 90px);
  opacity: 0;
}

header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - 215px);
  min-width: 460px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transition: padding 0.3s, height 0.3s, opacity 1s 0.1s, top 0.2s ease;
}
header ul {
  display: inline-flex;
  flex-flow: row wrap;
  background: var;
  padding: 6px;
  position: relative;
  border-radius: 35px;
  background: rgba(230, 230, 230, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
header ul li {
  position: relative;
  z-index: 1;
}
header ul li a {
  display: inline-block;
}
header ul li.signet {
  width: 48px;
  height: 48px;
  margin-left: 15px;
}
header ul li.signet a {
  padding: 0;
}
header ul li.signet img {
  width: 48px;
  height: 48px;
}
header nav ul li a {
  padding: 6px 26px;
  font-size: var(--font-size-xs);
  letter-spacing: 0.01em;
}
header .menu-item-slider {
  width: 110.67px;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite reverse;
  border-radius: 35px;
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.language-switch {
  position: fixed;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transition: padding 0.3s, height 0.3s, opacity 1s 0.1s, top 0.2s ease;
}
.language-switch ul {
  display: inline-flex;
  line-height: 1em;
  flex-flow: row wrap;
  position: relative;
  padding: 0 3px;
  border-radius: 35px;
  background: rgba(230, 230, 230, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.language-switch ul li {
  position: relative;
  z-index: 1;
}
.language-switch ul li a {
  display: inline-block;
  padding: 1px 10px;
  font-size: var(--font-size-xs);
  letter-spacing: 0.01em;
  line-height: 1.2rem;
  text-transform: uppercase;
}
.language-switch .menu-item-slider {
  width: 39px;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite reverse;
  border-radius: 35px;
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

main {
  padding-bottom: 300px;
}

.container {
  padding-left: 8.333%;
  padding-right: 8.333%;
}

.container-wide {
  padding-left: 10px;
  padding-right: 10px;
}

.circuit {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 100%);
  background-size: 200% 100%;
  animation: moveGradient 1s 1.5s linear infinite reverse;
  transform: translateX(-100%);
  transition: all 0.6s 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.circuit.prev {
  transform: translateX(-100%);
}
.circuit.in {
  transform: translateX(0);
}
.circuit.out {
  transform: translateX(100%);
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid .col-6 {
  grid-column: span 6;
}
.grid .col-start-2 {
  grid-column-start: 2;
}

.block-intro {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.block-intro .fact {
  color: #FFF;
  position: relative;
  max-width: 580px;
  left: 8.333%;
  top: 150px;
}
.block-intro .caption {
  color: #FFF;
  position: relative;
  top: 90px;
  left: 8.333%;
  padding-right: 8.333%;
  line-height: 1em;
  width: 91.667%;
  font-size: 3em;
}
.block-intro figure {
  height: calc(100vh - 80px);
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.block-intro figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scaleIn 3s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  transform: scale(1.1);
  filter: blur(30px);
}

.link-list li a {
  border-bottom: 1px solid #EDEDED;
  display: block;
  padding: 16px 0;
  position: relative;
}
.link-list li a:after {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #429BBA 0%, #B0CA78 25%, #F7A91E 50%, #429BBA 75%, #B0CA78 100%);
  background-size: 200% 100%;
  animation: gradientMove 1.5s linear infinite;
}
.link-list li a:hover:after {
  opacity: 1;
}

footer .top {
  padding-bottom: 360px;
}
footer .block-text {
  padding-bottom: 90px;
  margin-top: 0;
}
footer .logo {
  text-align: right;
}
footer .logo img {
  width: 360px;
}
footer .bottom-bar {
  padding: 14px 0;
  border-top: 1px solid #EDEDED;
}
footer .bottom-bar .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
footer .bottom-bar .container p {
  flex: 0 0 25%;
}
footer .bottom-bar .partner-logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 0 75%;
  justify-content: flex-end;
}
footer .bottom-bar .partner-logos li + li {
  margin-left: 60px;
}
footer .bottom-bar .partner-logos .link-digital {
  width: 200px;
  position: relative;
  top: 6px;
}
footer .bottom-bar .partner-logos .transnet {
  width: 175px;
}
footer .bottom-bar .partner-logos .tennet {
  width: 136px;
  position: relative;
  top: 4px;
}
footer .bottom-bar .partner-logos .hertz {
  width: 132px;
  position: relative;
  top: 7px;
}

.show--consent #cc-main .cc--anim .cm {
  max-width: 400px;
}

@media all and (max-width: 1025px) {
  html, body {
    overflow-x: hidden;
  }
  html {
    font-size: 20px;
  }
  html.scrolled header {
    top: calc(100svh - 70px);
  }
  html.scrolled.scrolled-down header {
    top: calc(100svh - 70px);
  }
  [class*=block-] {
    margin-top: 60px;
  }
  [class*=block-].spacing-medium {
    margin-top: 45px;
  }
  .block-intro {
    margin-top: 0;
  }
  .block-intro + section p {
    hyphens: auto;
  }
  .block-intro .caption {
    top: 80px;
    font-size: 2.2em;
  }
  .block-intro figure {
    height: 100%;
  }
  .block-intro .fact {
    top: calc(100svh - 280px);
  }
  .block-intro .fact .text {
    max-width: 260px;
  }
  .block-intro .fact .icon {
    background: url(../img/arrow-gradient.svg) no-repeat center center/100%;
  }
  .block-intro .fs-l {
    font-size: 32px;
  }
  .block-intro .fs-l .indent {
    font-size: 18px;
    top: -11px;
  }
  .block-intro .fs-l .indent:after {
    height: 3px;
    bottom: -6px;
  }
  .circuit-btn {
    font-size: 20px;
    padding: 8px 24px;
  }
  .circuit-btn:after {
    height: 3px;
  }
  .circuit-btn:before {
    padding: 3px;
  }
  main {
    padding-bottom: 120px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  html.scrolled header {
    top: auto;
    bottom: 25px;
  }
  html.scrolled.scrolled-down header {
    top: auto;
    bottom: 25px;
  }
  header {
    min-width: 345px;
    top: auto;
    bottom: 25px;
  }
  header nav ul {
    padding: 2px 6px;
  }
  header nav ul li a {
    padding: 8px 10px;
    font-size: 14px;
  }
  header nav ul li.signet {
    width: 37px;
    height: 37px;
    margin-left: 8px;
    top: 3px;
    margin-right: 0;
  }
  header nav ul li.signet img {
    width: 37px;
    height: 37px;
  }
  .language-switch {
    right: auto;
    left: 30px;
    top: 30px;
  }
  .language-switch ul li a {
    font-size: 14px;
  }
  .link-list li a:after {
    height: 3px;
  }
  footer {
    padding-bottom: 70px;
  }
  footer .top {
    padding-bottom: 0;
  }
  footer .block-text {
    padding-bottom: 0;
  }
  footer .logo {
    text-align: left;
    margin-bottom: 50px;
  }
  footer .logo img {
    width: 250px;
  }
  footer .grid .col-6 {
    grid-column: span 12;
    order: 2;
  }
  footer .grid .col-6 + .col-6 {
    order: 1;
  }
  footer .bottom-bar p {
    display: none;
  }
  footer .bottom-bar .partner-logos {
    justify-content: flex-start;
    flex: 0 0 100%;
    flex-flow: row nowrap;
  }
  footer .bottom-bar .partner-logos .klammer {
    display: none;
  }
  footer .bottom-bar .partner-logos .ldl {
    display: none;
  }
  footer .bottom-bar .partner-logos .transnet {
    width: 115px;
  }
  footer .bottom-bar .partner-logos .hertz {
    width: 88px;
  }
  footer .bottom-bar .partner-logos .tennet {
    width: 90px;
  }
  footer .bottom-bar .partner-logos li {
    margin-right: 15px;
  }
  footer .bottom-bar .partner-logos li + li {
    margin-left: 0;
  }
}

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