.new-hero {
    position: relative;
}
.the-hl {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: max-content;
    color: white !important;
    padding: 10px 15px;
    border-radius: 30px;
}

.the-hl2 {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: max-content;
    color: white !important;
    padding: 10px 15px;
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .the-hl {
bottom: 23%;
  }
  .the-hl2 {
bottom: 6%;
text-shadow: 0px 0px 3px #F2D5A1;
  }
}

.green{
  color: #5E5F3E !important;
}

.special-lh{
  line-height: 1.7em;
}

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

.beige-bg{
  background-color: #F2D5A1;
  background: linear-gradient(180deg, rgba(242, 213, 161, 1) 95%, rgba(242, 213, 161, 0) 100%);
  padding-bottom:30px;
}
.greenish-bg{
  background-color: #ECEAE2;
}

.beige-gradient{
  background: #F2D5A1;
  background: linear-gradient(180deg, rgba(242, 213, 161, 1) 0%, rgba(242, 213, 161, 0) 100%);
}

.beige-gradient-reverse{
  background: #F2D5A1;
  background: linear-gradient(0deg, rgba(242, 213, 161, 1) 0%, rgba(242, 213, 161, 0) 100%);
}

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

      .extra-usp-container {
padding: 10px 0;
text-align: center;
color: #333;
margin-bottom: -2px;
}

.extra-usp-container .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
}

.extra-usp-container .swiper-wrapper .swiper-slide svg{
margin-right: 10px;
}

.extra-usp-container .swiper-wrapper .swiper-slide span{
color:  #5e5f3e;
}

.usp-prev,
.usp-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
color: #5E5F3E;
cursor: pointer;
font-size: 30px;

display:none;
}

.usp-prev:hover,
.usp-next:hover {
background-color: #5E5F3E66;
}

.usp-prev {
left: 10px;
}

.usp-next {
right: 10px;
}
@media screen and (max-width: 768px) {
.usp-prev, .usp-next{
display:block;
}
}

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

.divider {
line-height: 0; 
text-align: center; 
width: 50%; 
height:2px;
background: #5E5F3E;
background: linear-gradient(90deg, rgba(94, 95, 62, 0) 0%, rgba(94, 95, 62, 0.5) 50%, rgba(94, 95, 62, 0) 100%);
margin: auto; 

}

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

.cusrev-slide {
background-color: #eae5dc; /* Beige-Ton */
border-radius: 8px;
overflow: hidden;
}

.cusrev-image {
width: 100%;
height: 40vh;
display: block;
background-size: cover;
background-position: center;
}

.cusrev-content {
padding: 16px;
min-height:25vh;
background-color: #E6DBCC;
}

.cusrev-text {
font-size: 0.9em !important;
color: #333;
margin-bottom: 12px;
line-height: 1.5;
padding:0px;
text-align:justify !important;
}

.cusrev-stars {
color: #2b2b2b;
font-size: 1.6rem;
letter-spacing: 2px;
}

.cusrev-link {
font-size: 0.9em;
color: #2b2b2b;
text-decoration: underline;
font-weight: 500;
bottom:20px;
right:20px;
position: absolute;
}

.cusrev-prev,
.cusrev-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background-color: rgba(0,0,0,0.4);
color: white;
padding: 0px 10px;
border-radius: 10px;
cursor: pointer;
font-size: 45px;
}

.cusrev-prev:hover,
.cusrev-next:hover {
background-color: #5E5F3E66;
}

.cusrev-prev {
left: 10px;
}

.cusrev-next {
right: 10px;
}

#cusrev1{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_1.jpg');
}

#cusrev2{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_2.JPG');
}

#cusrev3{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_3.jpg');
}

#cusrev4{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_4.jpg');
}

#cusrev5{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_5.JPG');
}

#cusrev6{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_6.jpg');
}

#cusrev7{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_7.jpg');
}

#cusrev8{
background-image: url('https://www.holzkern.com/media/wysiwyg/img/2025/05/UGC/UGC_LP_Review_8.jpg');
}

@media screen and (max-width: 768px) {
.cusrev-content {
min-height:21vh;
}
.cusrev-image {
height: 50vh;
}

.cusrev-text {
font-size: 1.2em !important;
}

}

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

.about-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px;
margin: 0 auto;
}

.about-image {
flex: 1 1 500px;
}

.about-image img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}

.about-text {
flex: 1 1 400px;
color: #333;
max-width: 600px;
}

.about-text strong {
font-weight: 600;
}
@media (max-width: 768px) {
.about-container {
flex-direction: column;
text-align: center;
}

.about-text {
padding: 0 10px;
}

.about-image {
flex: 1 1 20px;
}
}
/*- - - - - - - - - - -*/

.lebutton-green {
background-color: #2D3D20;
color: white;
padding: 10px 30px;
border: none;
border-radius: 60px;
font-size: 1.2em;
transition: transform ease 0.1s;
transform: scale(1);
}
.lebutton-green:hover {
background-color: #455538;
color: white;
border: none;
}
.lebutton-green:visited{
color: #fff;
}
.lebutton-green:focus {
background-color: #455538;
color: white;
border: none;
}

.lebutton-green:hover {
background-color: #455538;
color: white;
border: none;
}

.lebutton-green:active {
background-color: #455538;
color: white;
border: none;
transition: transform ease 0.1s;
transform: scale(0.9);
}


.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;
}

.swiper-pagination-bullet-active {
background: #5e5f3e;
}
.overflow-hidden{
overflow: hidden;
}
/* Basic Settings */
.post-content h1,.post-content h2,.post-content h3,.post-content h4 {
font-weight: 500;
text-align: center;
}
.post-content h1{
font-size: 3.5em;
}
.post-content h2 {
font-size: 2.8em;
color:#5e5f3e;
margin-top:0px;
}
.post-content h3 {
font-size: 2.0em;
color:#5e5f3e;

}
.post-content p {
text-align: center;
font-size: 1.2em;
}
.lineheight-zero{
line-height: 0px;
}
.mt {
margin-top: 64px !important;
}
.mb {
margin-bottom: 64px !important;
}
.reviews-sector div div div b{
margin-top:16px;
}
.footer-logo {
margin-top: 0 !important;
}
.constrain-me {
max-width: 1600px; 
margin: auto;
}
.prod-embed-cont{
padding:20px 35px;
border-radius: 50px;
}
.fiftyfifty{
display:flex;
flex-direction: row;
gap:5px;
}
.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: #e7e9dc;
}
/* Basic Elements */
.parent {
width: 70%;
margin-left: auto;
margin-right: auto;
}
.pdp-text-container p{
color:black;
}
/* Special Elements */
/* Buttons */
.lebutton-scroll {
background-color: #5e5f3e;
color: white;
font-weight: bold;
padding: 20px 30px;
border: none;
border-radius: 30px;
font-size: 1.6em;
margin-top: 16px;
transition: transform ease 0.1s;
transform: scale(1);
}
.lebutton-scroll:hover {
background-color: #5e5f3e;
color: white;
border: none;
}
.lebutton-scroll:focus {
background-color: #5e5f3e;
color: white;
border: none;
}
.lebutton-scroll:hover {
background-color: #5e5f3e;
color: white;
border: none;
}
.lebutton-scroll:active {
background-color: #5e5f3e;
color: white;
border: none;
transition: transform ease 0.1s;
transform: scale(0.9);
}
.lebutton-scroll: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;
padding-top: 32px;
padding-bottom: 15px;
}
.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.5em;
padding: 0 !important;
}

/* Product Image Grid */
.featured-products {
display: flex; 
flex-direction: row; 
flex-wrap: nowrap; 
gap: 32px; 
padding: 16px 32px; 
width: fit-content;
line-height: 0;
margin: auto;
}
.featured-products p {
font-size: 2em;
position: absolute;  
color: white;
padding: 0 !important;
font-weight: 200;
}
.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: #5e5f3e !important;
}
.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
color: #e7e9dc !important;
}
.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
color: #5e5f3e !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;
}
/* Buttons */
.lebutton {
background-color: #5e5f3e;
color: white;
font-weight: bold;
padding: 20px 30px;
border: none;
border-radius: 30px;
font-size: 1.6em;
margin-top: 16px;
transition: transform ease 0.1s;
transform: scale(1);
}

.lebutton:hover {
background-color: #5e5f3e;
color: white;
border: none;
}

.lebutton:focus {
background-color: #5e5f3e;
color: white;
border: none;
}

.lebutton:hover {
background-color: #5e5f3e;
color: white;
border: none;
}

.lebutton:active {
background-color: #5e5f3e;
color: white;
border: none;
transition: transform ease 0.1s;
transform: scale(0.9);
}

.lebutton:visited {
color: white;
}
/* 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;
}

.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;
}

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

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

/* Mobile Settings */
@media screen and (max-width: 768px) {
.post-content h1{
font-size: 2.5em;
}
.post-content h2{
font-size: 2.3em;
}
.post-content h3{
font-size: 1.7em;
}
.parent {
width: auto;
}
.prod-embed-cont{
padding:15px 10px;
background-color: white;
border-radius: 20px;
}
.lebutton {
margin-right: 16px;
margin-top: 8px;
font-size: 1.3em;
}
.lebutton-scroll {
margin-right: 16px;
margin-top: 8px;
font-size: 1.3em;
}
.checked-benefits {
gap: 16px;
}
.featured-products {
gap: 8px; 
padding: 4px 8px; 
}
.featured-products p {
font-size: 1.2em;
}
.totheleft {
left: 8px; 
bottom: -3px;
text-align: left !important;
}
.fiftyfifty{
flex-direction: column;
gap:0px;
}
.totheright {
right: 8px; 
bottom: -3px;
text-align: right !important;
}
.totheleft, .totheright{
font-size:1em;
margin-bottom: 0px;
}
}

.lhz{
    line-height: 0;
}