* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  user-select: none; /* verhindert Textauswahl */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

  body {
      font-family: 'Poppins', sans-serif; /* Standardschrift */
    }

    h1{
         font-family: "Changa One", sans-serif;
  font-weight: 600;
  font-style: normal;
      
    }
.highlight-wave-text {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 900;
 
  text-transform: uppercase;
  letter-spacing: 2px;
}

.highlight-wave-text span {
  display: inline-block;
  animation: letterWave 1.5s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(255,215,0,0.6),
               0 0 20px rgba(255,215,0,0.3);
}


.highlight-wave-text span:nth-child(1) { animation-delay: 0s; }
.highlight-wave-text span:nth-child(2) { animation-delay: 0.1s; }
.highlight-wave-text span:nth-child(3) { animation-delay: 0.2s; }
.highlight-wave-text span:nth-child(4) { animation-delay: 0.3s; }
.highlight-wave-text span:nth-child(5) { animation-delay: 0.4s; }
.highlight-wave-text span:nth-child(6) { animation-delay: 0.5s; }
.highlight-wave-text span:nth-child(7) { animation-delay: 0.6s; }
.highlight-wave-text span:nth-child(8) { animation-delay: 0.7s; }
.highlight-wave-text span:nth-child(9) { animation-delay: 0.8s; }
.highlight-wave-text span:nth-child(10) { animation-delay: 0.9s; }
.highlight-wave-text span:nth-child(11) { animation-delay: 1.0s; }

@keyframes letterWave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

    
    h3{
      font-size: 25px;
    }
    /* Nur ab 768px Breite (Tablet & Desktop) */
@media (min-width: 768px) {
  .nav-btn {
    color: white !important;
    background-color: #c31120;
    border: 2px solid white;
    border-radius: 20px;
    padding: 6px 16px;
    margin: 5px;
  }

 
}

    
    .navbar img{
      height: 100px;
    }
    .navbar-brand {
  font-size: 3rem;   /* Standard ist ca. 1.25rem → größer machen */
  font-weight: 800;  /* Noch fetter */
}
/* Breite automatisch */
/* Logo-Höhe anpassen */
/* .navbar-brand img {
  height: 60px;   
  width: auto;    
} */

    p, a, li {
      font-family: 'Poppins', sans-serif;
     
    }


.hero {
  /* background: url('back1.jpg') center/cover no-repeat; */
  color: white;
  padding: 80px 20px;
  position: relative;
  max-height: 500px;
  border-bottom: 10px solid #cf0015;
}
.hero {
  height: 50vh; /* Vollbild */
  position: relative;
  overflow: hidden;
}

.hero-bg {
  background-image: url('dürüm.jpg'); /* dein Hintergrundbild */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.3); /* dunkles Overlay für bessere Lesbarkeit */
  width: 100%;
  height: 100%;
}

/* H1 Grundstil */
/* Startzustand: Buchstaben unsichtbar */
#hero-title span.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeInUp 0.5s forwards;
}

/* Keyframes für sanftes Einblenden */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Untertitel Animation (startet versteckt) */
/* Buchstaben-Effekt */
#hero-title span.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Untertitel sanft einblenden */
#hero-subtitle {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInSubtitle 1s forwards;
  font-size: 25px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 
  
}
#angebote .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}


/* Button Animationen */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-left {
  animation: slideInLeft 1.2s ease-out both;
}

.animate-right {
  animation: slideInRight 1.2s ease-out both;
}


@keyframes fadeInSubtitle {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Tablet */
@media (min-width: 768px) {
  #hero-title {
    font-size: 3.5rem;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #hero-title {
    font-size: 5rem;
  }
}

/* Standardgröße (Desktop) */
/* #hero-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
} */

/* Für Smartphones – H1 größer machen */
@media (max-width: 768px) {
  #hero-title {
    font-size: 3.5rem; /* oder 4rem, wenn du es stärker willst */
  }
}


.hero img {
  max-height: 3500px
}
.halal-symbol {
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: auto;
  z-index: 3;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.halal-symbol:hover {
  transform: scale(1.1);
  opacity: 1;
}

@media (max-width: 768px) {
  .halal-symbol {
    width: 60px;
    bottom: 15px;
    right: 15px;
  }
}

 
.angebot-card img { 
  width: 100%; 
  height: 200px; 
  object-fit: cover; 
  border-radius: 5px; 
}

.zahlung img { 
  width: 60px; 
  margin: 15px; 
}

/* Hover Effekte */
.angebot-card img,
.gallery img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
/* .angebot-card:hover img,
.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
} */

.navbar.sticky-top {
  z-index: 1030; /* Bootstrap Default */
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.5rem 1rem; /* kleinere Navbar-Höhe */
  }
  .navbar-brand {
    font-size: 2rem;
  }
  .navbar-nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.95rem;
  }
  
}



@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
.hero-img-animated {
  animation: floatUpDown 3s ease-in-out infinite;
}
.gallery {
  width: 100%;
  height: 140px; /* gleiche Höhe für alle Bilder */
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* Sticky Buttons nur auf Mobile sichtbar */
.sticky-order-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  display: none; /* Standard: versteckt */
}

.sticky-order-buttons .glf-button {
  border-radius: 0 !important;
  font-size: 16px;
  text-align: center;
  
}
#opening-times-list {
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#opening-times-list li {
  padding: 8px 0;
  font-size: 1.2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#opening-times-list li .pin-icon {
  display: none; /* Pin nur für heutiges Element sichtbar */
  margin-right: 8px;
  color: #ffc107;
}

#opening-times-list li.active {
  color: #ffc107;
  font-weight: bold;
  border-radius: 8px;
}

#opening-times-list li.active .pin-icon {
  display: inline-block;
}

  .category-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .list-group-item {
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .list-group-item:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  }
  /* Kategorie-Bild */
.category-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* List-Group Item */
.list-group-item {
  border-radius: 10px;
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.list-group-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Badges */
.badge {
  font-size: 0.8rem;
  padding: 0.4em 0.6em;
  border-radius: 12px;
}

/* Farben der speziellen Badges */
.badge.bg-danger { background-color: #cf0015; } /* Neu */
.badge.bg-success { background-color: #28a745; } /* vegetarisch */
.badge.bg-warning { background-color: #ffc107; color: #212529; } /* scharf */
.badge.bg-info { background-color: #17a2b8; color: #212529; } /* vegan */



/* Beschreibung der Kategorie */
.text-muted.mb-3 {
  font-size: 1rem;
  margin-bottom: 1rem !important;
}

/* Responsive Grid */
@media (max-width: 768px) {
  .list-group-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .list-group-item span.fw-bold.text-danger {
    margin-top: 8px;
  }
}

/* Mobile Sticky Buttons */
#mobileButtons {
  display: block; /* standardmäßig ausblenden */
  position: fixed;
  bottom: 0;
  left: 0;
 
  z-index: 1050; /* über allem */
}

#mobileButtons .col-6 span {
  height: 60px; /* Höhe der Buttons */
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

/* Nur auf Mobile sichtbar */
@media (max-width: 768px) {
  #mobileButtons {
    display: block;
    
  }
}
body.speisekarte.html{
  padding-bottom: 60px; /* Höhe der Buttons */
}
.list-group-item .text-end {
  min-width: 150px; /* genug Platz für Preise */
  white-space: nowrap;
}
.category-image {
  max-width: 100%;
  height: auto;
  
}
.preis-badge {
  display: inline-block;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px 10px;
  margin: 4px 2px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

/* Hover-Effekt */
.preis-badge:hover {
  background: #e9ecef;
  border-color: #ccc;
}

/* Container für Preise → sorgt für flexibles Umbrechen */
.text-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  max-width: 100%; /* verhindert zu lange Zeilen auf großen Screens */
}

/* Auf kleinen Bildschirmen: max. 2 Badges pro Reihe */
@media (max-width: 576px) {
  .text-end {
    justify-content: flex-start; /* linksbündig auf Handy */
    
  }
  .preis-badge {
    flex: 1 1 calc(50% - 8px); /* zwei pro Reihe */
    text-align: center;
  }
}
.category-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-bottom: 12px;
}
.badge {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35em 0.6em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.preis-badge.klein { background: #d1f7c4; color: #155724; }
.preis-badge.mittel { background: #fff3cd; color: #856404; }
.preis-badge.gross, .preis-badge { background: #f8d7da; color: #721c24; }

.list-group-item small {
  font-size: 0.85rem;
  color: #666;
}
.list-group-item:hover {
  background-color: #f8f9fa; /* heller Hintergrund beim Hover */
  transform: translateY(-2px); /* leichter „Lift“-Effekt */
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.badge.popular {
  background-color: #ffc107;
  color: #212529;
  font-weight: 600;
}
.badge.bg-danger {
  animation: pop 0.4s ease-out;
}

@keyframes pop {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}

/* Allgemein: Verhindert horizontales Scrollen */
html, body ,.hero{
  max-width: 100%;
  overflow-x: hidden;
}
/* Galerie- und Zahlungs-Icons auf mobile Breite beschränken */
 .zahlung img {
  max-width: 100%;
  height: auto;
}



    /* Overlay (dunkler Filter für bessere Lesbarkeit) */
    .hero::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5); /* halbtransparent schwarz */
      z-index: 0;
    }

    /* Inhalt im Vordergrund */
    .hero-content {
      position: relative;
      z-index: 1;
    }
    /* Über uns Section mit rotem Hintergrund und weißer Schrift */
#about {
  background-color: #cf0015 !important;
  color: #fff;
}




/* Cookie Banner Styling */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
  display: none; /* Start hidden, JS zeigt es */
}

.cookie-banner p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

