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

  .hero {
    padding: 0;     /* ggf. anpassen */
    position: relative;
  }
  .hero img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    height: 70vh;background-size: cover;
    background-position: center;   
  }
  .hero-content {
    z-index: 1;
  }
  
  .hero-h1{
    font-family: "Gloria Hallelujah", cursive;
    font-size: x-large;
  }

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

  

