html {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #fff;
  color: #111;
}

#loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #e60023; /* ROT */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.logo-animation {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  animation: float 2s ease-in-out infinite;
}


.progress-bar {
  display: flex;
  gap: 6px;
  margin-top: 20px;
}

.bar-segment {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 0.2;
  animation: fillBar 1.5s forwards;
}

.bar-segment:nth-child(1)  { animation-delay: 0.1s; }
.bar-segment:nth-child(2)  { animation-delay: 0.2s; }
.bar-segment:nth-child(3)  { animation-delay: 0.3s; }
.bar-segment:nth-child(4)  { animation-delay: 0.4s; }
.bar-segment:nth-child(5)  { animation-delay: 0.5s; }
.bar-segment:nth-child(6)  { animation-delay: 0.6s; }
.bar-segment:nth-child(7)  { animation-delay: 0.7s; }
.bar-segment:nth-child(8)  { animation-delay: 0.8s; }
.bar-segment:nth-child(9)  { animation-delay: 0.9s; }
.bar-segment:nth-child(10) { animation-delay: 1.0s; }

@keyframes fillBar {
  to {
    opacity: 1;
    background-color: #fff; /* bleibt weiß, du kannst auch rot nehmen */
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Manrope';
  src: url('./fonts/Manrope-Regular.woff2') format('woff2');
  font-weight:bolder;
  font-style: normal;
}


body {
  background: #f5f5f5;
  color: #ffffff;
  margin: 0;
  padding-top: 80px; /* Höhe deines fixierten Headers */
  font-family: 'Manrope', sans-serif;

}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;         /* oder transparent, je nach Design */
  z-index: 1000;             /* damit er über allem liegt */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  padding-right: 300px; /* Standard für Desktop */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optional: leichter Schatten */
}
  
@media (max-width: 768px) {
  .header {
    padding-right: 20px; /* Weniger auf Mobilgeräten */
  }
}

.logo {
  max-width: 200px;   /* Maximalgröße */
  width: 100%;
  height: auto;
  scale: 40%;
  display: block;
  margin: 0 auto;
}

.logo {
  max-width: 100%;     /* nie größer als Container */
  height: auto;        /* Höhe passt sich automatisch an */
  display: block;      /* vermeidet unerwünschten Abstand */
}



.navbar {
  display: flex;
  gap: 200px;

}

.navbar a {
  text-decoration: none;
  color: #c93300;
  font-weight:600;
  font-size: xx-large;
  transition: 0.2s;
}

.navbar a:hover {
  opacity: 0.6;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 5px;
}

.img-back {
  background: url('homepage2.jpg') no-repeat center center/cover;
 min-height: 85vh;
background-repeat: no-repeat;
background-size: cover;
align-items:flex-start
}

.footerContainer {
  background: white;
  padding: 40px 20px;
  text-align: center;
}

.socialIcons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.socialIcons a {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
}

.socialIcons a:hover {
  background: gray;
}

.footerNav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
}

.footerNav ul li a {
  text-decoration: none;
  color: #444;
  font-size: 1rem;
  font-weight: 500;
}

.footerBottom {
  background: black;
  color: white;
  padding: 40px;
  text-align: center;
  font-size: 0.9rem;
}

.footerBottom .MathisInsta a {
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 10px;
}

.footerBottom .MathisInsta a:hover {
  color: #bbb;
}

.designer {
  font-weight: bold;
  margin-left: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .navbar.active {
    display: flex;
  }
  .nav-toggle {
    display: block;
    cursor: pointer;
  }
}
body, html {
  overflow-x: hidden;
}

@media (max-width: 700px){
    .footerNav ul{
        flex-direction: column;
    } 
    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px;
    }
    .socialIcons a{
        padding: 8px;
        margin: 4px;
    }
}

 ::-webkit-scrollbar{
background: transparent;
overflow:hidden
  } 

::-webkit-scrollbar-thumb{
background: lightgray;
border-radius: 10px;
  }
  
::-webkit-scrollbar-thumb{
border-radius: 10px;
background:lightgrey;
 }


 .container{
display: grid;
place-items: center;
margin-inline: 1.5rem;
padding-block: 5rem;
 }

 .card__container{
display: grid;
row-gap: 3.5rem;
 }

 .card.article{
position: relative;
overflow: hidden;
 }

 .card__img{
width: 328px;
border-radius: 1.5rem; 
 }

 .card__data{
 width: 280px;
 background-color: var(--container-color);
 padding: 1.5rem 2rem;
 box-shadow: 0 8px  24px hsla(0, 0%, 0%,.15);
 border-radius: 1rem;
 position:absolute;
 bottom:-2rem;
 left: 0;
 right: 0;
 margin-inline:  auto;
 opacity: 0;
 }

 .card__description{
display: block;
font-size: var(--small-font-size);
margin-bottom: .25rem;
 }

.card__title{
font-size: var(--h2-font-size);
font-weight:500;
color: var(--title-color);
margin-bottom: .75rem;
}

.card__button{
text-decoration: none;
font-size: var(--small-font-size);
font-weight: 500;
color:var(--first-color)
}

.card__button:hover{
text-decoration: underline;


}

/* Style the gallery container */
.gallery-container {
  max-width: 1500px;
  margin: 40px auto;
  padding: 20px;
  background-color: rgb(232, 235, 239);
  border: 3px solid #ddd;
  box-shadow: 0 0 10px rgba(5, 0, 0, 0.1);
}

/* Style the rows */
.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Style the photos */
.photo {
  width: 30%;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.photo img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}

.photo img:hover {
  transform: scale(1.1);
}

.text {
text-align: center;
font-family: monospace;;


}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
  gap: 20px;
  max-width: 1200px;
  margin: 100px auto 40px;
  padding: 20px;
  background-color: #e8ebef;
  border: 3px solid #ddd;
  box-shadow: 0 0 10px rgba(5, 0, 0, 0.1);
}

.photo {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: white;
}

.photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.photo img:hover {
  transform: scale(1.05);
}

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.photo-card:hover img {
  transform: scale(1.05);
}

.more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-family: monospace;
  font-size: 1rem;
  font-weight: bold;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.photo-card:hover .more-btn {
  display: block;
}
.photo-card:hover img {
  transform: scale(1.05);
}

/* Responsive Anpassung */
@media (max-width: 900px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }
}

/* Grid Layout */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 100px auto;
  padding: 20px;
}

.video {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video:hover video {
  transform: scale(1.02);
}



  .video-grid {
    grid-template-columns: 1fr;
  }


.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.video-card video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.video-card:hover video {
  transform: scale(1.02);
}

.more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-family: monospace;
  font-size: 1rem;
  font-weight: bold;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.video-card:hover .more-btn {
  display: block;
}

 .about-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #f8f8f8 /* Farbhintergrund fürs Bild */
    }

    .about-section img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      margin-bottom: 30px;
    }

    .about-section h1 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: black;
    }

    .about-section p {
      max-width: 600px;
      color: black;
      margin: 0 auto 30px;
      font-size: 1rem;
      line-height: 1.6;
    }

    .button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .button-group a {
      text-decoration: none;
      background-color: #222;
      color: white;
      padding: 12px 24px;
      border-radius: 5px;
      font-weight: bold;
    }

    .button-group a:hover {
      background-color: #555;
    }

    @media (max-width: 600px) {
      .about-section img {
        width: 150px;
        height: 150px;
      }

      .about-section h1 {
        font-size: 1.5rem;
      }

      .button-group a {
        width: 100%;
        text-align: center;
      }
    }

.breadcrumb {
  font-size: 0.9rem;
  color: #666;
  margin: 20px;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.product {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #fafafa;
}

.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product h3 {
  font-size: 1rem;
  margin: 10px 0 5px;
}

.price {
  margin: 5px 0;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 5px;
}

.new-price {
  font-weight: bold;
  color: #a52a2a;
}

.button {
  margin: 10px 0 20px;
  padding: 10px 16px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;

}

.button:hover {
  background: #333;
}

.newsletter {
  text-align: center;
  padding: 40px ;
  background: #f4f4f4;
  margin-top: 60px;
}

.newsletter input[type="email"] {
  padding: 10px;
  font-size: 1rem;
  width: 300px;
  max-width: 90%;
  margin-right: 10px;
}

.newsletter button {
  padding: 10px;
  font-size: 1rem;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
}


.footerBottom {
  background: black;
  color: white;
  padding: 40px;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
  border: none; /* sicherstellen */
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; /* falls nötig */
}

.video-card video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.video-card:hover video {
  transform: scale(1.02);
}

.more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-family: monospace;
  font-size: 1rem;
  font-weight: bold;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.video-card:hover .more-btn {
  display: block;
}


.section-title {
  text-align: center;
  margin: 40px 0 20px;
}

.shop-section {
  padding: 0 20px 40px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.product {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  padding: 16px;
  transition: box-shadow 0.3s ease;
}

.product:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
}

.product h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.product .price {
  font-weight: bold;
  color: #a52a2a;
}

.footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: #666;
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}



.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  padding: 16px;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
}

.product-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.product-card .price {
  font-weight: bold;
  color: #a52a2a;
  margin-bottom: 10px;
}

.product-card button {
  background: black;
  color: white;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.product-card button:hover {
  background: #333;
}

/* Navigation */
.navbar {
  display: flex;
  gap: 2rem;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

/* Navigation */
.navbar {
  display: flex;
  gap: 20erm
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .navbar {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 10px;
 border: 1px solid #ddd;
  }

  .navbar.active {
    display: flex;
  }

  .nav-toggle {
    display: block;
    color: #c93300;
  }
    
}.container2 {
  max-width: 800px;
  margin: 0 auto;
}

.video-wrapper2 {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
}

.video-wrapper2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-box2 {
  margin-top: 10px;
  padding: 10px;
  background-color: #e0e0e0;
  border-radius: 4px;
  color: #333;
}

.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;         /* ✅ Modal darf scrollen */
  padding-top: 100px;       /* Platz unter Header */
  z-index: 999;
}
.modal-content {
  max-height: 90vh;
  max-width: 1200px;         /* ✅ Begrenzung */
  width: 100%;
  margin-top: 100px; /* Abstand vom fixierten Header */       /* ✅ zentriert */
  background: #111;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-body {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: nowrap;
}

/* Bildbereich mit Scroll */
.image-scroll-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 80vh;
  overflow-y: auto;
  flex: 1.5;
  min-width: 400px;
}

.image-scroll-container img {
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Textbereich */
.modal-description-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 80vh;
  overflow-y: auto;
  min-width: 300px;
  padding-right: 1rem;
}

/* Einzelne Textboxen */
.modal-description,
.modal-info {
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 6px;
  color: #ccc;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-description h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #fff;
}

.modal-description p {
  margin-bottom: 0.8rem;
  color: #ccc;
}

.modal-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-info li {
  margin-bottom: 0.4rem;
}

/* Schließen-Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

/* 🧠 Responsives Verhalten */
@media (max-width: 768px) {
  .modal-body {
    flex-direction: column;
    align-items: center;
  }

  .image-scroll-container,
  .modal-description-wrapper {
    max-height: unset;
    width: 100%;
    min-width: unset;
  }

  .image-scroll-container img {
    max-width: 100%;
  }

  .modal-description,
  .modal-info {
    width: 100%;
  }
}

#video-domal.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding-top: 100px;
  z-index: 9998;
}

#video-domal .modal-content {
  background: #111;
  border-radius: 8px;
  width: 95%;
  max-width: 1200px;
  padding: 2rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#video-domal .modal-body {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: nowrap;
}

#video-domal .video-container {
  flex: 1.5;
  width: 100%;
}

#video-domal video {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #000;
  max-height: 80vh;
}

#video-domal .modal-description-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  max-height: 80vh;
}

#video-domal .modal-description,
#video-domal .modal-info {
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 6px;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

#video-domal .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: white;
  background: transparent;
  border: none;
}

/* MOBILE */
@media (max-width: 768px) {
  #video-domal .modal-body {
    flex-direction: column;
    align-items: center;
  }

  #video-domal .video-container,
  #video-domal .modal-description-wrapper {
    width: 100%;
    max-height: unset;
  }
}