

p:not(.manufacturer p),section.first-thin a {


        font-variation-settings: 'wght' 400;
    }
b{
    font-variation-settings: 'wght' 600;
}




main{
  max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px
}
section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}
section:first-child p{
        font-variation-settings: 'wght' 500 !important;

}
section.productsgallerysect p{
  font-variation-settings: 'wght' 500 !important;

}
h1{
  text-align: center !important;
  font-size: 30px;
  margin: 0;
  font-weight: 800;
}
h2{
  font-size: 25px;
  font-weight: 800;
}
p{
  font-size: 20px;
  text-align: center;
}
section:first-child p{
  font-variation-settings: 'wght' 540 !important;
}
.testimonialssect{
    height: 700px;
    width: 1100px;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

.testimonialssect:before{
    content:"" !important;
    position: absolute !important;
    width: 300vw !important;
    left: -100vw !important;
    height: 100% !important;
    background-color: rgba(217,217,217, 0.2)  !important;

}
  .carousel {
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    touch-action: pan-y; /* erlaubt vertikales Scrollen, wir fangen horizontales Swipen selbst ab */
    cursor: grab;
  }
  .carousel.dragging { cursor: grabbing; }

  .carousel-track {
    display: flex;
    transition: transform 0.4s ease;
  }

  .slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 72px;
    padding: 20px 10px;
    user-select: none;
    width: 1100px;
    min-height: 500px;
  }

  .slide img {
    aspect-ratio: 270 / 353;
    width: 300px;
    
    object-fit: cover;
    border-radius: 25px;
    flex-shrink: 0;
    pointer-events: none; /* verhindert natives Bild-Drag beim Swipen */
  }

  .slide-content {
    flex: 1;
    min-width: 0;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
  }

  .brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }

  .brand-logo {
    width: 70px;
    height: 70px;
    border-radius: 500px;
    background: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 18px;
    flex-shrink: 0;
  }
  .brand-logo img{
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 100px;
  }

  .brand-name {
    font-size: 25px;
    font-weight: 700;
    color: #111;
  }

  .quote {
    font-size: 20px !important;
    line-height: 1.6;
    margin-bottom: 20px;
    white-space: pre-line;
    text-align: left;
  }

  .author {
    font-size: 22px;
    font-weight: 700;
    color: #111;
  }

  .dots {
    display: flex;
    justify-content: center;
    gap: 27px;
    margin-top: 30px;
    position: relative;
  }

  .dot {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d4d4d4;
    cursor: pointer;
    transition: background 0.25s ease;

        position: relative;
    z-index: 101;
    cursor: pointer;
    pointer-events: auto;
  }

  .dot.active {
    background: #111;
  }
  @media (min-width: 700px) {
    * p, .quote{font-variation-settings: "wght" 530 !important;}
    section:first-child p{
      width: 80%;
    }
  }
  @media (max-width: 700px) {
    section{
      gap: 4vw
    }
        main{
        padding-top: 21vw !important;
        gap: 15vw;
        }
        h1{
            font-size: 6.5vw !important;
        }
        h2{
          font-size: 5.5vw !important
        }
        p{
            font-size: 4.3vw;
            line-height: 5.3vw;
        }
    .slide { flex-direction: column; text-align: left; padding: 0; min-height: 0; }
    .brand-logo{width: 14vw; height: 14vw;}
    .slide-content{ width: 81vw;gap: 2vw !important}
    .brand-row { justify-content: start; margin: 0; gap:8vw }
    .brand-name{font-size: 5.5vw;     font-weight: 900;}
    .quote{
          font-size: 4.2vw !important;
          line-height: 5.4vw;
          margin-bottom: 8vw;
    }
    .author{
      font-size: 4.2vw;
    }
    .slide>img{
      display: none;
    }
    .testimonialssect{
      height: auto;
      padding: 12vw 0 ;
    }
  section.productsgallerysect p{
    width: 67% !important;
    margin-bottom: 6vw !important;
    }

    section > p, section > h2, section > h1{
      width: 80% !important;
      text-align: center;   
        margin: 0 ;

    }
      main{
        gap:20vw;
      }
    
  }

  .standardcta{
    border-radius: 56px;
    width: 800px;
    min-height: 400px;
  }
.standardcta h2{
  margin-bottom: 10px;
  font-size: 25px;
}
.standardcta p{
  font-size: 22px;
  text-align: center;
}

.standardcta .buttons{
  display: flex;
  flex-direction: column;
  gap: 15px;

}
.standardcta button{

  min-width: 250px;
  min-height: 60px;
  font-size: 22px;
  border-radius: 200px !important;
}

.productsgallerysect h2{
  margin-bottom: 10px !important;
}
.productsgallerysect p{
  margin-bottom: 50px !important;
}
.productsgallery{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px 80px;
  width: 100%;
  max-width: 90vw;
  justify-content: center;
}
.productsgallery img{
  object-fit: cover;
  width: 330px;
  height: 410px;
  border-radius: 24px;
  box-shadow: none;
  background-color: rgba(217,217,217, 0.2);
  margin: 0;
}
@media (max-width: 700px) {
  .standardcta{
    border-radius: 6vw;
    gap: 8vw;
            padding: 12vw 10vw;
  }
  .standardcta p{
    font-variation-settings: "wght" 460 !important;
    font-size: 4.5vw;
  }
  .standardcta .buttons {
    gap: 5vw
  }
  .standardcta button{
    font-size: 4.3vw;
    padding: 6.2vw 10vw !important;
    font-variation-settings: "wght" 600 !important;
    border-width: 0.6vw;
  }

  .productsgallery{
      grid-template-columns: 1fr 1fr;
      gap: 7vw 5vw
  }
  .productsgallery img{
    height: auto;
    width: 100%;
    aspect-ratio: 169 / 194;
  }
  .dots{
    gap: 4vw;
    margin-top: 8vw;
  }
  .dot{
    width: 4vw;
    height: 4vw;
  }

}




.productcard {
    position: relative;
    
    overflow: hidden;
    border-radius: 24px;
}

.productcard > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    margin: 0;
    box-shadow: none;
    background-color: rgba(217, 217, 217, 0.2);
}

/* Black overlay */
.productoverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    padding: 35px;
    
    color: white;

    opacity: 0;
    transition: opacity 0.25s ease;
}

/* Show overlay on hover */
.productcard:hover .productoverlay {
    opacity: 1;
}

/* Text */
.productinfo {
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.productinfo strong {
    font-weight: 700;
}

/* Bottom icons */
.productlinks {
    display: flex;
    gap: 24px;
    align-items: center;
}

.productlinks a {
    display: flex;
    width: 25px;
    height: 25px;

    color: white;
    text-decoration: none;

    transition: transform 0.2s ease, opacity 0.2s ease;
}

.productlinks svg {
    width: 100%;
    height: 100%;
}

.productlinks a:hover {
    transform: scale(1.12);
    opacity: 0.75;
}
@media (max-width: 700px) {
  .productinfo {
    font-size: 3vw;
  }

}