

      
.divider{
    line-height: 0; 
    text-align: center; 
    width: 33%; 
    margin: auto; 
    border-bottom: solid 3px #fff;
}

      .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;}
      }


.price {
    color: black !important;
}
.stars__icon {
    color: #c72835 !important;
}
#command-btn {
    background-color: #914E41;
}
#sciences-btn {
    background-color: #0E628C;
}
#operations-btn {
    background-color: #812214;
}
#collection-btn {
    background-color: #2C583D;
}
.btn-container {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:15px;
    justify-content: center;
}
/* CSS for making things legible */
.header__inner {
    background-color: white !important;
    border-radius: 15px !important;
    width: auto !important;
    padding: 0px 15px !important;
}
.white-me {
    color: white;
}
.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 {
    text-align: center;
    font-size: clamp(18px, 1.2em, 22px);
}

.mt {
    margin-top: 120px !important;
}

.mb {
    margin-bottom: 64px !important;
}

.footer-logo {
    margin-top: 0 !important;
}

.constrain-me {
    max-width: 1600px;
    margin: auto;
}

/* Basic Elements */
.parent {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

/* Special Elements */
/* Buttons */
.lebutton {
    background-color: #2D3D20;
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    border: none;
    border-radius: 60px;
    font-size: 1.6em;
    transition: transform ease 0.1s;
    transform: scale(1);
}

.lebutton:hover {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:focus {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:hover {
    background-color: #455538;
    color: white;
    border: none;
}

.lebutton:active {
    background-color: #455538;
    color: white;
    border: none;
    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;
}

/* 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: #c72835 !important;
}

.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
    color: #c72835 !important;
}

.CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    color: #c72835 !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;
} */
.products-grid .product-item-info.remove-border-product-grid {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
}

/* New classes moved from inline styles */
.sc-offset {
    scroll-margin-top: 190px;
}

.pos-rel {
    position: relative;
}

.mb64 {
    margin-bottom: 64px;
}

.pb64 {
    padding-bottom: 64px;
}

.b-large {
    font-size: 1.5em;
}

/* Mobile Settings */
@media screen and (max-width: 767px) {
    .mt {
        margin-top: 76px !important;
    }
    .parent {
        width: auto;
    }

    .lebutton {
        margin-top: 8px;
        font-size: 1.3em;
    }
    .btn-container{
        flex-direction: column;
        margin: auto;
        width: fit-content;
    }

    .checked-benefits {
        gap: 16px;
    }

    .featured-products {
        gap: 16px;
        padding: 8px 16px;
    }

    .featured-products p {
        font-size: 1.2em;
    }

    .totheleft {
        left: 8px;
        bottom: 8px;
    }

    .totheright {
        right: 8px;
        bottom: 0px;
    }
}
