 /* StellarisLE Custom CSS */

      .list-in{
    list-style-position: inside;
  }

  .cat-back {
    background-color: #eceae2;
    padding-top: 32px;
    margin-top: 48px;
    padding-bottom: 64px;
  }

  .cta {
    background-color: #191970;
    color: white;
    font-weight: bold;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.6em;
    margin:auto;
    margin-bottom: 32px;
    transition: transform ease 0.1s;
    transform: scale(1);
    box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.5);
    display:block;
}

.cta:hover {
    background-color: #191970;
    color: white;
    border: none;
    transform: scale(0.95);
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}

.cta:focus {
    background-color: #191970;
    color: white;
    border: dashed #fff 2px;
}

.cta:active {
    background-color: #191970;
    color: white;
    border: none;
    transition: transform ease 0.1s;
    transform: scale(0.95);
}

.cta:visited {
    color: white;
}

  /* 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;
    }
  }



  /* 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;
  }

  /* Basic Settings */
  /*
  .post-content {
      background-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: 1.8em;
  }

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

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

  .mt {
    margin-top: 64px !important;
  }

  .mb {
    margin-bottom: 64px !important;
  }

  .footer-logo {
    margin-top: 0 !important;
  }

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

  .description-list-widget div div p strong {
    display: none;
  }

  /* Basic Elements */
  .parent {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Basic Elements*/
  .contenido {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
    background-color: #D9D9D9;
  }

  /* Special Elements */
  /* Buttons */
  .lebutton-scroll {
    background-color: #191970;
    color: white;
    font-weight: bold;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.6em;
    margin-top: 16px;
    transition: ease-in-out 0.2s;
    transform: scale(1);
  }

  .lebutton-scroll:hover {
    background-color: #f93131;
    color: white;
    border: none;
    outline: #191970 solid 2px;
    outline-offset: 4px;
    transition: ease 0.2s;
  }

  .lebutton-scroll:focus {
    background-color: #084573;
    color: white;
    border: none;
    outline: #81B9EE solid 2px;
    outline-offset: 4px;
    transition: ease 0.1s;
  }

  .lebutton-scroll:active {
    background-color: #084573;
    color: white;
    border: none;
    outline: #81B9EE solid 2px;
    outline-offset: 4px;
    transition: ease 0.1s;
    transform: scale(0.9);
  }

  .lebutton-scroll:visited {
    color: white;
  }

  .ow-custom-product-list-widget .action.primary.submit-list {
    background-color: #191970 !important;
  }

  .ow-custom-product-list-widget .action.primary.submit-list:hover {
    background-color: #191970 !important;
    box-shadow: 0 0 !important;
    outline: #81B9EE solid 1px;
    outline-offset: 2px;
  }

  .pdp-read-more,
  .pdp-read-less {
    color: #ddd !important;
  }

  .ow-custom-product-list-widget .product-addto-links-widget .action.towishlist::before {
    color: #191970 !important;
  }

  .prod-embed-cont {
    padding: 20px;
    border: #Fff solid 8px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.2s;
  }
  .list-style-title-line-two{
    color:#191970 !important;
  }

  /* 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;
    width: fit-content;
    line-height: 0;
    margin: auto;
  }

  .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: #55b183 !important;
  }

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

  .CarouselWidget-prefix .R-BadgeElement .R-BadgeElement__icon .cssVar-badgeElement__icon {
    color: #55b183 !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;
  }

  /* Mobile Settings */
  @media screen and (max-width: 768px) {
    .parent {
      width: auto;
    }
     .header__inner {
    padding: 10px 25px !important;
  }
    .contenido {
      display: block;
      gap: 10px;
      padding: 0px;
      padding-bottom: 30px;
      margin-top: 0px;
      margin-bottom: 0;
    }

    .contenido div p {
      margin-top: 10px;
    }

    .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: 8px;
    }

    .totheright {
      right: 8px;
      bottom: 8px;
    }

    .constrain-me {
      max-width: 95%;
    }
  }