:root {
  --yellow-green: #99bb3c;
  --dim-grey: #5c5c5c;
  --orange-red: #df5823;
  --black: #333;
  --pale-goldenrod: #c5d98f00;
  --light-grey: lightgrey;
  --yellow-green-2: #80bd00;
}

.container {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 5px #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.content {
  color: #fff;
  padding: 6vh 20px;
  display: block;
}

.content.faq {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.content.wirkweise {
  background-color: #e3e3e3;
  background-image: linear-gradient(270deg, #fff9, #0000 65%);
  margin-right: 0;
  padding: 9vw 0;
}

.content.testimonials {
  background-color: #0000;
  flex-direction: column;
  padding: 6vh 0;
  display: block;
}

.heading-2 {
  color: var(--yellow-green);
  text-transform: none;
  background-color: #9fbf4400;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  display: flex;
}

.paragraph {
  color: var(--dim-grey);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.dropdown-list {
  color: #6b6b6b;
  background-color: #99bb3c4d;
  background-image: linear-gradient(#99bb3c45, #fff);
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
  position: relative;
}

.dropdown {
  z-index: 50;
  width: 96%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  border: 2px solid var(--yellow-green);
  background-color: #ffffff91;
  margin-bottom: 2px;
  padding-right: 55px;
  display: block;
}

.footer {
  background-color: var(--yellow-green);
  color: #fff;
  padding: 30px 20px;
}

.link {
  color: #fff;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.text-block-dropdown {
  color: var(--dim-grey);
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

.sticky-cta {
  z-index: 500;
  text-align: center;
  background-color: #0000;
  border: 5px #687585;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 42% 0% auto;
}

.sticky-cta__headline {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Amatic SC;
  font-size: 2.2em;
  line-height: 1em;
  display: none;
}

.button-2 {
  background-color: #95b94c;
  width: 41px;
  margin-bottom: -20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
}

.modal__text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.modal__inner {
  border-bottom: 5px solid var(--yellow-green);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 30vw;
  max-width: 1280px;
  max-height: 95vh;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.bold-text {
  color: var(--yellow-green);
  text-align: center;
}

.modal__headline {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
}

.modal {
  z-index: 100;
  opacity: 1;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.shampoo, .modal.tonic, .modal.range {
  z-index: 900;
  display: none;
  position: fixed;
}

.shop-links {
  flex-wrap: wrap;
  place-content: space-between center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.shop-link__item {
  text-align: center;
  width: 20%;
  margin: 20px;
  padding: 10px;
  display: block;
  box-shadow: 1px 1px 8px #b8b8b840;
}

.shop-link__item-inner {
  border: 1px #b4b4b4;
}

.text-block-5 {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.icon-2 {
  color: var(--yellow-green);
  background-color: #0000;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 500px;
  height: 100%;
}

.button-intro {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #687585;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.columns-7-rational {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-10 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-copy_stick {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #687585;
  margin-top: -180px;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  top: -50px;
  left: -137px;
}

.button-copy_stick.button--sticky {
  z-index: 1000;
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 15px 60px;
  font-weight: 600;
  text-decoration: none;
  position: static;
  inset: auto 0% 0% auto;
  box-shadow: 4px 4px 8px #0003;
}

.list-item-2-copy {
  color: #303030;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4em;
  list-style-type: square;
}

.paragraph-copy {
  color: #303030;
  text-align: center;
  white-space: normal;
  flex-direction: column;
  flex: 0 auto;
  margin: 5px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

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

.btn {
  color: #fff;
  background-color: #cd0c0f;
  border: 1px #000;
  padding: 20px 30px;
}

.btn.btn--ghost {
  color: #000;
  background-color: #0000;
  border: 2px solid #cd0c0f;
}

.btn.btn--ghost.open-modal {
  color: #fff;
  background-color: #ed6024;
  border-color: #ed6024;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 60px;
  font-weight: 400;
}

.online-shops {
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-22 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-18 {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.link-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-17 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.columns-11 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 5px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.div-block-8 {
  justify-content: flex-end;
  display: flex;
}

.column-20 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19-copy {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.header__inner-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 2% 0% auto;
}

.hero__subtitle {
  color: #eaeaea;
  text-align: left;
  width: 70%;
  margin: 0 auto 0 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
}

.btn-2 {
  color: #fff;
  background-color: #e0a29c;
  border: 1px #e0a29c;
  padding: 20px 30px;
}

.btn-2.btn--ghost {
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-2.btn--ghost.open-modal {
  background-color: var(--orange-red);
  color: #fff;
  border-color: #eaeaea;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 60px;
  font-weight: 400;
  box-shadow: 0 0 10px 1px #0000001a;
}

.btn-2.fixed {
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-2.fixed.open-modal-duo {
  background-color: #95b94c;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 400;
  display: none;
  box-shadow: 0 0 10px 1px #0000004d;
}

.text-block-10 {
  color: #8f8f8f;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.scroll-animation-2 {
  text-align: center;
  text-shadow: none;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 2% 50%;
  transform: translate(-50%);
}

.scroll-animation-2.w--current {
  text-decoration: none;
}

.lottie-animation-2 {
  z-index: 50;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto auto 0% 50%;
}

.hero__heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 #ed6024;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.centered-container {
  text-align: right;
  flex: 1;
  display: none;
  position: relative;
  top: 15%;
  left: auto;
}

.hero-overlay {
  color: #fff;
  background-image: url('../images/Alpecin-Black-Liquid_2022-03-24_Haar_Kraft_Desktop-Header.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 920px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-overlay.creme {
  background-image: url('../images/P39_Header_desktop_UK_green.jpg');
  background-position: 40% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  max-height: 920px;
}

.logo__logo-2 {
  width: 100%;
  max-width: none;
  max-height: 60px;
}

.bold-text-12 {
  text-align: center;
}

.div-block-4 {
  text-align: left;
  width: 90%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: auto;
  display: none;
}

.div-block-23 {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 120%;
  display: block;
}

.list-item-3 {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4em;
  list-style: square;
}

.column__product_price {
  color: #9d937d;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: #5c5c5c;
  font-weight: 300;
  line-height: 150%;
}

.open-modal-duo {
  color: #fff;
  background-color: #e0a29c;
  border-color: #e0a29c;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 60px;
  font-weight: 400;
  box-shadow: 0 0 10px 1px #0000001a;
}

.list__product-facts {
  margin-bottom: 20px;
  padding-left: 20px;
}

.dropdown-toggle-2 {
  color: #ed6024;
  background-color: #fff0;
  border: 1px #cd0c0f;
  border-radius: 0;
  width: 99%;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 55px;
  display: block;
}

.packshot {
  text-align: left;
  width: 100%;
  max-width: 350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-12 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 120%;
}

.paragraph-12.small {
  color: #8f8f8f;
  margin-top: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 120%;
  display: none;
}

.row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.dropdown-list-2 {
  color: #6b6b6b;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 0 20px 10px;
  display: none;
  position: relative;
}

.icon-4 {
  color: var(--yellow-green);
  background-color: #0000;
}

.accordion-block-mobile {
  margin-top: 20px;
  display: none;
}

.text-img__content {
  color: var(--black);
  background-color: #0000;
  width: 60%;
  padding: 60px 40px;
  font-weight: 300;
  display: block;
}

.section {
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: block;
}

.text-img__image {
  justify-content: center;
  align-items: stretch;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  color: var(--yellow-green);
  text-align: left;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.product-size-2 {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 120%;
}

.h2__product-brand {
  color: var(--yellow-green);
  text-transform: none;
  text-shadow: 0 1px 1px #8f8f8f33;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.dropdown-2 {
  z-index: 50;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.packshot-animation-2 {
  align-self: auto;
}

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

.h2__product {
  color: var(--yellow-green);
  text-transform: none;
  text-shadow: 0 1px 1px #8f8f8f33;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.inci-hinweis {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.custom-container-product {
  border-bottom: 3px #cd0c0f;
  flex: 1 0 auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.product-price-2 {
  color: #363636;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.columns__product_info {
  flex-direction: row;
  justify-content: flex-start;
  width: 25%;
  margin-bottom: 10px;
  display: none;
}

.h2__product_subtitle {
  color: var(--black);
  text-align: left;
  text-transform: none;
  text-shadow: 0 1px 1px #8f8f8f33;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.bold-text-13 {
  color: var(--dim-grey);
}

.slide-nav {
  display: none;
}

.testimonial-content-block {
  max-width: 600px;
  position: relative;
}

.testimonial-image {
  display: inline-block;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
}

.quote-image {
  color: #fff;
  min-width: 70px;
  position: absolute;
  top: 0;
  left: -15px;
}

.slider-right {
  background-color: #7f9e2b;
  border: 1px #738050;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-paragraph {
  color: #687585;
  text-align: center;
  font-size: 1.9em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.icon-5 {
  color: #4c4172;
}

.section-testimonials {
  background-color: var(--yellow-green);
  background-image: radial-gradient(circle closest-corner, #ffffff54, #fff0);
  flex-direction: column;
  align-items: center;
  padding: 6vw 5%;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.bold-text-3 {
  color: #fff;
}

.arrow {
  width: 28px;
}

.testimonial-author-wrap {
  text-align: center;
  margin-top: 10px;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 690px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-primary.h3-centre {
  color: #fff;
  text-align: center;
  max-width: none;
  display: block;
}

.arrow-disabled {
  background-color: #738050;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.title {
  color: #333333a1;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 600px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-left {
  background-color: #7f9e2b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  display: none;
}

.slider-arrow-wrap {
  text-align: left;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.slide-info-text {
  color: #cacaca;
  font-size: 14px;
  line-height: 150%;
  display: none;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

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

.paragraph-copy-copy {
  color: #303030;
  text-align: left;
  white-space: normal;
  flex-direction: column;
  flex: 0 auto;
  margin: 5px auto 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

.container-2-rational {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
}

.columns__testimonals {
  flex-direction: row;
  justify-content: center;
  width: 50%;
  display: flex;
}

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

.modal__brand {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

@media screen and (min-width: 1920px) {
  .button-copy_stick.button--sticky {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .content.testimonials {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .heading-2 {
    text-align: center;
    background-image: none;
  }

  .dropdown-list {
    display: none;
  }

  .sticky-cta {
    padding: 20px;
    display: block;
    right: 2%;
  }

  .sticky-cta__headline {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .modal__inner {
    display: block;
  }

  .modal__headline {
    margin-bottom: 20px;
  }

  .modal, .modal.shampoo, .modal.tonic, .modal.range {
    display: none;
  }

  .shop-link__item {
    width: 27%;
    box-shadow: 1px 1px 8px #b8b8b840;
  }

  .columns-7-rational {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-2-copy {
    font-size: 1.1em;
  }

  .btn {
    padding: 10px 20px;
  }

  .btn.btn--ghost.open-modal {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-18 {
    width: 40px;
    height: 40px;
  }

  .image-17 {
    width: 100%;
  }

  .columns-11 {
    flex-flow: column wrap;
    align-content: space-around;
    align-items: center;
    max-width: none;
  }

  .column-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-8 {
    justify-content: space-around;
    align-items: center;
  }

  .column-20 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .div-block-19-copy {
    text-align: center;
    flex-wrap: nowrap;
    place-content: space-around center;
    align-items: center;
    max-width: none;
  }

  .paragraph-11 {
    flex: none;
    max-width: none;
  }

  .header__inner-2 {
    display: none;
  }

  .hero__subtitle {
    width: 65%;
    font-size: 1.3em;
    line-height: 1.2em;
    display: block;
  }

  .btn-2 {
    padding: 10px 20px;
  }

  .btn-2.btn--ghost {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-2.btn--ghost.open-modal {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-10 {
    text-shadow: none;
  }

  .scroll-animation-2 {
    background-color: #68758500;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: auto auto 2% 50%;
    transform: none;
  }

  .scroll-animation-2.w--current {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 1%;
    left: auto;
    transform: none;
  }

  .hero__heading {
    width: 65%;
    margin-top: 0;
    font-size: 1.7em;
    line-height: 1.3em;
    display: block;
  }

  .centered-container {
    top: auto;
    bottom: 10%;
    left: 0%;
  }

  .hero-overlay {
    background-image: url('../images/Alpecin-Black-Liquid_2022-03-24_Haar_Kraft_Desktop-Header.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 60vh;
    max-height: 920px;
  }

  .hero-overlay.creme {
    background-image: url('../images/P39_Header_Mobile_UK_green.jpg');
    background-position: 50% 85%;
    background-size: 100%;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo__logo-2 {
    max-width: none;
    max-height: 60px;
  }

  .div-block-4 {
    width: 60%;
    margin-top: 30px;
    display: block;
  }

  .list__product-facts {
    padding-left: 20px;
  }

  .packshot {
    width: 90%;
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .dropdown-list-2 {
    display: none;
  }

  .text-img__content {
    width: 100%;
  }

  .section {
    padding-top: 5vw;
  }

  .text-img__image {
    justify-content: center;
    width: 60%;
  }

  .text-block-3 {
    font-size: 1.1em;
  }

  .product-size-2 {
    font-size: 20px;
  }

  .h2__product-brand {
    text-align: center;
    font-size: 3.1vw;
    line-height: 120%;
  }

  .packshot-animation-2 {
    text-align: center;
  }

  .h2__product {
    text-align: center;
    font-size: 3.1vw;
    line-height: 120%;
  }

  .custom-container-product {
    max-width: 90%;
  }

  .product-price-2 {
    text-align: right;
    margin-right: 10px;
    font-size: 20px;
  }

  .columns__product_info {
    width: 41%;
    display: none;
  }

  .h2__product_subtitle {
    text-align: center;
    font-size: 3.1vw;
    line-height: 120%;
  }

  .testimonial-image-block {
    width: 80%;
    margin-bottom: -100px;
    padding: 30px;
  }

  .testimonial-content-wrap {
    width: 90%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
    margin-top: -80px;
  }

  .container-2-rational {
    flex-direction: column;
    margin-top: -10px;
    padding: 40px 5%;
  }

  .columns__testimonals {
    flex-flow: wrap;
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-bottom: 0;
  }

  .content {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .heading-2 {
    background-image: none;
    font-size: 1.8em;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .dropdown-list {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .dropdown, .dropdown-toggle {
    z-index: 0;
  }

  .text-block-dropdown {
    font-size: 1.1em;
  }

  .sticky-cta {
    background-color: #99bb3c00;
    border-style: none;
    padding: 0;
    display: none;
    position: sticky;
    inset: auto 0% 0%;
  }

  .sticky-cta__headline {
    display: none;
  }

  .button-2 {
    left: 90%;
  }

  .modal__inner {
    padding: 20px;
    position: relative;
    overflow: auto;
  }

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

  .modal.shampoo, .modal.tonic, .modal.range {
    padding: 20px;
    display: none;
    position: fixed;
    overflow: visible;
  }

  .shop-links {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .shop-link__item {
    width: 40%;
    margin: 15px;
    padding: 5px;
  }

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

  .feature-image {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-intro {
    display: none;
  }

  .columns-7-rational {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-10, .column-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-copy_stick {
    display: none;
  }

  .button-copy_stick.button--sticky {
    display: block;
    position: fixed;
    inset: auto 10% 1%;
  }

  .paragraph-copy {
    font-size: 1.2em;
  }

  .btn.btn--ghost.open-modal {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-22 {
    max-width: none;
  }

  .div-block-18 {
    width: 40px;
    height: auto;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .column-21 {
    flex-flow: column wrap;
    place-content: space-around;
    align-items: baseline;
    display: flex;
  }

  .div-block-8 {
    justify-content: space-around;
  }

  .hero__subtitle {
    text-align: center;
    width: 100%;
    margin-left: auto;
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .btn-2.btn--ghost {
    display: block;
  }

  .btn-2.btn--ghost.open-modal {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn-2.fixed.open-modal-duo {
    background-color: var(--orange-red);
    display: block;
  }

  .text-block-10 {
    display: none;
  }

  .scroll-animation-2 {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% 2%;
    transform: none;
  }

  .hero__heading {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    font-size: 2em;
  }

  .centered-container {
    display: none;
    bottom: 10%;
    left: auto;
  }

  .hero-overlay {
    background-image: url('../images/Alpecin-Black-Liquid_2022-03-24_Haar_Kraft_Mobile-Header.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 65vh;
    padding: 40px 20px;
  }

  .hero-overlay.creme {
    background-image: url('../images/P39_Header_Mobile_UK_green.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 99vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo__logo-2 {
    max-width: none;
    max-height: 60px;
  }

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

  .open-modal-duo {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list__product-facts {
    margin-left: 20px;
    margin-right: 10px;
  }

  .dropdown-toggle-2 {
    z-index: 0;
  }

  .packshot {
    width: 60%;
    margin-top: -30px;
    display: inline-block;
  }

  .paragraph-12.small {
    text-align: center;
  }

  .row {
    flex-wrap: wrap;
  }

  .dropdown-list-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-img__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 5vw;
  }

  .text-img__image {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .h2__product-brand {
    text-align: center;
    text-shadow: 0 1px 1px #8f8f8f1a;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 1.7em;
    display: block;
  }

  .dropdown-2 {
    z-index: 0;
  }

  .packshot-animation-2 {
    text-align: center;
  }

  .h2__product {
    text-align: center;
    font-size: 1.8em;
    display: block;
  }

  .custom-container-product {
    max-width: 95%;
    margin-top: 60px;
  }

  .product-price-2 {
    text-align: right;
    margin-right: 10px;
  }

  .columns__product_info {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .h2__product_subtitle {
    text-align: center;
    font-size: 6vw;
    display: block;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .paragraph-copy-copy {
    font-size: 1.2em;
  }

  .container-2-rational {
    margin-top: -20px;
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

  .modal__brand {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: left;
    justify-content: center;
    max-width: 100%;
  }

  .body {
    padding-bottom: 0;
    overflow: visible;
  }

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

  .content.intro {
    margin-top: -60px;
    padding: 5vh 5%;
  }

  .content.faq, .content.wirkweise {
    padding: 5vh 5%;
  }

  .content.testimonials {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .heading-2 {
    text-align: center;
    background-image: none;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
  }

  .dropdown-list {
    display: none;
  }

  .footer {
    padding: 5vh 5% 12vw;
  }

  .link {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-dropdown {
    font-size: 1em;
    line-height: 1.4em;
  }

  .sticky-cta {
    background-color: #99bb3c00;
    display: none;
    position: sticky;
  }

  .main {
    position: relative;
    overflow: hidden;
  }

  .button-2 {
    z-index: 50;
    width: 34px;
    padding: 4px 7px;
    inset: 0% 0% auto auto;
  }

  .modal__text {
    font-size: 15px;
    line-height: 150%;
  }

  .modal__inner {
    width: 99%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    overflow: auto;
  }

  .bold-text {
    font-size: 24px;
    line-height: 26px;
  }

  .modal__headline {
    margin-top: 0;
  }

  .modal {
    display: none;
  }

  .modal.shampoo, .modal.tonic, .modal.range {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: none;
    overflow: visible;
  }

  .shop-links {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-link__item {
    width: 42%;
    margin: 10px;
    padding: 10px;
    box-shadow: 1px 1px 8px #b8b8b840;
  }

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

  .feature-image {
    max-width: none;
  }

  .columns-7-rational {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-11 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-copy_stick.button--sticky {
    background-color: #df5823;
    border: 5px #687585;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    position: fixed;
    bottom: 1%;
    left: 10%;
    right: 10%;
    transform: translate(0, -300px);
    box-shadow: 4px 4px 8px #0003;
  }

  .list-item-2-copy {
    padding-top: 5px;
    font-size: 1em;
    font-weight: 300;
  }

  .paragraph-copy {
    text-align: center;
    font-size: 1em;
  }

  .list-2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn.btn--ghost.open-modal {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-22 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18 {
    width: 30px;
  }

  .columns-11 {
    flex-direction: column;
  }

  .column-21 {
    flex-direction: row;
  }

  .container-5 {
    justify-content: flex-start;
    max-width: 100%;
    display: block;
    position: static;
  }

  .div-block-8 {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column-20 {
    margin-top: 60px;
  }

  .div-block-19-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 13px;
  }

  .header__inner-2 {
    flex-wrap: nowrap;
    display: none;
    top: 1%;
  }

  .hero__subtitle {
    text-align: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    font-size: .9em;
    line-height: 1.2em;
    display: block;
    transform: none;
  }

  .logo-4 {
    flex: none;
  }

  .btn-2.btn--ghost {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .btn-2.btn--ghost.open-modal {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn-2.fixed.open-modal-duo {
    z-index: 100;
    background-color: var(--orange-red);
    opacity: 0;
    text-align: center;
    border: 2px #eaeaea;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
    font-weight: 600;
    display: block;
    inset: auto 0% 1%;
    transform: translate(0, 105%);
    box-shadow: 4px 4px 8px #0003;
  }

  .text-block-10 {
    text-shadow: none;
    font-size: 20px;
  }

  .scroll-animation-2 {
    background-color: #68758500;
    flex-direction: column;
    width: 200px;
    display: block;
    position: absolute;
    inset: auto 0% 8%;
    transform: none;
  }

  .scroll-animation-2.w--current {
    top: auto;
  }

  .lottie-animation-2 {
    width: 50px;
  }

  .hero__heading {
    text-align: center;
    border-bottom-style: none;
    width: 98%;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
  }

  .centered-container {
    text-align: left;
    display: none;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .hero-overlay {
    background-image: url('../images/Alpecin-Black-Liquid_2022-03-24_Haar_Kraft_Mobile-Header.png');
    background-position: 40% 0;
    background-size: cover;
    height: 100vh;
    max-height: 740px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-overlay.creme {
    background-image: url('../images/P39_Header_Mobile_UK_green.jpg');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: 100vh;
    max-height: 700px;
    margin-top: -60px;
    padding: 0;
    position: relative;
  }

  .logo__logo-2 {
    max-width: none;
    max-height: 35px;
    display: block;
  }

  .bold-text-12 {
    text-align: left;
  }

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

  .div-block-23 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .list-item-3 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
    list-style-type: square;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 16px;
  }

  .open-modal-duo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .list__product-facts {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 30px;
  }

  .dropdown-toggle-2 {
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .dropdown-toggle-2:hover {
    border-color: #ed6024;
  }

  .packshot {
    text-align: left;
    width: 90%;
    max-width: 260px;
    margin-top: 0;
    margin-left: auto;
  }

  .paragraph-12.small {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

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

  .dropdown-list-2 {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    padding: 10px 10px 10px 20px;
    display: none;
  }

  .dropdown-list-2.w--open {
    color: #202020;
    background-color: #0000;
    width: 98%;
    margin-top: -10px;
  }

  .icon-4 {
    color: #5c5c5c;
  }

  .accordion-block-mobile {
    margin-top: 20px;
    display: none;
  }

  .text-img__content {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
  }

  .section {
    padding: 5vh 5%;
  }

  .text-img__image {
    margin: 0 auto -50px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .text-block-3 {
    color: #5c5c5c;
    font-size: 1em;
    line-height: 1.3em;
  }

  .h2__product-brand {
    text-align: center;
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 130%;
    display: block;
  }

  .dropdown-2 {
    border-bottom-color: var(--yellow-green);
    width: 98%;
  }

  .packshot-animation-2 {
    text-align: center;
  }

  .h2__product {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4em;
  }

  .inci-hinweis {
    font-size: 14px;
  }

  .custom-container-product {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-price-2 {
    text-align: right;
    margin-right: 10px;
  }

  .columns__product_info {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .h2__product_subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .testimonial-image-block {
    width: 110%;
    min-height: 300px;
    margin-bottom: -50px;
    padding: 0;
  }

  .slider-right {
    margin-right: 0;
  }

  .testimonial-paragraph {
    font-size: 1.4em;
    font-style: italic;
  }

  .section-testimonials {
    padding: 5vh 5%;
  }

  .testimonial-content-wrap {
    margin-top: 0;
    padding: 15px;
  }

  .heading-primary {
    font-size: 40px;
  }

  .heading-primary.h3-centre {
    width: 100%;
    max-width: none;
    font-size: 1.5em;
    line-height: 1.3em;
  }

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

  .title {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .testimonial-columns-2 {
    margin-top: -30px;
  }

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

  .author-name {
    font-size: 1.3em;
  }

  .slider-arrow-wrap {
    justify-content: space-around;
  }

  .slide-info-text {
    font-size: 12px;
  }

  .paragraph-copy-copy {
    text-align: center;
    font-size: 1em;
  }

  .container-2-rational {
    flex-direction: column;
    padding: 40px 2%;
  }

  .columns__testimonals {
    flex-direction: row;
    width: auto;
  }

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


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}