:root {
  --primary-01: #144196;
  --text-02: white;
  --primary-02: #56b1f2;
  --grey-05: whitesmoke;
  --text-01: #363636;
  --grey-04: #ededed;
  --divider: #e3e3e3;
  --primary-01-20: #c4cfe5;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.legal {
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.legal.text-left {
  text-align: left;
}

.div-block-3 {
  background-color: #144196;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.headline-xl {
  font-family: Fira Sans, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 86px;
}

.headline-xl.headline-xl--bold {
  font-weight: 700;
}

.headline-s {
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.headline-s.headline-s--bold {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.topline {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.subline {
  font-family: Fira Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.headline-m {
  font-family: Fira Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.headline-m.headline-m--bold {
  font-weight: 700;
}

.headline-m.headline-m--bold.text-primary-01 {
  color: #144196;
}

.headline-m.text-text-02 {
  color: var(--text-02);
}

.headline-m.text-text-02.headline-m--highlight {
  font-size: 54px;
  line-height: 60px;
}

.copy {
  font-family: Fira Sans, sans-serif;
  line-height: 18px;
}

.copy.copy--bold {
  font-weight: 700;
}

.copy.text-text-02 {
  color: var(--text-02);
}

.copy.text-text-02.copy--highlight {
  font-size: 22px;
  line-height: 30px;
}

.link {
  color: var(--primary-01);
  background-color: rgba(0, 0, 0, 0);
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.link.link--footer {
  font-size: 14px;
  line-height: 20px;
}

.link.link--footer:hover {
  color: var(--primary-02);
}

.button {
  border: 2.75px solid #144196;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  transition: all .15s ease-in;
}

.button.button--primary {
  color: #fff;
  background-color: #144196;
  font-family: Fira Sans, sans-serif;
}

.button.button--primary:hover {
  background-color: #56b1f2;
  border-color: #56b1f2;
}

.button.button--secondary {
  color: #144196;
  background-color: #fff;
  font-family: Fira Sans, sans-serif;
}

.button.button--secondary:hover {
  color: #56b1f2;
  background-color: #fff;
  border-color: #56b1f2;
}

.button.button-light--secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  font-family: Fira Sans, sans-serif;
}

.button.button-light--primary {
  color: #144196;
  background-color: #fff;
  border-color: #fff;
  font-family: Fira Sans, sans-serif;
}

.button.button-light--primary:hover {
  color: #fff;
  background-color: #56b1f2;
  border-color: #56b1f2;
}

.button.button--highlight {
  color: #144196;
  background-color: #ffd263;
  border: 0 #df5823;
  padding: 12px 24px;
}

.button.button--highlight:hover {
  color: #fff;
  background-color: #56b1f2;
  border-color: #fff;
}

.headline-l {
  font-family: Fira Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.headline-l.headline-l--bold {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.col {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  background-image: url('../images/header-stage-2-x2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90dvh;
  max-height: 836px;
  transition: height .4s ease-in-out;
  position: relative;
}

.footer {
  background-color: var(--grey-05);
  padding-bottom: 10px;
}

.header__logo {
  z-index: 1;
  background-color: var(--text-02);
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.header__content {
  color: var(--text-02);
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.header__gradient {
  opacity: .22;
  filter: blur(68px);
  background-color: #000;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%);
}

.header__button {
  margin-top: 32px;
  padding-bottom: 32px;
}

.text-image {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.text-image.text-image--highlight {
  background-color: var(--primary-01);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-image__img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-image__content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text-image__content.text-image__content--center {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.body {
  color: var(--text-01);
}

.faq {
  margin-top: 120px;
  margin-bottom: 120px;
}

.faq__head {
  text-align: center;
  margin-bottom: 40px;
}

.faq__item {
  border-top: 1px solid var(--grey-04);
  border-radius: 2px;
}

.faq__accordion {
  width: 100%;
}

.faq__accordion-header {
  white-space: normal;
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  transition: all .125s ease-in-out;
}

.faq__accordion-header.w--open {
  color: var(--primary-02);
  font-weight: 700;
}

.icon {
  color: var(--primary-01);
}

.hr {
  border-top: 1px solid var(--grey-04);
  color: var(--divider);
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.faq__accordion-content {
  margin-bottom: 24px;
  padding-right: 8.33333%;
  position: relative;
}

.faq__accordion-content.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.footer__content {
  color: var(--primary-01);
  text-align: center;
  font-size: 12px;
}

.footer__links {
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 55px;
  display: flex;
}

.text-image__head {
  margin-bottom: 10px;
}

.divider {
  background-color: var(--primary-01-20);
  width: 2px;
  height: 14px;
}

.legal-infos {
  margin-top: 120px;
  margin-bottom: 120px;
  display: none;
}

.text-image__button {
  margin-top: 40px;
}

.overlay__logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.overlay__icon-close {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.overlay__logo-item {
  background-color: rgba(0, 0, 0, 0);
}

.overlay__container {
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.overlay__wrapper {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, .08);
}

.overlay__logo-headline {
  width: 100%;
}

.header__headline {
  z-index: 2;
  position: relative;
}

.mobil-sticky-button {
  text-align: center;
  display: none;
}

.text-image__gradient--radial-blur {
  z-index: 1;
  opacity: .22;
  filter: blur(68px);
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  max-width: 762px;
  height: 100%;
  max-height: 762px;
  position: absolute;
  top: -50%;
  left: 35%;
  transform: translate(-50%);
}

.usp-point__item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.usp-points {
  margin-bottom: 120px;
}

.usp-point__content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title {
  font-family: Fira Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.title.text-primary-01 {
  color: var(--primary-01);
}

.usp-point__hr {
  border-top: 1px solid var(--divider);
  color: var(--grey-04);
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
}

.ul {
  padding-left: 20px;
}

.li {
  padding-bottom: 8px;
}

.image.packshot-image {
  max-width: 376px;
  max-height: 515px;
}

.teaser-image {
  max-height: 536px;
}

.overlay__logos-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.copy-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.copy-2.copy--bold {
  font-weight: 600;
}

.overlay__container-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.overlay__logo-headline-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.overlay__logo-item-2 {
  background-color: rgba(0, 0, 0, 0);
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.mobil-sticky-button-2 {
  text-align: center;
  display: none;
}

@media screen and (min-width: 1440px) {
  .copy.text-text-02.copy--highlight {
    padding-right: 16px;
  }

  .headline-l {
    padding-right: 51px;
  }

  .header {
    height: 85dvh;
    max-height: 100%;
  }

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

  .overlay__wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .headline-xl {
    font-size: 58px;
    line-height: 70px;
  }

  .headline-s {
    line-height: 40px;
  }

  .subline {
    font-size: 20px;
    line-height: 28px;
  }

  .headline-m {
    font-size: 32px;
    line-height: 44px;
  }

  .headline-m.text-text-02.headline-m--highlight {
    font-size: 34px;
    line-height: 38px;
  }

  .copy.text-text-02.copy--highlight {
    font-size: 18px;
    line-height: 26px;
  }

  .link {
    font-size: 16px;
  }

  .headline-l {
    font-size: 46px;
    line-height: 60px;
  }

  .header {
    background-image: url('../images/header-small-page-2.jpg');
  }

  .text-image.text-image--highlight {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .faq {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .faq__head {
    margin-bottom: 44px;
  }

  .legal-infos {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .header__headline {
    text-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .usp-point__item {
    margin-bottom: 50px;
  }

  .usp-points {
    margin-bottom: 60px;
  }

  .overlay__logos-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .overlay__logo-item-2 {
    min-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .overlay__logos {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .mobil-sticky-button {
    display: none;
  }

  .overlay__logos-2 {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .overlay__logo-item-2 {
    flex: 0 auto;
    min-width: 40%;
  }

  .mobil-sticky-button-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .headline-xl {
    font-size: 44px;
    line-height: 54px;
  }

  .headline-s {
    font-size: 21px;
    line-height: 32px;
  }

  .row {
    flex-wrap: wrap;
  }

  .subline {
    font-size: 18px;
    line-height: 26px;
  }

  .headline-m {
    flex-direction: column;
    font-size: 28px;
    line-height: 38px;
  }

  .link {
    font-size: 14px;
    line-height: 24px;
  }

  .button {
    background-position: 87%;
    background-size: 21px;
    font-size: 16px;
    line-height: 21px;
  }

  .button.button--primary {
    background-position: 87%;
    background-size: 21px;
  }

  .button.button--highlight {
    vertical-align: middle;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 12px 24px;
    display: inline-block;
  }

  .headline-l {
    font-size: 34px;
    line-height: 38px;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header {
    height: 100dvh;
    max-height: 700px;
  }

  .header__content {
    top: auto;
    bottom: 20px;
    transform: translate(0);
  }

  .header__gradient {
    opacity: .18;
    filter: blur(35px);
    max-width: 566px;
    max-height: 566px;
    top: -50%;
    left: 30%;
  }

  .header__button {
    text-align: center;
    display: none;
  }

  .text-image {
    margin-top: 70px;
    margin-bottom: 55px;
  }

  .text-image__img {
    z-index: 1;
    position: relative;
  }

  .faq {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .faq__accordion {
    z-index: 1;
  }

  .footer__links {
    grid-column-gap: 11px;
  }

  .divider {
    flex: none;
  }

  .legal-infos {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-image__button {
    display: none;
  }

  .overlay__logos {
    margin-top: -20px;
    margin-bottom: 5px;
  }

  .overlay__logo-item {
    width: 96px;
  }

  .overlay__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overlay__wrapper {
    height: 100dvh;
    top: 0%;
    bottom: 0%;
    transform: translate(0);
  }

  .header__headline {
    margin-bottom: 64px;
  }

  .mobil-sticky-button {
    z-index: 2;
    opacity: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 105%);
  }

  .text-image__gradient--radial-blur {
    opacity: .18;
    filter: blur(35px);
    max-width: 566px;
    max-height: 566px;
    top: -50%;
    left: 30%;
  }

  .overlay__logos-2 {
    margin-top: -20px;
    margin-bottom: 5px;
  }

  .overlay__container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overlay__logo-item-2 {
    width: 40%;
    min-width: auto;
  }

  .mobil-sticky-button-2 {
    z-index: 2;
    opacity: 0;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 105%);
  }
}


