.container {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.container--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero {
  position: relative;
  display: none;
  padding: 6vh 20px;
  background-image: url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 6px #000;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #f9e742;
}

.heading.hero__headline {
  position: relative;
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  color: #333;
  font-size: 3.5vw;
  line-height: 110%;
  text-shadow: 5px 5px 0 #f9e742;
}

.hero__packshot {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hero__image {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: 40vh;
  max-width: 100%;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero__packshot-container {
  max-width: 25%;
}

.hero__image-container {
  margin-top: 0px;
  margin-left: -100px;
  -webkit-transform: translate(0px, -9vh);
  -ms-transform: translate(0px, -9vh);
  transform: translate(0px, -9vh);
}

.button {
  padding: 20px 30px;
  background-color: #f9e742;
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
}

.body {
  font-size: 18px;
}

.content {
  padding: 10vh 20px;
}

.content.content--no-padding {
  overflow: hidden;
  padding: 0vh 0px;
}

.content.content--gray {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #cfcdcd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 2%, 80.8%, 0.7)), to(hsla(0, 2%, 80.8%, 0.7))), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 2%, 80.8%, 0.7), hsla(0, 2%, 80.8%, 0.7)), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.paragraph {
  margin-bottom: 0px;
  color: #6b6b6b;
  line-height: 30px;
}

.paragraph.paragraph--margin {
  margin-bottom: 30px;
}

.paragraph.paragraph--padding {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #6b6b6b;
  border-bottom: 2px solid #6b6b6b;
}

.facts {
  margin-top: -49px;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9e742;
}

.fact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 2px;
  border-color: #333;
  text-align: center;
}

.facts__headline {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__info {
  margin-left: -166px;
  padding: 30px 30px 30px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px solid #f9e742;
}

.product__info.product__info--reverse {
  margin-right: -120px;
  margin-left: 0px;
  padding-right: 90px;
  padding-left: 30px;
}

.image {
  width: 100%;
  max-height: none;
  max-width: none;
}

.product__image {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 340px;
  -ms-flex: 1 0 340px;
  flex: 1 0 340px;
}

.dropdown-list {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f9e742;
  color: #6b6b6b;
}

.dropdown {
  z-index: 50;
  width: 100%;
}

.dropdown-toggle {
  display: block;
  padding-right: 55px;
  border-bottom: 2px solid #000;
}

.footer {
  padding: 30px 20px;
  background-color: #f9e742;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  margin-right: 40px;
  color: #6b6b6b;
  text-decoration: none;
}

.image-2 {
  max-width: 130px;
}

.text-block {
  white-space: normal;
}

.text-block-2 {
  white-space: normal;
}

.text-block-3 {
  white-space: normal;
}

.statement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.statement__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  background-color: transparent;
}

.statement__item.statement__item--right {
  margin-top: -60px;
  margin-bottom: -60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.statement__inner {
  width: 45%;
  padding: 30px;
  background-color: #f9e742;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 130px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.sticky-cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  padding: 20px 30px;
  border: 4px solid #f9e742;
  background-color: #fff;
  text-align: center;
}

.sticky-cta__headline {
  margin-top: 0px;
  margin-bottom: 25px;
}

.hero__headline {
  position: relative;
  z-index: 50;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 200px;
  background-color: transparent;
}

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

.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 95vh;
  max-width: 1280px;
  min-width: 30vw;
  padding: 50px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 5px solid #f9e742;
  background-color: #fff;
}

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

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

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
}

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

.modal.modal--spuelung {
  z-index: 900;
  display: none;
}

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

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #f9e742;
}

.shop-links-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.shop-link__item-inner-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #b4b4b4;
  border-radius: 0px;
  background-color: #fff;
}

.text-block-7 {
  display: block;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.modal__text-3 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.scroll-animation-2 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #333;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}

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

.fact_item-image {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.hero-overlay {
  position: relative;
  height: 100vh;
  max-height: 1080px;
  padding: 30px 20px;
  background-image: url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 6px #000;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 35px;
    text-shadow: 3px 3px 0 #f9e742;
  }

  .hero__image {
    margin-left: -49px;
  }

  .hero__images {
    margin-top: 0%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero__packshot-container {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 300px;
    -ms-flex: 0 300px;
    flex: 0 300px;
  }

  .hero__image-container {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .content.content--gray {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 2%, 80.8%, 0.8)), to(hsla(0, 2%, 80.8%, 0.8))), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 2%, 80.8%, 0.8), hsla(0, 2%, 80.8%, 0.8)), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fact__item {
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .product__info {
    margin-left: -135px;
  }

  .product__image {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }

  .div-block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .image-2 {
    max-width: 70px;
  }

  .icon {
    display: block;
  }

  .text-block {
    display: block;
    white-space: normal;
  }

  .statement__item.statement__item--right {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sticky-cta {
    padding: 20px;
  }

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

  .hero__headline {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 130px;
  }

  .modal__inner {
    display: block;
  }

  .modal {
    display: none;
  }

  .modal.modal--shampoo {
    display: none;
  }

  .text-block-6 {
    text-shadow: 1px 1px 0 #f9e742;
  }

  .shop-link__item-3 {
    width: 26%;
  }

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

  .text-block-7 {
    color: #666;
  }

  .modal__text-3 {
    font-size: 18px;
  }

  .scroll-animation-2 {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 180px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgba(104, 117, 133, 0);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .scroll-animation-2.w--current {
    position: relative;
    left: auto;
    top: -110px;
    display: block;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-overlay {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 30px;
    line-height: 120%;
  }

  .hero__image {
    margin-left: auto;
  }

  .hero__image-container {
    margin-left: -50px;
    -webkit-transform: translate(0px, 0vh);
    -ms-transform: translate(0px, 0vh);
    transform: translate(0px, 0vh);
  }

  .button {
    display: none;
  }

  .button.button--sticky {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .button.conditioner {
    display: block;
  }

  .button.shampoo {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .body {
    padding-bottom: 0px;
  }

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

  .content.content--gray {
    padding-top: 6vh;
    padding-bottom: 6vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 2%, 80.8%, 0.8)), to(hsla(0, 2%, 80.8%, 0.8))), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 2%, 80.8%, 0.8), hsla(0, 2%, 80.8%, 0.8)), url('../images/Betonwand_by_Lukas-Kawa-2.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }

  .heading-2 {
    font-size: 30px;
    text-align: center;
  }

  .paragraph.paragraph--no-mobile {
    text-align: center;
  }

  .facts {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 25px 20px 0px;
  }

  .fact__item {
    padding: 30px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
  }

  .fact__item.last {
    border-bottom-style: none;
  }

  .facts__headline {
    font-size: 25px;
  }

  .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__info {
    margin-left: 0px;
    padding-left: 30px;
  }

  .product__info.product__info--reverse {
    margin-right: 0px;
    padding-right: 30px;
  }

  .product__image {
    width: 60%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .dropdown {
    z-index: 0;
  }

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

  .div-block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .statement {
    display: block;
    padding-top: 0px;
  }

  .statement__item.statement__item--right {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .statement__inner {
    width: 100%;
  }

  .logo {
    position: relative;
  }

  .paragraph-3 {
    margin-bottom: 0px;
  }

  .heading-3 {
    text-align: center;
  }

  .sticky-cta {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0px;
    border-style: none;
  }

  .sticky-cta__headline {
    display: none;
  }

  .hero__headline {
    margin-left: 0px;
  }

  .button-2 {
    left: 90%;
  }

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

  .modal__headline {
    margin-bottom: 20px;
  }

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

  .modal.modal--spuelung {
    display: none;
  }

  .shop-link__item-3 {
    width: 33%;
    padding: 5px;
  }

  .text-block-7 {
    color: #666;
  }

  .modal__text-3 {
    font-size: 16px;
  }

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

  .hero-overlay {
    max-height: 720px;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}

@media screen and (max-width: 479px) {
  .container.container--right {
    margin-bottom: 50px;
  }

  .hero {
    display: none;
    overflow: visible;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: center;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    text-shadow: 2px 2px 0 #f9e742;
  }

  .hero__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero__images {
    margin-top: 7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero__packshot-container {
    position: relative;
    z-index: 30;
    width: 170px;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__image-container {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: auto;
    margin-left: 0px;
    -webkit-transform: translate(76px, 0px);
    -ms-transform: translate(76px, 0px);
    transform: translate(76px, 0px);
  }

  .button {
    display: none;
  }

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

  .heading-2 {
    font-size: 23px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.paragraph--margin {
    text-align: center;
  }

  .paragraph.paragraph--padding {
    text-align: center;
  }

  .paragraph.paragraph--no-mobile {
    display: none;
  }

  .facts {
    margin-top: 0px;
    padding: 0px 30px;
  }

  .fact__item {
    border-style: none none solid;
    text-align: left;
  }

  .fact__item.last {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .facts__headline {
    font-size: 20px;
    text-align: center;
  }

  .product__info {
    margin-top: -70px;
  }

  .product__image {
    width: 80%;
  }

  .dropdown-list {
    display: none;
  }

  .div-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .text-block {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .logo {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-3 {
    font-size: 18px;
    font-weight: 700;
  }

  .sticky-cta {
    position: -webkit-sticky;
    position: sticky;
  }

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

  .button-2 {
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 50;
    width: 41px;
    padding-left: 15px;
    background-color: #f9e742;
  }

  .modal__inner {
    overflow: auto;
    max-width: 100%;
    min-width: auto;
    padding: 10px;
    border-bottom: 5px solid #f9e742;
  }

  .modal__headline {
    margin-top: 20px;
  }

  .modal {
    display: none;
  }

  .modal.modal--shampoo {
    display: none;
    overflow: visible;
  }

  .modal.modal--spuelung {
    display: none;
  }

  .shop-links-2 {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .shop-link__item-3 {
    width: 100%;
  }

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

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

  .text-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
  }

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

  .scroll-animation-2 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 15%;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(104, 117, 133, 0);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-overlay {
    overflow: visible;
    height: 100vh;
    max-height: 760px;
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: center;
  }
}

