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

:root {
  --noname-3: #666;
  --text-01: #3f3f3e;
  --text-02: #c6c6c6;
  --secondary-01: white;
  --primary-01: #cd1014;
  --primary-02: #df5823;
  --secondary-03: #e6050a;
  --noname-1: #0c0c0c;
  --divider: #333;
  --black: black;
  --grey-03: #d5d5d5;
  --noname-2: #252525;
  --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;
}

a {
  text-decoration: underline;
}

.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;
  display: none;
}

.copy.mb-25 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
}

.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--secondary {
  border-color: var(--primary-01);
  color: var(--primary-01);
  background-color: #fff;
}

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

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

.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: #0000;
  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;
}

.headline-l.capitalization {
  text-transform: uppercase;
}

.header__overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff0 95%, var(--noname-1));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header__button {
  margin-top: 40px;
}

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

.container {
  background-color: #0000;
  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: 55%;
  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: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

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

.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__item.tech {
  display: none;
}

.accordion__content {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  display: none;
  position: relative;
}

.accordion__content.w--open {
  background-color: #0000;
  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;
  inset: 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: #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;
}

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

.logo {
  width: 105px;
}

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

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

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

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

.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;
  inset: auto 0 0 auto;
}

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

.product-info__teaser {
  width: 450px;
  height: 450px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  overflow: visible;
}

.video__overlay {
  width: 100%;
  display: none;
  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 #0000001a;
}

.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: #0000;
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: none;
}

.icon-instagram {
  color: #0000;
  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: none;
}

.icon-youtube {
  color: #0000;
  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;
}

.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: #0000;
  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: #00000073;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 7px 10px;
}

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

.page__loading {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0c0c0ccc, #0c0c0cf2 18%, #101010 37%, #212121 81%, #252525fc);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.faq__bg--arrrow {
  z-index: -1;
  position: absolute;
  inset: auto -220px -200px auto;
}

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

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

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

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

.slider-pagination-7 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 370px;
  left: 20px;
}

.single-slide-5 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #151515), url('../images/alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele-1_1alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele (1).avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 684px;
  margin-right: 24px;
  text-decoration: none;
  display: flex;
}

.single-slide-5.coffein {
  background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part1_1Haarwurzel_Part1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.single-slide-5.wirkstoffe {
  background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part2_1Haarwurzel_Part2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.single-slide-5.anwendung-2 {
  background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_3ALP_grey_attack_Anwendung_welle_2.avif');
}

.single-slide-5.anwendung-3 {
  background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_5ALP_grey_attack_Anwendung_welle_4.avif');
}

.slider-pagination-8 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 388px;
  left: 20px;
}

.slider-pagination-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 318px;
  left: 20px;
}

.story_slider {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.list-item {
  color: #c6c6c6;
  text-align: left;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  line-height: 27px;
  list-style-type: square;
}

.image-3 {
  background-color: #fff;
  border: 1px solid #7acaec;
  border-radius: 20px;
  margin: 140px 0 auto auto;
  display: block;
  overflow: visible;
}

.image-3.slider-story {
  border-color: #000;
  margin-top: 300px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.image-3.left {
  transform-style: preserve-3d;
  max-width: 100%;
  margin-top: 210px;
  margin-left: 0;
  display: block;
  overflow: visible;
  transform: rotate(180deg);
}

.image-3.left.slider-story {
  margin-top: 300px;
  margin-left: 0;
  display: block;
}

.badge {
  grid-column-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.slide {
  margin-right: 24px;
}

.story-slider {
  background-color: #0000;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.text-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.story_slider-mask {
  width: 375px;
  height: 684px;
  overflow: visible;
}

.right-arrow {
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.slide-2, .slide-3 {
  margin-right: 24px;
}

.wrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 375px;
  height: 402px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.left-arrow {
  margin-left: 0;
  margin-right: 0;
}

.headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.exklusiv-bei-uns-im-shop-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
}

.content-transparent {
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 343px;
  height: 370px;
  padding: 0 0 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#0000, #151515);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 375px;
  height: 684px;
  display: flex;
  overflow: visible;
}

.header__video {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.header__video-mobile {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.rating-star {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.teaser-info-box__content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2e2e2e;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 40px;
  display: grid;
}

.div-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.text-26 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.promotext-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Condensed (400)", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

.tab-link-tab-1 {
  color: #1a3c91;
  background-color: #0000;
  border: 1px #1a3c91;
  border-radius: 8px;
  width: 374px;
  padding: 16px;
  font-family: Open Sans, sans-serif;
}

.tab-link-tab-1.w--current {
  color: #000;
  background-color: #fff;
  border-style: none;
}

.retailer {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.retailer_list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.modal-2 {
  grid-row-gap: 24px;
  background-color: #fafbfb;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 828px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.headline-2 {
  grid-column-gap: 8px;
  background-color: #fafbfb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.retailer_row {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.buy_store_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 110px;
  padding: 13px 28px;
  display: flex;
  box-shadow: 0 1px 3px #0003;
}

.buy_store_link.single {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-left: 0;
  margin-right: auto;
}

.tabs {
  background-color: #0000;
}

.tabs-menu {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: .5rem;
}

.overlay-shops {
  z-index: 2147483647;
  -webkit-text-fill-color: inherit;
  background-color: #0006;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: none;
  position: fixed;
  top: 0;
}

.close {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.topline-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Helvetica Neue - Condensed (700)", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.tabs-content {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 10px;
}

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

.buy_retailer_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 110px;
  padding: 13px 28px;
  display: flex;
  box-shadow: 0 1px 3px #0003;
}

.buy_retailer_link.single {
  width: 49%;
  margin-left: 0;
  margin-right: auto;
}

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

.text-27 {
  color: var(--text-02);
  font-family: "Helvetica Neue - Regular (400)", sans-serif;
}

.bold-text {
  font-size: 25px;
}

@media screen and (min-width: 1440px) {
  .copy {
    display: block;
  }

  .headline-l.capitalization {
    text-transform: uppercase;
  }

  .header__overlay {
    display: block;
  }

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

  .container {
    height: 100%;
  }

  .header__content {
    display: block;
  }

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

  .accordion__item.tech, .accordion__content, .overlay {
    display: none;
  }

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

  .mobil-sticky-button, .usp-points {
    display: none;
  }

  .product-info__teaser {
    width: 450px;
    height: 450px;
    overflow: visible;
  }

  .testimonial-slider__userdata, .icon-facebook, .icon-instagram {
    display: none;
  }

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

  .page__loading {
    display: none;
  }

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

  .single-slide-5 {
    background-image: linear-gradient(#0000, #151515), url('../images/alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele-1_1alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele (1).avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.coffein {
    background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part1_1Haarwurzel_Part1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.wirkstoffe {
    background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part2_1Haarwurzel_Part2.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.anwendung-2 {
    background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_3ALP_grey_attack_Anwendung_welle_2.avif');
  }

  .single-slide-5.anwendung-3 {
    background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_5ALP_grey_attack_Anwendung_welle_4.avif');
  }

  .list-item {
    color: #c6c6c6;
    text-align: left;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
    line-height: 27px;
    list-style-type: square;
  }

  .image-3.slider-story {
    border-color: #000;
    margin-top: 300px;
  }

  .story-slider {
    margin-top: 120px;
    margin-bottom: 120px;
    position: static;
  }

  .text-18 {
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
  }

  .headline, .exklusiv-bei-uns-im-shop-4 {
    font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  }

  .content-transparent {
    justify-content: flex-end;
    padding: 0 0 40px;
  }

  .background-video {
    background-image: linear-gradient(#0000, #151515);
    max-width: 375px;
    height: 684px;
    overflow: visible;
  }

  .header__video {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .header__video-mobile {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: visible;
  }

  .teaser-info-box__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #2e2e2e;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding: 40px;
    display: grid;
  }

  .div-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-26 {
    color: #000;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
  }

  .promotext-2 {
    color: #000;
    font-family: "Helvetica Neue - Condensed (400)", sans-serif;
  }

  .tab-link-tab-1.w--current {
    color: #000;
    border-style: none;
  }

  .retailer {
    padding: .5rem;
  }

  .modal-2 {
    height: auto;
  }

  .buy_store_link {
    height: 120px;
  }

  .tabs {
    background-color: #0000;
  }

  .tabs-menu {
    background-color: #f5f5f5;
    padding: .5rem;
  }

  .overlay-shops {
    display: none;
  }

  .topline-2 {
    color: #000;
    font-family: "Helvetica Neue - Condensed (700)", sans-serif;
  }

  .tabs-content {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 10px;
  }

  .buy_retailer_link {
    height: 120px;
  }

  .text-27 {
    color: var(--text-02);
    text-align: left;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .button.button--primary {
    text-transform: none;
    font-family: "Helvetica Neue - Condensed (900)", sans-serif;
    font-weight: 900;
    text-decoration: none;
  }

  .headline-m {
    display: block;
  }

  .headline-l.capitalization {
    text-transform: uppercase;
  }

  .header__overlay {
    background-image: linear-gradient(180deg, #fff0 85%, var(--noname-1));
    top: 0%;
  }

  .header {
    height: 90dvh;
  }

  .teaser-text__head {
    align-items: center;
    display: flex;
  }

  .accordion__item.tech, .accordion__content {
    display: none;
  }

  .teaser-text {
    display: block;
  }

  .overlay {
    display: none;
  }

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

  .product-info__packshot {
    height: auto;
    overflow: visible;
  }

  .product-info__teaser {
    width: 450px;
    height: 450px;
    overflow: visible;
  }

  .slider-pagination-7 {
    display: none;
  }

  .single-slide-5 {
    background-color: #0000;
    background-image: linear-gradient(#fff0, #151515), url('../images/alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele-1_1alp_DHI_coffein_complex_story_Slider_schwarzes_Molekuele (1).avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.coffein {
    background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part1_1Haarwurzel_Part1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.wirkstoffe {
    background-image: linear-gradient(#0000, #151515), url('../images/Haarwurzel_Part2_1Haarwurzel_Part2.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.anwendung-2 {
    background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_3ALP_grey_attack_Anwendung_welle_2.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .single-slide-5.anwendung-3 {
    background-image: linear-gradient(#0000, #151515), url('../images/ALP_grey_attack_Anwendung_welle_5ALP_grey_attack_Anwendung_welle_4.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .slider-pagination-8, .slider-pagination-6 {
    display: none;
  }

  .story_slider {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .list-item {
    color: #c6c6c6;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
    font-size: 18px;
    line-height: 27px;
    list-style-type: square;
  }

  .image-3 {
    margin: 226px 0 auto auto;
    display: block;
    overflow: visible;
  }

  .image-3.slider-story {
    background-color: #fff;
    border-color: #000;
    margin-top: 300px;
    margin-right: 0;
  }

  .image-3.left {
    margin-top: 226px;
    margin-bottom: auto;
    margin-left: 0;
  }

  .image-3.left.slider-story {
    margin-top: 300px;
  }

  .slide {
    border-radius: 0;
  }

  .story-slider {
    background-color: #0000;
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .text-18 {
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
  }

  .story_slider-mask {
    max-width: 1400px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .wrapper {
    background-image: linear-gradient(#fff0, #000 90%);
    flex-flow: column;
    width: 375px;
    max-width: none;
    height: 402px;
    margin-top: 0;
    padding-top: 16px;
  }

  .left-arrow {
    display: block;
  }

  .headline {
    width: 311px;
    font-family: "Helvetica Neue - Condensed (900)", sans-serif;
  }

  .exklusiv-bei-uns-im-shop-4 {
    font-family: "Helvetica Neue - Condensed (900)", sans-serif;
    font-size: 14px;
  }

  .slide-nav-2 {
    display: none;
  }

  .content-transparent {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 343px;
    max-width: 343px;
    height: 370px;
    margin-top: 16px;
    padding: 0 0 40px;
  }

  .background-video {
    background-image: linear-gradient(#0000, #151515);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 375px;
    height: 684px;
    margin-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .header__video {
    z-index: 0;
    background-color: var(--noname-1);
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .header__video-mobile {
    z-index: 0;
    background-color: var(--noname-1);
    width: 100%;
    height: 100%;
    display: none;
    overflow: visible;
  }

  .teaser-info-box__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #2e2e2e;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    padding: 40px;
    display: grid;
  }

  .list-2 {
    text-align: left;
    list-style-type: square;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-26 {
    color: #000;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
  }

  .promotext-2 {
    color: #000;
    font-family: "Helvetica Neue - Condensed (400)", sans-serif;
  }

  .tab-link-tab-1 {
    background-color: #0000;
    width: 374px;
    padding: 16px;
  }

  .tab-link-tab-1.w--current {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 2px #1a3c91;
    border-radius: 9px;
    padding: 16px;
    font-family: Open Sans, sans-serif;
  }

  .retailer {
    padding: .5rem;
  }

  .modal-2 {
    background-color: #fff;
    flex-flow: column;
    max-width: 838px;
    height: auto;
    margin: 0 auto auto;
    position: static;
  }

  .headline-2 {
    background-color: #0000;
  }

  .retailer_logo {
    vertical-align: baseline;
  }

  .title {
    color: var(--black);
    font-family: "Helvetica Neue - Condensed (700)", sans-serif;
  }

  .buy_store_link {
    height: 120px;
  }

  .tabs {
    background-color: #0000;
    width: 764px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #f5f5f5;
    border-radius: 8px;
    flex-flow: row;
    padding: .5rem;
    display: flex;
  }

  .overlay-shops {
    z-index: 10000000;
    max-width: none;
    height: 100%;
    margin: 0 auto auto;
    padding-top: 140px;
    display: none;
    position: fixed;
    top: 0;
    left: auto;
  }

  .topline-2 {
    color: #000;
  }

  .tabs-content {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 10px;
  }

  .buy_retailer_link {
    height: 120px;
  }
}

@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__headline {
    text-shadow: 0 0 #0000;
  }

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

  .faq__head {
    margin-bottom: 44px;
  }

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

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

  .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;
    inset: 275px 0 0 50%;
  }

  .header__video {
    display: none;
    overflow: visible;
  }

  .header__video-mobile {
    display: block;
    overflow: visible;
  }

  .teaser-info-box__content {
    padding: 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 50%;
  }

  .modal-2 {
    height: auto;
  }

  .tabs {
    width: 600px;
    max-width: none;
  }

  .overlay-shops {
    display: none;
  }
}

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

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

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

  .header {
    height: 100dvh;
  }

  .header__logo {
    display: none;
  }

  .header__content {
    top: 85%;
  }

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

  .header__headline {
    text-align: center;
  }

  .accordion__content {
    padding-right: 0;
  }

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

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

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

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

  .single-slide-5 {
    height: 733px;
  }

  .story_slider {
    margin-left: 0;
  }

  .story-slider {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .story_slider-mask {
    height: 733px;
  }

  .slide-nav-2 {
    margin-top: 16px;
    margin-left: 0;
    display: block;
    inset: auto auto 0% 0%;
  }

  .header__video {
    height: 70%;
    display: block;
  }

  .header__video-mobile {
    height: 70%;
    display: none;
  }

  .teaser-info-box__content {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .text-26 {
    width: auto;
  }

  .modal-2 {
    height: auto;
  }

  .tabs {
    width: auto;
    min-width: 340px;
    max-width: 620px;
  }

  .tabs-menu {
    width: auto;
    max-width: none;
  }

  .overlay-shops {
    padding-right: 36px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .copy.mb-25 {
    font-size: 22px;
  }

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

  .headline-s.sm-hidden {
    display: block;
  }

  .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 {
    text-transform: none;
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
    font-family: "Helvetica Neue - Condensed (900)", sans-serif;
    font-weight: 900;
    text-decoration: none;
  }

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

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

  .headline-m.mb-30 {
    font-size: 28px;
  }

  .headline-l {
    display: none;
  }

  .headline-l.capitalization {
    font-size: 40px;
    display: block;
  }

  .header__overlay {
    height: 75%;
  }

  .header__button {
    display: none;
  }

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

  .header__content {
    display: block;
    top: 73%;
    transform: translate(0);
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
    max-width: 92.5%;
  }

  .header__headline {
    margin-bottom: 20px;
  }

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

  .col.col-7.col-m-8.col-sm-12 {
    margin-bottom: 15px;
  }

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

  .teaser-text__head {
    align-items: center;
    display: block;
  }

  .accordion__content, .teaser-text__button {
    display: none;
  }

  .teaser-text {
    margin-top: 20px;
    display: block;
  }

  .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: sticky;
    left: 88%;
    right: 0%;
  }

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

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

  .usp-points {
    display: none;
  }

  .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;
    height: 300px;
    margin-left: 10px;
    padding-right: 50px;
  }

  .video__thumbnail {
    box-sizing: border-box;
    object-position: 70% 50%;
    min-height: 350px;
    margin-right: 0;
    overflow: clip;
  }

  .testimonial-slider {
    margin-top: 30px;
    margin-bottom: 30px;
    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 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .single-slide-5 {
    max-width: none;
    height: 100%;
  }

  .slider-pagination-8 {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .slider-pagination-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .story_slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: auto;
    margin-left: 0;
    display: block;
  }

  .list-item {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: "Helvetica Neue - Regular (400)", sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .image-3 {
    background-color: #fff;
    border: 2px solid #d0e8f2;
    border-radius: 20px;
    margin: 0 20px;
    padding: 8px;
    display: none;
  }

  .image-3.slider-story {
    display: none;
  }

  .image-3.left {
    margin-top: 0;
    padding-top: 8px;
    display: none;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-3.left.slider-story {
    display: none;
  }

  .slide {
    background-color: #000;
    margin-right: 0;
  }

  .story-slider {
    background-color: #fafbfb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-18 {
    margin-bottom: 0;
  }

  .story_slider-mask {
    width: auto;
    height: 680px;
  }

  .right-arrow {
    margin-top: 220px;
    display: block;
  }

  .wrapper {
    background-color: #0000;
    flex-flow: row;
    width: auto;
    height: auto;
    display: block;
  }

  .left-arrow {
    margin-top: 220px;
    display: block;
  }

  .slide-nav-2 {
    margin-left: 0;
    display: block;
    inset: auto auto 0% 16px;
  }

  .content-transparent {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 400px;
    padding: 0 0 60px;
    display: flex;
  }

  .background-video {
    background-color: #0000;
    height: 100%;
  }

  .header__video {
    object-fit: cover;
    height: 60%;
    display: none;
  }

  .header__video-mobile {
    object-fit: cover;
    height: 75%;
    display: block;
  }

  .teaser-info-box__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    padding-left: 20px;
    display: grid;
  }

  .list-2 {
    padding-left: 20px;
  }

  .div-block-4 {
    display: block;
  }

  .headline-s-copy {
    font-size: 26px;
    line-height: 26px;
  }

  .promotext-2 {
    text-align: center;
    width: 95.6%;
  }

  .tab-link-tab-1 {
    background-color: #0000;
    width: 50%;
    padding: 16px;
  }

  .tab-link-tab-1.w--current {
    background-color: #fff;
    border: 2px #1a3c91;
    border-radius: 8px;
    width: 50%;
    padding: 16px;
  }

  .modal-2 {
    border-radius: 8px;
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .buy_store_link {
    height: 80px;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
  }

  .overlay-shops {
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: 0%;
    overflow: auto;
  }

  .buy_retailer_link {
    height: 80px;
  }
}

#w-node-_4d431ff8-0843-e75d-848c-745a1584f009-44b37ae1 {
  place-self: stretch end;
}

#w-node-_5bbfac62-59be-e7ae-e54d-20d98aaf3287-44b37ae1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (min-width: 1920px) {
  #w-node-_4d431ff8-0843-e75d-848c-745a1584f009-44b37ae1 {
    place-self: stretch end;
  }

  #w-node-_5bbfac62-59be-e7ae-e54d-20d98aaf3287-44b37ae1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_4d431ff8-0843-e75d-848c-745a1584f009-44b37ae1 {
    place-self: stretch end;
  }

  #w-node-_5bbfac62-59be-e7ae-e54d-20d98aaf3287-44b37ae1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5bbfac62-59be-e7ae-e54d-20d98aaf3287-44b37ae1 {
    grid-column: span 5 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bbfac62-59be-e7ae-e54d-20d98aaf3287-44b37ae1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}


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