:root {
  --primary-01-05: #bb06640d;
  --primary-01: #bb0664;
  --primary-01-70: #cf5092;
  --primary-02: #cedb2d;
  --grey-01: #363636;
  --primary-02-70: #dde66c;
  --primary-01-20: #eec1d8;
  --text-01: #3f3f3e;
  --divider: #e3e3e3;
}

.header {
  height: 90dvh;
  min-height: 700px;
  max-height: 836px;
  position: relative;
  overflow: hidden;
}

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

.legal.text-primary-01 {
  color: #bb0664;
}

.div-block-3 {
  background-color: var(--primary-01-05);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.headline-xl {
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 86px;
}

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

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

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

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

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

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

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

.subline.subline--bold {
  font-weight: 600;
}

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

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

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

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

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

.link {
  color: var(--primary-01);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: underline;
}

.button {
  border: 2.75px solid #144196;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all .175s ease-in-out;
}

.button.button--primary {
  border-color: var(--primary-01);
  background-color: var(--primary-01);
  color: #fff;
}

.button.button--primary:hover {
  border-color: var(--primary-01-70);
  background-color: var(--primary-01-70);
}

.button.button--highlight {
  border: 0px none var(--primary-02);
  background-color: var(--primary-02);
  color: var(--grey-01);
  padding: 24px 32px;
  font-size: 24px;
  line-height: 29px;
}

.button.button--highlight:hover {
  border-color: var(--primary-02-70);
  background-color: var(--primary-02-70);
}

.button.button--secondary {
  border-color: var(--primary-01);
  color: var(--primary-01);
  background-color: #fff;
}

.button.button--secondary:hover {
  border-color: var(--primary-01-70);
  color: var(--primary-01-70);
  background-color: #fff;
}

.button.button-light--secondary {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.button-light--secondary:hover {
  border-color: var(--primary-01-20);
  color: var(--primary-01-20);
}

.button.button-light--primary {
  color: var(--primary-01);
  background-color: #fff;
  border-color: #fff;
}

.button.button-light--primary:hover {
  border-color: var(--primary-01-20);
  background-color: var(--primary-01-20);
}

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

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

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

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

.col.col-12.mt-40 {
  margin-top: 40px;
}

.header__logo {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  position: relative;
}

.header__content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 65%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.header__headline {
  z-index: 2;
  text-transform: uppercase;
  text-shadow: 0 0 15px #00000080;
  margin-right: 0;
  position: relative;
}

.header__button {
  margin-top: 32px;
}

.bold-text {
  font-weight: 400;
}

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

.faq__item {
  border-top: 1px solid #ededed;
}

.faq__accordion-header {
  color: var(--text-01);
  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-01);
  font-weight: 700;
}

.faq__accordion {
  width: 100%;
}

.icon {
  color: var(--text-01);
  margin-right: 0;
}

.hr {
  color: var(--divider);
  border-top: 1px solid #ededed;
  width: 100%;
  height: 2px;
}

.faq__accordion-content {
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.faq__accordion-content.w--open {
  background-color: #0000;
}

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

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

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

.text-image.overflow-hidden {
  margin-top: 220px;
  margin-bottom: 220px;
  overflow: hidden;
}

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

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

.text-image__img {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

.product {
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

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

.faq__accordion-button {
  margin-top: 40px;
}

.header__image {
  object-fit: cover;
  background-image: url('../images/vagisan-stage-2-v2.webp');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.overlay__icon-close {
  color: #0000;
  background-color: #0000;
  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;
  inset: 20px 2% auto auto;
}

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

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

.overlay__logo-item {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 50% 0%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 16px 2px #00000014;
}

.overlay.tiktok {
  display: block;
}

.image {
  min-width: 100%;
}

.header__badge {
  width: 100%;
  position: absolute;
  inset: 15% 5% auto auto;
}

.header__badge--content {
  width: 128px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header__badge--content.copy.copy--bold {
  font-size: 17px;
  line-height: 20px;
  transform: rotate(5deg);
}

.header__badge--wrapper {
  width: 100%;
  position: relative;
}

.text-block, .stoerer_text {
  text-align: center;
  letter-spacing: -.34px;
  text-transform: uppercase;
  width: 110px;
  position: absolute;
  inset: 50% 0% 0% 35%;
  transform: translate(-35%, -50%);
}

.footer__link-list {
  flex-direction: column;
  display: flex;
}

.footer {
  border-top: 6px solid #cedb2d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__social-icons {
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.icon-instagram {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/icon-youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link--footer {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.link--footer.text-primary-01 {
  color: #bb0664;
}

.link--footer.text-primary-01:hover {
  color: #cf5092;
}

.icon-facebook {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

.usp-points__head {
  text-align: center;
  margin-bottom: 100px;
}

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

.usp-point__img {
  border: 2px solid #bb0664;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
}

.usp-icons {
  object-fit: contain;
  height: 100%;
}

.usp-point__content {
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.usp-points {
  background-color: #bb06640d;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 250px;
}

.text-image__img-usage {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-image__img-content {
  width: 100%;
}

.ul {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.ul.mt-24 {
  margin-top: 24px;
}

.header__overlay {
  z-index: 0;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-9 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .header {
    height: 85dvh;
    max-height: 100%;
  }

  .headline-s {
    display: block;
  }

  .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .copy {
    font-weight: 300;
  }

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

  .faq__accordion {
    display: block;
  }

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

  .header__image {
    background-position: 50% 26%;
    background-size: cover;
  }

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

  .overlay {
    display: none;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .bold-text-9 {
    font-weight: 400;
  }
}

@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-l {
    font-size: 46px;
    line-height: 60px;
  }

  .header__headline {
    text-shadow: 0 0 #0000;
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

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

  .text-image.overflow-hidden {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .product__info-image {
    margin-bottom: 25px;
  }

  .header__image {
    background-image: url('../images/vagisan-stage-medium-v2-2.webp');
    background-position: 50% 35%;
    background-size: cover;
  }

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

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

  .header__badge--content.copy.copy--bold {
    margin-left: 0;
    margin-right: -61px;
    padding-left: 0;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    text-align: center;
  }

  .footer__social-icons {
    justify-content: center;
    margin-bottom: 40px;
  }

  .link--footer.text-primary-01.text-right {
    text-align: right;
    padding-right: 10px;
  }

  .link--footer.text-primary-01.text-left {
    text-align: left;
    padding-left: 10px;
  }

  .usp-points__head {
    margin-bottom: 40px;
  }

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

  .usp-point__img {
    width: 96px;
    height: 96px;
  }

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

  .bold-text-9 {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .headline-xl {
    text-align: center;
    -webkit-text-stroke-width: 0px;
    overflow-wrap: normal;
  }

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

  .text-image.overflow-hidden {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .header__image {
    background-image: url('../images/vagisan-stage-small-v2-2.webp');
    background-position: 50% 55%;
  }

  .overlay__logos {
    box-shadow: 0 0 #0000;
  }

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

  .link--footer:hover {
    color: #cf5092;
  }

  .usp-points__head {
    margin-bottom: 0;
  }

  .usp-points {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 100dvh;
    max-height: 700px;
  }

  .headline-xl {
    white-space: normal;
    word-break: normal;
    mix-blend-mode: normal;
    margin-right: 0;
    padding-right: 0;
    font-size: 44px;
    line-height: 54px;
  }

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

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

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

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

  .link {
    font-size: 16px;
    font-weight: 600;
    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 {
    background-image: linear-gradient(#0000, #0000);
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .col.col-3.col-m-6.col-sm-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .header__headline {
    text-align: left;
    margin-bottom: 64px;
  }

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

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

  .faq__accordion {
    z-index: 1;
  }

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

  .text-image.overflow-hidden {
    margin-top: 0;
    margin-bottom: 60px;
  }

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

  .text-image__button {
    display: none;
  }

  .product {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .faq__accordion-button {
    display: none;
  }

  .product__info-image {
    z-index: 1;
    margin-top: 20vw;
    margin-bottom: 20vw;
    transform: scale(1.25);
  }

  .header__image {
    background-position: 60% 55%;
  }

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

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

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

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

  .header__badge--content.copy.copy--bold {
    margin-top: -20px;
    margin-bottom: 0;
    margin-right: -40px;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .footer {
    text-align: center;
  }

  .footer__social-icons {
    justify-content: center;
  }

  .usp-points {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .text-image__img-usage.scale-full-xs {
    margin-top: 0;
    padding-bottom: 20vw;
    transform: scale(1.25);
  }

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

  .bold-text-9 {
    font-weight: 400;
  }

  .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
    font-weight: 600;
  }
}


