
  @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Gloria+Hallelujah&display=swap');

  .caveat-uniquifier {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }

  .gloria-hallelujah-regular {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;
  }

  h1 {
    font-family: "Gloria Hallelujah", cursive;
  }


  h2 {
    font-family: "Caveat", cursive;
    font-size: 50px;
  }


  .product-category img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .product-category .image-wrapper {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .product-category .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .equal-height .image-wrapper {
    flex: 1;
  }

  #wandbilderSlider {
    height:600px;
  }

  
  .carousel-inner {
    height: 100%;
  }

  .carousel-item img {
    height: 100%;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: black;
    mask-size: 60% 60%;
    -webkit-mask-size: 60% 60%;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  .card-img-top {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .blog-link {
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .blog-link:hover {
    transform: scale(1.02);
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .playful {
    font-family: 'Pacifico', cursive;
  }

  /* macht die List-Group-Nummern fett */
  .list-group-numbered .list-group-item::before {
    font-weight: 700;
  }

 
  .social-icon {
    width: 41px;
    height: 41px;
    border-radius: 13px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .social-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .stil-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .stil-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .stil-box img {
    transition: transform 0.3s ease;
  }

  .stil-box:hover img {
    transform: scale(1.05);
  }

  .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
  }

.hero {
  background-image: url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  height: 68vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-content {
  width: 50vh;
}

.hero-logo {
  max-height: 702px;
  width: auto;
  height: auto;
}

.hero-powered {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .hero-logo {
    max-height: 400px;
  }
  .hero-powered {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .hero-logo {
    max-height: 300px;
  }
  .hero-powered {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    max-height: 180px;
  }
  .hero-powered {
    font-size: 0.68rem;
  }
}

@media (max-width: 375px) {
  .hero-logo {
    max-height: 400px;
  }
  .hero-powered {
    font-size: 0.6rem;
  }
}

@media (max-width: 340px) {
  .hero-logo {
    max-height: 140px;
  }
  .hero-powered {
    font-size: 0.55rem;
  }
}


  

