@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #EAEAEA;
    font-size: 1.2vw;
    background-color: #284038;

}

html, body {
    height: 100%;
    margin: 0;
  }
  
  body {
    display: flex;
    flex-direction: column;
  }
  
  main {
    flex: 1;   /* nimmt den gesamten verfügbaren Platz ein */
  }

/* header start */
header {
    padding: 2vw;
    background-color: #284038;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top:0;
    height: 150px;
    box-shadow: black 0 0 1.5vw;
}

header section {
    display: flex;
    align-items: center;
    
}

header section h1 {
    margin-left: 2vw;
}


header nav ul{
    margin-left: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-right: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-decoration: none;
    align-items: center;
    font-size: 1rem;
    
 
}

header nav li {

    display: inline-block;
    padding: 2px;
    margin: 0.75vw;
    text-align: center;
}



header h1 {

    font-size: 3em;
}

#logo {
    width: 8vw;
}

.navicon {

    height: 2.5vw;
    
}
header nav a {
    text-decoration: none;
    color: #EAEAEA;
}

header nav ul li a:hover {
    color: rgb(211, 223, 207);
    transition: 0.5s;
    
    
}



header nav a.active {
    color: rgb(211, 223, 207);
    text-decoration: underline;
}



/* header Ende*/

/* main Start*/

#hclaim {
    
    font-size: 10vw;
}
#hclaim-svn {
    
    font-size: 8vw;
}

main {
    background-color: #284038;
    margin-top: 170px;
    
    padding: 7.2vw;
}

h2 {
    font-size: 2.5em;
}

.bestsellers {
    margin-top: 8vw;
    margin-bottom: 8vw;
    
}

.products {
    margin-top: 5vw;
    margin-bottom: 5vw;
    
   
}

#claim {
    padding-top: 10rem;
    margin-top: 8.5vw;
}

main section h1 {
    font-size: 5em;
    line-height: 4rem;

}

/*main img {
    box-shadow: 10px 10px #9FAEC7;

}*/

#portrait  {
    
    width: 25%;
    position: absolute;
    right: 10%;
    padding-bottom: 30vw;
}

#img-index {
    
    margin-top: 260px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
}

.img-index {
    height: 25vw;
    margin-right: 3vw;    
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;

}

#img-gallery {
    margin-top: 5vw;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.img-gallery-products {
    height: 22vw;
    margin-right: 2.5vw; 
    margin-left: 2.5vw;   
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;

}

.img-gallery  {
    height: 20vw;
    margin-right: 2.5vw; 
    margin-left: 2.5vw;   
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;

}

#impressumimg {
    width: 50%;
    float: right;
    box-shadow: 0 0 80px rgb(26, 26, 26);
}

#impressum {
    font-size: 4.5vw;
    margin-left: 40px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* damit description funktioniert */

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.description {
    margin-top: 2vw;
    padding-left: 0;
    margin-left: 0;
}


#impressum-main {
    margin-top: 150px;
    display: flex;
    flex-direction: row;
}

.map {
    background-color: #9FAEC7;
    padding: 2em;
    margin-bottom: 3em;
    box-shadow: 0 0 20px rgb(26, 26, 26);
}
    
#contact-sheet {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
button {
    background-color: #9FAEC7;
    padding: 0.4em;
    border: none;
    
    
}

#button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

/* Carousel */

.anzeigekarte {
    width: 30vw;
    border-color: rgb(211, 223, 207);
    border-style: solid;

    
  }

* {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 0px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }

ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .carousel-wrapper {
    position: relative;       /* wichtig für Overlay */
    max-width: 1200px;
    margin: 6rem auto;
  }
  
  .carousel-wrapper iframe {
   width: 100%;
   height: 100%;
  }
  
  .carousel {
    position: relative;
    padding-top: 50%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    padding-bottom: 1rem;
    padding-right: 20vw;
    
    overflow: hidden;         /* ← sehr wichtig */
    background: rgb(211, 223, 207);         /* optional, damit Rand sauber wirkt */
  }

  #kleinodschmuck-carousel2{
    position: relative;
    padding-top: 50%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    padding-bottom: 1rem;
    padding-right: 20vw;
    
    overflow: hidden;         /* ← sehr wichtig */
    background: rgb(211, 223, 207);;         /* optional, damit Rand sauber wirkt */
  }


  .carousel_lerndoku {
    position: relative;
    padding-top: 70.7%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    padding-bottom: 1rem;
    padding-right: 20vw;
    
    border-style: solid;
border-color: rgb(211, 223, 207);
    overflow: hidden;         /* ← sehr wichtig */
    background: rgb(211, 223, 207);         /* optional, damit Rand sauber wirkt */
  }
  
  .carousel__viewport {
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  
  .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    
    counter-increment: item;
  }
  
  /*.carousel__slide:nth-child(even) {
 
  }*/
  
  .carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
   
    font-size: 2em;
  }
  
  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }
  
  @media (hover: hover) {
    .carousel__snapper {
      animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-iteration-count: infinite;
    }
  
    .carousel__slide:last-child .carousel__snapper {
      animation-name: tostart, snap;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel__snapper {
      animation-name: none;
    }
  }
  
  .carousel:hover .carousel__snapper,
  .carousel:focus-within .carousel__snapper {
    animation-name: none;
  }
  
  .carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .carousel__navigation ol {
    display: flex;
    justify-content: center;
  }
  
  .carousel__navigation-list,
  .carousel__navigation-item {
    display: inline-block;
  }
  
  .carousel__navigation-button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #eef8f2;
    color: #284038;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
  
    margin: 0 0.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
  }
  

  .carousel__prev,
  .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 37.5%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
  }
  
 
  .carousel__prev {
    left: -1rem;
  }
  
 
  .carousel__next {
    right: -1rem;
  }
  
  /*.carousel::before,
  .carousel::after {
    content: '';
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
  }*/
  
  .carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  }
  
  .carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  }

  .carousel__pdf {
    pointer-events: auto;
  }

  .carousel__image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* oder cover */
    display: block;
  }

  .carousel {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .carousel__navigation-button:hover {
    background-color: rgb(211, 223, 207);
    color: white;
    transform: scale(1.1);
  }
  
  .carousel__navigation-button:focus {
    outline: none;
    background-color: #284038;
    color: white;
  }

  #kleinodschmuck-carousel carousel-wrapper {
    max-width: 60vw; /* gewünschte Breite */
    margin: 0 auto;   /* zentriert */
    
}

#kleinodschmuck-carousel .carousel {
    width: 50vw;   
    margin: 0 auto;
      /* nutzt die Wrapper-Breite */
    /* Höhe unverändert lassen */
}

  .info-box {
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%);
  
    background: #eef8f2;
    padding: 2.5rem;
    width: 320px;
    color:#284038;
  
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 10;
  }
  .info-box h3 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  
  .info-box p {
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
  }




/* main Ende */

/* footer Start*/

/* footer {
    display: flex;
    flex-direction: row;
    background-color: #17241d;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    position: static;
    width: 100%;
    height: 110px;

}*/

footer {
    background: #17241d;   /* dein dunkles Grün */
    color: white;
  
    padding: 3rem 2rem;   /* wichtig! */
    margin-top: auto;     /* extra Sicherheit */

    display: flex;
    flex-direction: row;
   
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }


footer nav ul{
    margin-left: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-right: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-decoration: none;
    align-items: center;
    
}

footer nav li {

    display: inline-block;
    padding: 2px;
    margin: 0.75vw;
    font-size: 0.75em;
    align-items: center;
    text-align: baseline;
    height: 2vw;
}

footer h3 {

    margin-left: 5vw;
}

footer nav a {
    text-decoration: none;
    color: rgb(211, 223, 207);
}

footer nav ul li a:hover {
    color: rgb(211, 223, 207);
    transition: 0.5s;

    
}

/*footer nav a:visited {
    color: #565656;
    
}*/

footer nav a.active {
    color: rgb(211, 223, 207);
    text-decoration: underline;
}

#contact {
    font-size: 0.75em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    
    color: rgb(211, 223, 207);
}

/* footer Ende*/

