/* twinkling stars */
.stars,
.twinkling {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.stars {
  background: #000
    url(https://www.holzkern.com/media/wysiwyg/img/blog_neu/collections/2023/04/Starforce/stars.png)
    repeat top center;
  z-index: -2;
}

.twinkling {
  background: transparent
    url(https://www.holzkern.com/media/wysiwyg/img/blog_neu/collections/2023/04/Starforce/twinkling.png)
    repeat top center;
  z-index: -1;
  animation: move-twink-back 200s linear infinite;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 10000px 0;
  }
}

.faq-btn {
  color: #fff;
  border-radius: 100px;
  background-color: #5e5f3e;
  border: 2px solid #5e5f3e;
  cursor: pointer;
  transition: 0.2s ease;
  margin: auto;
  text-align: center;
  padding: 8px 22px;
}
.faq-btn:visited {
  color: #fff;
}
.faq-btn:hover {
  color: #5e5f3e;
  background: #fff;
  transition: 0.2s ease;
}

.green-bg {
  background-color: #eceae2;
  padding-bottom: 32px;
  margin-bottom: -32px;
}

.green-bg h2 {
  color: #5f5f3d !important;
  -webkit-text-stroke-width: 0px !important;
  -webkit-text-stroke-color: #fff !important;
}

.faq-section {
  max-width: 1200px;
  margin: 32px auto 48px auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.faq:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 110%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  color: #666;
}

.faq-answer p {
  margin: 0;
  text-align: left;
  font-size: 100%;
  padding: 0px;
  color: #333 !important;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.faq-question.active .arrow-icon {
  transform: rotate(180deg);
}

.colored {
  background: #f4f2e9;
  padding-top: 32px;
  padding-bottom: 24px;
}

.advantages-holzkern-container {
  background: #f4f2e9;
  padding: 2em 0;
}

.advantages-holzkern-container .swiper-slide {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
}

.advantages-holzkern-container .adv-text {
  display: inline-block;
  margin-top: 0.5em;
  color: #5e5f3e !important;
  font-size: 1.4em;
}

.advantages-holzkern-container .swiper-slide a picture img {
  max-width: 60%;
}

.arrow-btn {
  color: #5e5f3e;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}
.swiper-advholz-pagination {
  text-align: center;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.review-slider .swiper-button-next,
.review-slider .swiper-button-prev {
  color: white;
}

.swiper-pagination-bullet-active {
  background: #5e5f3e;
}
.overflow-hidden {
  overflow: hidden;
}

.review-slider {
  max-width: 1200px;
  margin: auto;
}

.review-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: -5px;
}

.review-content {
  background: #eceae2;
  color: #5e5f3e;
  padding: 20px 2vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.review-content p {
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.rev-stars {
  font-size: 2rem;
  letter-spacing: 0.25rem;
}

.review-content a {
  align-self: flex-end;
  color: #5e5f3e;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.3em;
  text-decoration: underline;
}

.review-content a:hover {
  font-weight: bold;
}

.swiper-pagination {
  bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .review-content {
    padding: 20px 5vw;
  }

  h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Summer Custom */

.category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
  max-width: 1000px;
  margin: auto;
}

.category-bar a {
  flex: 1 1 auto;
  min-width: 100px;
  padding: 12px 20px;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 1.1em;
  scale: 1;
  text-align: center;
  border-radius: 5px;
}

.category-bar a:hover {
  scale: 1.1;
  transition: all 0.3s ease;
}

/* - - - - - - - - - - - - - */

.no-m {
  margin: 0 !important;
}

.smt {
  margin-top: 16px;
}

.smb {
  margin-bottom: 16px;
}

.gmb {
  margin-bottom: 100px;
}

.gmt {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .gmb {
    margin-bottom: 80px;
  }

  .gmt {
    margin-top: 80px;
  }
}

/* Main background gradient */

.main-bg h1,
.main-bg h2,
.main-bg h3 {
  color: #9effc6;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #72b18b;
}
.main-bg p {
  color: #fff;
}

/* Utility classes */
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.divider {
  line-height: 0;
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 3px #ffffff;
}
.scroll-offset {
  scroll-margin-top: 170px;
}

.the-hl {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 22%;
  left: 16%;
  width: max-content;
  color: white !important;
  font-size: 3em;
  font-weight: 500;
}
.new-hero {
  position: relative;
}
.lhz {
  line-height: 0;
}

/* Basic Settings */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  font-weight: bold;
  text-align: center;
}

.post-content h1 {
  font-size: 2.4em;
}

.post-content h2 {
  font-size: 2em;
}

.post-content p {
  font-size: 1.2em;
  text-align: center;
}

.constrain-me {
  max-width: 1600px;
  margin: auto;
}

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

.fiftyfifty {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.list-style-title-line-two {
  color: #455538 !important;
}
/* Basic Elements */
.parent {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Special Elements */
/* Buttons */
.lebutton-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.lebutton {
  text-transform: uppercase;
  background-color: #5e5f3e;
  color: white;
  font-weight: bold;
  padding: 7px 15px;
  border: solid 2px #5e5f3e;
  border-radius: 30px;
  font-size: 1.3em;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  transition: all ease 0.1s;
  text-align: center;
  transform: scale(1);
  font-weight: 400;
}

.lebutton:hover,
.lebutton:focus,
.lebutton:active {
  background-color: #5e5f3ece;
  color: white;
  border: solid 2px #fff;
  transform: scale(1.05);
  transition: all ease 0.2s;
}

.lebutton:active {
  transition: transform ease 0.1s;
  transform: scale(0.9);
}

.lebutton:visited {
  color: white;
}

/* Benefits Checklist */
.checked-benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.gratex {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.gratex p {
  line-height: 1;
  margin: 0 !important;
  font-size: 1.2em;
  padding: 0 !important;
}

.banner-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  padding: 16px 32px;
  line-height: 0;
  margin: auto;
  white-space: nowrap;
}

/* Product Image Grid */
.featured-products {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  padding: 16px 32px;
  line-height: 0;
  margin: auto;
  white-space: nowrap;
}

.featured-products p {
  font-size: 2em;
  position: absolute;
  color: white;
  padding: 0 !important;
  font-weight: bold;
}

.totheleft {
  left: 32px;
  bottom: 16px;
}

.totheright {
  right: 32px;
  bottom: 16px;
}

/* Reviews anpassen */
.CarouselWidget-prefix
  .CarouselWidget
  .CarouselWidget__header
  .R-RatingStars
  .R-RatingStars__stars
  .stars__icon {
  --override-header-star-color: #b8814a;
}

.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
  color: #b8814a !important;
}

.CarouselWidget-prefix
  .R-BadgeElement
  .R-BadgeElement__icon
  .cssVar-badgeElement__icon {
  color: #b8814a !important;
}

.CarouselWidget-prefix
  .CarouselWidget
  .R-ReviewsList
  .R-ReviewsList__item
  .item__inner {
  position: relative;
  background: white !important;
  border-radius: 20px !important;
  padding: 20px !important;
}

.CarouselWidget-prefix
  .CarouselWidget
  .R-ReviewsList
  .R-ReviewsList__item
  .item__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  margin-left: -30px;
  margin-bottom: -20px;
}

/* Product Grid abrunden */
.product-image-wrapper {
  border-radius: 20px 20px 0px 0px !important;
}

.products-grid .product-item-info .product-item-details {
  border-radius: 0px 0px 20px 20px !important;
}

.prod-embed-cont {
  padding: 30px 20px 30px 20px;
  border-radius: 30px;
  background-color: white;
  color: black;
  max-width: 1280px;
  margin: auto;
}
.review-sec {
  padding-bottom: 28px;
}
/* Mobile Settings */
@media screen and (max-width: 767px) {
  .the-hl {
    bottom: 62%;
    left: 0;
    right: 0;
  }

  .prod-embed-cont {
    padding: 35px 30px 0px 30px;
  }

  .post-content h1 {
    font-size: 1.9em;
  }

  .post-content h2 {
    font-size: 1.75em;
  }
  .parent {
    width: auto;
  }
  .fiftyfifty {
    flex-direction: column;
    gap: 0px;
  }
  .lebutton {
    margin-top: 8px;
    font-size: 1.3em;
  }

  .checked-benefits {
    gap: 16px;
  }

  .banner-info {
    flex-direction: column;
  }

  .featured-products {
    gap: 16px;
    padding: 10px 5px;
  }

  .featured-products p {
    font-size: 1.2em;
  }

  .totheleft {
    left: 8px;
    bottom: 0px;
    margin-bottom: 0;
  }

  .totheright {
    right: 8px;
    bottom: 0px;
    margin-bottom: 0;
  }
}

/* ProductDynamic Widget Manipulation */

.utm-product-details{
  color: #ffffff !important;
}

.product-name-line-two {
  color: #ffffff !important;
}

.product-name-line-one{
  color: #ffffff !important;
}