.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0.43);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container.container--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -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;
  border-style: none;
}

.container.container--logo {
  margin-bottom: 30px;
}

.hero {
  position: relative;
  margin-top: 0px;
  padding: 12vh 40px;
  background-color: rgba(139, 92, 109, 0);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(240, 133, 157, 0.2)), linear-gradient(111deg, #f0859d, hsla(0, 0%, 100%, 0) 53%), url('../images/plantur21-pink-background-uk.jpg');
  background-position: 0px 0px, 0px 0px, 0px -50px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  text-shadow: 1px 1px 6px #000;
}

.hero.emotional {
  display: none;
}

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

.heading.hero__headline {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 5em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.heading.hero__headline-green {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: auto;
  margin: 0px 10px 0px 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 0px 0px;
  background-size: 100% 120px;
  background-repeat: repeat-y;
  background-attachment: scroll;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading.hero__headline-green-2 {
  position: relative;
  z-index: 50;
  display: inline-block;
  margin: 0px 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 0px 0px;
  background-size: 100% 120px;
  background-repeat: repeat-y;
  background-attachment: scroll;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading.hero__headline {
  position: relative;
  z-index: 50;
  display: inline-block;
  height: auto;
  margin: 0px 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 5em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-shadow: none;
}

.heading.hero__headline-copy {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px none #000;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.hero__packshot {
  position: relative;
  left: auto;
  top: 0px;
  z-index: 10;
  display: block;
  width: auto;
  height: 500px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hero__packshot.mobile {
  display: none;
}

.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: -20px;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

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

.button {
  position: relative;
  left: auto;
  top: 0px;
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border: 0px none #687585;
  border-radius: 10px;
  background-color: #6b1a45;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

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

.body {
  font-size: 18px;
}

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

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

.content.content--gray {
  display: block;
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-color: rgba(104, 117, 133, 0);
}

.content.video {
  display: block;
}

.content.grafik {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.reviews {
  display: block;
}

.content.anwendung {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.creatives {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-size: auto;
}

.content.intro {
  display: block;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.content.products {
  display: block;
}

.content.faqs {
  padding: 8vh 0px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
  font-size: 3em;
  line-height: 1em;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

.paragraph.paragraph--margin {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

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

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

.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: 50px;
  -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;
  color: #95b94c;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__info {
  margin-left: -130px;
  padding: 30px 20px 60px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 5px solid #6b1a45;
  background-color: rgba(159, 191, 68, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 133, 157, 0.3)), to(rgba(240, 133, 157, 0.3))), url('../images/Kontur_Booster_Animation_02.jpg');
  background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.3), rgba(240, 133, 157, 0.3)), url('../images/Kontur_Booster_Animation_02.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.product__info.product__info--reverse {
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 100px 60px 30px;
  border-color: #95b94c;
}

.image {
  width: auto;
  height: 700px;
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.product__image {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: -80px;
  margin-left: -80px;
  padding-right: 0px;
  padding-left: 0px;
  -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: rgba(240, 133, 157, 0.43);
  color: #6b6b6b;
}

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

.dropdown-toggle {
  display: block;
  margin-bottom: 2px;
  padding-right: 55px;
  border: 1px none #000;
  background-color: #f0859d;
}

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

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

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

.image-2 {
  max-width: 100px;
  margin-top: 0px;
  background-color: rgba(63, 105, 156, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.icon {
  color: #fff;
}

.text-block {
  color: #fff;
  white-space: normal;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  white-space: normal;
}

.text-block-3 {
  color: #fff;
  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: #95b94c;
}

.logo {
  position: relative;
  left: auto;
  top: -100px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 160px;
  margin: 10px auto 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: rgba(104, 117, 133, 0);
  color: rgba(51, 51, 51, 0);
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: none;
  object-fit: none;
}

.button-container {
  text-align: center;
}

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

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

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

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

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 700;
}

.sticky-cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  padding: 20px 30px;
  border: 5px none #6b1a45;
  background-color: rgba(238, 182, 194, 0);
  background-image: none;
  background-size: auto;
  opacity: 1;
  -webkit-transform: translate(0px, 105px);
  -ms-transform: translate(0px, 105px);
  transform: translate(0px, 105px);
  text-align: center;
}

.sticky-cta__headline {
  display: none;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: myriad-pro, sans-serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1em;
}

.hero__headline {
  position: relative;
  z-index: 50;
  display: block;
  width: auto;
  height: 100px;
  margin: 20px auto;
  background-color: transparent;
}

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

.modal__text {
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  text-align: center;
}

.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 90vh;
  max-width: 1280px;
  min-width: 30vw;
  padding: 30px;
  -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;
  background-color: #fff;
}

.bold-text {
  font-family: myriad-pro, sans-serif;
  color: #f0859d;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
}

.modal__headline {
  margin-top: 10px;
  margin-bottom: 50px;
  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--tonikum {
  z-index: 900;
  display: none;
}

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

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

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

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

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

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.shop-links {
  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 {
  position: static;
  top: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
}

.shop-link__item-inner {
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-4 {
  font-size: 12px;
}

.text-block-5 {
  font-size: 12px;
}

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

.scroll-animation {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
  text-decoration: none;
}

.text-block-6 {
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0%;
  -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;
  background-color: rgba(240, 133, 157, 0);
}

.icon-2 {
  background-color: transparent;
  color: #fff;
}

.icon-3 {
  color: #fff;
}

.image-9 {
  display: inline-block;
  max-width: 80%;
  border-style: solid;
  border-width: 5px;
  border-color: #dfdfdf;
}

.heading-2-product {
  display: block;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.5em;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

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

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-3 {
  max-width: 1280px;
}

.container_hero {
  position: relative;
  display: block;
  height: 700px;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 5px none #fff;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.container_hero.container--logo {
  margin-bottom: 30px;
}

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

.button-intro.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #95b94c;
  color: #fff;
}

.list-item-2 {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.columns-6 {
  display: none;
  margin: -50px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  background-color: #687585;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.columns-7-rational {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-10 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.heading-4 {
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  font-weight: 700;
}

.heading-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: -30px auto 0px;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 50% 0%;
  background-size: 60% 80px;
  background-repeat: repeat-y;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}

.image-10 {
  display: block;
  width: auto;
  height: 400px;
  max-width: none;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.list {
  margin-right: 140px;
  padding-right: 40px;
}

.product__image_reverse {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: -270px;
  margin-left: -80px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 340px;
  -ms-flex: 1 0 340px;
  flex: 1 0 340px;
}

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

.button_shampoo.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #687585;
  color: #fff;
}

.button-tonikum {
  position: relative;
  left: auto;
  top: -170px;
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px none #687585;
  border-radius: 10px;
  background-color: #6b1a45;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.button-tonikum.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #687585;
  color: #fff;
}

.product__info_reverse {
  margin-left: auto;
  padding: 30px 30px 30px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #95b94c;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: -50px 0px;
  background-size: 1000px 550px;
  background-repeat: repeat-y;
}

.product__info_reverse.product__info--reverse {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: -110px;
  margin-left: 0px;
  padding: 30px 50px 40px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 5px solid #6b1a45;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 133, 157, 0.3)), to(rgba(240, 133, 157, 0.3))), url('../images/Kontur_Booster_Animation_02.jpg');
  background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.3), rgba(240, 133, 157, 0.3)), url('../images/Kontur_Booster_Animation_02.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
}

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

.button-copy_stick.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  margin-top: 0px;
  border-radius: 10px;
  background-color: #6b1a45;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
}

.heading-5 {
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-weight: 700;
}

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

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

.paragraph-copy.paragraph--margin {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph-copy.paragraph--padding {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

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

.link-2 {
  font-weight: 700;
}

.column-12 {
  display: block;
}

.heading-2-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin: 0px auto;
  padding: 10px 100px;
  -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;
  border: 5px none #000;
  background-color: rgba(159, 191, 68, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.heading-3-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #6b1a45;
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.container-title-background {
  position: relative;
  display: block;
  width: 90%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: none;
  border-width: 4px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-title-background.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;
  -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;
  border-style: none;
}

.container-title-background.container--logo {
  margin-bottom: 30px;
}

.list-3 {
  display: block;
}

.list-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
}

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

.product-tonikum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 40px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  position: static;
  display: none;
  margin: -60px auto 0px;
}

.heading-2-product-mobile {
  display: none;
  margin: 0px auto;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.5em;
}

.div-block-2 {
  height: 600px;
  margin-top: -70px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/MicrosoftTeams-image-4.png');
  background-position: 0px -20px;
  background-size: cover;
  background-repeat: repeat-y;
}

.div-block-3 {
  height: 650px;
  margin-top: -80px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
  background-image: url('../images/MicrosoftTeams-image-4.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.container-4 {
  position: relative;
  top: -130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columns-8 {
  position: relative;
  left: 90px;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13 {
  border-style: none;
  border-width: 4px;
  border-color: #fff;
}

.hero__packshot-2 {
  position: relative;
  z-index: 10;
  display: block;
  width: auto;
  height: 550px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.logo-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 70px;
  display: block;
  width: 160px;
  margin: 20px auto 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #687585;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: none;
  object-fit: none;
}

.scroll-animation-rational {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.hero-2 {
  position: relative;
  margin-top: 0px;
  padding: 8vh 40px;
  background-color: #687585;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-shadow: 1px 1px 6px #000;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -50px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_hero-rational {
  position: relative;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border: 5px solid #fff;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-rational {
  position: relative;
  margin-top: 0px;
  padding: 10vh 40px;
  background-color: #687585;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-shadow: 1px 1px 6px #000;
}

.hero__headline-emotional {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  margin: 20px auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-2-emotional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0%;
  -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;
  background-color: rgba(240, 133, 157, 0.43);
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.content-rational.content--gray {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-color: rgba(104, 117, 133, 0);
}

.content-rational.video {
  display: none;
}

.content-rational.grafik {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-rational.reviews {
  display: block;
}

.content-rational.anwendung {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-rational.creatives {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.content-copy.content--gray {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-color: rgba(104, 117, 133, 0);
}

.content-copy.video {
  display: none;
}

.content-copy.grafik {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-copy.grafik.content-rational {
  display: block;
}

.content-copy.reviews {
  display: block;
}

.content-copy.anwendung {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-copy.creatives {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-14 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero__packshot-copy {
  position: relative;
  z-index: 10;
  display: block;
  width: auto;
  height: 500px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hero__packshot-copy.mobile {
  display: none;
}

.heading-2-copy-mobile {
  display: none;
  width: 100%;
  max-width: none;
  margin: -30px auto 0px;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 50% 0%;
  background-size: 750px 80px;
  background-repeat: repeat-y;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}

.heading-3-mobile {
  display: none;
  margin-top: -15px;
  margin-bottom: 0px;
  -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;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 700;
}

.heading-3-product-mobile {
  display: none;
  margin: -15px auto 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
}

.heading-3-mobile-2 {
  display: none;
  margin-top: -15px;
  margin-bottom: 0px;
  -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;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
}

.image-anwendung {
  display: block;
  width: 60%;
  max-width: none;
}

.div-block-creative {
  display: none;
  height: 420px;
  margin-top: -80px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
  background-image: url('../images/plantur39-creatives-emotional2.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-copy {
  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-copy.modal--shampoo {
  position: fixed;
  z-index: 900;
  display: none;
}

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

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

.modal-copy {
  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-copy.modal--shampoo {
  position: fixed;
  z-index: 900;
  display: none;
}

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

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

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

.heading-2-emotional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 0px auto;
  padding: 10px 20px;
  -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(159, 191, 68, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.heading-2-copy-2-mobile {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: -30px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 50% 0%;
  background-size: 60% 80px;
  background-repeat: repeat-y;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}

.heading-2-emotional-mobile {
  display: none;
  width: 100%;
  max-width: none;
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 50% 0%;
  background-size: 70% 80px;
  background-repeat: repeat-y;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.heading-3-grafik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 0px;
  -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;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
}

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

.columns-10 {
  display: block;
  -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;
}

.columns-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-2-rational {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0%;
  -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;
  background-color: #d3d3d3;
}

.shop-link__item-amazon {
  display: block;
  width: 50%;
  padding: 10px;
  text-align: center;
}

.product__image_reverse-copy {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: -210px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 340px;
  -ms-flex: 1 0 340px;
  flex: 1 0 340px;
}

.image-capsules {
  width: auto;
  height: 510px;
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.product__image_reverse-capsules {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: -210px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 340px;
  -ms-flex: 1 0 340px;
  flex: 1 0 340px;
}

.product__info_reverse-capsules {
  margin-left: auto;
  padding: 30px 30px 30px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #95b94c;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: -50px 0px;
  background-size: 1000px 550px;
  background-repeat: repeat-y;
}

.product__info_reverse-capsules.product__info--reverse {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: -60px;
  margin-left: 100px;
  padding: 30px 90px 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #95b94c;
  background-position: -10px -10px;
  background-size: 930px 500px;
}

.product-capsules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-capsules {
  position: relative;
  left: auto;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #687585;
  border-radius: 20px;
  background-color: #df5823;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.button-capsules.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #687585;
  color: #fff;
}

.button-2-capsules {
  position: -webkit-sticky;
  position: sticky;
  left: 97%;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: block;
  width: 41px;
  margin-bottom: -20px;
  background-color: #95b94c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.list-capsules {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
}

.paragraph-info {
  display: block;
  margin: 10px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 1.3em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  white-space: normal;
}

.paragraph-info.paragraph--margin {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph-info.paragraph--padding {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

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

.bullet-point {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-12 {
  display: block;
}

.div-block-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  margin: 20px 140px 0px auto;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.paragraph-6.paragraph--margin {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
}

.bullet-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.lottie-animation-2 {
  display: none;
}

.container-title-background-copy {
  position: relative;
  display: none;
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-title-background-copy.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;
  -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;
  border-style: none;
}

.container-title-background-copy.container--logo {
  margin-bottom: 30px;
}

.column-15 {
  display: block;
}

.column-16 {
  display: none;
}

.div-block-5 {
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

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

.div-block-6 {
  position: absolute;
  left: 40%;
  top: 44%;
  right: auto;
  bottom: auto;
  display: block;
  margin: 200px auto 200px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-shampoo {
  position: relative;
  left: auto;
  top: -160px;
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border: 0px none #687585;
  border-radius: 10px;
  background-color: #6b1a45;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.button-shampoo.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #687585;
  color: #fff;
}

.text-block-7 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.image-14 {
  display: block;
  width: 80px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-7 {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.sticky-cta-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border: 5px none #6b1a45;
  background-color: rgba(238, 182, 194, 0);
  background-image: none;
  background-size: auto;
  opacity: 1;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  text-align: center;
}

.sticky-cta-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  padding: 20px 30px;
  border: 4px solid #6b1a45;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 0;
  text-align: center;
}

.sticky-cta__headline-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
}

.button-3 {
  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-3.button--sticky {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  background-color: #6b1a45;
}

.list-item-4 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
}

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

.columns-11 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.column-20 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 0px;
  -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;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
}

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

.content-rational-new.grafik {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  display: block;
  width: 90%;
  max-width: none;
}

.columns-7-rational-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-copy-2-mobile-2 {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: -30px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: 50% 0%;
  background-size: 60% 80px;
  background-repeat: repeat-y;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}

.container-title-background-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0.43);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-2-copy-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: -30px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 40px;
  -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(159, 191, 68, 0);
  background-image: url('../images/plantur21-background-pink-brush.png');
  background-position: 50% 0%;
  background-size: 90% 80px;
  background-repeat: repeat-y;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.column-23 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2-emotional-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0%;
  -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;
  background-color: rgba(240, 133, 157, 0.43);
}

.product__info-2 {
  margin-left: -130px;
  padding: 40px 20px 100px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #95b94c;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/plantur21-background-pink-brush.png');
  background-position: -70px 0px;
  background-size: 1000px 470px;
  background-repeat: no-repeat;
}

.button-4 {
  position: relative;
  left: auto;
  top: -140px;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 20px 30px;
  border: 5px none #687585;
  border-radius: 20px;
  background-color: #df5823;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.button-tonikum-2 {
  position: relative;
  left: auto;
  top: -140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #687585;
  border-radius: 20px;
  background-color: #df5823;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.heading-3-product-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px auto 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 400;
}

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

.product__info_reverse-new {
  margin-left: auto;
  padding: 30px 30px 30px 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #95b94c;
  background-color: rgba(159, 191, 68, 0);
  background-image: url('../images/Hintergrund_Grün.png');
  background-position: -50px 0px;
  background-size: 1000px 550px;
  background-repeat: repeat-y;
}

.product__info_reverse-new.product__info--reverse-new {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: -60px;
  margin-left: 100px;
  padding: 40px 90px 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #95b94c;
  background-image: url('../images/plantur21-background-pink-brush.png');
  background-position: -10px 0px;
  background-size: 930px 480px;
  background-repeat: no-repeat;
}

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

.content-new.content--gray {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-color: rgba(104, 117, 133, 0);
}

.product-tonikum-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-product-2 {
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 700;
}

.container-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  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;
  -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;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-6.container--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -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;
  border-style: none;
}

.image-19 {
  position: relative;
  left: 10px;
  width: auto;
  height: 610px;
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.product__image_reverse-2 {
  position: relative;
  z-index: 50;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: -210px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 340px;
  -ms-flex: 1 0 340px;
  flex: 1 0 340px;
}

.heading-3-product-mobile-2 {
  display: none;
  margin: -15px auto 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Amatic SC', sans-serif;
  color: #272727;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
}

.heading-2-product-mobile-2 {
  display: none;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5em;
  text-align: center;
}

.container-title-background-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0.43);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.ew_p21_grid_keyfacts {
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Advantage-1 Advantage-2 Advantage-3";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: myriad-pro, sans-serif;
  color: #fff;
}

.keyfact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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: 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;
  text-align: center;
}

.keyfact__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  margin-top: 20px;
  margin-right: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #6b1a45;
}

.keyfact__img {
  display: block;
  max-height: 80%;
  max-width: 80%;
}

.keyfact__content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
}

.keyfact__headline {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #6b1a45;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text-block-st-rer {
  position: relative;
  top: -30px;
  display: none;
  font-family: 'Amatic SC', sans-serif;
  color: #6b1a45;
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.section-2 {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.shop-link__item_logo {
  position: relative;
  top: -180px;
  display: none;
  width: 20%;
  padding: 10px;
  text-align: center;
}

.shop-link__item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-right: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #e0e0e0;
  border-radius: 10px;
  text-align: center;
}

.shop-link__item-inner2 {
  display: block;
  width: 160px;
  height: 80px;
  border: 1px none #333;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 1px 6px 1px rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.shop-link__img2 {
  border-radius: 0px;
  background-color: #fff;
}

.shop-link__item3 {
  position: relative;
  top: -180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #e0e0e0;
  border-radius: 10px;
  text-align: center;
}

.shop-link__img3 {
  border-radius: 0px;
  background-color: #fff;
}

.shop-link__item-inner3 {
  display: block;
  width: 160px;
  height: 80px;
  border: 1px none #333;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 1px 6px 1px rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.shop-link__item2-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-right: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #e0e0e0;
  border-radius: 10px;
  text-align: center;
}

.div-block-6-copy {
  position: absolute;
  left: 40%;
  top: 44%;
  right: auto;
  bottom: auto;
  display: none;
  margin: 200px auto 200px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

  .container.container--right {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.container--logo {
    text-align: center;
  }

  .hero {
    margin: 0px auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading.hero__headline {
    margin-right: auto;
    margin-left: auto;
    font-size: 4em;
    text-shadow: none;
  }

  .heading.hero__headline-green {
    margin-left: 0px;
    background-size: 210px 90px;
    font-size: 4em;
    text-shadow: none;
  }

  .heading.hero__headline-green-2 {
    margin-left: 0px;
    background-size: 340px 90px;
    font-size: 4em;
    text-shadow: none;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 4em;
    text-shadow: none;
  }

  .heading.hero__headline-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 2.2em;
    text-shadow: none;
  }

  .hero__packshot {
    top: -20px;
    height: 460px;
  }

  .hero__packshot.mobile {
    height: 430px;
  }

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

  .button {
    top: auto;
  }

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

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

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

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

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

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

  .paragraph {
    font-size: 1.1em;
  }

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

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

  .fact__item {
    padding: 20px;
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .product {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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: 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: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .product__info {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 0px -10px;
    background-size: 102% 100%;
    background-attachment: scroll;
  }

  .image {
    display: block;
    height: 550px;
    margin-right: auto;
  }

  .product__image {
    top: auto;
    bottom: -100px;
    width: 70%;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown {
    width: 90%;
    max-width: none;
  }

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

  .icon {
    display: block;
  }

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

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

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

  .logo {
    left: auto;
    top: -80px;
    bottom: 70px;
    width: 120px;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .sticky-cta {
    padding: 20px;
  }

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

  .hero__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    -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;
  }

  .columns-4 {
    display: block;
  }

  .modal__inner {
    display: block;
  }

  .bold-text {
    font-size: 1.3em;
  }

  .modal {
    display: none;
  }

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

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

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

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

  .column-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

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

  .container-2 {
    margin-top: 0px;
    padding: 40px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-product {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.1em;
    line-height: 1.2em;
  }

  .container_hero {
    height: 670px;
    max-width: 100%;
    padding-top: 40px;
  }

  .container_hero.container--logo {
    text-align: center;
  }

  .list-item-2 {
    margin-right: auto;
    margin-left: auto;
    line-height: 1.3em;
  }

  .columns-6 {
    position: relative;
    top: -80px;
    margin-top: 0px;
    margin-bottom: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .columns-7-rational {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-10 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-2-copy {
    background-position: 0% 0%;
    background-size: 100% 80px;
  }

  .image-10 {
    width: auto;
    height: 450px;
    max-width: none;
  }

  .column-11 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .product__image_reverse {
    bottom: -100px;
    width: 70%;
    margin: -100px auto 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-tonikum {
    top: -50px;
    margin-top: -70px;
  }

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

  .product__info_reverse.product__info--reverse {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 0px -10px;
    background-size: 102% 100%;
  }

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

  .paragraph-copy {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .column-12 {
    position: relative;
    top: -40px;
  }

  .heading-2-copy-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    font-size: 2em;
  }

  .heading-3-product {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .container-title-background {
    width: 80%;
  }

  .container-title-background.container--logo {
    text-align: center;
  }

  .list-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .product-tonikum {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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-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: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading-2-product-mobile {
    margin-right: auto;
    margin-left: auto;
    font-size: 3em;
    line-height: 1.2em;
  }

  .div-block-3 {
    height: 400px;
    margin-top: -60px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-4 {
    left: -140px;
    top: -50px;
    display: block;
    max-width: 100%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-8 {
    left: auto;
    top: 0px;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-13 {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-2 {
    left: auto;
    bottom: 70px;
    width: 120px;
  }

  .scroll-animation-rational {
    position: relative;
    left: auto;
    top: -110px;
    display: block;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    background-color: #687585;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .scroll-animation-rational.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-2 {
    margin: 0px auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .columns-9 {
    position: relative;
    top: -80px;
    margin-top: 0px;
    margin-bottom: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container_hero-rational {
    max-width: 100%;
    padding-top: 20px;
  }

  .hero-rational {
    margin: 0px auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .hero__headline-emotional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    -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;
  }

  .container-2-emotional {
    padding: 40px 0%;
  }

  .columns-7 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

  .column-14 {
    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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__packshot-copy {
    height: 400px;
  }

  .heading-2-copy-mobile {
    background-position: 0% 0%;
    background-size: 100% 80px;
  }

  .heading-3-product-mobile {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.1em;
    line-height: 1.2em;
  }

  .image-anwendung {
    width: 90%;
    max-width: 100%;
  }

  .div-block-creative {
    height: 220px;
    margin: -60px 10px 0px;
    background-position: -20px 0px;
    background-size: cover;
  }

  .modal-copy {
    display: none;
  }

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

  .modal-copy {
    display: none;
  }

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

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

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

  .heading-2-copy-2-mobile {
    background-position: 0% 0%;
    background-size: 100% 90px;
  }

  .heading-2-emotional-mobile {
    background-position: 0% 0%;
    background-size: 100% 80px;
  }

  .columns-10 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-10-copy {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-2-rational {
    margin-top: -10px;
    padding: 40px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__image_reverse-copy {
    width: 70%;
    margin-top: -40px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-capsules {
    display: block;
    height: 400px;
    margin-right: auto;
  }

  .product__image_reverse-capsules {
    width: 70%;
    margin-top: -40px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product__info_reverse-capsules {
    margin-left: -135px;
  }

  .product__info_reverse-capsules.product__info--reverse {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 0px -10px;
    background-size: 102% 100%;
  }

  .product-capsules {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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-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: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button-capsules {
    top: -100px;
  }

  .list-capsules {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-info {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1em;
  }

  .div-block-4 {
    margin-top: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-6.paragraph--margin {
    margin-bottom: 20px;
    font-size: 1.4em;
  }

  .bullet-points {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-title-background-copy {
    width: 80%;
  }

  .container-title-background-copy.container--logo {
    text-align: center;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    position: absolute;
    left: 70%;
    top: 400px;
    right: auto;
    bottom: 0%;
    display: block;
    margin: -10px 0px 0px;
  }

  .button-shampoo {
    top: -50px;
    margin-top: -70px;
  }

  .text-block-7 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4em;
  }

  .image-14 {
    width: 100%;
  }

  .div-block-7 {
    width: 70px;
    height: 70px;
  }

  .sticky-cta-copy {
    width: 300px;
    padding: 20px;
    -webkit-transform: translate(-210px, -100px);
    -ms-transform: translate(-210px, -100px);
    transform: translate(-210px, -100px);
  }

  .sticky-cta-2 {
    padding: 20px;
    opacity: 0;
  }

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

  .image-17 {
    width: 100%;
  }

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

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

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

  .image-18 {
    width: 90%;
    max-width: 100%;
  }

  .columns-7-rational-2 {
    width: auto;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-copy-2-mobile-2 {
    background-position: 0% 0%;
    background-size: 100% 90px;
  }

  .heading-2-copy-3 {
    background-position: 0% 0%;
    background-size: 100% 100%;
    font-size: 2.2em;
    text-align: center;
  }

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

  .container-2-emotional-2 {
    padding: 40px 5%;
  }

  .product__info-2 {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 0px -10px;
    background-size: 102% 100%;
    background-attachment: scroll;
  }

  .button-4 {
    top: -100px;
  }

  .button-tonikum-2 {
    top: -100px;
  }

  .heading-3-product-2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
  }

  .product__image-2 {
    width: 70%;
    margin-top: -40px;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .product__info_reverse-new {
    margin-left: -135px;
  }

  .product__info_reverse-new.product__info--reverse-new {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 0px -10px;
    background-size: 102% 100%;
  }

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

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

  .product-tonikum-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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-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: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .heading-2-product-2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 3em;
    line-height: 1.2em;
  }

  .container-6 {
    max-width: 100%;
  }

  .container-6.container--right {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-19 {
    display: block;
    height: 500px;
    margin-right: auto;
  }

  .product__image_reverse-2 {
    width: 70%;
    margin-top: -40px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-3-product-mobile-2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.1em;
    line-height: 1.2em;
  }

  .heading-2-product-mobile-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .ew_p21_grid_keyfacts {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .keyfact__headline {
    position: static;
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: center;
  }

  .text-block-st-rer {
    text-shadow: none;
  }

  .shop-link__item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    -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;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item3 {
    top: -150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    -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;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item2-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    -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;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .div-block-6-copy {
    position: absolute;
    left: 70%;
    top: 400px;
    right: auto;
    bottom: 0%;
    display: none;
    margin: -10px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 0px;
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 133, 157, 0.2)), to(rgba(240, 133, 157, 0.2))), url('../images/plantur21-pink-background-uk.jpg');
    background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.2), rgba(240, 133, 157, 0.2)), url('../images/plantur21-pink-background-uk.jpg');
    background-position: 0px 0px, 58% 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat-y;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.hero__headline-green {
    margin-left: 0px;
    background-size: 99% 80px;
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.hero__headline-green-2 {
    margin-left: 0px;
    background-size: 99% 80px;
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.hero__headline-copy {
    margin-left: 0px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .hero__packshot {
    top: auto;
    display: block;
    height: 380px;
  }

  .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: block;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .body {
    padding-bottom: 0px;
  }

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

  .content.content--gray {
    padding: 4vh 10px;
  }

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

  .paragraph {
    font-size: 1em;
  }

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

  .fact__item {
    padding: 30px 0px;
    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;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__info {
    margin-left: auto;
    padding-left: 20px;
    background-size: 103% 100%;
  }

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

  .image {
    height: 400px;
  }

  .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;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown {
    z-index: 0;
  }

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

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

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

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

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

  .statement__inner {
    width: 100%;
  }

  .logo {
    position: relative;
    top: -80px;
    bottom: 70px;
    width: 130px;
  }

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

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

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

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

  .heading-3 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7em;
    text-align: center;
  }

  .sticky-cta {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0px;
    border-style: none;
    background-color: rgba(153, 187, 60, 0);
  }

  .sticky-cta__headline {
    display: none;
  }

  .hero__headline {
    margin-left: 0px;
  }

  .button-2 {
    left: 90%;
  }

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

  .bold-text {
    font-size: 0.9em;
  }

  .modal__headline {
    margin-bottom: 20px;
  }

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

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

  .modal.modal--tonikum-copy {
    display: none;
  }

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

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

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

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

  .columns-5 {
    display: block;
  }

  .shop-link__item {
    padding: 5px;
  }

  .column-7 {
    margin-bottom: 30px;
  }

  .column-8 {
    display: block;
    margin-bottom: 30px;
  }

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

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

  .heading-2-product {
    margin-top: 60px;
    font-size: 1.6em;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

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

  .container_hero {
    margin-bottom: 0px;
  }

  .button-intro {
    display: none;
  }

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

  .list-item-2 {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .columns-7-rational {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .heading-2-copy {
    background-size: 100% 70px;
    font-size: 2.4em;
  }

  .image-10 {
    height: 400px;
  }

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

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

  .button_shampoo {
    display: none;
  }

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

  .button-tonikum {
    top: -120px;
    display: none;
  }

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

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

  .product__info_reverse.product__info--reverse {
    margin-right: auto;
    padding-right: 20px;
    padding-left: 30px;
    background-position: 0px -10px;
    background-size: 103% 100%;
  }

  .button-copy_stick {
    display: none;
  }

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

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

  .column-12 {
    margin-bottom: -50px;
  }

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

  .heading-3-product {
    font-size: 1.4em;
  }

  .container-title-background {
    width: 90%;
  }

  .button-2-toniikum {
    left: 90%;
  }

  .product-tonikum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-product-mobile {
    display: none;
    margin-top: 20px;
    font-size: 2.3em;
  }

  .div-block-3 {
    height: 320px;
    margin-top: -50px;
    background-position: 50% 0px;
    background-size: contain;
  }

  .container-4 {
    position: relative;
    left: -70px;
    top: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-8 {
    left: auto;
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-2 {
    position: relative;
  }

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

  .hero-2 {
    margin-bottom: 0px;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .container_hero-rational {
    margin-bottom: 0px;
  }

  .hero-rational {
    margin-bottom: 0px;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .hero__headline-emotional {
    margin-left: auto;
  }

  .container-2-emotional {
    padding-right: 2%;
    padding-left: 2%;
  }

  .columns-7 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .content-rational.content--gray {
    padding: 4vh 10px;
  }

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

  .content-copy.content--gray {
    padding: 4vh 10px;
  }

  .column-14 {
    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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__packshot-copy.mobile {
    display: block;
  }

  .heading-2-copy-mobile {
    background-size: 100% 70px;
    font-size: 2.4em;
  }

  .heading-3-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    text-align: center;
  }

  .heading-3-product-mobile {
    font-size: 1.8em;
  }

  .heading-3-mobile-2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    text-align: center;
  }

  .div-block-creative {
    height: 170px;
    margin-top: -50px;
    background-position: 50% 0px;
    background-size: cover;
  }

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

  .modal-copy.modal--tonikum {
    display: none;
  }

  .modal-copy.modal--tonikum-copy {
    display: none;
  }

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

  .modal-copy.modal--tonikum {
    display: none;
  }

  .modal-copy.modal--tonikum-copy {
    display: none;
  }

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

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

  .heading-2-copy-2-mobile {
    background-size: 100% 70px;
    font-size: 2.4em;
  }

  .heading-2-emotional-mobile {
    background-size: 100% 70px;
    font-size: 2.5em;
  }

  .heading-3-grafik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    text-align: center;
  }

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

  .columns-10 {
    width: auto;
    min-width: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .columns-10-copy {
    width: auto;
    min-width: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

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

  .shop-link__item-amazon {
    padding: 5px;
  }

  .product__image_reverse-copy {
    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;
  }

  .image-capsules {
    height: 300px;
  }

  .product__image_reverse-capsules {
    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;
  }

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

  .product__info_reverse-capsules.product__info--reverse {
    margin-right: auto;
    padding-right: 20px;
    padding-left: 30px;
    background-position: 0px -10px;
    background-size: 103% 100%;
  }

  .product-capsules {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-capsules {
    display: block;
  }

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

  .button-2-capsules {
    left: 90%;
  }

  .paragraph-info {
    font-size: 1em;
  }

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

  .paragraph-6.paragraph--margin {
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .bullet-points {
    width: 100%;
    margin-left: 10px;
  }

  .button-2-shampoo {
    left: 90%;
  }

  .div-block-6 {
    top: 380px;
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-shampoo {
    top: -120px;
    display: none;
  }

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

  .text-block-7 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3em;
  }

  .div-block-7 {
    width: 60px;
    height: auto;
  }

  .sticky-cta-copy {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0%;
    width: 250px;
    padding: 0px;
    border-style: none;
    background-color: rgba(153, 187, 60, 0);
    -webkit-transform: translate(-110px, -150px);
    -ms-transform: translate(-110px, -150px);
    transform: translate(-110px, -150px);
  }

  .sticky-cta-2 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: auto;
    padding: 0px;
    border-style: none;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .sticky-cta__headline-2 {
    display: none;
  }

  .button-3 {
    display: none;
  }

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

  .list-item-4 {
    font-size: 1.2em;
  }

  .column-21 {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .modal__headline-vendor {
    margin-bottom: 0px;
  }

  .heading-6 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    text-align: center;
  }

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

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

  .columns-7-rational-2 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-copy-2-mobile-2 {
    background-size: 100% 70px;
    font-size: 2.4em;
  }

  .heading-2-copy-3 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 2em;
  }

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

  .container-2-emotional-2 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .product__info-2 {
    margin-left: auto;
    padding-left: 50px;
    background-size: 103% 100%;
  }

  .button-4 {
    display: block;
  }

  .button-tonikum-2 {
    display: block;
  }

  .heading-3-product-2 {
    font-size: 1.8em;
    text-align: center;
  }

  .product__image-2 {
    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;
  }

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

  .product__info_reverse-new.product__info--reverse-new {
    margin-right: auto;
    padding-right: 20px;
    padding-left: 30px;
    background-position: 0px -10px;
    background-size: 103% 100%;
  }

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

  .content-new.content--gray {
    padding: 4vh 10px;
  }

  .product-tonikum-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-product-2 {
    display: none;
    margin-top: 20px;
    font-size: 2.3em;
  }

  .image-19 {
    height: 400px;
  }

  .product__image_reverse-2 {
    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;
  }

  .heading-3-product-mobile-2 {
    font-size: 1.8em;
  }

  .heading-2-product-mobile-2 {
    display: block;
    margin-top: 0px;
    font-size: 2.3em;
  }

  .ew_p21_grid_keyfacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: auto;
    grid-template-areas: "Advantage-1 Advantage-2"
      "Advantage-3 Teaser-Image";
    -ms-grid-columns: 46vw 45vw;
    grid-template-columns: 46vw 45vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .keyfact__headline {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .shop-link__item_logo {
    padding: 5px;
  }

  .shop-link__item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 20px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 20px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item2-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-right: 20px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .div-block-6-copy {
    top: 380px;
    display: none;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(240, 133, 157, 0.43);
    text-align: left;
  }

  .container.container--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 98%;
    margin-top: 0px;
    -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;
  }

  .container.container--logo {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .hero {
    overflow: visible;
    height: 730px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 20px 0vh;
    background-color: #f0859d;
    background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.5), rgba(240, 133, 157, 0.5)), linear-gradient(112deg, #f0859d, hsla(0, 0%, 100%, 0) 53%), url('../images/plantur21-pink-background-uk.jpg');
    background-position: 0px 0px, 0px 0px, 62% 0px;
    background-size: auto, auto, auto 800px;
    background-repeat: repeat, repeat, no-repeat;
    opacity: 1;
    text-align: center;
  }

  .heading.hero__headline {
    margin-left: auto;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    text-shadow: none;
  }

  .heading.hero__headline-green {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 112px 50px;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    text-shadow: none;
  }

  .heading.hero__headline-green-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 183px 50px;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: left;
    text-shadow: none;
  }

  .heading.hero__headline {
    margin-left: 0px;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: left;
    text-shadow: none;
  }

  .heading.hero__headline-copy {
    width: 100%;
    margin-left: auto;
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
    text-shadow: none;
  }

  .hero__packshot {
    top: 0px;
    display: none;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__packshot.mobile {
    left: -60px;
    top: -10px;
    display: block;
    height: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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: 250px;
    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 {
    top: -16px;
    display: block;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .content.content--gray {
    margin-right: auto;
    margin-left: auto;
    padding: 6vh 0px;
  }

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

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

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

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
  }

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

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

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

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

  .product {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product__info {
    top: -60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 133, 157, 0.1)), to(rgba(240, 133, 157, 0.1))), url('../images/Kontur_Booster_Animation_02.jpg');
    background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.1), rgba(240, 133, 157, 0.1)), url('../images/Kontur_Booster_Animation_02.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    height: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product__image {
    bottom: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: -30px;
    margin-bottom: -10px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-list {
    display: none;
  }

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

  .div-block {
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .text-block-2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

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

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

  .heading-3 {
    display: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

  .sticky-cta {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(153, 187, 60, 0);
  }

  .hero__headline {
    height: 50px;
    margin-top: 5px;
    margin-left: auto;
  }

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

  .button-2 {
    left: 90%;
    right: 0px;
    z-index: 50;
  }

  .image-8 {
    padding-bottom: 35px;
  }

  .modal__inner {
    overflow: auto;
    padding: 15px;
  }

  .bold-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
  }

  .modal__headline {
    margin-top: 0px;
  }

  .modal {
    display: none;
  }

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

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

  .modal.modal--tonikum-copy {
    display: none;
  }

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

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

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

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

  .columns-5 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-link__item {
    width: 80%;
  }

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

  .column-7 {
    margin-bottom: 30px;
  }

  .column-8 {
    display: block;
    margin-bottom: 30px;
  }

  .scroll-animation {
    position: relative;
    left: auto;
    top: -150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: rgba(104, 117, 133, 0);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .container-2 {
    margin-top: 0px;
    padding: 0px 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-2-product {
    display: block;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

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

  .container_hero {
    height: 650px;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
  }

  .container_hero.container--logo {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .list-item-2 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .columns-6 {
    top: -60px;
    margin-top: auto;
    margin-bottom: -20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: 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;
  }

  .columns-7-rational {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2-copy {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 0% 0%;
    background-size: 98% 100px;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .image-10 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
  }

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

  .list {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: disc;
  }

  .product__image_reverse {
    bottom: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: -30px;
    margin-bottom: -30px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-tonikum {
    top: -80px;
    display: none;
    margin-top: -30px;
  }

  .product__info_reverse.product__info--reverse {
    top: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 133, 157, 0.2)), to(rgba(240, 133, 157, 0.2))), url('../images/Kontur_Booster_Animation_02.jpg');
    background-image: linear-gradient(180deg, rgba(240, 133, 157, 0.2), rgba(240, 133, 157, 0.2)), url('../images/Kontur_Booster_Animation_02.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .button-copy_stick.button--sticky {
    left: 0%;
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 5px none #687585;
    background-color: #6b1a45;
  }

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

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

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

  .column-12 {
    top: auto;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2-copy-2 {
    display: block;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-3-product {
    display: block;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
  }

  .container-title-background {
    width: 95%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .container-title-background.container--right {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-title-background.container--logo {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

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

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

  .list-4 {
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 60px;
  }

  .button-2-toniikum {
    left: 90%;
    right: 0px;
    z-index: 50;
  }

  .product-tonikum {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-product-mobile {
    display: none;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    font-size: 2.1em;
    line-height: 1.2em;
    text-align: center;
  }

  .div-block-3 {
    height: 180px;
    margin-top: -50px;
    margin-right: 10px;
    margin-left: 10px;
    background-position: 50% 0px;
    background-size: contain;
  }

  .container-4 {
    position: relative;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-8 {
    left: auto;
    top: 0px;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-13 {
    top: -60px;
    display: block;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .hero__packshot-2 {
    height: 340px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .scroll-animation-rational {
    position: relative;
    left: auto;
    top: -40px;
    width: 120px;
    background-color: #687585;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-2 {
    overflow: visible;
    height: auto;
    margin-top: 0px;
    padding: 40px 20px 0px;
    text-align: center;
  }

  .columns-9 {
    top: -60px;
    margin-top: auto;
    margin-bottom: -20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container_hero-rational {
    max-width: 100%;
    margin-bottom: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-rational {
    overflow: visible;
    height: auto;
    margin-top: 0px;
    padding: 40px 20px 0px;
    text-align: center;
  }

  .hero__headline-emotional {
    height: 50px;
    margin-top: 5px;
    margin-left: auto;
  }

  .container-2-emotional {
    padding: 20px 10px;
  }

  .columns-7 {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-rational.content--gray {
    margin-right: auto;
    margin-left: auto;
    padding: 4vh 0px;
  }

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

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

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

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

  .content-copy.content--gray {
    margin-right: auto;
    margin-left: auto;
    padding: 4vh 0px;
  }

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

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

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

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -29px;
    padding-right: 0px;
    padding-left: 0px;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .hero__packshot-copy {
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2-copy-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 0% 0%;
    background-size: 98% 100px;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .heading-3-mobile {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

  .heading-3-product-mobile {
    display: none;
    margin-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4em;
    line-height: 1.1em;
    text-align: center;
  }

  .heading-3-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

  .image-anwendung {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .div-block-creative {
    height: 180px;
    margin-top: -50px;
    margin-right: 10px;
    margin-left: 10px;
    background-position: 0% 0px;
    background-size: cover;
  }

  .modal-copy {
    display: none;
  }

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

  .modal-copy.modal--tonikum {
    display: none;
  }

  .modal-copy.modal--tonikum-copy {
    display: none;
  }

  .modal-copy {
    display: none;
  }

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

  .modal-copy.modal--tonikum {
    display: none;
  }

  .modal-copy.modal--tonikum-copy {
    display: none;
  }

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

  .heading-2-emotional {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
  }

  .heading-2-copy-2-mobile {
    display: none;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0% 0%;
    background-size: 98% 100px;
    background-repeat: repeat-y;
    background-attachment: scroll;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .heading-2-emotional-mobile {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 0%;
    background-size: 99% 100px;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .heading-3-grafik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

  .columns-10 {
    width: 100%;
  }

  .columns-10-copy {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2-rational {
    padding: 40px 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__image_reverse-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: -30px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-capsules {
    height: 220px;
  }

  .product__image_reverse-capsules {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: -30px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product__info_reverse-capsules.product__info--reverse {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px;
    background-size: 99% 100%;
  }

  .product-capsules {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-capsules {
    top: -100px;
    display: block;
  }

  .button-2-capsules {
    left: 90%;
    right: 0px;
    z-index: 50;
  }

  .list-capsules {
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 60px;
  }

  .paragraph-info {
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
  }

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

  .bullet-point {
    width: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .div-block-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 20px;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-6.paragraph--margin {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .bullet-point-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bullet-points {
    width: 100%;
    margin-left: auto;
    font-size: 18px;
  }

  .image-13 {
    max-width: 100%;
  }

  .container-title-background-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .container-title-background-copy.container--right {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-title-background-copy.container--logo {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .button-2-shampoo {
    left: 90%;
    right: 0px;
    z-index: 50;
  }

  .div-block-6 {
    position: relative;
    left: auto;
    top: -35px;
    right: auto;
    bottom: auto;
    display: none;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-shampoo {
    top: -100px;
    display: none;
    margin-top: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .sticky-cta-copy {
    position: -webkit-sticky;
    position: sticky;
    width: 250px;
    background-color: rgba(153, 187, 60, 0);
    -webkit-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
  }

  .sticky-cta-2 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-perspective: 0px;
    perspective: 0px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .sticky-cta__headline-2 {
    display: none;
  }

  .bold-text-2 {
    line-height: 1.2em;
  }

  .list-item-4 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

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

  .div-block-8 {
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: left;
  }

  .link-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .modal__headline-vendor {
    margin-top: 20px;
  }

  .heading-6 {
    display: none;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: center;
  }

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

  .content-rational-new.grafik {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .column-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-18 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .columns-7-rational-2 {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-copy-2-mobile-2 {
    display: none;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0% 0%;
    background-size: 98% 100px;
    background-repeat: repeat-y;
    background-attachment: scroll;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
  }

  .container-title-background-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .heading-2-copy-3 {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0% 0%;
    background-size: 101% 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
  }

  .column-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2-emotional-2 {
    padding: 40px 2%;
  }

  .product__info-2 {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px;
    background-size: 99% 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-4 {
    top: -100px;
    display: block;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-tonikum-2 {
    top: -100px;
    display: block;
  }

  .heading-3-product-2 {
    display: block;
    margin-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
  }

  .product__image-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: -10px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product__info_reverse-new.product__info--reverse-new {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px;
    background-size: 99% 100%;
  }

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

  .content-new.content--gray {
    margin-right: auto;
    margin-left: auto;
    padding: 4vh 0px;
  }

  .product-tonikum-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-product-2 {
    display: none;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    font-size: 2.1em;
    line-height: 1.2em;
    text-align: center;
  }

  .container-6 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .container-6.container--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    -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;
  }

  .image-19 {
    left: auto;
    height: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .product__image_reverse-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: -30px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-3-product-mobile-2 {
    display: none;
    margin-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4em;
    line-height: 1.1em;
    text-align: center;
  }

  .heading-2-product-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
  }

  .container-title-background-2-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .ew_p21_grid_keyfacts {
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-areas: "Advantage-1"
      "Advantage-3"
      "Advantage-2";
    -ms-grid-columns: 95vw;
    grid-template-columns: 95vw;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .keyfact__icon {
    position: static;
    width: 4.5em;
    height: 4.5em;
    margin-top: 0px;
    -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;
  }

  .keyfact__img {
    max-width: 80%;
  }

  .keyfact__headline {
    margin-bottom: 0px;
    font-size: 1.2em;
    line-height: 1em;
  }

  .list-5 {
    padding-right: 10px;
  }

  .text-block-st-rer {
    font-size: 16px;
    text-shadow: none;
  }

  .shop-link__item_logo {
    width: 80%;
  }

  .shop-link__item2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 70%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item2:hover {
    opacity: 1;
  }

  .shop-link__item-inner2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: rgba(51, 51, 51, 0);
    border-radius: 10px;
  }

  .shop-link__img2 {
    width: auto;
    height: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fff;
  }

  .shop-link__item3 {
    position: relative;
    top: -120px;
    width: 60%;
    margin-top: 5px;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item3:hover {
    opacity: 1;
  }

  .shop-link__img3 {
    width: auto;
    height: auto;
    max-width: 60%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fff;
  }

  .shop-link__item-inner3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: rgba(51, 51, 51, 0);
    border-radius: 10px;
  }

  .shop-link__item2-1 {
    position: relative;
    left: -19%;
    top: 20%;
    right: 0%;
    bottom: 0%;
    width: 60%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 10px;
  }

  .shop-link__item2-1:hover {
    opacity: 1;
  }

  .div-block-6-copy {
    position: relative;
    left: auto;
    top: -35px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

#w-node-e522df61-8ef7-df2b-2756-810e0f535328-92d33acc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e522df61-8ef7-df2b-2756-810e0f535334-92d33acc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e522df61-8ef7-df2b-2756-810e0f53532e-92d33acc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e522df61-8ef7-df2b-2756-810e0f535334-92d33acc {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: Advantage-3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e522df61-8ef7-df2b-2756-810e0f535328-92d33acc {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-e522df61-8ef7-df2b-2756-810e0f53532e-92d33acc {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Advantage-2;
  }

  @media screen and (max-width: 767px) {
    #w-node-e522df61-8ef7-df2b-2756-810e0f535334-92d33acc {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-e522df61-8ef7-df2b-2756-810e0f53532e-92d33acc {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }
  }

  @media screen and (max-width: 479px) {
    #w-node-e522df61-8ef7-df2b-2756-810e0f535334-92d33acc {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-e522df61-8ef7-df2b-2756-810e0f53532e-92d33acc {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
  }
}

@font-face {
  font-family: 'Youthness otf';
  src: url('../fonts/Youthness-Bold-OTF.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youthness alt';
  src: url('../fonts/Youthness-ALT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youthness otf';
  src: url('../fonts/Youthness-Regular-OTF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youthness otf';
  src: url('../fonts/Youthness-Italic-OTF.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}