
  .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:#5e5f3e;
}
.green-bg{
    background-color: #eceae2;
    padding-bottom:32px;
    margin-bottom: -32px;
    padding-top:32px;
}

/* 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: 2.0em;
}

.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;
    }

}
