:root {
  --gs-color-link: #3fa9f5;
  --gs-color-background: #f9f8f7;
  --gs-color-white: #fff;
  --gs-color-black: #23231a;
  --gs-color-line: #3b3838;
  --gs-color-default-bg: #ece8e6;
  --gs-border-color-dark: #23231a;
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-s: 1rem;
  --space-m: 1.5rem;
  --space-l: 2rem;
  --space-xl: 2.5rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;
  --space-5xl: 6rem;
  --space-6xl: 8rem;
  --h1: clamp(2.5rem, 5vw, 3.75rem);
  --h2: clamp(2rem, 4vw, 2.75rem);
  --h3: clamp(1.5rem, 3vw, 2rem);
  --h4: 1.25rem;
  --h5: 1.125rem;
  --h6: 1rem;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-100italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-200italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-600italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-800italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v21-latin-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Average";
  src: url("../fonts/average/average-v18-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}

body *:focus,
body *.focus,
body *:active,
body *.active {
  outline: transparent none 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  -webkit-box-shadow: none !important;
}

h1,
h2,
h3 {
  font-family: "Average";
}

h1 {
  font-size: var(--h1);
  line-height: 1.1;
}

h2 {
  font-size: var(--h2);
  line-height: 1.2;
}

h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

h4 {
  font-size: var(--h4);
  line-height: 1.3;
}

h5 {
  font-size: var(--h5);
  line-height: 1.3;
}

h6 {
  font-size: var(--h6);
  line-height: 1.4;
}

a {
  text-decoration: none;
  color: var(--gs-color-link);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--gs-border-color-dark);
}

p {
  letter-spacing: 2px;
}

.wp-block-belu-button {
  letter-spacing: 2px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.wp-post-image,
.attachment-medium,
.attachment-thumbnail {
  max-width: 100%;
  height: auto;
}

header {
  border-top: 0.938rem solid #625454;
}

footer {
  background-color: var(--gs-color-default-bg);
  color: var(--gs-color-black);
  padding: var(--space-4xl) 0 var(--space-s) 0;
}

footer h3 {
  font-family: "Poppins";
  font-size: var(--h5);
  font-weight: 600;
  letter-spacing: 0.09rem;
}

footer a {
  color: var(--gs-color-black);
}

footer a:hover {
  color: var(--gs-color-black);
}

footer .footer-logo {
  display: inline-flex;
  align-items: center;
  max-width: 233px;
}

footer .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 233px;
}

footer .contact-data {
  margin-top: var(--space-m);
}

footer .contact-data span {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}

footer .contact-data .phone {
  font-weight: 600;
  margin-bottom: var(--space-2xs);
}

footer .contact-data.footer-email {
  margin-top: var(--space-2xs);
}

footer .contact-data .email {
  align-items: center;
}

footer .contact-data .email svg {
  flex: 0 0 auto;
}

footer .line {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 0.5px;
  height: 100%;
  background-color: var(--gs-color-line);
}

footer .line-mobil {
  display: none;
}

footer .social-media {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}

footer .social-media h3 {
  margin: 0 var(--space-m) var(--space-m) 0;
}

footer .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: var(--space-m);
}

footer .social-media ul li {
  display: flex;
}

footer .information {
  display: flex;
  flex-direction: row;
  margin-top: var(--space-4xl);
  font-size: 0.875rem;
  font-weight: 300;
}

footer .information ul {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-m);
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .information ul li a {
  text-decoration: underline;
}

footer .custom-logo {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  footer .line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .social-media ul {
    gap: var(--space-s);
  }
}
@media (max-width: 768px) {
  footer .footer-logo {
    max-width: 150px;
  }
  footer .footer-logo img {
    max-width: 150px;
  }
  footer .social-media {
    align-items: center;
    margin-bottom: var(--space-xl);
  }
  footer .line-mobil {
    display: flex;
    width: 100%;
    height: 1px;
    margin: var(--space-m) 0;
    background-color: var(--gs-color-line);
  }
  footer .information {
    margin-top: var(--space-xl);
    flex-direction: column;
    align-items: center;
  }
}
.mobile-cat-select {
  padding: 0 0 var(--space-xl);
}

@media (max-width: 576px) {
  .mobile-cat-select {
    padding: 0 var(--space-s) var(--space-xl);
  }
}
.taxonomy-full-banner {
  padding: 26.25rem 0 var(--space-6xl);
  background-size: cover;
  background-position: center;
}

.taxonomy-full-banner h1 {
  color: #fff;
  font-size: var(--h1);
}

@media (max-width: 992px) {
  .taxonomy-full-banner {
    background-position: center top;
  }
}
.category-text-content-full-banner {
  background-color: #ece8e6;
  padding: var(--space-6xl) var(--space-s) var(--space-6xl);
  margin-bottom: var(--space-l);
  text-align: center;
}

.category-text-content-full-banner h2 {
  font-size: var(--h3);
  margin-bottom: var(--space-xl);
}

.category-top-content {
  background-color: #f9f8f7;
}

.category-top-content .kachel {
  margin-bottom: var(--space-l);
}

.category-top-content .category-img {
  display: block;
  padding-right: var(--space-s);
}

.category-top-content .category-text-content {
  display: flex;
  flex-direction: column;
  max-width: 655px;
  margin: var(--space-m) var(--space-m) 0;
}

.category-top-content .category-text-content h1 {
  font-size: var(--h1);
  line-height: 1.3;
  margin-bottom: var(--space-3xs);
}

.category-top-content .category-text-content .category-subtitle {
  margin-bottom: var(--space-m);
}

.category-top-content .category-text-content .category-subtitle h2 {
  font-size: var(--h2);
  line-height: 1.3;
}

@media (max-width: 992px) {
  .category-top-content .category-text-content .category-subtitle {
    margin-bottom: 0rem;
  }
  .category-top-content .category-img {
    padding-right: 0;
  }
  .category-top-content .category-text-content {
    max-width: 100%;
    margin: var(--space-l) 0 0;
    padding-right: var(--space-xs);
    padding-left: var(--space-xs);
  }
  .product-categories-dropdown {
    margin: var(--space-xs) var(--space-s) var(--space-2xs);
  }
}
body .produkt-content-taxonomy {
  background-color: var(--gs-color-default-bg);
  padding: var(--space-2xl) 0 var(--space-l) 0;
}
body .produkt-content-taxonomy h2 {
  margin-bottom: 0;
}

body .problem-solver-product--taxonomy {
  padding: var(--space-3xl) 0 var(--space-3xl) 0;
}

.problem-solver-product h2 {
  font-size: var(--h2);
  margin-bottom: var(--space-3xl);
}

.category-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form .form-control {
  padding: var(--space-2xs) var(--space-m);
  line-height: 2;
  min-height: 55px;
  border: 0.65px solid #23231a;
  border-radius: 0;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.wpcf7-form .form-control:focus {
  background-color: rgba(255, 255, 255, 0.659);
  border-color: #3fa9f5;
  box-shadow: none;
  border-width: 1px;
}

.wpcf7-form .btn-send {
  min-height: 34px;
  padding: var(--space-2xs) var(--space-l);
  background-color: #23231a;
  border-color: #23231a;
  border-radius: 0;
  font-family: "Poppins";
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
}

.wpcf7-form .btn-send:hover {
  background-color: #3fa9f5;
  border-color: #3fa9f5;
  color: #fff;
}

.wpcf7-form .datenschutz {
  font-size: 0.85rem;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3fa9f5;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #772121;
  font-size: 0.85em;
  letter-spacing: 2px;
  margin-bottom: var(--space-3xs);
}

.wpcf7-form .codedropz-upload-inner h3 {
  font-family: "Poppins";
  letter-spacing: 2px;
  font-size: var(--h4);
}

.wpcf7-form .codedropz-upload-handler {
  border: 0.65px dashed #23231a;
  border-radius: 0;
}

.form-select {
  background-color: transparent;
  border-radius: 0;
  border: 0.65px solid #23231a;
  padding: var(--space-s) var(--space-m);
  width: 100%;
}

#main .cp_cff_13 #fbuilder input[type=text],
#main .cp_cff_13 #fbuilder input[type=password],
#main .cp_cff_13 #fbuilder input[type=date],
#main .cp_cff_13 #fbuilder input[type=datetime],
#main .cp_cff_13 #fbuilder input[type=email],
#main .cp_cff_13 #fbuilder input[type=number],
#main .cp_cff_13 #fbuilder input[type=search],
#main .cp_cff_13 #fbuilder input[type=tel],
#main .cp_cff_13 #fbuilder input[type=time],
#main .cp_cff_13 #fbuilder input[type=url],
#main .cp_cff_13 #fbuilder input[type=week],
#main .cp_cff_13 #fbuilder select,
#main .cp_cff_13 #fbuilder textarea,
#main .cp_cff_13 #fbuilder .select2-selection,
#main .form-control {
  padding: var(--space-2xs) var(--space-m);
  line-height: 2;
  min-height: 55px;
  border: 0.65px solid #23231a;
  border-radius: 0;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

#main .datenschutz .button {
  width: 15%;
}

#main .datenschutz .text {
  width: 85%;
  font-size: 0.85rem;
}

#main .cp_cff_13 #fbuilder .pbSubmit,
#main .datenschutz .button input[type=submit] {
  width: 180px;
  text-align: center;
  min-height: 34px;
  padding: var(--space-2xs) var(--space-l);
  background-color: #23231a;
  border-color: #23231a;
  border-radius: 0;
  font-family: "Poppins";
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
}

#main .cp_cff_13 #fbuilder .pbSubmit:hover,
#main .datenschutz .button input[type=submit]:hover {
  background-color: #3fa9f5;
  border-color: #3fa9f5;
  color: #fff;
}

@media (max-width: 1200px) {
  #main .datenschutz .button {
    width: 20%;
  }
  #main .datenschutz .text {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #main .datenschutz #fieldname7_1 {
    display: flex;
    flex-direction: column;
  }
  #main .datenschutz #fieldname7_1 .button {
    order: 2;
  }
  #main .datenschutz #fieldname7_1 .text {
    order: 1;
  }
  #main .datenschutz .button {
    width: 100%;
  }
  #main .datenschutz .text {
    width: 100%;
  }
}
.cff-file-field .dfield,
.cff-file-field--styled .dfield {
  position: relative;
}

.cff-file-field input[type=file].field.medium,
.cff-file-field--styled .file-drop-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  min-height: 0;
  border: 0;
  font-size: 0;
}

.cff-file-field .file-drop-area,
.cff-file-field--styled .file-drop-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: var(--space-2xs) var(--space-m);
  border: 0.65px dashed #23231a;
  border-radius: 0;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  transition: border-color 0.2s, background-color 0.2s;
}

.cff-file-field .file-drop-area.is-dragover,
.cff-file-field--styled .file-drop-area.is-dragover {
  border-color: #3fa9f5;
  background-color: rgba(255, 255, 255, 0.4);
}

.cff-file-field .file-drop-text,
.cff-file-field--styled .file-drop-text {
  pointer-events: none;
}

.cff-file-field label,
.cff-file-field--styled label {
  display: block;
  margin-bottom: var(--space-2xs);
  letter-spacing: 2px;
  font-size: 16px;
}

.cff-file-clearer {
  margin-top: 0;
}

.cff-thanks-message {
  color: #ffffff !important;
  background-color: rgba(98, 84, 84, 0.95) !important;
  border-color: #625454 !important;
  text-align: center !important;
}

/* Gesamter Bereich */
.captcha {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.captcha .fields input[type=text] {
  height: 40px !important;
  min-height: 40px !important;
}

.product-text-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 34.375rem;
  padding: var(--space-xs) 0 var(--space-l) var(--space-3xl);
}

.product-text-content .subtitle {
  display: block;
  font-family: "Average";
  font-size: var(--h2);
  line-height: 1.1;
  margin-bottom: var(--space-xs);
}

.product-text-content h1 {
  font-size: var(--h3);
  line-height: 1.2;
  margin-bottom: var(--space-m);
}

.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.product-img img {
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.stoerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--space-5xl) 0;
  color: #23231a;
}

.stoerer h2 {
  font-size: var(--h2);
}

.stoerer .subtitle {
  font-size: 1.25rem;
}

.ingredients {
  background-color: #fff;
  margin-bottom: var(--space-4xl);
}

.ingredients .ingredients-text-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 45rem;
  padding: 0 var(--space-xl);
}

.ingredients .ingredients-text-content h2 {
  display: block;
  font-family: "Average";
  font-size: var(--h2);
  line-height: 1.2;
  margin-bottom: var(--space-xs);
}

.ingredients .ingredients-text-content .subtitle {
  font-size: var(--h3);
  margin-bottom: var(--space-m);
}

.instruction {
  background-color: #fff;
}

.instruction .instruction-text-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 47rem;
  padding: 0 var(--space-xl);
}

.instruction .instruction-text-content h2 {
  font-size: var(--h2);
  margin-bottom: var(--space-m);
}

.instruction .instruction-text-content .subtitle {
  display: block;
  font-family: "Average";
  font-size: var(--h2);
  line-height: 1.2;
  margin-bottom: var(--space-xs);
}

.instruction .instruction-text-content .instruction-icon {
  margin-bottom: var(--space-xl);
}

.dealer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--space-4xl) 0 var(--space-4xl);
  background-color: #f9f8f7;
  color: #23231a;
}

.dealer h2 {
  font-size: var(--h2);
  margin-bottom: var(--space-2xl);
}

.dealer .handlers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2xs);
}

.dealer .handlers-list .item {
  padding: var(--space-3xs) var(--space-m);
  border: 1px solid #23231a;
  font-size: 0.95rem;
  color: #1d1d1f;
}

.dealer .handlers-list .item a {
  color: #1d1d1f;
}

.dealer .handlers-list .item a:hover {
  color: var(--gs-color-link);
}

.tax-produktkategorie h2 {
  font-size: var(--h2);
  margin-bottom: var(--space-3xl);
}

.term-banner {
  width: 100%;
  min-height: 600px;
  padding: var(--space-4xl) 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: var(--h1);
  font-family: "Average";
  line-height: 1.1;
}

.owl-tax-product {
  padding: var(--space-l) 0 var(--space-4xl);
}

.owl-tax-product .product-details a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: var(--space-s) var(--space-s);
  background-color: var(--gs-color-default-bg);
}

.owl-tax-product .product-details a:hover {
  background-color: #d9cbc8;
}

#productCarouselTrockenesHaar .carousel-item .carousel-item-link,
#productCarouselFeinesHaar .carousel-item .carousel-item-link,
#productCarouselStumpfesHaar .carousel-item .carousel-item-link,
#productCarouselFettigesHaar .carousel-item .carousel-item-link,
#productCarouselSchuppigesHaar .carousel-item .carousel-item-link,
#productCarouselStrapaziertesHaar .carousel-item .carousel-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12%;
}

#productCarouselTrockenesHaar .carousel-item .carousel-item-link img,
#productCarouselFeinesHaar .carousel-item .carousel-item-link img,
#productCarouselStumpfesHaar .carousel-item .carousel-item-link img,
#productCarouselFettigesHaar .carousel-item .carousel-item-link img,
#productCarouselSchuppigesHaar .carousel-item .carousel-item-link img,
#productCarouselStrapaziertesHaar .carousel-item .carousel-item-link img {
  max-height: 60%;
}

#productCarouselTrockenesHaar .produkt-content,
#productCarouselFeinesHaar .produkt-content,
#productCarouselStumpfesHaar .produkt-content,
#productCarouselFettigesHaar .produkt-content,
#productCarouselSchuppigesHaar .produkt-content,
#productCarouselStrapaziertesHaar .produkt-content {
  padding: var(--space-2xl) var(--space-s);
  background-color: #ece8e6;
  position: relative;
  z-index: 99;
  margin-top: auto;
}

#productCarouselTrockenesHaar .produkt-content h3,
#productCarouselFeinesHaar .produkt-content h3,
#productCarouselStumpfesHaar .produkt-content h3,
#productCarouselFettigesHaar .produkt-content h3,
#productCarouselSchuppigesHaar .produkt-content h3,
#productCarouselStrapaziertesHaar .produkt-content h3 {
  font-family: "Poppins";
  font-size: 1.125rem;
  color: #1c1b1f;
  font-weight: 600;
  margin-bottom: var(--space-2xs);
}

#productCarouselTrockenesHaar .produkt-content .subtitle,
#productCarouselFeinesHaar .produkt-content .subtitle,
#productCarouselStumpfesHaar .produkt-content .subtitle,
#productCarouselFettigesHaar .produkt-content .subtitle,
#productCarouselSchuppigesHaar .produkt-content .subtitle,
#productCarouselStrapaziertesHaar .produkt-content .subtitle {
  font-size: 0.875rem;
}

#productCarouselTrockenesHaar .produkt-content .btn-primary,
#productCarouselFeinesHaar .produkt-content .btn-primary,
#productCarouselStumpfesHaar .produkt-content .btn-primary,
#productCarouselFettigesHaar .produkt-content .btn-primary,
#productCarouselSchuppigesHaar .produkt-content .btn-primary,
#productCarouselStrapaziertesHaar .produkt-content .btn-primary {
  display: inline-block;
  background-color: #ece8e6;
  color: #23231a;
  border: 0.65px solid #23231a;
  border-radius: 0;
  margin-top: var(--space-s);
  padding: var(--space-2xs) var(--space-m);
}

#productCarouselTrockenesHaar .produkt-content .btn-primary:hover,
#productCarouselFeinesHaar .produkt-content .btn-primary:hover,
#productCarouselStumpfesHaar .produkt-content .btn-primary:hover,
#productCarouselFettigesHaar .produkt-content .btn-primary:hover,
#productCarouselSchuppigesHaar .produkt-content .btn-primary:hover,
#productCarouselStrapaziertesHaar .produkt-content .btn-primary:hover {
  background-color: #23231a;
  color: #ece8e6;
}

#productCarouselTrockenesHaar .carousel-indicators,
#productCarouselFeinesHaar .carousel-indicators,
#productCarouselStumpfesHaar .carousel-indicators,
#productCarouselFettigesHaar .carousel-indicators,
#productCarouselSchuppigesHaar .carousel-indicators,
#productCarouselStrapaziertesHaar .carousel-indicators {
  display: none !important;
}

.equal-height-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.equal-height-row > div {
  display: flex;
  flex-direction: column;
}

.mobile-dropdown {
  margin-bottom: var(--space-xl);
}

#problem-solver-select {
  width: 100%;
}

.col-produkt-tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.nav-problem-solver {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
}

.tab-content {
  flex-grow: 1;
}

.tab-pane {
  display: none;
}

.tab-pane.is-active {
  display: block;
}

.load-products {
  flex: 1 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ece8e6;
  cursor: pointer;
  min-width: 150px;
  min-height: 12.85rem;
  box-sizing: border-box;
  padding: var(--space-2xs) var(--space-m);
  text-align: center;
  color: #23231a;
}

.load-products h4 {
  font-size: var(--h5);
  text-transform: uppercase;
}

.load-products img {
  margin-bottom: var(--space-m);
}

.load-products p {
  font-size: 14px;
}

.load-products:hover,
.load-products.active {
  background-color: #d9cbc8;
  color: #141410;
}

#productCarousel {
  flex-grow: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.breadcrumb-item {
  color: #625454;
}

.breadcrumb-item a {
  color: var(--gs-color-link);
}

.breadcrumb-item a:hover {
  color: #23231a;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--space-2xs);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: var(--space-2xs);
  color: #625454;
}

.breadcrumb-item.active {
  color: #23231a;
}

.breadcrumb-full-banner {
  justify-content: center;
  margin-bottom: var(--space-l);
}

.breadcrumb-product {
  padding: var(--space-l) 0 0 var(--space-3xl);
}

@media (max-width: 1400px) {
  .load-products {
    min-width: auto;
    min-height: 15.24rem;
  }
}
@media (max-width: 1200px) {
  .load-products {
    min-width: auto;
    min-height: 13.24rem;
  }
}
@media (max-width: 992px) {
  .product-text-content {
    max-width: 100%;
    padding: var(--space-m) var(--space-s) var(--space-m);
  }
  .product-text-content .subtitle {
    margin-bottom: var(--space-3xs);
  }
  .ingredients {
    margin-bottom: 0;
  }
  .ingredients img {
    border-top: 1.25rem solid #fff;
    border-left: 1rem solid #fff;
    border-right: 1rem solid #fff;
  }
  .ingredients .ingredients-text-content {
    max-width: 100%;
    padding: var(--space-m) var(--space-s) var(--space-m);
  }
  .instruction img {
    border-left: 1rem solid #fff;
    border-right: 1rem solid #fff;
  }
  .instruction .instruction-text-content {
    max-width: 100%;
    padding: var(--space-m) var(--space-s) var(--space-m);
  }
  .instruction .instruction-icon {
    margin-bottom: 0 !important;
  }
  .instruction .instruction-icon svg {
    width: 3rem;
  }
  .problem-solver-product h2 {
    margin-bottom: var(--space-m);
  }
  .equal-height-row {
    width: auto;
  }
  .load-products {
    flex: 1 0 100%;
  }
}
@media (max-width: 768px) {
  .single-produkt .product-text-content h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .tax-produktkategorie h2 {
    font-size: var(--h2);
    margin-bottom: 1.5rem;
  }
}
.problem-solver-product {
  padding: var(--space-3xl) 0 var(--space-3xl) 0;
}

.product-tabs {
  margin-top: var(--space-l);
}

.product-categories-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2xs);
  margin: 0 0 var(--space-2xl);
  padding: 0;
  list-style: none;
}

.product-categories-buttons li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: var(--space-2xs) var(--space-m);
  border: 1px solid #23231a;
  border-radius: 0;
  color: #1d1d1f;
  background-color: transparent;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.product-categories-buttons li:hover,
.product-categories-buttons li.active {
  background-color: #23231a;
  color: #fff;
}

.product-grid-all__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-m);
}
@media (max-width: 991px) {
  .product-grid-all__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-grid-all__items {
    grid-template-columns: 1fr;
  }
}
.product-grid-all__item.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
}
.product-grid-all__image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  aspect-ratio: 1/1;
  background-color: #d9cbc8;
  overflow: hidden;
  padding: 12%;
}
.product-grid-all__image a {
  display: contents;
}
.product-grid-all__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.product-grid-all__item:hover .product-grid-all__image img {
  transform: scale(1.2);
}
.product-grid-all__sentinel {
  height: 1px;
}
.product-grid-all__status {
  text-align: center;
  min-height: 1.5em;
}

.other-products .card .product-details a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background-color: var(--gs-color-default-bg);
  border: 0.65px solid #23231a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: var(--space-s) var(--space-s);
  color: #23231a;
  text-align: center;
  text-decoration: none;
}

.other-products .card .product-details a:hover {
  color: #fff;
  background-color: #23231a;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.carousel-item {
  display: none;
  width: 100%;
}

.carousel-item.active {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ljk5OTk0IDExLjY1MzdMMC4zNDYxOTEgNS45OTk5NEw1Ljk5OTk0IDAuMzQ2MTkxTDcuMDUzNjkgMS4zOTk5NEwyLjQ1MzY5IDUuOTk5OTRMNy4wNTM2OSAxMC41OTk5TDUuOTk5OTQgMTEuNjUzN1oiIGZpbGw9IiMyMzIzMUEiLz4KPC9zdmc+Cg==");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00Ljk0NjE5IDUuOTk5OTRMMC4zNDYxOTEgMS4zOTk5NEwxLjM5OTk0IDAuMzQ2MTkxTDcuMDUzNjkgNS45OTk5NEwxLjM5OTk0IDExLjY1MzdMMC4zNDYxOTEgMTAuNTk5OUw0Ljk0NjE5IDUuOTk5OTRaIiBmaWxsPSIjMjMyMzFBIi8+Cjwvc3ZnPgo=");
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.other-products .product-slide {
  border: none;
  border-radius: 0;
}

.other-products .product-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #23231a;
}

.other-products .product-slide__image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  aspect-ratio: 1/1;
  background-color: #d9cbc8;
  overflow: hidden;
  padding: 12%;
}

.other-products .product-slide__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}

.other-products .product-slide:hover .product-slide__image img {
  transform: scale(1.2);
}

.other-products .product-slide__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background-color: var(--gs-color-default-bg);
  border: 0.65px solid #23231a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: var(--space-s) var(--space-s);
  margin: 0;
}

.other-products .product-slide:hover .product-slide__title {
  color: #fff;
  background-color: #23231a;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 1.5rem;
}

.swiper-button-prev-first-swiper,
.swiper-button-next-first-swiper {
  color: black;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: none !important;
  box-shadow: none;
}

.swiper-button-prev-first-swiper:after,
.swiper-button-next-first-swiper:after {
  font-family: swiper-icons;
  font-size: 30px;
  content: "";
  line-height: 1;
}

.swiper-button-prev-first-swiper:after {
  content: "prev";
}

.swiper-button-next-first-swiper:after {
  content: "next";
}

.swiper-button-prev-first-swiper:hover,
.swiper-button-next-first-swiper:hover {
  color: #333;
  font-size: 32px;
}

#products-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.loading-overlay img {
  width: 50px;
}

.swiper-ajax {
  margin-bottom: var(--space-4xl);
}

.swiper-ajax .swiper-slide {
  transition: max-width 0.3s ease;
}

.swiper-ajax .swiper-nav .swiper-button-next,
.swiper-ajax .swiper-nav .swiper-button-prev {
  color: #1d1d1f;
}

.swiper-ajax .swiper-nav .swiper-button-next:after,
.swiper-ajax .swiper-nav .swiper-button-prev:after {
  font-size: 2rem;
}

.first-swiper {
  margin-bottom: var(--space-l);
}

.first-swiper .swiper-pagination-first-swiper {
  display: none;
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.first-swiper .swiper-pagination-first-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ece8e6;
  opacity: 1;
}

.first-swiper .swiper-pagination-first-swiper .swiper-pagination-bullet-active {
  background: #625454;
  opacity: 1;
}

.first-swiper .swiper-horizontal > .swiper-pagination-bullets,
.first-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.first-swiper .swiper-pagination-custom,
.first-swiper .swiper-pagination-fraction {
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .first-swiper {
    margin-bottom: var(--space-l);
  }
  .first-swiper .swiper-pagination-first-swiper {
    display: block;
    margin-top: var(--space-l);
  }
}
@media (min-width: 768px) {
  .swiper {
    margin-bottom: var(--space-l);
  }
  .swiper .swiper-nav {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: var(--space-2xl);
  }
  .swiper .swiper-nav .swiper-button-next,
  .swiper .swiper-nav .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 576px) {
  .swiper {
    margin-bottom: var(--space-l);
    padding: 0 var(--space-s);
  }
  .swiper .swiper-button-prev {
    left: 1.5rem;
  }
  .swiper .swiper-button-next {
    right: 1.5rem;
  }
}
.single-jobs .site-content .container {
  padding-top: var(--space-5xl);
  padding-bottom: var(--space-3xl);
}

.single-jobs {
  background-color: #f9f8f7;
}

.single-jobs #main-content {
  padding: var(--space-5xl) 0 var(--space-3xl);
}

.single-jobs h1 {
  text-align: left;
  font-size: var(--h2);
}

.single-jobs .detail-top-boxes {
  margin-bottom: var(--space-3xl);
}

.single-jobs .detail-top-boxes span {
  display: block;
  letter-spacing: 0;
  font-size: 1rem;
  color: #625454;
}

.single-jobs .detail-top-boxes span b {
  font-weight: 500;
  color: #23231a;
  margin-right: var(--space-3xs);
}

.single-jobs .accordion {
  margin: var(--space-3xl) 0;
}

.single-jobs .accordion .accordion-header {
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 0 var(--space-2xs);
}

.single-jobs .accordion .accordion-item {
  color: var(--bs-accordion-color);
  background-color: #f9f8f7;
  border: 0;
}

.single-jobs .accordion .accordion-item:first-of-type,
.single-jobs .accordion .accordion-item:first-of-type > .accordion-header .accordion-button,
.single-jobs .accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.single-jobs .accordion .accordion-button {
  /* Bootstrap-Basis (nicht geladen) nachgezogen: volle Breite, Flex, kein
     Default-Button-Rahmen/Hintergrund. */
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: var(--space-xs) var(--space-m);
  font-size: 1.2rem;
  color: #23231a;
  background-color: #f9f8f7;
  border: 0;
  border-bottom: 1px solid #23231a;
}

.single-jobs .accordion .accordion-button:hover {
  background-color: #ece8e6;
  border-bottom: 1px solid #ece8e6;
}

.single-jobs .accordion .accordion-button:not(.collapsed) {
  color: #23231a;
  background-color: #ece8e6;
  box-shadow: none;
  border: 0;
}

.single-jobs .accordion .accordion-button::before {
  content: url("../../images/arrow-right.svg");
  display: inline-block;
  margin-right: 15px;
}

.single-jobs .accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
}

.single-jobs .accordion .accordion-button::after {
  display: none;
}

.single-jobs .accordion .accordion-body {
  padding: var(--space-l) var(--space-m) var(--space-2xl);
}

.single-jobs .accordion .accordion-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-jobs .accordion .accordion-body ul li {
  margin: 0 0 0 var(--space-m);
  padding: var(--space-3xs) 0;
}

.single-jobs .accordion .accordion-body ul li::before {
  content: url("../../images/arrow.svg");
  display: inline-block;
  margin-right: 15px;
  margin-left: -1.5rem;
}

.single-jobs .btn-go {
  display: inline-block;
  background: #23231a;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid #23231a;
  border-radius: 0;
  letter-spacing: 2px;
  padding: var(--space-xs) var(--space-m);
}

.single-jobs .btn-go:hover {
  background-color: #d9cbc8;
  color: #23231a;
  border: 1px solid #d9cbc8;
}

.single-jobs .collapse {
  display: none;
  opacity: 0;
}

.single-jobs .collapse.show {
  display: block;
  opacity: 1;
}

.single-jobs .card {
  margin-top: var(--space-3xl);
  background-color: #ece8e6;
  border-radius: 0;
  border: 0;
  padding: var(--space-l) var(--space-m);
}

.timeline {
  display: flex;
  position: relative;
  margin: var(--space-2xl) auto;
  padding: var(--space-xl) 0;
  width: 1000px;
  box-sizing: border-box;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #625454;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 10px 40px 20px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #625454;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ece8e6;
}

.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #625454;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ece8e6;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: #625454;
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -130px;
  margin: 0;
  padding: 8px 16px;
  background: #625454;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #ece8e6;
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -130px;
  margin: 0;
  padding: 8px 16px;
  background: #625454;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #ece8e6;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}
.not-found {
  padding: 10% 0;
}

.not-found svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.not-found #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}

.btn {
  background-color: #333333;
  color: #f9f8f7;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding-top: var(--space-s);
  padding-right: var(--space-l);
  padding-bottom: var(--space-s);
  padding-left: var(--space-l);
  margin-top: var(--space-2xl);
}
.btn:hover {
  background-color: #d9cbc8;
  color: #23231a;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@media (max-width: 768px) {
  .not-found h1 {
    margin-top: var(--space-2xl);
  }
}
#scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gs-color-black);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scroll::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3Cpath opacity='1' fill='%23ffffff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#scroll:hover {
  cursor: pointer;
  background-color: var(--gs-color-link);
}

#scroll:active {
  background-color: var(--gs-color-link);
}

#scroll.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  #scroll {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */