:root{ --brand-red:#990000; --text:#222; }
html{ scroll-behavior:smooth; }
body{ font-family:"Lora",serif; color:var(--text); background:#fff; }

/* Brand banner */
.brand-banner{ background:#fff; border-bottom:1px solid #eee; padding:8px 15px; }
.brand-banner img{
  display:block; height:auto; max-width:100%;
  max-height:96px; margin:0 auto;
}
@media (min-width:1200px){ .brand-banner{ max-width:1170px; margin:0 auto; } }
@media (min-width:992px) and (max-width:1199px){ .brand-banner{ max-width:970px; margin:0 auto; } }
@media (min-width:768px) and (max-width:991px){ .brand-banner{ max-width:750px; margin:0 auto; } }
@media (max-width:767px){ .brand-banner img{ max-height:65px; } }

/* Header / Nav */
#site-header{ position:sticky; top:0; z-index:2000; background:#fff; box-shadow: inset 0 -1px 0 #eee; }
#site-header .navbar{ margin-bottom:0; background:#fff; border:0; }
.mu-main-navbar .navbar-collapse{ text-align:center; }
.mu-main-navbar .main-nav{ float:none; display:inline-block; margin:0 auto; padding-left:0; }
.mu-main-navbar .main-nav>li{ float:none; display:inline-block; }
.mu-main-navbar .main-nav>li>a{
  font-family:"Poppins",sans-serif; font-weight:600; letter-spacing:.06em;
  padding:12px 14px; color:var(--text);
}
.mu-main-navbar .main-nav>li>a:hover{ color:var(--brand-red); }
@media (max-width:767px){
  .mu-main-navbar .navbar-collapse{ text-align:center; }
  .mu-main-navbar .main-nav{ float:none!important; display:block!important; width:100%; }
  .mu-main-navbar .main-nav>li{ float:none!important; display:block!important; }
  .mu-main-navbar .main-nav>li>a{ display:block; border-top:1px solid #eee; }
}
.navbar-toggle{ position: relative; z-index: 2100; }
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggler:active{
  box-shadow: none;
}

.navbar-toggler:focus:not(:focus-visible){
  outline: none;
  box-shadow: none;
}


/* Right quick rail */
.quick-rail{ position:fixed; right:16px; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:10px; z-index:1000; }
.qr-btn{
  width:48px; height:48px; border-radius:999px; border:0; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  background:#fff; color:#222; box-shadow:0 8px 24px rgba(0,0,0,.14);
  transition:transform .15s, box-shadow .15s, color .15s;
  position:relative;
}
.qr-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.18); color:var(--brand-red); }
.quick-rail .fa{
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:767px){ .quick-rail{ right:12px; } }
@media (min-width:768px){
  .qr-btn::after{
    content: attr(aria-label);
    position: absolute;
    right: 54px; top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: rgba(0,0,0,.85); color:#fff;
    font: 600 12px/1 "Poppins", system-ui, sans-serif;
    padding: 8px 10px; border-radius: 8px; white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    opacity: 0; pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
  }
  .qr-btn:hover::after, .qr-btn:focus-visible::after{ opacity:1; transform:translateY(-50%) translateX(0); }
  .qr-btn::before{
    content:""; position:absolute; right:44px; top:50%; transform:translateY(-50%);
    border:6px solid transparent; border-left-color: rgba(0,0,0,.85);
    opacity:0; transition:opacity .15s ease;
  }
  .qr-btn:hover::before, .qr-btn:focus-visible::before{ opacity:1; }
}

/* Hero */
#hero{
  position:relative; min-height:66vh;
  background:url("assets/img/hero.jpeg") center/cover no-repeat;
  display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; isolation:isolate;
}
#hero .hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(80% 60% at 50% 55%, rgba(0,0,0,.05) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.35) 100%);
}
#hero .hero-inner{ position:relative; z-index:1; padding:40px 20px; }
#hero .hero-kicker{ display:block; font-size:13px; letter-spacing:.22em; text-transform:uppercase; opacity:.92; margin-bottom:12px; }
#hero .hero-title{
  font-family:"Poppins",sans-serif; font-weight:800; letter-spacing:-.01em;
  text-shadow:0 2px 14px rgba(0,0,0,.5);
  font-size:clamp(28px, 4.8vw, 46px); line-height:1.12; margin:0 0 22px;
}
.btn-reserve{
  display:inline-block; background:var(--brand-red); color:#fff; text-decoration:none;
  padding:12px 24px; border-radius:8px; font-family:"Poppins",sans-serif; font-weight:700;
  box-shadow:0 10px 22px rgba(153,0,0,.28); transition:transform .15s, box-shadow .15s, background .15s;
}
.btn-reserve:hover,
.btn-reserve:focus{
  color:#fff !important; text-decoration:underline;
  background:#990000; transform:translateY(-2px); box-shadow:0 14px 28px rgba(127,0,0,.34);
}
@media (min-width:992px){ #hero{ background-attachment:fixed; } }


#hero{ position: relative; }

/* Leiste */
#hero .hero-notice{
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
}

/* Box */
#hero .hero-notice-inner{
  display: flex;
  flex-direction: column;         /* << wichtig: untereinander */
  align-items: flex-start;
  gap: 8px;

  width: fit-content;
  max-width: 100%;

  padding: 10px 14px;
  border-radius: 10px;

  background: rgba(10,10,10,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);

  color: rgba(255,255,255,.92);
  text-align: left;

  overflow: visible;              /* << auto-grow */
}

/* Titel */
#hero .hn-title{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.96);
  white-space: nowrap;
}

#hero .hn-title .fa{ color: var(--brand-red); }

/* Liste + Zeilen */
#hero .hn-list{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#hero .hn-row{
  display: flex;
  gap: 10px;
  align-items: baseline;

  font-size: clamp(12px, 1.15vw, 13px);
  line-height: 1.35;
}

#hero .hn-row strong{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px){
  #hero .hero-notice{
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  #hero .hero-notice-inner{
    border-radius: 10px;
    padding: 10px 12px;
  }

  #hero .hn-row{
    font-size: 14px; /* auf Mobile fix etwas ruhiger */
  }
}
/* Sections */
.section-pad{ padding:65px 0; }
.section-dark{ background:#222; color:#fff; }
.mu-title{ text-align:center; margin-bottom:24px; }
.mu-title h2{ font-family:"Poppins",sans-serif; font-weight:700; letter-spacing:.04em; }

/* About */
/* Bild */
.about-media{
  margin: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.14);
}

.about-media img{
  display: block;
  width: 100%;
  height: auto;
}

#mu-about-us .about-text{
  font-size: clamp(14px, 1.22vw, 20px);
  line-height: 1.9;
  letter-spacing: .01em;
}

/* keine Karten-Optik */
#mu-about-us .about-text,
#mu-about-us .about-card{
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

/* Absatz-Format */
#mu-about-us .about-text p{
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

@supports (text-align-last: left){
  #mu-about-us .about-text p{
    text-align-last: left;
  }
}

@media (max-width: 767px){

  #mu-about-us .about-media{
    width: 100%;
    margin: 0 auto 18px;
  }

  #mu-about-us .about-text{
    font-size: 15px;
    line-height: 1.7;
    padding: 0 18px;
  }

  #mu-about-us .about-text p{
    text-align: left;
    hyphens: none;
  }
}

@media (min-width: 992px){

  #mu-about-us .about-text{
    display: flex;
    align-items: center;
  }

  #mu-about-us .about-card{
    padding: 22px 24px;
  }
}
/* Menu buttons */
.menu-links{ list-style:none; padding:0; margin:18px 0 0; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.menu-btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:8px;
  background:var(--brand-red);
  color:#fff;
  font-family:"Poppins",sans-serif;
  font-weight:600;
  text-decoration:none;
}
.menu-btn:hover{ background:#7f0000; color:#fff; }
.menu-btn,
.menu-btn:hover,
.menu-btn:active{
  color:#fff !important;
  text-decoration:none !important;
}
.menu-btn:focus,
.menu-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(153,0,0,.18);
}

/* ===== Events & Feiern  ===== */
#mu-catering .events-wrap{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
}
#mu-catering .events-text{
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.85;
}
#mu-catering .events-bullets{ margin: 14px 0 0; padding-left: 18px; }
#mu-catering .events-bullets li{ margin: 8px 0; }
#mu-catering .events-cta{ margin-top: 16px; display: flex;}
#mu-catering .events-link-cta{
  display: flex;
  justify-content: center;
  gap: 10px;

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 15px;

  color: var(--brand-red);
  text-decoration: none;

  padding: 10px 0;
  border-bottom: 2px solid rgba(153,0,0,.35);

  transition: transform .15s ease, border-color .15s ease, opacity .15s ease;
}
#mu-catering .events-link-cta::after{
  content: "→";
  font-size: 15px;
  line-height: 2;
  transform: translateX(0);
  transition: transform .15s ease;
}

/* Hover: klar klickbar */
#mu-catering .events-link-cta:hover{
  border-bottom-color: rgba(153,0,0,.95);
  transform: translateY(-1px);
}

#mu-catering .events-link-cta:hover::after{
  transform: translateX(4px);
}

#mu-catering .events-link-cta:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(153,0,0,.18);
  border-radius: 8px;
  padding: 10px 6px;
}


@media (max-width: 991px){
  #mu-catering .events-wrap{ grid-template-columns: 1fr; }
}

/* weniger space vor Events auf Mobile */
@media (max-width: 767px){
  #mu-catering.section-pad{ padding-top: 30px; }
  #mu-catering .mu-title{ margin-bottom: 12px; }
  #mu-catering .events-wrap{ margin-top: 8px; }
  /* Button mittig */
  #mu-catering .events-cta{ text-align:center;  justify-content: center;}
  #mu-catering .events-cta .menu-btn{ display:inline-block; }
}

/*  Events Swipe  */

.ev-swipe{
  width: 100%;
  position: relative;
}

.ev-viewport{
  overflow: hidden;
  border-radius: 15px;
  background: transparent;
  width: 100%;    
  max-width: 100%;
  touch-action: pan-y;
}

.ev-track{
  display: flex;
  will-change: transform;
  transform: translateX(0);
  transition: transform .28s ease;
  width: 100%; 
}

.ev-slide{
  flex: 0 0 100%;
  margin: 0;
  padding: 0%; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
}

.ev-slide img{
  display: block;
  width: 100%;
  height: auto;             
  object-fit: contain;       
  background: transparent;
}

/* Desktop */
@media (min-width: 992px){
  .ev-slide img{
    height: 520px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .ev-slide img{
    height: min(62vh, 520px);
  }
}

.ev-dots{
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.ev-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.18);
  cursor: pointer;
  padding: 0;
}

.ev-dot.is-active{
  background: rgba(153,0,0,.9);
  box-shadow: 0 0 0 3px rgba(153,0,0,.16);
}

.ev-swipe-hint{
  position: absolute;
  left: 14px;
  bottom: 52px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.36);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: .92;
  animation: evHintPulse 1.8s ease-in-out infinite;
}

@media (min-width: 768px){
  .ev-swipe-hint{ display: none; }
}

.ev-hand{
  display: inline-block;
  animation: evHintNudge 1.3s ease-in-out infinite;
}

@keyframes evHintPulse{
  0%,100%{ transform: translateY(0); opacity: .88; }
  50%{ transform: translateY(-2px); opacity: 1; }
}

@keyframes evHintNudge{
  0%,100%{ transform: translateX(0); }
  50%{ transform: translateX(6px); }
}

/* Reel gallery */
#mu-gallery{ padding-top: 68px; padding-bottom: 48px; }
.reel{ overflow:hidden; max-width:1400px; margin:0 auto; padding:12px 0; position:relative; }
.reel-track{ display:flex; align-items:center; gap:20px; will-change:transform; }
.reel-item{ flex:0 0 auto; border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 10px 24px rgba(0,0,0,.12); }
.reel-item img{ display:block; height:clamp(180px, 34vw, 360px); width:auto; object-fit:contain; }

@media (max-width: 575px){
  #mu-gallery{ padding-top: 72px; padding-bottom: 56px; }
  .reel{ max-width: 100%; padding: 16px 0; }
  .reel-track{ gap: 18px; }
  .reel-item img{ height: clamp(220px, 55vh, 380px); width:auto; object-fit: contain; }
}

/* Drawers */
#hours-drawer,#contact-drawer{
  position:fixed; left:0; right:0; bottom:-100%;
  background:#fff; color:#222; z-index:1200;
  box-shadow:0 -12px 40px rgba(0,0,0,.18);
  padding:22px 18px; transition:bottom .25s ease;
}
#hours-drawer.open,#contact-drawer.open{ bottom:0; }
#hours-drawer h3,#contact-drawer h3{ margin:0 0 8px; font-family:"Poppins",sans-serif; font-weight:700; }
#hours-drawer .drawer-close,#contact-drawer .drawer-close{ position:absolute; right:12px; top:12px; background:transparent; border:0; font-size:20px; }
#hours-drawer .hours-list{ list-style:none; margin:6px 0; padding:0; }
#hours-drawer .hours-list li{ display:flex; justify-content:space-between; gap:12px; padding:8px 0; border-bottom:1px solid #eee; }
#hours-drawer .hours-list li:last-child{ border-bottom:0; }
#hours-drawer .hours-list .day{ font-weight:700; text-transform:uppercase; font-size:14px; }
#hours-drawer .hours-list .time{ font-size:15px; color:#333; }
#hours-drawer .hours-list .time.closed{ color:#999; }

.drawer-actions{ margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; }
.drawer-btn{
  display:inline-block; padding:10px 16px; border-radius:8px; border:1px solid #ddd;
  color:#222; text-decoration:none; transition:border-color .15s,color .15s,transform .15s,background .15s;
}
.drawer-btn:hover{ border-color:#990000; color:#990000; transform:translateY(-1px); }
.drawer-btn.primary{ background:#990000; color:#fff; border-color:#990000; }
.drawer-btn.primary:hover{ background:#7f0000; color:#fff; }

/* Map + placeholder */
.map-wrap{ position:relative; height:clamp(380px,60vh,640px); }
#map-mount{ position:absolute; inset:0; width:100%; height:100%; z-index:1; }
#mu-map iframe{ width:100%; height:100%; border:0; display:block; }
.map-placeholder{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; background:#fafafa; border:1px solid #eee; border-radius:8px; padding:14px; z-index:2;
}
.map-actions{ display:flex; gap:10px; justify-content:center; margin:8px 0 6px; }
.map-btn{ padding:10px 14px; border-radius:8px; border:1px solid #ddd; background:#fff; cursor:pointer; font-weight:700; }
.map-btn.primary{ background:#990000; color:#fff; border-color:#990000; }
.map-btn.primary:hover{ background:#7f0000; }

/* Footer */
#mu-footer{ background:#444; color:#fff; padding:40px 0; text-align:center; }
#mu-footer a{ color:#fff; }
#mu-footer a#cookie-settings{ text-decoration:underline; opacity:.9; }
#mu-footer a#cookie-settings:hover{ opacity:1; }

/* Cookie-Consent*/
#cc-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  place-items: center;
  z-index: 5000;
  pointer-events: auto;
}

#cc-modal.show{
  display: grid;
}

#cc-modal .cc-card{
  width:min(92vw,560px); background:#fff; color:#222;
  border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.25);
  padding:18px 18px 14px; font-family:"Poppins",sans-serif; animation: cc-pop .18s ease-out;
}
#cc-modal .cc-card h3{ margin:0 0 6px; font-weight:800; }
#cc-modal .cc-card p{ margin:0 0 10px; line-height:1.5; }
#cc-modal .cc-card a{ color:#990000; text-decoration:underline; }
.cc-actions{ display:flex; gap:10px; justify-content:flex-end; }
.cc-btn{ padding:10px 14px; border-radius:8px; border:1px solid #ddd; background:#f6f6f6; cursor:pointer; font-weight:700; }
.cc-btn.primary{ background:#990000; color:#fff; border-color:#990000; }
.cc-btn.primary:hover{ background:#7f0000; }
.cc-btn.ghost{ background:#fff; }
@keyframes cc-pop{ from{ transform:translateY(6px); opacity:0; } to{ transform:none; opacity:1; } }

/* Reveal */
.reveal{ opacity:0; transform:translateY(14px); transition:opacity .6s ease, transform .6s ease; will-change:opacity,transform; }
.reveal.from-left{ transform:translateX(-36px); }
.reveal.from-right{ transform:translateX(36px); }
.reveal.is-in{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){
  .reveal,.reveal.is-in{ transition:none; transform:none; opacity:1; }
}

/* ===== Anfrage gesendet Popup ===== */
.sent-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}
.sent-popup.show{ display: flex; }
.sent-card{
  background: #fff;
  border-radius: 16px;
  padding: 24px 26px;
  max-width: 420px;
  width: calc(100% - 32px);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.sent-card h3{
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
}
.sent-card p{
  margin: 0 0 18px;
  font-family: "Lora", serif;
  color: #444;
}
.sent-ok-btn{
  background: #8b0f13;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.sent-ok-btn:hover{ filter: brightness(0.95); }
