@font-face {
  font-family: 'montseratbold'; 
  src: url('Fonts/MontserratBolt.ttf') format('truetype'); 
  font-weight: normal; 
  font-style: normal; 
}

@font-face {
  font-family: 'montseratmedium'; 
  src: url('Fonts/MontserratMedium.ttf') format('truetype'); 
  font-weight: normal; 
  font-style: normal; 
}

.main-navbar {
  background-color: #f8f9fa;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.main-nav-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav-logo-container {
  display: flex;
  align-items: center; 
}

.main-nav-title {
  margin-top: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  font-family: 'montseratmedium'; 
}

.main-nav-brand img {
  height: 65px;
  width: 60px;
  margin-right: 10px;
}

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1px;
}

.main-nav-item {
  display: inline-block;
}

.main-nav-link {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  transition: color 0.3s, background-color 0.3s;
}

.main-nav-link:hover {
  color: #007bff;
  background-color: #e2e6ea;
}

/* Toggle Button für Mobile Ansicht */
.main-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.main-nav-list.active {
  display: block;
}

.main-nav-list {
  display: flex;
}

.con{
  width: 100%!important;
}

.sticky-nav {
  font-family: 'montseratmedium';
  position: sticky;
  top: 0;
  background-color: #343a40;
  z-index: 1000;
  padding: 5px 0; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}

.nav-container {
  max-width: 100%;
  display: flex;
  overflow-x: auto;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.nav-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.nav-item {
  display: inline-block;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.nav-link:hover {
  background-color: #495057;
  color: #fff;
}


.category-container {
    position: relative;
    max-width:1000px;
    height: 150px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    background-color: black;
    margin-bottom: 50px;
    margin-left: 10%; 
    margin-right: 10%;
    margin-top: 35px;
  }

  .full-width-image-produkte {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.925), rgba(0, 0, 0, 0.096)), 
                      url('Photos/vecteezy_sound-mixer-closeup-with-glowing-lights-at-club-party_22965058.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .full-width-image-produkte h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'montseratbold'; 
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  
    text-rendering: optimizeLegibility;  
  }

  
  #Pavillons-Zelte .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/catpavillion1.png');
  }
  
  #Bierzeltgarnituren .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/bierzeltcat.png');
  }
  
  #Hüpfburgen .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/hüpfburgencat.png');
  }

  #Fotoboxen .category-container {
    background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/Fotoboxcat.png');
  }
  #Tische .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/tischecat.png');
  }

  #Lichttechnik .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/Lichttechnik.png');
  }

  #Musiktechnik .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/Lichttechnik.png');
  }

  #Getränke-Zubehör .category-container {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/beer.png');
  }

  #Strom .category-container {
      background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.062)), url('Photos/Outdoorstrom.png');
    }
  
  .category-container h2 {
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
  }

  .product-container {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    margin-left: 10%; 
    margin-right: 10%;
  }

 
  .product-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1000px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: white;
  }

  .product-card img {
    width: 300px; 
    height: auto; 
    object-fit: cover; 
    display: block; 
    margin: 0 auto; 
}

  .product-card-body {
    flex: 1;
    padding: 15px;
  }

  .product-card-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .product-card-body p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
  }

  .product-card-body .product-prices {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
  }

  .product-card-body .quantity-input {
    margin-top: 10px;
  }

  .product-card-body button {
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
  }

  .product-card-body button:hover {
    background-color: #0056b3;
  }

  .margin-custom-top{ 

    margin-top: 20px;
  }


  .slider {
    position: relative;
    width: 100%;
    max-width: 300px; 
    margin: auto;
    overflow: hidden;
  }
  
  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    display: none;
    flex-shrink: 0;
    width: 100%;
  }
  
  .slide.active {
    display: block;
  }
  
  button.prev,
  button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  button.prev {
    left: 5px;
  }
  
  button.next {
    right: 5px;
  }

 
.footer {
  background-color: #343a40;
  color: white;
  padding: 20px;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}


.logo-section {
  flex: 1;
  min-width: 200px;
}

.footer-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.logo-section p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}


.social-section {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-links li {
  display: inline-block;
}

.social-links a {
  color: white;
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

.single-image {
  width: 100%;
  height: auto;
  width: 300px; 
  margin: 0 auto; 
  display: block;
}

.social-image {
  width: 40px;
  height: 25px;
}

.links-section {
  flex: 1;
  min-width: 250px;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

.links-section div {
  text-align: left;
}

.links-section h5 {
  margin-bottom: 10px;
  font-size: 16px;
}

.links-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-section li {
  margin-bottom: 5px;
}

.links-section a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: color 0.3s ease;
}

.links-section a:hover {
  color: #007bff;
}


  @media (max-width: 768px) {


    .main-nav-container {
      flex-wrap: wrap;
      position: relative;
    }
  
    .main-nav-toggle {
      display: block;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      z-index: 9999; 
    }
  
    .main-nav-list {
      display: flex;
      flex-direction: column;
      width: 250px; 
      background-color: #f8f9fa;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      right: 0; 
      height: 100%;
      transform: translateX(100%); 
      transition: transform 0.3s ease; 
      z-index: 9998; 
    }
  
    .main-nav-list.active {
      transform: translateX(0); 
    }
  
    .main-nav-item {
      text-align: left;
      padding: 15px 20px;
      border-bottom: 1px solid #ddd;
    }
  
    .main-nav-link {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      display: block;
      width: 100%;
      transition: color 0.3s;
    }
  
    .main-nav-link:hover {
      color: #007bff;
    }
  
   
    .nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
    }
  
    .nav-overlay.active {
      opacity: 1;
      visibility: visible;
    }





  .category-container {
    margin-left: 5%; 
    margin-right: 5%;
    height: 100px; 
  }

  .category-container h2 {
    font-size: 1.5rem; 
  }

  .product-container {
    margin-left: 5%;
    margin-right: 5%;
    gap: 15px; 
  }

  .product-card {
    flex-direction: column; 
    max-width: 100%; 
  }

  .product-card img {
    width: 100%; 
    height: auto;
    margin: 0; 
  }

  .product-card-body {
    padding: 10px; 
    text-align: left;
  }

  .product-card-body h5 {
    font-size: 16px; 
    margin-bottom: 8px;
  }

  .product-card-body p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .product-card-body .product-prices {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
  }

  .product-card-body button {
    width: 100%; 
    font-size: 14px; 
    padding: 10px; 
  }

  .slider {
    max-width: 100%; 
  }

  .slides {
    display: flex;
    overflow-x: auto;
    gap: 10px; 
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .slide {
    display: block;
    flex-shrink: 0;
    width: 100%; 
  }

  button.prev,
  button.next {
    display: none; 
  }

  .full-width-image-produkte {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.925), rgba(0, 0, 0, 0.096)), 
                      url('Photos/vecteezy_sound-mixer-closeup-with-glowing-lights-at-club-party_22965058.jpg');
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .full-width-image-produkte h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'montseratbold'; 
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;  
    text-rendering: optimizeLegibility;  
    font-size: 20px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .links-section {
    justify-content: center; 
    gap: 10px; 
  }
  
  .links-section div {
    flex: 1 1 50%; 
    text-align: center; 
  }
  
  .links-section div {
    text-align: center;
  }
  .links-section ul {
    text-align: center; 
  }
}