:root {
  --firebrick: #cd0c0f;
  --black-new: #202020;
  --orange-red: #ed6024;
  --green: #95b94c;
  --light-grey: #cacaca;
  --black: #000;
  --white: white;
  --white-smoke: #eaeaea;
  --light-grey-2: #d0d5d9;
  --grey: #8f8f8f;
  --dark-slate-grey: #363636;
  --grey-2: #8f8f8f;
  --light-black-overlay: rgba(0, 0, 0, .55);
  --dark-grey: #a6b1b7;
  --dark-slate-blue: #1d3b7e;
  --dark-red: #9c0a0c;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.custom-container {
  height: 100%;
  max-width: 1280px;
  border-bottom: 3px none var(--firebrick);
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.body {
  color: var(--black-new);
  background-color: #161616;
  background-image: none;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

.btn.btn--ghost {
  border: 2px solid var(--firebrick);
  background-color: var(--firebrick);
  color: #000;
}

.btn.btn--ghost.open-modal-black {
  border-color: #ed6024 #ed6024 var(--orange-red);
  background-color: var(--firebrick);
  color: #fff;
  border-color: var(--green);
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 17px 60px 10px;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.btn.fixed {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn.fixed.open-modal {
  background-color: #cd0c10;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 400;
  display: none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .6);
}

.btn.fixed.open-modal-black {
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 400;
  position: static;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .6);
}

.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.text-img__image {
  width: 50%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-img__content {
  width: 50%;
  color: var(--firebrick);
  text-align: left;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}

.packshot {
  width: 100%;
  max-width: 350px;
}

.h2 {
  color: var(--white-smoke);
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  display: flex;
}

.header__inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white-smoke);
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer__links {
  max-width: 1280px;
  color: var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  list-style-type: square;
}

.tabs {
  width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.paragraph-2 {
  color: var(--white-smoke);
  font-weight: 300;
  line-height: 150%;
}

.block-quote {
  line-height: 150%;
  display: none;
}

.tabs-menu {
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: black black var(--light-grey);
  margin-top: 40px;
}

.heading {
  color: var(--white-smoke);
  font-size: 22px;
  line-height: 150%;
}

.bold-text-3 {
  color: var(--firebrick);
  font-size: 22px;
}

.list {
  color: var(--black-new);
  margin-bottom: 10px;
  padding-left: 30px;
}

.subtitle {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.custom-container-header {
  max-width: 1280px;
  border-bottom: 3px none var(--white-smoke);
  flex: 1 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-3 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

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

.dropdown {
  z-index: 50;
  width: 99%;
  border-bottom: 1px solid var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  width: 99%;
  border: 1px none var(--firebrick);
  color: var(--orange-red);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  margin-bottom: 7px;
  padding-right: 55px;
  display: block;
}

.icon-2 {
  color: var(--black-new);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-top: 20px;
  display: grid;
}

.anwendung-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.anwendung-block-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.column-18 {
  padding-right: 20px;
  position: relative;
}

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

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

.divider {
  height: 20px;
  background-color: var(--light-grey-2);
  margin-top: 60px;
}

.bold-text-7 {
  width: 80%;
  border-bottom: 4px solid #ed6024;
  padding-bottom: 5px;
  font-size: 50px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-7.kraft {
  width: 94%;
  border-bottom-style: none;
  border-bottom-color: var(--firebrick);
}

.tabs-content {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link {
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.tab-link:hover {
  border-bottom: 3px solid var(--dark-slate-grey);
  color: var(--light-grey);
}

.tab-link.w--current {
  border-bottom: 3px solid var(--grey);
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
}

.nl-overlay {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: rgba(131, 131, 131, .65);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__subtitle {
  width: 95%;
  color: #eaeaea;
  text-align: center;
  margin: 0 auto;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.hero__heading {
  width: 100%;
  border-bottom: 5px solid var(--light-grey);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Helveticaneueltstd bdcn, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.heading-2 {
  color: var(--white-smoke);
  font-size: 22px;
  line-height: 150%;
}

.list-2 {
  color: #cacaca;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  color: #eaeaea;
  background-image: url('../images/icon-arrow.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
}

.list-item-bold {
  font-weight: 600;
}

.inci-hinweis-2 {
  color: #cacaca;
  font-weight: 300;
  line-height: 150%;
}

.div_patent {
  border: 2px solid var(--white-smoke);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-7 {
  width: 50px;
  display: none;
}

.div-block-8 {
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-icon {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Helveticaneueltw1g cn, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
}

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

.column__product_price {
  color: var(--black-new);
  padding-left: 0;
  padding-right: 0;
}

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

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

.product-size-2 {
  color: var(--light-grey-2);
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 120%;
}

.columns-2 {
  justify-content: flex-start;
  display: flex;
}

.hero_container_claim {
  width: 50%;
  margin-top: 100px;
  position: relative;
  top: 10%;
}

.hero__heading-title {
  width: 90%;
  border-bottom: 0px none var(--firebrick);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 auto 10px;
  font-family: Helveticaneueltstd bdcn, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.image-2 {
  display: block;
}

.image-3 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: none;
}

.image-mobile {
  max-width: 100%;
  text-align: left;
  display: none;
}

.field-label-9 {
  color: var(--light-grey);
  margin-bottom: 3px;
  font-size: 16px;
  display: block;
}

.modal__headline {
  color: #000;
  text-align: center;
  margin: 10px auto 20px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.btn-close {
  width: 45px;
  background-color: var(--light-grey);
  color: var(--black);
  margin-bottom: -20px;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form__input {
  margin-bottom: 0;
  padding: 15px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 14px;
  background-color: rgba(240, 240, 240, 0);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 10px;
  padding: 20px;
}

.form_block {
  display: none;
}

.form__submit {
  border: 2px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.form__submit:hover {
  border-width: 2px;
  border-color: var(--light-grey);
  color: var(--black);
  background-color: #fff;
}

.bold-text-9 {
  font-size: 20px;
  line-height: 200%;
}

.success-message {
  background-color: #95b94c;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed {
  max-height: 90vh;
  display: block;
}

.success-message-text {
  color: #fff;
}

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

.bold-text-16 {
  color: #eaeaea;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text {
  color: #707070;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

.text.text--white-form {
  color: #eaeaea;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

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

.success-message-headline {
  color: #fff;
}

.nl-overlay__inner {
  width: 100%;
  max-height: 95vh;
  max-width: 1280px;
  min-width: 30vw;
  border-bottom: 5px solid var(--light-grey);
  outline-offset: 0px;
  background-color: #161616;
  outline: 3px #000;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .4);
}

.link-3 {
  color: var(--grey);
}

.checkbox-field {
  margin-top: 0;
  margin-bottom: 25px;
}

.checkbox-label {
  color: #eaeaea;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  display: block;
}

.h2-subtitle {
  color: var(--white-smoke);
  text-transform: none;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  display: flex;
}

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

.main {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: block;
}

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

.header.color-control {
  height: 100vh;
  max-height: 920px;
  min-height: 800px;
  background-image: url('../images/P39_Black_Naming_Test_Anti_Grau_Effekt_Desktop.webp');
  background-position: 45% 70%;
  background-repeat: repeat;
  background-size: cover;
}

.sticky-cta {
  width: 100%;
  text-align: right;
  transition: all .2s ease-in-out;
  display: none;
  position: fixed;
  bottom: 1%;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 10px 20px;
  }

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

  .btn.fixed.open-modal-black {
    z-index: 250;
    width: 200px;
    background-color: var(--light-grey);
    color: var(--black);
    text-align: center;
    padding-top: 15px;
    padding-left: 20px;
    font-family: Helveticaneueltw1g cn, sans-serif;
  }

  .footer {
    padding-top: 5vw;
  }

  .row {
    flex-flow: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-img__image {
    width: 45%;
  }

  .packshot.haar-kraft {
    max-width: 350px;
  }

  .h2 {
    font-size: 29px;
    line-height: 35px;
  }

  .footer__links {
    justify-content: center;
  }

  .tabs {
    width: 100%;
    display: none;
  }

  .subtitle {
    font-size: 16px;
  }

  .custom-container-header {
    display: none;
  }

  .accordion-block-mobile {
    display: block;
  }

  .icon-2 {
    color: var(--white-smoke);
  }

  .text-block-3 {
    color: var(--white-smoke);
    font-size: 1.1em;
  }

  .dropdown-list {
    display: none;
  }

  .image {
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-4 {
    margin-top: 50px;
    display: none;
  }

  .bold-text-7 {
    width: 91%;
    line-height: 100%;
  }

  .bold-text-7.kraft {
    width: 100%;
  }

  .hero__subtitle {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 1.7em;
    line-height: 1.1em;
    display: block;
  }

  .hero__heading {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 3em;
    line-height: 1.2em;
    display: block;
  }

  .div_patent {
    flex-direction: row;
  }

  .div-block-8 {
    text-align: center;
  }

  .columns__product_info {
    width: 50%;
    display: flex;
  }

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

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

  .hero_container_claim {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 2%;
  }

  .hero__heading-title {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
    line-height: 1.2em;
    display: block;
  }

  .image-3 {
    display: none;
  }

  .image-mobile {
    max-width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .btn-close {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid-4 {
    grid-row-gap: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .text {
    line-height: 180%;
  }

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

  .nl-overlay__inner {
    width: 98%;
    max-height: 95vh;
    max-width: 100%;
    min-width: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .checkbox-field {
    margin-top: -20px;
  }

  .h2-subtitle {
    font-size: 29px;
    line-height: 35px;
  }

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

  .main {
    padding-top: 5vw;
  }

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

  .header.color-control {
    height: 100vh;
    background-image: url('../images/P39_Black_Naming_Test_Anti_Grau_Effekt_Desktop.webp');
    background-position: 72%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-cta {
    justify-content: flex-end;
    padding-right: 15px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn--ghost.open-modal-black {
    text-align: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn.fixed.open-modal {
    background-color: var(--orange-red);
    text-align: center;
    display: block;
    top: auto;
    bottom: 1%;
    left: 10%;
    right: 10%;
  }

  .btn.fixed.open-modal-black {
    background-color: var(--light-grey);
  }

  .row {
    flex-wrap: wrap;
  }

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

  .text-img__content {
    width: 100%;
  }

  .packshot.haar-kraft {
    margin-left: auto;
    margin-right: auto;
  }

  .packshot.haar-kraft.backshadow {
    width: 200px;
    max-width: none;
  }

  .h2, .packshot-animation {
    text-align: center;
  }

  .packshot-animation.hidden-sm {
    display: none;
  }

  .link {
    font-size: 16px;
  }

  .tabs {
    width: 100%;
    display: none;
  }

  .subtitle {
    text-align: center;
    font-size: 18px;
  }

  .custom-container-header {
    display: none;
  }

  .accordion-block-mobile {
    display: block;
  }

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

  .icon-2 {
    color: var(--white-smoke);
  }

  .text-block-3 {
    color: var(--white-smoke);
    font-size: 1em;
  }

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

  .bold-text-7 {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-7.kraft {
    width: 100%;
  }

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

  .hero__subtitle {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .hero__heading {
    width: 100%;
    margin-top: 0;
    font-size: 3em;
  }

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

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

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

  .hero_container_claim {
    width: 100%;
    top: 2%;
  }

  .hero__heading-title {
    width: 100%;
    margin-top: 0;
    font-size: 2em;
  }

  .image-mobile {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal__headline {
    margin-bottom: 20px;
  }

  .btn-close {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid-4 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text {
    margin-bottom: 10px;
  }

  .text.text--white-form {
    text-align: left;
  }

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

  .nl-overlay__inner {
    width: 98%;
    padding: 20px;
    position: relative;
    overflow: auto;
  }

  .h2-subtitle {
    text-align: center;
  }

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

  .header.color-control {
    height: 99vh;
    background-image: linear-gradient(to bottom, var(--light-black-overlay), rgba(255, 255, 255, 0) 26%), url('../images/P39_Black_Naming_Test_Anti_Grau_Effekt_Mobile.webp');
    background-position: 0 0, 70% 72%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-cta {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .btn.btn--ghost.open-modal-black {
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .btn.fixed.open-modal {
    text-align: center;
    background-color: #ed6024;
    display: block;
    top: auto;
    bottom: 1%;
    left: 10%;
    right: 10%;
    transform: translate(0, -300px);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .6);
  }

  .btn.fixed.open-modal-black {
    z-index: 100;
    background-color: var(--green);
    color: var(--white);
    font-size: 1.3em;
    line-height: 1.3em;
    top: auto;
    bottom: 2%;
  }

  .footer {
    padding-top: 6vw;
  }

  .text-img__image {
    margin-bottom: 10px;
    display: block;
  }

  .text-img__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .packshot {
    max-width: 210px;
  }

  .h2 {
    text-align: center;
    border: 1px #000;
    margin-bottom: 0;
    font-size: 1.3em;
  }

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

  .link {
    font-size: 14px;
  }

  .footer__links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .list-item {
    font-size: .9em;
  }

  .tabs {
    width: 95%;
    display: none;
  }

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

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

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

  .tabs-menu {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .tab-link-text-block {
    font-size: 18px;
  }

  .heading {
    margin-top: 0;
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .subtitle {
    text-align: center;
    font-size: .8em;
  }

  .custom-container-header {
    padding-bottom: 10px;
    display: none;
  }

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

  .dropdown {
    width: 98%;
  }

  .dropdown-toggle {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .dropdown-toggle:hover {
    border-color: var(--orange-red);
  }

  .icon-2 {
    color: #fff;
  }

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

  .dropdown-list {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    display: none;
  }

  .dropdown-list.w--open {
    width: 98%;
    color: var(--black-new);
    background-color: rgba(0, 0, 0, 0);
    margin-top: -10px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .image {
    max-width: 100%;
  }

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

  .column-19 {
    padding-right: 0;
  }

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

  .bold-text-7 {
    width: 90%;
    border: 1px #000;
    border-bottom: 4px solid #ed6024;
    padding-bottom: 5px;
    font-size: 40px;
    text-decoration: none;
  }

  .bold-text-7.kraft {
    width: 100%;
    font-size: 1.3em;
  }

  .tab-link {
    font-size: 19px;
  }

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

  .hero__heading {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 1.9em;
    line-height: 1.3em;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 20px;
  }

  .list-2 {
    display: block;
  }

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

  .inci-hinweis-2 {
    color: #8f8f8f;
    font-size: .7em;
    line-height: 1.3em;
  }

  .div_patent {
    border-style: solid;
    flex-direction: row;
  }

  .div-block-8 {
    text-align: left;
  }

  .paragraph-icon {
    text-align: center;
    font-size: .9em;
    font-weight: 400;
  }

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

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

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

  .hero_container_claim {
    width: 95%;
    text-align: left;
    top: 3%;
  }

  .hero__heading-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 1.4em;
    line-height: 1.1em;
  }

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

  .field-label-9 {
    margin-bottom: 1px;
  }

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

  .btn-close {
    z-index: 50;
    width: 34px;
    text-align: center;
    padding: 4px 7px;
    font-size: 18px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .grid-4 {
    width: 100%;
    padding: 0 0 10px;
  }

  .form__submit {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    position: static;
  }

  .form-block {
    margin-left: auto;
    display: block;
  }

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

  .text {
    text-align: left;
    margin-bottom: 10px;
  }

  .text.text--white-form {
    text-align: left;
    font-size: 13px;
    line-height: 150%;
  }

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

  .nl-overlay__inner {
    width: 99%;
    max-height: 95vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: block;
    overflow: auto;
  }

  .checkbox-field {
    margin-top: -25px;
  }

  .checkbox-label {
    text-align: left;
    font-size: 13px;
    line-height: 150%;
  }

  .h2-subtitle {
    text-align: center;
    border: 1px #000;
    margin-bottom: 0;
    font-size: 1.1em;
  }

  .main {
    padding-top: 6vw;
  }

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

  .header.color-control {
    height: 100vh;
    max-height: 740px;
    min-height: 600px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sticky-cta {
    opacity: 0;
    transform: translate(0, 100px);
  }
}

#w-node-aa678914-2adb-5ae0-eb95-da210a58a489-fe71b9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ee1a8b80-9f09-44f5-9707-8c1548465cf8-fe71b9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69fd6b9d-77d8-775b-4bb0-778aa9b3a8a6-fe71b9c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aade6551-3707-78b9-e041-0ff2407224d4-fe71b9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-aade6551-3707-78b9-e041-0ff2407224d5-fe71b9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aade6551-3707-78b9-e041-0ff2407224cd-fe71b9c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bb68a3b8-c455-ec8d-0bca-911c4788881a-fe71b9c2, #w-node-bb68a3b8-c455-ec8d-0bca-911c47888828-fe71b9c2, #w-node-bb68a3b8-c455-ec8d-0bca-911c47888834-fe71b9c2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 767px) {
  #w-node-aa678914-2adb-5ae0-eb95-da210a58a489-fe71b9c2 {
    grid-column: span 3 / span 3;
  }

  #w-node-aade6551-3707-78b9-e041-0ff2407224d4-fe71b9c2, #w-node-aade6551-3707-78b9-e041-0ff2407224cd-fe71b9c2 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb68a3b8-c455-ec8d-0bca-911c4788881a-fe71b9c2, #w-node-bb68a3b8-c455-ec8d-0bca-911c47888834-fe71b9c2 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd bdcn';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltw1g cn';
  src: url('../fonts/HelveticaNeueLTW1G-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}