:root {
  --noname-3: #666;
  --text-01: #3f3f3e;
  --text-02: #c6c6c6;
  --secondary-01: white;
  --primary-01: #cd1014;
  --primary-02: #df5823;
  --secondary-03: #e6050a;
  --primary-03: #fd0;
  --noname-1: #0c0c0c;
  --divider: #333;
  --noname-2: #252525;
  --grey-03: #d5d5d5;
  --black: black;
  --noname-03: #640600;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

.legal {
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.legal.footer__legal {
  color: var(--noname-3);
  font-size: 14px;
  line-height: 21px;
}

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

.legal.text-text-01.mt-40 {
  margin-top: 40px;
}

.copy {
  color: var(--text-02);
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.copy.copy--bold {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-weight: 900;
}

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

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

.copy.testimonial-slider__copy {
  font-size: 14px;
  line-height: 24px;
}

.copy.mb-25 {
  margin-bottom: 25px;
}

.headline-s {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.headline-xl {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 82px;
}

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

.button {
  letter-spacing: .9px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #846ffb;
  background-image: none;
  border: 2.75px solid #99bb3c;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: "Helvetica Neue - Regular (700)", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .15s ease-in;
}

.button.button--highlight {
  border: 0px none var(--primary-02);
  background-color: var(--primary-02);
  color: #fff;
  background-image: none;
}

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

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

.button.button--primary:hover {
  border-color: var(--secondary-03);
  background-color: var(--secondary-03);
}

.button.button--primary.yellow {
  border-color: var(--primary-03);
  background-color: var(--primary-03);
  color: #000;
}

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

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

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

.button.button--primary-max:hover {
  border-color: var(--secondary-03);
  background-color: var(--secondary-03);
}

.topline {
  color: var(--text-02);
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.subline {
  font-family: "Helvetica Neue - Condensed (400)", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.subline.subline--bold {
  font-family: "Helvetica Neue - Condensed (700)", sans-serif;
  font-weight: 700;
}

.headline-m {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.headline-m.mb-30 {
  margin-bottom: 30px;
}

.link {
  color: var(--text-02);
  background-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

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

.headline-l {
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
}

.header__overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 95%, var(--noname-1));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header__button {
  margin-top: 40px;
}

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

.container {
  background-color: rgba(0, 0, 0, 0);
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.header__logo {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  position: absolute;
}

.header__content {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.row {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.col {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

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

.header__image {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/master_alp_tdf_om370_lp-header_desktop_2880x1520_BE.jpg');
  background-position: 50% 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.header__image.us {
  background-image: url('../images/alpecin-gray-attack-stage-big-us.png');
}

.header__image.b {
  background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test1.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
}

.header__image.c {
  background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test3.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
}

.teaser-text__head {
  margin-bottom: 30px;
}

.teaser-text__content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.accordion__item {
  border-bottom: 1px solid var(--divider);
  border-top-width: 1px;
  border-top-color: var(--divider);
}

.accordion__content {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  display: none;
  position: relative;
}

.accordion__content.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

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

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

.teaser-text__button {
  margin-top: 40px;
}

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

.teaser-text {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

.accordion__header {
  color: var(--secondary-01);
  white-space: normal;
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.accordion__header.w--open {
  font-weight: 700;
}

.accordion {
  width: 100%;
  position: relative;
}

.overlay {
  z-index: 9999;
  color: var(--noname-1);
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.overlay__icon-close {
  z-index: 10;
  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: 2%;
}

.body {
  background-color: var(--noname-1);
  color: var(--secondary-01);
}

.logo {
  width: 105px;
}

.header__info-img {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  max-height: 110px;
  margin-top: 5px;
  display: flex;
  overflow: hidden;
}

.header__info {
  z-index: 0;
  color: var(--secondary-01);
  width: 100%;
  display: none;
  position: absolute;
  top: 53%;
  bottom: auto;
  left: 0;
  right: 0;
}

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

.usage-step__text {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.usage-image {
  object-fit: contain;
  height: 100%;
}

.usage-step__item {
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.usage-step__img {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  position: relative;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.usage-step__content {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.usage-steps__wrapper {
  margin-top: 100px;
}

.swiper.testimonial-slider__swiper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.usage-steps {
  margin-top: 120px;
  margin-bottom: 120px;
}

.usage-steps__headline {
  text-align: center;
}

.usage-step__number {
  z-index: -1;
  color: var(--noname-2);
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 107px;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: -70px;
}

.usage-step__copy {
  margin-left: 27px;
}

.usp-points {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

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

.usp-point__img {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}

.usp-icon {
  height: 100%;
}

.product-info {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

.product-info__image {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.product-info__packshot {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.product-info__button {
  margin-top: 40px;
}

.product-info__teaser {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}

.video__overlay {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 1;
  background-color: var(--secondary-01);
  opacity: 1;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  transition: all .1s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.play-button__icon {
  width: 32px;
  height: 32px;
  margin-top: -5px;
  margin-right: -5px;
}

.video__thumbnail {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-slider__userdata {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  display: flex;
}

.swiper-button-prev {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-slider__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-button-next {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.testimonial-slider {
  padding-top: 200px;
  padding-bottom: 225px;
  position: relative;
}

.swiper-ui {
  z-index: 10;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50%);
}

.testimonial-slider__text {
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.testimonialslider__header {
  text-align: center;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.icon-facebook {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

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

.icon-youtube {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-youtube.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

.ul {
  grid-row-gap: 10px;
  color: var(--text-02);
  flex-direction: column;
  display: flex;
}

.header__info-wrapper {
  justify-content: flex-end;
  display: flex;
}

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

.overlay__logo-item {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay__logo-subline {
  width: 100%;
  margin-top: 40px;
}

.before-after {
  overflow: hidden;
}

.before-after__wrapper {
  height: 325px;
  display: block;
  position: relative;
}

.before-after__slider {
  width: 588px;
  height: 325px;
  display: block;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.before, .after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.scroller {
  opacity: .9;
  cursor: pointer;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(0, -50%);
}

.scroller__thumb {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.before-after__image {
  width: 600px;
  max-width: none;
  height: 100%;
}

.before-after__head {
  text-align: center;
}

.testimonial-slider__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.before-after__label {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7px;
  left: 10px;
  right: auto;
}

.before-after__label.right {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-direction: row;
  top: auto;
  bottom: 7px;
  left: auto;
  right: 10px;
}

.page__loading {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(rgba(12, 12, 12, .8), rgba(12, 12, 12, .95) 18%, #101010 37%, #212121 81%, rgba(37, 37, 37, .99));
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-after__labels {
  width: 588px;
  height: 325px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.faq__bg--arrrow {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -200px;
  left: auto;
  right: -220px;
}

.product-info__bg--gradient {
  z-index: -1;
  border-radius: 100%;
  width: 80%;
  height: 150%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 15%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.faq__bg--gradient {
  z-index: -2;
  width: 100%;
  height: 125%;
  position: absolute;
  top: -150px;
  right: 0;
  overflow: hidden;
}

.after-header__info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}

.image {
  display: block;
}

.product-info-max {
  margin-top: 120px;
  margin-bottom: 120px;
  display: none;
  position: relative;
}

.product-info-max-css {
  display: block;
}

.product-info-max__bg--gradient {
  z-index: -1;
  border-radius: 100%;
  width: 80%;
  height: 150%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 15%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.accordion__content-_first {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.accordion__content-_first.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

@media screen and (min-width: 1440px) {
  .copy.copy--bold.text-secondary-01 {
    color: var(--secondary-01);
  }

  .button.button--primary.yellow {
    border-color: var(--primary-03);
    background-color: var(--primary-03);
    color: #000;
  }

  .header__overlay {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 95%, var(--noname-1));
    display: block;
  }

  .header {
    height: 90dvh;
    max-height: 1100px;
  }

  .container {
    height: 100%;
  }

  .header__content {
    display: block;
    top: 45%;
  }

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

  .header__image {
    background-image: url('../images/master_alp_tdf_om370_lp-header_desktop_2880x1520_BE.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
    background-position: 50%, 50% 0;
    background-size: cover, cover;
  }

  .header__image.us {
    background-image: url('../images/alpecin-gray-attack-stage-big-us.png');
  }

  .header__image.b {
    background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test1.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
  }

  .header__image.c {
    background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test3.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
  }

  .accordion__content, .overlay {
    display: none;
  }

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

  .header__info-img {
    max-height: 125px;
  }

  .header__info {
    width: 100%;
    display: none;
    top: 53%;
  }

  .mobil-sticky-button, .testimonial-slider.dk {
    display: none;
  }

  .header__info-content {
    flex-direction: column;
    display: inline-block;
  }

  .header__info-wrapper {
    padding-right: 40px;
  }

  .before-after__wrapper, .before-after__slider, .testimonial-slider__bg.dk {
    display: block;
  }

  .page__loading {
    display: none;
  }

  .product-info__bg--gradient {
    width: 100%;
    height: 200%;
    left: 25%;
  }

  .after-header__info {
    flex-direction: column;
  }

  .product-info-max__bg--gradient {
    width: 100%;
    height: 200%;
    left: 25%;
  }

  .accordion__content-_first {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .copy.text-secondary-01.before-after__label--copy {
    font-size: 14px;
    line-height: 26px;
  }

  .headline-xl {
    font-size: 60px;
    line-height: 70px;
  }

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

  .headline-m {
    font-size: 35px;
    line-height: 43px;
  }

  .headline-l {
    font-size: 48px;
    line-height: 52.8px;
  }

  .header__content {
    top: 42%;
  }

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

  .header__image {
    background-image: url('../images/master_alp_tdf_om370_lp-header_desktop_2880x1520_BE.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
    background-position: 63% 60%, 50% 70%;
    background-size: cover, cover;
  }

  .header__image.us {
    background-image: url('../images/alpecin-gray-attack-stage-big-us.png');
  }

  .header__image.c {
    background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test3.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

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

  .header__info {
    display: none;
  }

  .usage-step__item {
    margin-bottom: 50px;
  }

  .swiper-wrapper {
    margin-bottom: 0;
  }

  .usage-steps__wrapper {
    margin-top: 40px;
  }

  .usage-steps {
    margin-top: 100px;
  }

  .usp-points {
    margin-top: 25px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .product-info__image {
    max-width: 550px;
  }

  .video__thumbnail {
    object-position: 50% 50%;
  }

  .testimonial-slider__userdata {
    justify-content: center;
  }

  .testimonial-slider__content {
    text-align: center;
    padding-top: 20px;
  }

  .testimonial-slider {
    padding-top: 150px;
    padding-bottom: 175px;
  }

  .footer__social-icons {
    justify-content: flex-start;
    margin-top: 40px;
  }

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

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

  .before-after__wrapper {
    overflow: hidden;
  }

  .faq__bg--arrrow {
    width: 50%;
    bottom: -175px;
    right: 0;
  }

  .product-info__bg--gradient {
    width: 100%;
    max-height: 800px;
    top: 275px;
    bottom: 0;
    left: 50%;
    right: 0;
  }

  .after-header__info {
    display: flex;
  }

  .product-info-max__bg--gradient {
    width: 100%;
    max-height: 800px;
    top: 275px;
    bottom: 0;
    left: 50%;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .headline-s.sm-hidden {
    display: none;
  }

  .header__overlay {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 91%, var(--noname-1));
    height: 70%;
  }

  .header__button {
    text-align: center;
    margin-top: 10px;
  }

  .header {
    height: 100dvh;
  }

  .header__logo {
    display: none;
  }

  .header__content {
    top: 85%;
  }

  .row.spacing-sm-none {
    max-width: 100%;
  }

  .header__headline {
    text-align: center;
  }

  .header__image {
    background-image: url('../images/master_alp_tdf_om370_lp-header_mobile_800x1000_BE.jpg');
    background-position: 50% 80%;
    height: 70%;
  }

  .header__image.us {
    background-image: url('../images/alpecin-grayattack-stage-medium_Mobile-us.png');
  }

  .header__image.c {
    background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test3.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
  }

  .accordion__content {
    padding-right: 0;
  }

  .teaser-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .header__info-img {
    max-width: 400px;
    max-height: 150px;
  }

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

  .usage-steps {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .product-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .product-info__image {
    padding-bottom: 100px;
  }

  .product-info__packshot {
    width: 250px;
    bottom: 0;
  }

  .video__thumbnail {
    z-index: 0;
    object-position: 40% 50%;
    min-height: 450px;
  }

  .testimonial-slider {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .overlay__logos {
    grid-row-gap: 30px;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

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

  .before-after__wrapper {
    overflow: visible;
  }

  .before-after__slider, .before-after__image, .before-after__labels {
    width: 480px;
  }

  .product-info__bg--gradient {
    width: 90%;
    max-height: 600px;
    top: 250px;
  }

  .after-header__info {
    margin-bottom: 50px;
  }

  .product-info-max {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .product-info-max__bg--gradient {
    width: 90%;
    max-height: 600px;
    top: 250px;
  }

  .accordion__content-_first {
    padding-right: 0;
  }
}

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

  .headline-xl {
    font-size: 48px;
    line-height: 54px;
  }

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

  .button.button--highlight {
    background-position: 84%;
  }

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

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

  .headline-m {
    font-size: 30px;
    line-height: 36px;
  }

  .header__overlay {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 95%, var(--noname-1));
    height: 60%;
  }

  .header__button {
    display: none;
  }

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

  .header__content {
    top: 61%;
    transform: translate(0);
  }

  .row {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .header__headline {
    margin-bottom: 64px;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col.spacing-xs-none {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header__image {
    background-image: url('../images/master_alp_tdf_om370_lp-header_mobile_800x1000_BE.jpg');
    background-position: 50% 90%;
    height: 63%;
  }

  .header__image.us {
    background-image: url('../images/alpecin-grayattack-stage-medium_Mobile-us.png');
  }

  .header__image.c {
    background-image: url('../images/alp_tdf_omXXX_lp-header_desktop_2880x1520_test3.jpg'), url('../images/alpecin-grey-attack-stage-big.png');
  }

  .teaser-text__button {
    display: none;
  }

  .accordion {
    z-index: 1;
  }

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

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

  .overlay__icon-close {
    position: -webkit-sticky;
    position: sticky;
    left: 88%;
    right: 0%;
  }

  .header__info-img {
    max-height: 125px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobil-sticky-button {
    z-index: 2;
    opacity: 1;
    display: block;
    position: fixed;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: 0%;
  }

  .mobil-sticky-button__content {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .usage-image {
    transition: opacity .2s, opacity .2s;
  }

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

  .product-info__image {
    z-index: 1;
    max-width: 325px;
    transform: scale(1.25);
  }

  .product-info__packshot {
    width: 175px;
    right: 10px;
  }

  .product-info__teaser {
    width: 300px;
    margin-left: 10px;
    padding-right: 50px;
  }

  .video__thumbnail {
    object-position: 32% 50%;
    min-height: 350px;
  }

  .testimonial-slider {
    overflow: hidden;
  }

  .testimonial-slider__text {
    font-size: 24px;
  }

  .footer {
    text-align: center;
  }

  .footer__link-list {
    grid-row-gap: 40px;
    margin-bottom: 20px;
  }

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

  .overlay__logos {
    grid-row-gap: 70px;
    margin-top: -20px;
    margin-bottom: 5px;
  }

  .overlay__logo-headline {
    margin-top: 60px;
    margin-bottom: -20px;
  }

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

  .overlay__logo-subline {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .before-after__wrapper {
    height: 300px;
  }

  .before-after__slider {
    width: 100vw;
    height: 275px;
  }

  .before-after__image {
    width: 112vw;
  }

  .before-after__labels {
    width: 100vw;
    height: 275px;
  }

  .faq__bg--arrrow {
    width: 80%;
    bottom: -125px;
  }

  .product-info__bg--gradient {
    position: absolute;
    top: 200px;
  }

  .testimonial-slider__bg--image {
    width: 200%;
    max-width: none;
    margin-left: -20%;
  }

  .faq__bg--gradient {
    filter: blur(22px);
  }

  .product-info-max {
    margin-top: 64px;
    margin-bottom: 64px;
    overflow: visible;
  }

  .product-info-max__bg--gradient {
    position: absolute;
    top: 200px;
  }
}


@font-face {
  font-family: 'Helvetica Neue - Regular (700)';
  src: url('../fonts/HelveticaNeueBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (900)';
  src: url('../fonts/HelveticaNeueCondensedBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (400)';
  src: url('../fonts/HelveticaNeue-Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Regular (400)';
  src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue - Condensed (700)';
  src: url('../fonts/HelveticaNeueCondensedBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}