:root {
  --text-01: #222;
  --primary-02: #6b1a45;
  --black: black;
  --primary-01: #f0859d;
  --white: white;
  --primary-01-30: #fbe0e7;
  --primary-01-50: #f7c2ce;
  --deep-sky-blue: #4daaec;
  --dark-slate-blue: #234863;
  --success: #3acc47;
  --labels: #bb0664;
}

body {
  color: var(--text-01);
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  color: #356f97;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

a {
  background-color: #000;
  text-decoration: underline;
}

.container {
  z-index: 1;
  background-color: #0000;
  border: 5px #fd00e4;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

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

.row.justify-center {
  justify-content: center;
}

.row.justify-center.stage__inner {
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.row.justify-center {
  align-items: center;
}

.col {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col.col-12.col-m-12 {
  flex-direction: column;
  align-items: flex-start;
}

.col.col-5.col-m-10.col-sm-12.push-m-1.push-sm-0 {
  max-width: 100%;
}

.headline-xl {
  color: var(--primary-02);
  font-size: 76px;
  font-weight: 700;
  line-height: 82px;
}

.headline-xl.sg-headline {
  color: var(--black);
}

.copy {
  font-size: 18px;
  line-height: 24px;
}

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

.copy.overlay__copy {
  text-align: center;
  display: block;
}

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

.headline-l {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.headline-l.col.stage__headline {
  margin-bottom: 40px;
  padding-left: 0%;
  font-weight: 700;
}

.headline-l.col.stage__headline.font-800 {
  font-weight: 800;
}

.headline-l.col.stage__headline {
  text-transform: uppercase;
  color: var(--primary-02);
  margin-bottom: 40px;
  padding-left: 0%;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
}

.headline-l.col.stage__headline.stage-1 {
  padding-right: 37.6%;
}

.headline-s {
  color: var(--primary-02);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

.sg-header {
  margin-bottom: 100px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-02);
  color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stage__content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  font-weight: 700;
  position: relative;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.4142px;
  height: 17.4142px;
  display: flex;
}

.button__icon {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 2px;
  display: none;
  position: relative;
}

.stage__content-text {
  flex-direction: column;
  align-items: flex-start;
  width: 950px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.stage {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-01);
  height: 85svh;
  min-height: 800px;
  color: var(--white);
  background-image: url('../images/p21_LHC_landingpagebanner_desktop_blanko.jpg');
  background-position: 100% 20%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.stage.old-hero, .stage.old-header {
  background-image: url('../images/p21_LHC_landingpagebanner_turban-girl_2880x1520px.png');
}

.button__text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.stage__inner {
  position: relative;
}

.steps {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.steps__image {
  padding-bottom: 24px;
}

.staeps__text-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.steps__number {
  color: var(--primary-02);
  font-size: 45px;
  line-height: 52px;
}

.steps__copy {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.footer {
  background-color: var(--primary-01);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.image-text-teaser {
  z-index: 3;
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.image-text-teaser__content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-text-teaser__content.image-text-teaser__content--center {
  grid-row-gap: 32px;
  justify-content: center;
  height: 100%;
}

.image-text-teaser__image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-text-teaser__image {
  width: 100%;
  max-width: 500px;
}

.social-media__icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #6b1a45;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.social-media__icon:hover {
  background-color: var(--white);
}

.social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link__item {
  color: #6b1a45;
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link__item:hover {
  color: var(--white);
}

.vectors-wrapper-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.4317px;
  height: 20.0026px;
  display: flex;
}

.link__col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer__text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subline {
  font-size: 24px;
  line-height: 30px;
}

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

.stage__cta-wrapper {
  vertical-align: bottom;
  display: inline-block;
}

.stage__outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button__bg {
  z-index: 1;
  background-color: var(--primary-02);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.headline-m {
  color: var(--primary-02);
  font-size: 45px;
  line-height: 52px;
}

.headline-m.image-text-teaser__headline {
  color: var(--primary-01);
  margin-top: 0;
  margin-bottom: 30px;
}

.headline-m.image-text-teaser__headline.text-primary-02 {
  color: var(--primary-02);
  text-align: center;
}

.headline-m.faq__headline {
  color: var(--primary-02);
  margin-bottom: 30px;
}

.headline-m.overlay__headline {
  color: var(--primary-02);
  text-align: center;
  margin-bottom: 28px;
}

.headline-m.text-text-02 {
  color: var(--primary-02);
  font-weight: 700;
}

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

.headline-m.text-primary-02.uppercase {
  text-transform: uppercase;
}

.faq__accorion-item {
  width: 100%;
}

.faq {
  background-color: var(--primary-01-30);
  padding-top: 20px;
  padding-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq__content.row {
  justify-content: center;
}

.faq__headline.col {
  text-align: center;
  margin-bottom: 60px;
}

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

.faq__accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq__accordion-header-label {
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: all .3s ease-in-out;
}

.faq__accordion-header-label:hover {
  color: var(--primary-02);
}

.faq__inner.container {
  overflow: hidden;
}

.faq__accordion-copy.copy {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 40px;
}

.faq__accordion-header {
  border-top: 1px solid var(--white);
  width: 100%;
  padding-left: 0;
}

.overlay__store-link {
  cursor: pointer;
  background-color: #0000;
}

.overlay__close-icon {
  color: var(--primary-02);
  cursor: pointer;
}

.overlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #44414180;
  width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  overflow: scroll;
}

.overlay.overlay__all, .overlay.overlay__video, .overlay.overlay__shampoo, .overlay.overlay__conditioner, .overlay.overlay__booster, .overlay.overlay__spray, .overlay.overlay__buerste {
  display: none;
}

.buy__stores {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.overlay__inner {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  padding: 50px;
  position: absolute;
  top: 0%;
}

.overlay__inner.overlay__inner-video {
  background-color: #0000;
}

.overlay__close {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -30px 0% auto auto;
}

.overlay__legal {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.swiper-slide.product-range__slide {
  text-align: center;
  width: 49%;
  padding: 1rem;
}

.swiper-slide.product-range__slide.mx-center-lg {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.swiper-wrapper {
  justify-content: space-between;
}

.swiper-wrapper.product-range__slider-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.swiper {
  z-index: 1;
  position: relative;
}

.swiper.testimonial-swiper {
  overflow: hidden;
}

.swiper-pagination {
  margin-top: 20px;
}

.swiper-pagination.product-range__pagi {
  display: none;
}

.faq__gradient {
  background-color: var(--primary-01-50);
  filter: blur(400px);
  border-radius: 50%;
  width: 100%;
  max-width: 1232px;
  height: 100vh;
  max-height: 1206px;
  position: absolute;
  top: 380px;
  left: 388px;
}

.button-highlight {
  background-color: var(--primary-02);
  border-radius: 40px;
  padding: 24px 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.button-highlight:hover {
  background-color: var(--white);
  color: var(--primary-01);
}

.button-highlight.button {
  display: inline-block;
}

.image-gallery {
  color: #fff;
  padding: 6vh 20px;
  display: block;
}

.image-gallery.creatives {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0;
  display: grid;
}

.columns {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.column-creatives {
  padding-left: 0;
  padding-right: 0;
}

.keyfact__inner {
  text-align: center;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.stage__logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  display: block;
  position: static;
}

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

.button-mobile {
  letter-spacing: .9px;
  background-color: #846ffb;
  background-image: none;
  border: 2.75px solid #99bb3c;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  transition: all .15s ease-in;
}

.button-mobile.button--primary {
  color: #131415;
  background-color: #fef23a;
  border-color: #fef23a;
}

.button-mobile.button--primary:hover {
  background-color: #fef23a;
  border-color: #fef23a;
}

.hr {
  background-color: var(--white);
  height: 1px;
}

.swiper-js {
  display: none;
}

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

.testimonial-slider__quote-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-slider {
  background-color: var(--primary-01);
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

.quote {
  font-family: myriad-pro, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}

.quote.text-text-02 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  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/arrow-back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.testimonial-slider__img {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: -10px;
  outline-width: 60px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

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

.swiper-button-next {
  cursor: pointer;
  background-image: url('../images/arrow-forward.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.testimonial__gradient {
  z-index: 0;
  opacity: .22;
  filter: blur(68px);
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  max-width: 768px;
  height: 100%;
  max-height: 768px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

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

.testimonial-slider__headline {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial__image {
  object-fit: cover;
  width: 50%;
  min-height: 300px;
}

.before {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 50%;
  transform: translate(-52%, 50%)rotate(-90deg);
}

.before.subline.uppercase {
  text-transform: uppercase;
}

.after {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 50%;
  transform: translate(56%, 50%)rotate(90deg);
}

.after.subline.uppercase {
  text-transform: uppercase;
}

.body {
  font-family: Open Sans, sans-serif;
}

.vectors-wrapper-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.7125px;
  height: 19.9937px;
  display: flex;
}

.image-text__intro {
  margin-top: -30px;
}

.product-range {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.product-range__slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-range__img {
  height: 350px;
}

.list {
  text-align: left;
  margin-top: 10px;
  padding-left: 25px;
}

.list__item {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.product-range__slide-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 370px;
  display: flex;
}

.product-range__head, .image-text-teaser__header {
  text-align: center;
  margin-bottom: 64px;
}

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

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

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

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

.usp-icons.border-none {
  padding: 0;
}

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

.usp-point__img.border-none {
  border-width: 0;
}

.usp-points {
  margin-top: 100px;
  margin-bottom: 100px;
}

.usp-points__wrapper {
  overflow: hidden;
}

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

.video__content {
  text-align: left;
  background-image: url('../images/Pl21-Pink_Haarwurzel-Key_Visual_2020-09_DE-2.png');
  background-position: -25px 55px;
  background-repeat: no-repeat;
  background-size: 500px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

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

.play-button:hover {
  color: var(--primary-02);
  -webkit-text-stroke-color: var(--primary-02);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #0000001a;
}

.play-button__icon {
  width: 32px;
  height: 32px;
  color: var(--primary-02);
  -webkit-text-stroke-color: var(--primary-02);
  margin-top: -5px;
  margin-right: -5px;
}

.product-range__btn {
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.shop-links {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.shop-link__item-offline {
  text-align: center;
  width: 16%;
  padding: 10px;
}

.shop-link__item-inner-8 {
  border: 1px #b4b4b4;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-text__content {
  margin-bottom: 12px;
}

.product-range__slide-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section {
  background-color: #fbe0e7;
}

.div-block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

.bold-text {
  color: var(--primary-02);
  margin-right: 0;
  font-size: 86px;
  font-weight: 800;
  line-height: 80px;
}

.drop-down {
  width: 1400px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 0;
}

.image-9 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  margin-top: 10px;
}

.product-info {
  margin: 24px auto 58px;
  display: block;
  position: relative;
}

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

.pill-2 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  font-size: 12px;
  line-height: 10px;
}

.column-16 {
  color: var(--primary-02);
}

.accordion__item {
  border-top-width: 1px;
  border-top-color: #333;
  border-bottom: 1px solid #333;
}

.accordion {
  height: auto;
}

.product-info__image-2 {
  width: 550px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.headline-s-2 {
  color: #6b1a45;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.accordion__header {
  color: #fff;
  white-space: normal;
  border: 0 solid #000;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  transition: all .125s ease-in-out;
  display: flex;
}

.accordion__header.w--open {
  border-bottom-width: 1px;
  font-weight: 700;
}

.image-10 {
  margin-top: 10px;
}

.heading-8 {
  width: 100%;
  color: var(--primary-02);
  text-align: center;
  font-size: 45px;
  line-height: 52px;
}

.accordion-css {
  color: #000;
}

.accordion-3 {
  width: 100%;
}

.copy-3 {
  color: #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

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

.container-5 {
  z-index: auto;
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-around;
  place-items: center stretch;
  width: auto;
  margin: 24px 188px 56px 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.icon-2 {
  color: #6b1a45;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.button-2 {
  -webkit-text-stroke-color: var(--primary-02);
  background-color: #6b1a45;
  border: 1px solid #6b1a45;
  border-radius: 20px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
}

.image-11 {
  margin-top: 10px;
}

.headline-video {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 38px;
}

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

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

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

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

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

.tabs {
  background-color: #fafbfb;
  width: 100%;
  overflow: auto;
}

.amazon-logo {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

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

.rossmann-logo {
  object-fit: cover;
}

.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: 100px;
  padding: 13px 28px;
  display: flex;
  box-shadow: 0 1px 3px #0003;
}

.buy_store_link.single {
  width: 49%;
}

.text-26 {
  color: #6b1a45;
  -webkit-text-stroke-color: #6b1a45;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.frame-1000004712 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
}

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

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

.retailer_row.single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.promotext-2 {
  color: #6b1a45;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

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

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

.tabs-menu {
  background-color: #fbdfe6bf;
  border-radius: 8px;
  padding: 4px;
}

.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 {
  background-color: #fff;
  border-style: solid;
  display: inline-block;
}

.topline-2 {
  color: #6b1a45;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

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

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

.overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu {
  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;
  overflow: auto;
}

.overlay-spray-neu, .overlay-b-rste-neu {
  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-copy, .close-copy-shampoo, .close-copy-conditioner, .close-copy, .close-copy-booster, .close-copy-spray, .close-copy-b-rste, .close-copy {
  color: #6b1a45;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.code-embed {
  color: var(--primary-02);
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  padding-left: 2px;
  transition: color .3s;
  display: flex;
}

.code-embed:hover {
  color: var(--primary-01);
}

.overlay__inner-2 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 50px;
  position: absolute;
  top: 0%;
}

.overlay__inner-2.overlay__inner-video {
  background-color: #0000;
}

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

.container-7 {
  z-index: 1;
  background-color: #0000;
  border: 5px #fd00e4;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.overlay__close-icon-2 {
  color: #6b1a45;
  cursor: pointer;
}

.m-ller-logo {
  object-fit: cover;
}

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

.amazon-logo-copy {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

.tabs-content-3, .tabs-content-4, .tabs-content-5, .tabs-content-6 {
  background-color: #fbdfe6bf;
  margin-top: 10px;
}

.gallery {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.navbar {
  z-index: 1000;
  border: 1px solid var(--primary-02);
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.nav-link {
  height: 31px;
  color: var(--primary-02);
  text-align: center;
  background-color: #fff;
  border: 1px #7acaec;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--primary-02);
  color: #fff;
  border-width: 0;
  border-color: #fff;
}

.labels {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  vertical-align: baseline;
  background-color: #cf5092;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  display: inline-block;
}

.labels.align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #bb0664;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  width: auto;
  max-width: 200px;
  max-height: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 8px;
  display: flex;
}

.text-color-white {
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}

.label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-02);
  text-align: left;
  vertical-align: baseline;
  border-radius: 6px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 4px 12px;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .row {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .row.justify-center.stage__inner {
    flex-flow: wrap;
    height: 100%;
    display: block;
  }

  .col.col-12.col-m-12 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .col.col-5.col-m-10.col-sm-12.push-m-1.push-sm-0 {
    text-align: left;
    order: 0;
    align-self: auto;
    max-width: 100%;
  }

  .col.col-8.col-m-12.push-2.push-m-0 {
    margin-left: 422px;
  }

  .headline-l.col.stage__headline {
    text-transform: uppercase;
    font-weight: 600;
  }

  .stage__content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .stage__content-text {
    flex-flow: column;
    justify-content: flex-start;
    width: 70%;
    margin-bottom: auto;
  }

  .stage {
    background-image: url('../images/p21_LHC_landingpagebanner_desktop_blanko.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 85vh;
    min-height: 800px;
  }

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

  .headline-m.image-text-teaser__headline {
    color: var(--primary-01);
    margin-top: 0;
  }

  .headline-m.text-text-02 {
    color: var(--primary-02);
    font-weight: 800;
  }

  .headline-m.text-primary-02 {
    text-align: center;
    margin-bottom: 25px;
  }

  .faq__accordion-content {
    display: none;
  }

  .faq__accordion-header {
    font-size: 17px;
  }

  .button-highlight.button {
    display: inline-block;
  }

  .image-gallery.creatives {
    padding-top: 0;
  }

  .column-creatives, .gallery-image {
    padding-bottom: 0;
  }

  .testimonial-slider {
    padding-top: 50px;
  }

  .image-text__intro.copy {
    color: #222;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .product-range {
    background-color: var(--white);
  }

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

  .video__content {
    background-image: url('../images/Pl21-Pink_Haarwurzel-Key_Visual_2020-09_DE-2.png');
    background-position: 70% 80%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section {
    background-color: #fbe0e7;
  }

  .div-block {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text {
    color: var(--primary-02);
    font-size: 86px;
    font-weight: 800;
    line-height: 80px;
  }

  .drop-down {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    background-image: none;
  }

  .product-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-info__image-2 {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .headline-s-2 {
    color: #6b1a45;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .heading-8 {
    text-align: center;
    margin-right: 20px;
  }

  .copy-3 {
    text-align: left;
    padding-bottom: 0;
  }

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

  .container-5 {
    height: auto;
    margin-right: 20px;
  }

  .columns-2 {
    box-sizing: border-box;
    text-align: left;
    padding-left: 0;
  }

  .headline-video {
    text-align: center;
    margin-top: -60px;
    margin-bottom: -55px;
    font-size: 36px;
    line-height: 38px;
  }

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

  .container-6 {
    height: 100%;
  }

  .buy_store_link {
    justify-content: center;
  }

  .overlay-shops, .overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu, .overlay-spray-neu, .overlay-b-rste-neu {
    display: none;
  }

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

@media screen and (min-width: 1920px) {
  .stage__outer {
    margin-left: -183px;
    padding-left: 0;
  }

  .accordion__content {
    display: none;
  }

  .tabs {
    width: 764px;
  }

  .text-26, .promotext-2 {
    color: #6b1a45;
  }

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

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fbdfe6;
    border-radius: 8px;
    padding: 4px;
    display: flex;
  }

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

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

  .topline-2 {
    color: #6b1a45;
  }

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

  .overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu, .overlay-spray-neu, .overlay-b-rste-neu {
    z-index: 10000000;
    max-width: none;
    height: 100%;
    margin: 0 auto auto;
    padding-top: 140px;
    display: none;
    position: fixed;
    top: 0;
    left: auto;
  }

  .code-embed {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    padding-left: 2px;
    transition: color .25s;
    display: flex;
  }

  .code-embed:hover {
    color: var(--primary-01);
  }

  .navbar {
    height: auto;
    margin-left: auto;
    padding-left: 260px;
  }

  .nav-link {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: inline-block;
  }

  .labels.align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .row.justify-center.stage__inner {
    max-width: 100%;
  }

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

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

  .headline-l.col.stage__headline {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .stage__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .stage__content-text {
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    max-width: 100%;
    margin-top: 140px;
  }

  .stage {
    background-image: url('../images/p21_LHC_landingpagebanner_desktop_blanko.jpg');
    background-position: 100% 20%;
    background-size: auto 100%;
    height: 85svh;
  }

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

  .footer {
    padding-top: 60px;
  }

  .image-text-teaser {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-text-teaser__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-text-teaser__image-holder {
    margin-bottom: 32px;
    position: relative;
  }

  .image-text-teaser__image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media {
    justify-content: center;
    margin-bottom: 40px;
  }

  .link__item.copy-right {
    text-align: center;
  }

  .link__col {
    text-align: center;
    align-items: center;
  }

  .footer__text-wrapper {
    margin-bottom: 60px;
  }

  .links {
    flex-direction: column;
    align-items: center;
  }

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

  .stage__cta-wrapper {
    align-self: flex-start;
  }

  .stage__outer {
    display: block;
  }

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

  .headline-m.image-text-teaser__headline {
    text-align: left;
    align-self: auto;
    margin-top: 0;
  }

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

  .overlay {
    overflow: scroll;
  }

  .buy__stores {
    place-content: center;
  }

  .overlay__inner {
    min-height: 100vh;
  }

  .swiper-slide.product-range__slide {
    width: 100%;
    min-width: 100%;
  }

  .swiper-slide.product-range__slide.mx-center-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper.product-range__slider-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-wrap: nowrap;
  }

  .swiper.product-range__slider {
    overflow: hidden;
  }

  .swiper-pagination.product-range__pagi {
    display: block;
    position: relative;
    top: 0;
  }

  .image-gallery {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .image-gallery.creatives {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-flow: wrap;
    margin-top: 0;
  }

  .keyfact__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .stage__logo {
    object-fit: fill;
    object-position: 50% 0%;
    width: 80px;
    height: auto;
    inset: 0% auto auto 0%;
  }

  .testimonial-slider__quote-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .testimonial-slider {
    padding-top: 50px;
    padding-bottom: 80px;
  }

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

  .testimonial-slider__img {
    margin-bottom: 32px;
    margin-left: 0;
    padding-bottom: 10px;
  }

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

  .testimonial__gradient {
    opacity: .25;
  }

  .swiper-ui {
    top: auto;
    bottom: 0%;
  }

  .after {
    transform: translate(53%, 50%)rotate(90deg);
  }

  .image-text-teaser__cta-wrapper {
    align-self: center;
  }

  .product-range {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-range__slide-content {
    min-height: auto;
  }

  .product-range__head, .image-text-teaser__header {
    margin-bottom: 32px;
  }

  .usp-point__content {
    margin-top: 15px;
  }

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

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

  .usp-points {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .usp-points__wrapper {
    margin-top: 40px;
  }

  .video {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .video__content {
    background-image: url('../images/Pl21-Pink_Haarwurzel-Key_Visual_2020-09_DE-2.png');
    background-position: 50%;
    background-size: 300px;
    height: 350px;
  }

  .shop-link__item-offline {
    width: 30%;
  }

  .shop-link__img {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .drop-down {
    width: auto;
  }

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

  .headline-s-2 {
    color: #6b1a45;
  }

  .heading-8 {
    padding-right: 160px;
  }

  .product-info__bg--gradient {
    width: 100%;
    max-height: 800px;
    inset: 275px 0 0 50%;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    margin-top: 82px;
  }

  .tabs {
    width: 100%;
    max-width: none;
  }

  .overlay-shops {
    display: none;
  }

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

  .modal-2 {
    height: auto;
  }

  .overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu, .overlay-spray-neu, .overlay-b-rste-neu {
    display: none;
  }

  .overlay__inner-2 {
    min-height: 100vh;
  }

  .navbar {
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }
}

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

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

  .headline-l.col.stage__headline {
    display: block;
  }

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

  .stage__content-text {
    margin-top: 180px;
    display: block;
  }

  .stage {
    background-image: url('../images/p21_LHC_landingpagebanner_bestperformer_800x1000px_250325_01_01-1.jpg');
    background-position: 100% 20%;
    background-size: cover;
  }

  .social-media {
    justify-content: center;
  }

  .link__item {
    text-align: center;
    flex: none;
    align-self: center;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .link__item.copy-right {
    text-align: center;
    margin-bottom: 100px;
  }

  .link__col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .footer__text-wrapper {
    margin-bottom: 80px;
  }

  .links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .stage__cta-wrapper {
    display: none;
  }

  .stage__outer {
    display: block;
  }

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

  .faq {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .faq__accordion-content {
    display: none;
  }

  .overlay {
    overflow: scroll;
  }

  .overlay.overlay__all {
    height: 100%;
  }

  .swiper-pagination {
    margin-top: 60px;
  }

  .image-gallery {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .image-gallery.creatives {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-flow: row;
    align-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: 0%;
    display: flex;
  }

  .column-creatives {
    flex-direction: column;
    display: block;
  }

  .keyfact__inner {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider {
    padding-top: 20px;
  }

  .image-text-teaser__cta-wrapper {
    align-self: center;
  }

  .video__content {
    background-position: 90%;
  }

  .shop-link__item-offline {
    width: 25%;
    padding: 5px;
  }

  .div-block {
    margin-top: 0;
  }

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

  .accordion__content {
    padding-right: 0;
  }

  .pill-2 {
    display: none;
  }

  .product-info__image-2 {
    width: 100%;
    max-width: none;
    padding-bottom: 100px;
  }

  .heading-8 {
    font-size: 34px;
    line-height: 38px;
  }

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

  .button-2 {
    margin-top: 181px;
  }

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

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

  .buy_store_link {
    height: 80px;
  }

  .text-26 {
    width: auto;
  }

  .retailer_logos_without_link {
    height: 80px;
  }

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

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

  .modal-2 {
    height: 720px;
  }

  .overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu, .overlay-spray-neu, .overlay-b-rste-neu {
    padding-right: 36px;
    display: none;
  }

  .navbar {
    margin-left: 0;
    overflow: auto;
  }

  .text-color-white {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

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

  .row.justify-center.stage__inner {
    max-width: 96%;
    height: 100%;
  }

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

  .col.col-12 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .col.col-12.col-m-12 {
    max-width: 100%;
    margin-top: -4px;
    padding: 0 1%;
    display: block;
  }

  .headline-l.col.stage__headline {
    text-align: left;
    text-align: left;
    text-align: left;
    align-self: auto;
    margin-bottom: 0;
    margin-right: -95px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 25px;
    line-height: 30px;
  }

  .headline-s.text-primary-01 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-left: 44px;
    margin-right: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.button-mobile.button--primary.mobilesticky-size._w-button {
    border-color: var(--primary-02);
    background-color: var(--primary-02);
    opacity: 1;
    width: 100%;
    height: auto;
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    margin: 0 64px 16px;
    padding: 12px 25px;
    font-weight: 600;
    display: block;
    bottom: auto;
  }

  .stage__content {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .stage__content-text {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .stage {
    background-image: url('../images/p21_LHC_landingpagebanner_bestperformer_800x1000px_250325_01_01-1.jpg');
    background-position: 45% 20%;
    background-repeat: repeat;
    width: 100%;
    max-width: 100%;
    height: 85svh;
    min-height: 320px;
    max-height: 568px;
    display: block;
  }

  .stage.old-hero {
    background-image: url('../images/p21_lhp_header_with_text-1.jpg');
  }

  .stage.old-hero._1 {
    height: 110svh;
  }

  .stage.old-header {
    background-image: url('../images/p21_LHC_landingpagebanner_turban-girl_800x1000px.jpg');
    height: 85svh;
    max-height: 568px;
  }

  .steps__image {
    width: 154px;
  }

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

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

  .image-text-teaser {
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-text-teaser.mb-0 {
    margin-bottom: 0;
  }

  .image-text-teaser__image-holder {
    margin-bottom: 30px;
  }

  .image-text-teaser__image {
    width: 120%;
    max-width: 100%;
  }

  .footer__text-wrapper {
    margin-bottom: 60px;
  }

  .subline.text-primary-02 {
    font-size: 18px;
  }

  .stage__cta-wrapper {
    display: none;
  }

  .stage__outer {
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    display: block;
  }

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

  .headline-m.image-text-teaser__headline {
    text-align: center;
    width: 100%;
  }

  .headline-m.faq__headline {
    margin-bottom: 10px;
  }

  .headline-m.text-text-02 {
    color: var(--white);
    font-weight: 700;
  }

  .headline-m.text-primary-02 {
    background-color: var(--white);
    text-align: center;
    margin-bottom: 30px;
  }

  .faq {
    background-color: var(--primary-01-30);
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
  }

  .faq__accordion.col.col-sm-12.col-m-10.col-8.self-center {
    margin-top: 20px;
  }

  .faq__headline.col.col-12 {
    margin-bottom: 0;
  }

  .faq__accordion-content {
    display: none;
  }

  .faq__accordion-header-label {
    width: 240px;
    display: block;
  }

  .faq__accordion-copy.copy {
    display: block;
  }

  .buy__stores {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .overlay__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay__close {
    right: 20px;
  }

  .swiper-slide.product-range__slide {
    padding-top: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .swiper.product-range__slider {
    top: -20px;
  }

  .swiper-pagination.product-range__pagi {
    margin-top: 10px;
    top: 330px;
  }

  .image-gallery {
    margin-left: auto;
    margin-right: auto;
    padding: 4vh 10px;
  }

  .image-gallery.creatives {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-direction: column;
    width: auto;
    margin-top: 27px;
  }

  .keyfact__inner {
    text-align: center;
    padding: 0 10px;
    display: flex;
  }

  .stage__logo {
    opacity: 0;
    border-radius: 0;
    justify-content: center;
    display: block;
  }

  .mobile-sticky-button {
    z-index: 100;
    opacity: 1;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    display: flex;
    position: fixed;
    inset: auto 0% 0;
    transform: translate(0, 100px);
  }

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

  .button-mobile.button--primary.moblile-sticky-size {
    border-color: var(--primary-02);
    background-color: var(--primary-02);
    width: 100%;
    min-width: auto;
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    margin-bottom: 16px;
    margin-left: 64px;
    margin-right: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    transition: all .2s ease-in-out;
  }

  .swiper-buttons {
    justify-content: space-between;
    margin-top: -708px;
    position: absolute;
  }

  .testimonial-slider__quote-wrapper {
    margin-top: 0;
  }

  .testimonial-slider {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }

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

  .quote.text-text-02 {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .testimonial-slider__img {
    outline-offset: -20px;
    outline-width: 40px;
  }

  .testimonial__gradient {
    filter: blur(22px);
    max-width: 566px;
    max-height: 566px;
  }

  .testimonial-slider__headline {
    margin-bottom: 0;
  }

  .before {
    transform: translate(-46%, 50%)rotate(-90deg);
  }

  .after {
    transform: translate(50%, 50%)rotate(90deg);
  }

  .image-text-teaser__cta-wrapper {
    display: none;
  }

  .product-range {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .usp-points.mt-0 {
    margin-top: 0;
  }

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

  .video__content {
    background-image: url('../images/Pl21-Pink_Haarwurzel-Key_Visual_2020-09_DE-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 350px;
    height: 350px;
  }

  .product-range__btn {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .shop-links {
    flex-flow: wrap;
    align-content: space-around;
    align-items: center;
    max-width: none;
  }

  .shop-link__item-offline {
    flex: 0 auto;
    width: 30%;
  }

  .shop-link__item-inner-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-link__img {
    max-width: 90%;
  }

  .product-range__slide-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading {
    background-color: #ffe8ee;
  }

  .section {
    background-color: var(--primary-01-30);
    -webkit-text-stroke-color: white;
  }

  .div-block {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text {
    color: var(--primary-02);
    font-size: 48px;
    font-weight: 800;
    line-height: 65px;
    display: block;
  }

  .drop-down {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }

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

  .accordion__content, .pill-2 {
    display: none;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info__image-2 {
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .headline-s-2 {
    color: #6b1a45;
    -webkit-text-stroke-color: #6b1a45;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .accordion__header {
    padding-top: 24px;
  }

  .heading-8 {
    text-align: center;
    -webkit-text-stroke-color: var(--primary-02);
    width: auto;
    margin-top: 10px;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .accordion-3 {
    z-index: 1;
  }

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

  .container-5 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    display: none;
  }

  .headline-video {
    text-align: center;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: -1px;
  }

  .swiper-button-next-2 {
    background-color: #000;
  }

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

  .tabs {
    width: 100%;
  }

  .buy_store_link, .retailer_logos_without_link {
    height: 80px;
  }

  .promotext-2 {
    color: #6b1a45;
    text-align: center;
    -webkit-text-stroke-color: #6b1a45;
    width: 95.6%;
  }

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

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

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

  .tab-link-tab-1.w--current {
    color: #6b1a45;
    -webkit-text-stroke-color: #6b1a45;
    background-color: #fff;
    border: 2px solid #6b1a45;
    border-radius: 8px;
    width: 50%;
    padding: 16px;
  }

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

  .overlay-shampoo-neu, .overlay-booster-neu, .overlay-conditioner-neu, .overlay-spray-neu, .overlay-b-rste-neu {
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: 0%;
    overflow: auto;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    padding-left: 2px;
    display: flex;
  }

  .code-embed:hover {
    color: var(--primary-01);
  }

  .overlay__inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .gallery {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .navbar {
    z-index: 1000;
    flex-flow: row;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    display: flex;
    position: sticky;
    overflow: auto;
  }

  .nav-link {
    box-sizing: border-box;
    text-align: center;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: block;
  }

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

  .labels {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    padding: 4px 8px;
    display: inline-block;
  }

  .labels.align-center {
    max-width: 130px;
  }

  .label {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    padding: 4px 8px;
    display: inline-block;
  }
}


