:root {
  --green: #d4e7e1;
  --pink: #d9b3b0;
  --blue: #b1d4ee;
  --yellow: #fed783;
  --violet: #bdcbe6;
  --brown: #bfaea3;
  --lightbrown: #ecd8d7;
  --orange: #ffc49a;
  --purple: #bfc8e6;
}

body {
  background-color: white;
  font-family: 'Helvetica Neue', Helvetica, Arial;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: white;
  font-family: 'HelveticaNeueLTPro-LtEx', sans-serif;
}

.mobileElem {
  display: none;
}


.allProds {
  color: black;
}

.totalTax {
  font-size: 15px;
}


.fullContainer {
  max-width: 1000px;
  margin: auto;
}


.fixedShopping {
  /* display: none; */
  display: block;
  position: fixed;
  /* position: sticky; */
  /* right: 28%; */
  right: 85px;
  /* top: 3%; */
  top: 90px;
  /* transform: translateY(-50%); */
  transform: translateX(-100%);
  width: 40px;
  height: 28px;
  z-index: 999;
  /* background-color: grey; */
  transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;
  cursor: pointer;
}

#cart_n {
  background-color: white;
  border-radius: 20px;
  margin-left: 5px;
  width: 28px;
  height: 28px;

  display: flex;
  justify-content: center;
  align-items: center;
}



.subpageWrap{
  padding: 20px;
  padding-bottom: 30px;

}

.subpageWrap ul{
  margin-left: 20px;

}

.cartImgWrapper {
  background-color: var(--yellow);
  border-radius: 40px;
  padding: 5px;
  /* margin-left: 5px; */
  width: 50px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

}


#cart_num{

    font-size: 20px;
      background-color: white;
      border-radius: 26px;
      height: 28px;
      width: 28px;

  display: none;

  justify-content: center;
  align-items: center;
}

#cart_n {
  justify-content: center;
  align-items: center;
}

#cart_holder {
  min-width: 90px;
}


#cart_img {
  background-color: var(--yellow);

  width: 80%;
  height: 80%;
  object-fit: contain;

}



.show-for-sr {
  display: none;
}


.mainNavigationHead {
  padding: 20px 50px;
  background-color: #b1d4ef;

  display: flex;
  justify-content: space-between;
  align-items: center;

  display: none;
}



.mainNavigationCart {
  padding: 20px 50px;
  background-color: #b1d4ef;

  display: flex;
  justify-content: space-between;
  align-items: center;

}

#cart_holder {
  display: flex;
}




.billingContainer {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 50px 20px 0;

}

.pageTitle {
  font-size: 48px;
  text-align: center;

  display: flex;
  justify-content: center;
}

.pageTitleElem {
  position: relative;
}

.pageTitleElem .slogan {
  width: 100%;
}

.smallTitle {
  font-size: 24px;
  margin-bottom: 20px;
}

.billingHolder {
  display: flex;

}

.billingLeft, .billingRight {
  flex-basis: 400px;
  flex-grow: 1;
}


.flexer {
  display: flex;
  justify-content: space-between;

}


.flexer .onePair:first-child {
  margin-right: 10px;
}

.flexer .onePair:last-child {
  margin-left: 10px;
}

#billing_country {
  margin-bottom: 12px;
  border-radius: 30px;

  flex-grow: 10;
  padding: 0 10px;
}

.onePair {
  flex-grow: 1;
  flex-basis: 200px;

  display: flex;
}
.module_contact_label {
  /* flex-grow: 1; */
  /* flex-basis: 140px; */
}

.register_input {
  width: 100%;
  flex-basis: 175px;
  /* flex-basis: 140px;
  flex-grow: 1; */
  padding: 0px 10px;
}

input.register_input {
  flex-grow: 1;
}

.telLabel {
  flex-grow: unset;
  /* margin-right: 20px; */
}


#billing_item_container {
  max-width: 800px;
  padding: 20px;
  border-radius: 20px;
  background-color: #D9B3B0;

  margin-bottom: 30px;
}

#billing_item_container input {
  outline: none;
  border: none;
  margin-bottom: 10px;
  border-radius: 30px;
}

.checkoutElem {
  display: flex;
}

.checkoutBox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #D9B3B0;
}



#cart_overview {
  max-width: 800px;
  margin: auto;
}

.shoppingStepsOuterHolder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 760px;
  width: 100%;

  display: flex;
  justify-content: flex-end;
}


#shopping_steps_holder {
  border-radius: 40px;
  background-color: rgb(230, 229, 229);

  display: flex;
  padding: 6px 8px;

}

#shopping_steps_holder > * + * {
  margin-left: 10px;
}


.leftTableElem {
  width: 120px;
}

.miniStepHolder {
  width: 40px;
  height: 40px;
}

.miniStepHolder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cart_item_qty_btn {
  cursor: pointer;
}

.cartItemInnerHolder {
  display: flex;
  background-color: #FBD481;
  border-radius: 20px;
  padding: 5px 20px;
}

.qty_num {
  margin: 0 10px;
}

#cart_total {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  max-width: 600px;
  margin: 50px auto 0;
}

#total_sum {
  font-weight: bold;
  font-size: 36px;
  margin-left: 10px;
}

#promo_holder {
  display: flex;
  align-items: center;
}

#promo_code {
  margin: 0 20px;
  border-radius: 30px;
  border: 2px solid black;
  padding: 3px 20px;
}

#add_promo_code {
  padding: 5px 30px;
  background-color: #B1D4EE;
  border-radius: 30px;
  cursor: pointer;
}

.cart_item {
  margin-bottom: 5px;
}

.cartOuterButton {
  display: flex;
  justify-content: flex-end;
}

.carButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}

#cart_checkout {
  background-color: #D4E7E1;
  padding: 5px 30px;
  border-radius: 20px;
}

.cartArrow {
  transform: translateX(-10px);
  width: 40px;
}


.continueButton {
  background-color: #FBD481;
  padding: 5px 30px;
  border-radius: 20px;
}

.totalElem {
  display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 600px;
}

.totalPrice {
  font-weight: bold;
  font-size: 36px;
  margin-left: 10px;
}

#checkout_sub {
  padding: 5px 30px;
    background-color: #B1D4EE !important;
    border-radius: 30px;
    border: none;
}

.finishBooking {
  display: flex;
  justify-content: flex-end;
  /* margin: 50px 0 30px; */
}


.chooseColor {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.chooseColorButton {
  padding: 5px;
  margin-bottom: 0;
}






.brownButton {
  background-color: var(--pink);
  opacity: 50%;
}

.mainNavigation {
  top: 0;
  padding-right: 3em;
  margin: 2em 3em;
}

.rightNav {
  /* display: flex; */
  display: none;
  flex-direction: row;
  font-size: 1.4em;
}

.rightNav > * + * {
  /* display: flex;
  flex-direction: row; */
  margin-left: 3em;
}

.stylerBanner {
  position: absolute;
  top: 200px;
  right: 50px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stylerBannerIcon img {
  width: 75px;
}

.stylerBannerText {
  width: 175px;
  margin-top: -30px;
}

.headerVideo {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* background-color: var(--brown); */
}

.videoMuteButton {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-radius: 100px;
  cursor: pointer;
}

.videoMuteIcon {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.isMuted {
  display: none;
}

.videoMuteButton.muted .isUnmuted {
  display: none;
}

.videoMuteButton.muted .isMuted {
  display: block;
}

.headerProduct {
  width: 100%;
  height: 90vh;
  background-color: var(--brown);
  padding-top: 140px;
}

h2 {
  text-decoration: underline;
}

.headerVideo {
  position: relative;
}

.headerVideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-color: var(--brown); */
}



/* taric  */


.productHolder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.Elem {
  position: relative;
}

.prodImgHolder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20%;
  width: 100%;
  height: 100%;
}

.prodImgHolder img {
  object-fit: contain;
}

.categorySmall {
  z-index: 1;
}

.bottomHolder {
  display: flex;
  justify-content: space-between;

  position: absolute;
  bottom: 0;
  width: 100%;

  padding: 10px;
}

.topHolder {
  display: flex;
  justify-content: space-between;

  position: absolute;
  top: 0;
  width: 100%;

  padding: 30px 30px 0;
}

.cardHolder {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 5px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-right: 20px;

  padding: 5px;

  cursor: pointer;
}

.cardHolderUnvis {
  visibility: hidden;
  width: 30px;
  height: 30px;
}

.cardHolder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prodTitleHolder {
  display: flex;
  justify-content: center;
}



/* tairc end  */












/* h1 */

h1 {
  z-index: 100;
}

.hStroke {
  display: flex;
  justify-content: center;
  margin-top: -30px;
  z-index: 400;
}

.moreProducts h1 {
  z-index: 400;
  padding-bottom: 0;
  margin-top: 30px;
  position: relative;
}

.unterstreich {
  margin-top: -30px;
  z-index: -5;
  /* position: relative; */
}

.hStroke img {
  width: 350px;
  height: 60px;
  z-index: -10;
  object-fit: fill;
}

#produkte {
  z-index: 2;
  margin-top: -70px;
}

.categories {
  position: absolute;
  display: flex;
  justify-content: space-around;
  /* bottom: 50px; */
  top: calc(100vh - 160px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  display: flex;
}

.categories > div {
  width: 100px;
}

.howtoCircleIcon {
  background-color: var(--green);
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.shopCircleIcon {
  background-color: var(--purple);
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.stylerCircleIcon {
  background-color: var(--orange);
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.newsletterCircleIcon {
  background-color: var(--lightbrown);
  border-radius: 100px;
  width: 80px;
  height: 80px;
}


.outerCircle {
  border-radius: 100px;
  border: 1px solid white;
  padding: 5px;
  width: 100px;
  height: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.category {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: flex;
  justify-content: center;
  /* outline-offset: 5px; */
  cursor: pointer;

  /* outline: 1px solid white; */
  border: 1px solid white;
}

.onlineShopIcon {
  border: 1px solid black;
}

.categorySmall {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  /* outline-offset: 5px;

  outline: 1px solid white; */
  border: 1px solid white;
  /* position: absolute;
  top: 20px;
  right: 20px; */
}

.priceTag {
  /* width: 120px;
  height: 40px; */
  background-color: white;
  border-radius: 50px;
  display: flex;
    z-index: 1;

  justify-content: center;
  /* outline-offset: 5px;

  outline: 1px solid white; */
  border: 1px solid white;
  /* position: absolute;
  top: 20px;
  right: 20px; */


  padding: 0.4em 1.6em;
  font-size: 1.3em;
  /* margin: 2em auto; */
  font-weight: bold;
  /* display: flex;
  justify-content: center;
  cursor: pointer; */
  /* transition: transform 200ms ease; */
}




.categoriesSmall {
  background-color: white;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  width: 200px;
  height: 60px;
}

.categorySelector {
  display: flex;
}

.categorySelector > div + div {
  margin-left: 15px;
}

.categorySelector .category {
  width: 40px;
  height: 40px;
}



/* .categoriesSmall > img {
  width: 50px;
} */

.category img {
  width: 80px;
}

.categoryText {
  margin-top: 15px;
  text-align: center;
}

#farbe {
  background: var(--blue);
}

#pflege {
  background: var(--yellow);
}

#wachstum {
  background: var(--pink);
}

#small-farbe {
  background: var(--blue);
}

#small-pflege {
  background: var(--yellow);
}

#small-wachstum {
  background: var(--pink);
}

.farbe {
  background: var(--blue);
  color: #000;
}

.pflege {
  background: var(--yellow);
}

.wachstum {
  background: var(--pink);
}

#gwcosmetics {
  background: var(--green);
}

.categories > div {
  width: 100px;
}

.category {
  /* width: 100px; */
  margin: auto;
  /* opacity: 50%; */
}

.activeCategory {
  opacity: 100%;
  text-decoration: underline;
}

h2 {
}

.underline {
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: 5px;
}

.productsHeadline {
  padding-bottom: 0em;
}

.socialIcons img {
  width: 25px;
}

.category img {
  width: 80px;
}

h1 {
  letter-spacing: 3px;
}

.logo {
  z-index: 1000;
}

.small {
  cursor: unset;
  outline: 1px solid black !important;
}

.gridContainer {
  display: grid;
  /* height: 77vh; */
  z-index: 1;
  gap: 4em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(26, 1fr);
  margin: 4em auto;
  justify-content: center;
  align-content: center;
  width: 500px;
  /* margin-right: 1em;
  margin-left: 1em;
  margin-top: 1em; */
}

.gridContainer > * {
  margin: auto;
}

.productContainer {
  display: flex;
  justify-content: space-around;

  width: 1000px;
  margin: 55px auto 0em;
}

.productContainer > * + * {
  margin-left: 60px;
}

.column {
}

.column > * + * {
  margin-top: 60px;
}

.column2 {
  margin-top: 200px;
}

.item {
  /* display: flex; */
  background-color: yellow;
  /* align-items: center; */
  /* justify-content: center; */
  width: 27em;
  border-radius: 30px;
  padding-bottom: 20px;
}

.step {
  padding-left: 0em;
  padding-right: 0em;
}

.itemCategory {
  width: 90%;
  margin: auto;
  position: relative;
}

.itemCategory button, button.buttoncart {
  color: black;
}

select {
  color: black
}



    .itemCategory h2 {
      -webkit-hyphens: auto;
      hyphens: auto;
      font-weight: 400;
    }

.itemPerson {
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 20px;
  margin-left: 70px;
  overflow: hidden;
  position: relative;
}

.itemPerson img {
  position: absolute;
  bottom: 0;

      width: 100%;
        height: 100%;
        object-fit: cover;
}

.itemButtons button {
  font-size: 1em;
  margin: 1em auto;
}

.productBuy {
  margin: 1em auto !important;
}

.itemImage {
  position: relative;
}

.signature {
  text-align: center;
}

.itemProduct {
  position: absolute;
  top: -50px;
  right: 45px;
  width: 200px;
  height: 220px;
}

.itemProduct img {
  object-fit: contain;
}

.item .item {
  /* display: flex;
  background-color: black;
  align-items: center; */
  /* justify-content: center; */
  width: 27em;
  height: unset;
  border-radius: 30px;
  padding-bottom: 20px;
}

.item-6 {
  grid-column: 2;
  grid-row: 19 / span 8;
  background: white;
  border: 3px solid var(--blue);
  cursor: pointer;
}

.more {
  display: none;
}

/* anwendung */

button {
  background-color: var(--yellow);
  padding: 0.7em 2em;
  border: none;
  border-radius: 50px;
  font-size: 1.3em;
  margin: 2em auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: transform 200ms ease;
}

.rollit {
  transition: transform 200ms ease;
}


button:hover,
.rollit:hover,
.addToShoping:hover
 {
  transform: scale(1.1);
}

.brownButton {
  padding: 0.7em 2em;
  border: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;

  cursor: pointer;
}

.shoppingCart {
  width: 40px;
  height: 30px;
  /* margin-top: 5px; */
}



.cartIcon {
  width: 90px;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cartIcon img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* .colorSelector {
  width: 50px;
  border-radius: 50%;
  outline: none;
  border: 3px solid black;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
} */

input[type='radio'] {
  appearance: none;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  content: none;
  outline: none;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input[type='radio']:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

.inputHolder {
  display: flex;
}

sup {
  text-decoration: none !important;
}

.colorName {
  margin-left: 0.5em;
  margin-top: auto;
  margin-bottom: auto;
}

.inputHolder > input + input {
  margin-left: 0.5em;
}

input[type='radio']:checked::before {
  position: absolute;
  margin-left: 8px;
  color: white !important;
  content: '\00A0\2713\00A0' !important;
  font-weight: bolder;
  font-size: 21px;
  margin-top: 10px;
}

button[type='submit'] {
  background-color: var(--yellow);
  padding: 0.7em 2em;
  border: none;
  margin: 0;
  margin-left: 1em;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.eyes {
  max-width: 1000px;
  margin: auto;

  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

.flexContainer {
  position: relative;
  max-width: 1000px;
  margin: auto;

}

.arrowschritt {
  position: absolute;
  top: -90px;
  left: 150px;
  z-index: 1;
  display: none;
}

.arroweyes {
  position: absolute;
  right: -230px;
  bottom: -100px;
}

.arrowkaufen {
  position: absolute;
  bottom: -240px;
  right: 400px;
  display: none;
}

.schritt {
  display: flex;
  /* justify-content: center; */
  border-radius: 30px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 3em;
  margin-top: 70px;
}

.quote {
  display: flex;
  position: relative;
  height: 300px;
  margin-top: 140px;
  margin-bottom: 140px;

  width: 1000px;

  height: unset !important;

  background-color: var(--yellow);
  font-size: 1.1em;
}

.packerl {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 120px;
}

.pusher {
  width: 10%;
}

.quoteImage {
  left: 30px;
  bottom: -6px;
  width: 300px;
}

.quoteImage img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.quoteSignature {
  color: white;
  position: absolute;
  top: 70%;
  left: 85%;
  text-align: center;
}

.quoteText {
  margin: 30px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 15px;
}

.quoteTitle h2 {
  font-weight: normal;
}

.quoteMoreButton {
  background-color: #bdcbe6;
  font-size: .8em;
  margin: 0;
  padding: 10px 20px;
  color: black !important;
}

.quoteIcons {
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
}

.quoteCircles {
  display: flex;
  gap: 10px;
}

.quoteIcon {
  background-color: black;
  color: white;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quoteCatImage {
  background-color: #bdcbe6;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.quoteCatImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quote1 {
  width: 150px;
  position: absolute;
  top: -50px;
  left: -80px;
}

#checkout_sub {
  cursor: pointer;
}

.quote2 {
  width: 150px;
  position: absolute;
  /* top: 80px; */
  top: 90px;
  /* right: -80px; */
  right: -75px;
}

.slogan {
  margin-top: -30px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.smallText {
  font-size: 0.7em;
}

.schrittImage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4em;
  margin-right: 3em;

  /* margin-top: 3em;
  margin-bottom: 4em;  */
  /* width: 350px; */
}

.schrittImage img {
  border-radius: 20px;
  width: 227px;
}

.schritt > * + * {
  margin-left: 2em;
}

/*  */

.schrittText {
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: 2em;
  justify-content: flex-start;
  max-width: 500px;
}

.schrittText h1 {
  text-align: left;
  padding: 0;
  padding-bottom: 1em;
}

.anwendungFaces {
  position: relative;
}

.slickHolder {
  position: relative;
  width: 370px;
  /* transform: translateY(145px); */
  /* transform: translate(-35px, 0%); */

  display: flex !important;
  align-items: center;
  justify-content: center;

}

.sliderHolder {
  position: relative;
  width: 370px;

}

.slickHolder {
  height: 100%;
}

.sliderArrowHolder {
  display: flex;
  justify-content: flex-end;
}

#stepSliderArrows {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#leftStepArrow {
  transform: rotate(180deg);
  cursor: pointer;
  margin-top: -12px;
  margin-left: 1em;
  width: 30px;
  z-index: 1;
}

#rightStepArrow {
  margin-right: 1em;
  cursor: pointer;
  width: 30px;
  z-index: 1;
}

.sliderElem {
  width: 100%;
  display: flex !important;
  justify-content: center;

}


.sliderImage {
  width: 160px !important;
  height: 160px !important;
  object-fit: cover;

  display: flex !important;
  justify-content: center;
  align-items: center;
  /* margin-left: 3.7em;
  margin-right: 3.5em; */

  /* margin-top: 3em;
  margin-bottom: 4em;  */
  /* width: 350px; */
}

.sliderImage img {
  border-radius: 20px;
  width: 227px;
}

.step .anwendungArrow {
  position: absolute;
  pointer-events: none;
  bottom: 60px;
  left: -75px;
}

/* footer */

.upperFooter {
  display: flex;
  justify-content: space-between;
  padding: 2em 1em;
  background: var(--green);
}

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

.brown {
  background-color: var(--brown);
}

.blue {
  background-color: var(--blue);
}

footer {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
  background-color: white;
}

/* product description */

.productDescription {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

h2 {
  font-size: 2em;
}

.productIntro {
  height: 100%;
  max-width: 1200px;
  display: flex;
  margin: auto;
  width: 100%;
  /* margin-left: 200px; */
  justify-content: space-between;
  align-items: flex-end;
}

.productImage2 {
  display: none;
}

.productGet {
  display: flex;
  align-items: flex-start;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 1em;
  margin-right: 1em;
}

#checkbox {
  cursor: pointer;
}

.productGet > * + * {
  margin-top: 20px;
}

.quoteImg {
  display: none;
}

.quoteSig {
  display: none;
  color: white;
  margin: 1em auto 1em;
}

.form > * + * {
}

.productImage {
  margin-bottom: -150px;
  margin-left: 50px;
  width: 350px;
  max-height: 700px;
}

.anwendungFaces div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.productDescription > * + * {
  margin-left: 2em;
}

.anwendungFaces img {
  border-radius: 20px;
}

.longText {
  font-size: 1.3em;
}

.anwendungText {
  font-weight: bold;
}

.activeBrownButton {
  opacity: 100%;
}

.inhalt,
.stoff {
  display: none;
}

.notesProduct {
  background-color: var(--green);
  border-radius: 30px;
  max-width: 700px;
  /* margin-left: 150px;
  margin-bottom: 100px; */

  margin: 0 auto 100px;
}

.notesButtons {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}

.notesText {
  padding: 3em;
  padding-bottom: 3em;
  margin-right: 3em;
}

.visible {
  display: block;
}

/* product page */

.form {
}

/* form * {
  display: flex;
} */

.lang_btnInactive {
  opacity: 50%;
}

.unter {
  margin-top: -110px;
}

.unter img {
  z-index: 0;
}

.moreProducts h1 {
  z-index: 100;
}

.unvisibleButton {
  display: none;
}

.moreShow {
  display: block;
}

.plusminus {
  display: flex;
  padding: 0em 2em;
  border-radius: 40px;
}

.arrowDown {
  display: flex;
  justify-content: center;
}


.faqLinker {
  text-align: center;
  text-decoration: underline;
}





.amountSelect {
  cursor: pointer;
  border: none;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

#js_amount {
  font-size: 1em;
  text-align: center;
  border: none;
  font-weight: bold;
  width: 2em;
  margin: 0 0.5em;
}

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

/* hamburger */

.hamburger {
  /* display: none; */
  position: fixed;
  /* position: sticky; */
  right: 6%;
  top: 7%;
  transform: translateY(-50%);
  width: 55px;
  height: 35px;

  z-index: 9999;
  /* background-color: grey; */
  transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;

  cursor: pointer;

  /* // .active {
  //    position: fixed;
  //    top: 5% !important;
  // }

  // .fixit {
  //     position: fixed;
  //     top: 50px;
  // } */
}

.hamburger.active {
  position: fixed;
  top: 5% !important;
}

.hamburger.fixit {
  position: fixed;
  top: 50px;
}

.hamLines {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: white;
  opacity: 1;
  transition-duration: 70ms;
}

.cross {
  background-color: black !important;
}

.hamLine1 {
  top: 0;
  background-color: #bdcbe6;
}

.hamLine2 {
  top: 12px;
}

.hamLine22 {
  top: 12px;
  background-color: #d9b3b0;
}

.hamLine3 {
  top: 24px;
  background-color: #d4e7e1;
}

.opened .hamLine1 {
  opacity: 0;
  transition-duration: 300ms;
}

.opened .hamLine2 {
  top: 12px;
  transform: rotate(45deg);
  transition-duration: 300ms;
}

.opened .hamLine22 {
  top: 12px;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}

.opened .hamLine3 {
  top: 24px;
  opacity: 0;
  transition-duration: 300ms;
}

.hamOverlay {
  position: fixed;
  background-color: white;
  width: 0%;
  height: 100vh;
  top: 0;
  right: 0;

  z-index: 850;
  transition-duration: 500ms;
}

.hamOverlaySocial {
  position: absolute;
  bottom: 30px !important;
  left: 30px !important;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: calc(100% - 60px);
  opacity: 0;
  transition: all 200ms;
}

.hamOverlaySocialSection {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-width: 300px;
}

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

.follow > * + * {
  margin-left: 10px;
}

.hamOverlaySocialText {
  font-size: 24px !important;
}

.hamOverlaySocial img, .follow img {
  width: 30px !important;
  height: 30px !important;
  display: block;
}

.socialIconsWrapperOverlay {
  display: none;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 120px; */

  justify-content: space-between;
  gap: 20px;

  opacity: 0;
  /* display: flex; */
  flex-direction: row;
  z-index: 10;

  transition: all 800ms;
}

.hamOverlay.active {
  width: 100%;
  right: 0;
}

.hamOverlay.active .hamOverlaySocial {
  opacity: 1;
}

.hamOverlay.active .titleOverlay {
  display: flex;

  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;

  z-index: 20;

  transition: all 800ms;
}

.titleOverlay {
  display: none;
}

.hamMenuWrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  transition: all 800ms;
  /* transition-delay: 500ms; */
}

.hamOverlay .hamMenuWrapper.active,
.hamOverlay .socialIconsWrapperOverlay.active,
.hamOverlay .titleOverlay.active {
  display: flex;
}

.hamOverlay .hamMenuWrapper.opacity,
.hamOverlay .socialIconsWrapperOverlay.opacity,
.hamOverlay .titleOverlay.opacity {
  opacity: 1;
  transition: all 800ms;
}

.hamMenuPointText {
  position: relative;
  color: black;
  text-decoration: none;
  /* font-size: 5em; */
  font-size: 3em;
}



.hamMenuPointText .logo {
  display: none;
}

.inline {
  display: inline-flex;
}

/* .hamMenuPointText:hover {
    color: black;
    text-decoration: underline;
} */

.hamMenuPointText:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 5px;
  bottom: -4px;

  /* center - (optional) use with adjusting width   */
  margin: 0 auto;
  left: 0;
  right: 0;
  background: black;

  /* optional animation */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {

  .stylerBanner {
    right: 25px;
    top: 150px;
  }

  .hamMenuPointText .logo {
    display: unset;
  }

  .hamOverlaySocial {
    bottom: 125px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hamOverlaySocialSection {
    justify-content: center;
  }


  .categories {
    top: calc(100vh - 250px);
    bottom: -290px !important;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }

  .arrowDown {
    margin-top: 100px;
  }

  .cardHolder {
    width: 40px;
    height: 40px;
  }


  .hamMenuPointText {
    font-size: 48px !important;
  }

  .langSel > .hamMenuPointText {
        font-size: 30px !important;
        margin-top: 1em !important;
          }

pf

  .cartIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
  }

  .fixedShopping {
    display: block;
    position: fixed;
    /* position: sticky; */
    /* right: 28%; */
    right: 15px;
    /* top: 3%; */
    top: 90px;
    /* transform: translateY(-50%); */
    transform: translateX(-100%);
    width: 40px;
    height: 28px;
    z-index: 999;
    /* background-color: grey; */
    transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;
    cursor: pointer;
  }

  .fixedShopping .cartIcon {
    width: 90px;
    height: unset;
    margin-top: unset;
    margin-bottom: unset;
}




  .hamburger {
    display: block;
  }

  .mainNavigation {
    display: none;
  }

  .mainNavigationCart {
    display: none;
  }

  .productHolder {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.prodImgHolder {

  padding: 15%;

  display: flex;
  justify-content: center;
  align-items: center;

}

.billingContainer {
  width: calc(100% - 40px);
  /* margin: 120px 20px 0; */
  margin: 150px auto 50px;
}


.shoppingStepsOuterHolder {
  position: absolute;
  transform: translateY(-70px);
  left: unset;
  max-width: 720px;
  /* width: 100%; */
  width: calc(100% - 80px);

  display: flex;
  justify-content: flex-end;
}



.flexer {
  flex-direction: column;
}

.onePair {
  flex-basis: unset;
  align-items: center;
  height: 60px;
  margin: 0 !important;
}

.countryFlexer {
  flex-direction: row;
}

#billing_item_container input {

  margin: 5px 0;
}

.register_input {
  height: 50px;
  align-self: center;
  line-height: 44px;
}

#billing_country {
  margin: 5px 0;
}




}

@media screen and (max-width: 700px) {
}
