/* Trafostation Neuss - Haupt-Stylesheet.
 * Ausgelagert aus dem <style>-Block in frontend/index.html.
 * NICHT hierher gehoeren: die Regel img[data-logo]{opacity:0} und der
 * serverseitig injizierte HEAD_STYLE-Block - beide muessen inline im <head>
 * bleiben, damit sie greifen, bevor dieses Stylesheet geladen ist
 * (sonst blitzt die Seite auf).
 */
:root {
  --black:#0a0a0a; --white:#f5f0e8; --cream:#ede8dc;
  --gold:#6aaa3a; --gold-light:#86c456; --rust:#8b3a1a;
  --grey:#1e1e1e; --mid:#3a3a3a;
  --logo-green:#6aaa3a; --logo-green-dark:#588f30;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--black);color:var(--white);font-family:'DM Sans',sans-serif;font-weight:300;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:36px;left:0;right:0;z-index:100;padding:1.2rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:all .4s}
nav.scrolled{background:rgba(10,10,10,.93);backdrop-filter:blur(12px);border-bottom:1px solid rgba(106,170,58,.15)}
.nav-logo{font-family:'Bebas Neue',sans-serif;font-size:1.4rem;letter-spacing:.1em;color:var(--gold);text-decoration:none}
#navLogo{height:40px;width:auto;display:block;object-fit:contain}
/* Animiertes SVG-Logo, nachdem es aus dem Hero in die Nav gewandert ist
   (siehe svgInNavUmhaengen in main.js). Höhe analog #navLogo; die Breite
   ergibt sich per aspect-ratio aus der viewBox – .nav-logo ist inline-flex,
   ohne Breitenangabe würde der Host dort auf 0 schrumpfen. */
.nav-logo .trafo-logo{height:40px;display:block}
.nav-logo .trafo-logo svg{display:block}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:rgba(245,240,232,.7);text-decoration:none;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;transition:color .2s}
.nav-links a:hover{color:var(--gold)}
@media(max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}#navLogo{height:26px;max-width:58vw}.nav-logo .trafo-logo{height:26px;max-width:58vw}}

/* HERO – full bleed photo */
.hero{min-height:100vh;padding-top:36px;position:relative;display:grid;place-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:#0a0a0a;background-size:cover;background-position:center;filter:brightness(.4);transition:opacity .6s ease}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,10,.3) 0%,rgba(10,10,10,.7) 100%)}
.hero-content{position:relative;z-index:1;text-align:center;padding:2rem}
.logo-img{width:160px;filter:invert(1) brightness(.9);margin-bottom:2rem;animation:fadeDown 1s ease both}
.logo-wrap{position:relative;display:inline-block;width:min(480px,72vw);margin-bottom:2rem;animation:fadeDown 1s ease both}
.logo-wrap img{width:100%;display:block;filter:invert(1) brightness(.9)}
.nav-links,.nav-hamburger,.nav-logo{transition:opacity .5s ease}
.hero-eyebrow{font-size:.7rem;letter-spacing:.4em;color:var(--gold-light);text-transform:uppercase;margin-bottom:1.2rem;animation:fadeUp 1s .2s ease both}
.hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,12vw,10rem);line-height:.9;color:var(--white);animation:fadeUp 1s .4s ease both}
.hero-title span{color:var(--gold);display:block}
.hero-sub{margin-top:1.5rem;font-size:1rem;color:rgba(245,240,232,.7);animation:fadeUp 1s .6s ease both}
.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem;animation:fadeUp 1s .8s ease both}
.btn-primary{background:var(--gold);color:var(--black);padding:.9rem 2.4rem;font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .25s;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%)}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--white);padding:.9rem 2.4rem;font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(245,240,232,.4);cursor:pointer;transition:all .25s}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(245,240,232,.3);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}
.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s infinite}

/* SECTIONS */
.section{padding:6rem 2rem;max-width:1100px;margin:0 auto}
.section-label{font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-title{font-family:'DM Serif Display',serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;color:var(--white);margin-bottom:1.5rem}
.divider{width:60px;height:2px;background:var(--logo-green-dark);margin:1.5rem 0 2.5rem}
.btn-primary.btn-green{background:var(--logo-green)}
.btn-primary.btn-green:hover{background:var(--logo-green-dark)}
.hero-rotator{margin-top:1.2rem;font-family:'Bebas Neue',sans-serif;font-size:clamp(1.5rem,5vw,2.8rem);letter-spacing:.05em;text-transform:uppercase;color:var(--gold-light);line-height:1.05;min-height:1.1em;text-shadow:0 2px 14px rgba(0,0,0,.5);transition:opacity .45s ease;animation:fadeUp 1s .7s ease both}
.body-text{color:rgba(245,240,232,.7);line-height:1.9;font-size:.95rem}

/* PHOTO SPLIT */
.photo-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:rgba(106,170,58,.1)}
@media(max-width:600px){.photo-split{grid-template-columns:1fr}}
.photo-split img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:brightness(.85);transition:filter .4s}
.photo-split img:hover{filter:brightness(1)}

/* AREAS GRID */
.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5px;background:rgba(106,170,58,.1);margin-top:3rem}
.area-card{background:var(--grey);position:relative;overflow:hidden;cursor:default}
.area-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:brightness(.75);transition:filter .5s,transform .5s}
.area-card:hover img{filter:brightness(.9);transform:scale(1.03)}
.area-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%)}
.area-icon{font-size:1.5rem;margin-bottom:.4rem}
.area-name{font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.05em;color:var(--gold)}
.area-cap{font-size:.65rem;color:rgba(106,170,58,.7);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.3rem}
.area-desc{font-size:.8rem;color:rgba(245,240,232,.7);line-height:1.5}

/* GALLERY */
.gallery-section{background:rgba(10,10,10,.5);max-width:100%;padding:6rem 2rem}
.gallery-inner{max-width:1100px;margin:0 auto}
.gallery-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}
.gallery-tab{background:none;border:1px solid rgba(106,170,58,.25);color:rgba(245,240,232,.5);padding:.4rem 1rem;font-family:'DM Sans',sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .2s}
.gallery-tab.active{border-color:var(--gold);color:var(--gold);background:rgba(106,170,58,.08)}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:3px}
.gallery-item{position:relative;overflow:hidden;cursor:pointer}
.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;filter:brightness(.75);transition:all .4s}
.gallery-item:hover img{filter:brightness(1);transform:scale(1.04)}
.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:.6rem .8rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);font-size:.65rem;color:rgba(245,240,232,.8);opacity:0;transition:opacity .3s}
.gallery-item:hover .gallery-caption{opacity:1}

/* LIGHTBOX */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:500;display:none;place-items:center}
.lightbox.open{display:grid}
.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain}
.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:rgba(245,240,232,.6);font-size:2rem;cursor:pointer;line-height:1}
.lightbox-close:hover{color:var(--white)}
.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(106,170,58,.15);border:1px solid rgba(106,170,58,.3);color:var(--gold);width:44px;height:44px;font-size:1.2rem;cursor:pointer;transition:all .2s}
.lightbox-prev{left:1rem}.lightbox-next{right:1rem}
.lightbox-prev:hover,.lightbox-next:hover{background:rgba(106,170,58,.3)}
.lightbox-caption{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);font-size:.8rem;color:rgba(245,240,232,.6);letter-spacing:.08em;text-align:center}

/* EVENTS */
.events-section{background:var(--black);max-width:100%;padding:6rem 2rem}
.events-inner{max-width:1100px;margin:0 auto}
.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;background:transparent;margin-top:3rem}
.event-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.04);transition:background .3s;cursor:default;overflow:hidden;display:flex;flex-direction:column}
.event-card:hover{background:var(--grey);border-color:rgba(106,170,58,.15)}
.event-card-poster{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.04);filter:brightness(.85);transition:filter .3s}
.event-card:hover .event-card-poster{filter:brightness(1)}
.event-card-body{padding:1.6rem 2rem 2rem}
.event-date-badge{font-family:'Bebas Neue',sans-serif;font-size:2.5rem;line-height:1;color:var(--gold)}
.event-month{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(106,170,58,.6)}
.event-title{font-family:'DM Serif Display',serif;font-size:1.3rem;margin-top:1rem;color:var(--white)}
.event-desc{font-size:.8rem;color:rgba(245,240,232,.5);margin-top:.5rem;line-height:1.6}
.event-time{font-size:.7rem;letter-spacing:.1em;color:var(--gold);margin-top:.8rem}

/* SPEISEN */
.speisen-section{background:var(--grey);max-width:100%;padding:6rem 2rem}
.speisen-inner{max-width:1100px;margin:0 auto}
.speisen-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}
@media(max-width:600px){.speisen-grid{grid-template-columns:1fr}}
.speisen-col-title{font-family:'Bebas Neue',sans-serif;font-size:1.3rem;letter-spacing:.05em;color:var(--gold);margin-bottom:1rem}
.menu-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(245,240,232,.06)}
.menu-item:last-child{border-bottom:none}
.menu-name{font-size:.9rem;color:rgba(245,240,232,.85)}
.menu-note{font-size:.72rem;color:rgba(245,240,232,.35);margin-top:.1rem}
.grill-box{background:rgba(106,170,58,.06);border:1px solid rgba(106,170,58,.15);padding:1.5rem;margin-top:1.5rem}
.grill-box p{font-size:.85rem;color:rgba(245,240,232,.65);line-height:1.8}

/* LEISTUNGEN */
.leistungen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:transparent;margin-top:2rem}
.leistung-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.04);padding:1.8rem;transition:background .3s,border-color .3s}
.leistung-card:hover{background:var(--grey);border-color:rgba(106,170,58,.15)}
.leistung-icon{font-size:1.8rem;margin-bottom:.8rem}
.leistung-name{font-family:'Bebas Neue',sans-serif;font-size:1.1rem;letter-spacing:.05em;color:var(--gold);margin-bottom:.4rem}
.leistung-desc{font-size:.8rem;color:rgba(245,240,232,.55);line-height:1.6}

/* EMPFEHLUNGEN */
.empf-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem}
.empf-card{background:var(--grey);border:1px solid var(--mid);padding:1.4rem;transition:border-color .2s}
.empf-card:hover{border-color:rgba(106,170,58,.3)}
.empf-cat{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(106,170,58,.6);margin-bottom:.5rem}
.empf-name{font-size:.95rem;font-weight:500;color:var(--white);margin-bottom:.3rem}
.empf-tel{font-size:.78rem;color:rgba(245,240,232,.5)}
.empf-link{font-size:.72rem;color:var(--gold);text-decoration:none;display:inline-block;margin-top:.4rem}
.empf-link:hover{text-decoration:underline}

/* BOOKING */
#booking{background:var(--grey);max-width:100%;padding:6rem 2rem}
.booking-inner{max-width:1100px;margin:0 auto}
.discount-banner{display:none;background:linear-gradient(135deg,var(--rust),#6b2a10);border:1px solid rgba(106,170,58,.4);padding:1.2rem 2rem;margin-bottom:2rem;animation:slideIn .4s ease}
.discount-banner.visible{display:block}
.discount-tag{font-family:'Bebas Neue',sans-serif;font-size:2.5rem;color:var(--gold);line-height:1}
.discount-text{font-size:.85rem;color:rgba(245,240,232,.8);margin-top:.3rem}
.booking-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
@media(max-width:768px){.booking-layout{grid-template-columns:1fr;gap:2rem}}

/* CALENDAR */
.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.cal-month{font-family:'Bebas Neue',sans-serif;font-size:1.6rem;letter-spacing:.05em;color:var(--gold)}
.cal-nav-btn{background:none;border:1px solid rgba(106,170,58,.3);color:var(--gold);width:36px;height:36px;cursor:pointer;font-size:1rem;transition:all .2s}
.cal-nav-btn:hover{background:rgba(106,170,58,.1)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.cal-day-label{text-align:center;font-size:.6rem;letter-spacing:.15em;color:rgba(245,240,232,.4);padding:.4rem 0;text-transform:uppercase}
.cal-day{aspect-ratio:1;display:grid;place-items:center;font-size:.8rem;cursor:pointer;position:relative;transition:all .15s;border:1px solid transparent}
/* Sichtbarer Fokus für die Tastaturbedienung des Kalenders.
   Nur :focus-visible – bei einem Mausklick soll kein Ring aufblitzen.
   outline statt border, damit die Zellengröße unverändert bleibt. */
.cal-day:focus-visible{outline:2px solid var(--gold);outline-offset:2px;z-index:1}
.cal-day.empty{cursor:default;opacity:.15;pointer-events:none}
.cal-day.locked{cursor:default;opacity:.4}
.cal-day.locked:hover{background:transparent;border-color:transparent}
.cal-day.locked.public-event{opacity:.7}
.cal-day.today{border-color:var(--gold);color:var(--gold)}
.cal-day.blocked{background:rgba(139,58,26,.25);color:rgba(245,240,232,.3);cursor:not-allowed}
.cal-day.blocked::after{content:'×';position:absolute;top:2px;right:4px;font-size:.6rem;color:var(--rust)}
.cal-day.public-event{background:rgba(106,170,58,.12);color:var(--gold-light)}
.cal-day.public-event::after{content:'★';position:absolute;top:2px;right:3px;font-size:.55rem;color:var(--gold)}
.cal-day.has-request:not(.blocked):not(.locked){border-color:rgba(120,170,230,.45)}
.cal-day.has-request:not(.blocked):not(.locked)::after{content:'•';position:absolute;top:1px;right:4px;font-size:.7rem;color:#7aaae6;line-height:1}
.cal-day.selected{background:var(--gold);color:var(--black);font-weight:500}
.cal-day.selected.has-request::after{color:rgba(10,10,10,.5)}
.cal-day.within-9:not(.blocked):not(.empty):not(.locked)::before{content:'%';position:absolute;bottom:2px;right:3px;font-size:.55rem;font-weight:600;color:var(--gold);letter-spacing:0;line-height:1}
.cal-day.soft-blocked:not(.selected){background:rgba(150,100,40,.16);border-color:rgba(170,115,45,.28);cursor:pointer}
.cal-day.soft-blocked:not(.selected)::after{content:'•';position:absolute;top:1px;right:4px;font-size:.7rem;color:rgba(200,150,70,.8);line-height:1}
.cal-day.soft-blocked:not(.blocked):not(.locked):hover{background:rgba(150,100,40,.28);border-color:rgba(170,115,45,.45)}
.cal-day.free:not(.selected):not(.public-event){background:rgba(106,170,58,.07);border-color:rgba(106,170,58,.16)}
.cal-day.free:not(.selected):not(.public-event)::before{content:'';position:absolute;bottom:3px;left:0;right:0;margin:0 auto;width:4px;height:4px;border-radius:50%;background:rgba(106,170,58,.55)}
.cal-day.free.within-9:not(.selected)::before{display:none}
.cal-day:not(.blocked):not(.empty):not(.locked):hover{background:rgba(106,170,58,.15);border-color:rgba(106,170,58,.3)}
.cal-legend{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:1.2rem}
.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:rgba(245,240,232,.5)}
.legend-dot{width:10px;height:10px;border-radius:1px}
.event-tooltip{margin-top:1rem;padding:1rem;background:rgba(106,170,58,.08);border:1px solid rgba(106,170,58,.2);font-size:.8rem;display:none;color:rgba(245,240,232,.8)}

/* FORM */
/* min-width:0 – ohne das koennen Grid-Kinder nicht unter die
   Mindestbreite ihres Inhalts schrumpfen (Default min-width:auto). */
.form-group{margin-bottom:1.2rem;min-width:0}
/* Absatzabstand im About-Fliesstext. Frueher lag der als
   Inline-Style am 2. und 3. Absatz – bei frei erzeugten Absaetzen
   geht das nicht mehr, also hier einmal zentral. */
.body-text+.body-text{margin-top:1.2rem}

/* STILLER ZUGANG ZUR STAFF-APP
   Sieht aus wie ein Trennzeichen und verhaelt sich auch so: kein
   Hover-Effekt, der ihn als Link verraet, kein Zeiger-Cursor, nicht per Tab
   erreichbar. Nur wer weiss, dass er da ist, klickt ihn an. Steht bewusst
   ohne Beschriftung wie "Login" oder "Staff" da. */
.stiller-zugang{color:rgba(245,240,232,.25);text-decoration:none;cursor:default;
  font-size:.7rem;line-height:1;margin-left:.6rem;user-select:none;
  -webkit-tap-highlight-color:transparent}
.stiller-zugang:hover,.stiller-zugang:focus,.stiller-zugang:active{
  color:rgba(245,240,232,.25);text-decoration:none;outline:none}
.form-label{display:block;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(245,240,232,.5);margin-bottom:.5rem}
.form-label .req{color:var(--rust)}
.form-input,.form-select,.form-textarea{width:100%;background:rgba(245,240,232,.05);border:1px solid rgba(245,240,232,.1);border-radius:8px;color:var(--white);padding:.8rem 1rem;font-family:'DM Sans',sans-serif;font-size:.9rem;transition:border-color .2s;outline:none}
.form-input,.form-select{height:50px}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold);background:rgba(106,170,58,.05)}
.form-select option{background:#1a1a1a}
.form-textarea{resize:vertical;min-height:80px;height:auto}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-row>*{min-width:0}
.selected-date-display{background:rgba(106,170,58,.1);border:1px solid rgba(106,170,58,.3);padding:.8rem 1rem;font-family:'Bebas Neue',sans-serif;font-size:1.1rem;letter-spacing:.05em;color:var(--gold);min-height:44px}
.gdpr-row{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:1.2rem}
.gdpr-checkbox{width:16px;height:16px;margin-top:3px;accent-color:var(--gold);flex-shrink:0;cursor:pointer}
.gdpr-text{font-size:.75rem;color:rgba(245,240,232,.5);line-height:1.5}
.gdpr-text a{color:var(--gold)}
.submit-btn{width:100%;margin-top:1.5rem;padding:1.1rem;background:var(--gold);color:var(--black);border:none;font-family:'DM Sans',sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .25s;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%)}
.submit-btn:hover{background:var(--gold-light)}
.submit-btn:disabled{opacity:.4;cursor:not-allowed}
.honeypot{display:none!important;visibility:hidden!important}

/* Capacity bar */
.cap-track{height:3px;background:rgba(245,240,232,.08);border-radius:2px;margin-top:.3rem}
.cap-fill{height:3px;background:var(--gold);border-radius:2px;transition:width .3s}
.cap-text{font-size:.62rem;color:rgba(245,240,232,.35);margin-bottom:.2rem}

/* Waitlist modal */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:600;display:none;place-items:center;padding:2rem}
.modal-overlay.open{display:grid}
#bookingModal{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);overflow-y:auto;padding:2.5rem 1rem;-webkit-overflow-scrolling:touch}
#bookingModal.open{display:block}
.booking-modal-card{max-width:560px;margin:0 auto;background:#111;border:1px solid rgba(106,170,58,.3);border-radius:4px;padding:2.2rem;position:relative;animation:fadeUp .3s ease}
.booking-modal-card .modal-close{font-size:1.3rem}
.booking-modal-head{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;color:var(--gold);margin-bottom:1.2rem;padding-right:2rem}
.booking-layout--cal-only{display:block;max-width:560px;margin:0 auto}
@keyframes slideUp{from{transform:translateY(100%);opacity:.4}to{transform:translateY(0);opacity:1}}
@media(max-width:768px){
  #bookingModal{padding:0}
  .booking-modal-card{min-height:100vh;border:none;border-radius:0;padding:1.6rem 1.2rem 3rem;animation:slideUp .35s ease}
}
.modal{overflow-x:hidden;background:var(--grey);border:1px solid rgba(106,170,58,.3);padding:2.5rem;max-width:480px;width:100%;position:relative}
.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:rgba(245,240,232,.4);font-size:1.5rem;cursor:pointer}
.modal-title{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;color:var(--gold);margin-bottom:.5rem}
.modal-sub{font-size:.85rem;color:rgba(245,240,232,.6);margin-bottom:1.5rem;line-height:1.6}

/* KONTAKT */
.kontakt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem}
.k-title{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.k-text{color:rgba(245,240,232,.7);line-height:2;font-size:.9rem}
.k-text a{color:var(--gold);text-decoration:none}
.k-text a:hover{text-decoration:underline}

/* FOOTER */
footer{border-top:1px solid rgba(106,170,58,.15);padding:4rem 2rem;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}
.footer-brand{font-family:'Bebas Neue',sans-serif;font-size:2rem;color:var(--gold);letter-spacing:.05em}
.footer-tagline{font-size:.8rem;color:rgba(245,240,232,.4);margin-top:.5rem}
.footer-col-title{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.footer-col a{font-size:.85rem;color:rgba(245,240,232,.6);line-height:2.2;text-decoration:none;display:block}
.footer-col a:hover{color:var(--gold)}
.footer-bottom{max-width:1100px;margin:0 auto;padding:1.5rem 2rem;border-top:1px solid rgba(245,240,232,.05);display:flex;justify-content:space-between;font-size:.7rem;color:rgba(245,240,232,.25);flex-wrap:wrap;gap:1rem}

/* TOAST */
.toast{position:fixed;bottom:2rem;right:2rem;background:var(--grey);border:1px solid var(--gold);padding:1.5rem 2rem;max-width:400px;z-index:300;transform:translateY(100px);opacity:0;transition:all .4s}
.toast.show{transform:translateY(0);opacity:1}
.toast-title{font-family:'Bebas Neue',sans-serif;font-size:1.2rem;color:var(--gold)}
.toast-body{font-size:.85rem;color:rgba(245,240,232,.7);margin-top:.4rem}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeDown{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:1}}
@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}

/* SCROLL OFFSET – kompensiert Weather-Bar + fixe Nav */
#events,#booking,#about,#gallery,#speisen,#kontakt,#empfehlungen{scroll-margin-top:110px}

/* ABOUT GRID – responsive */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
@media(max-width:600px){.about-grid{grid-template-columns:1fr}}

/* FORM ROW – responsive */
@media(max-width:480px){.form-row{grid-template-columns:1fr}}

/* REDUCED MOTION */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* LOGO-INTRO – Klasse wird per JS gesetzt (siehe Skript unten). Ohne JS
   oder bei reduzierter Bewegung bleibt sie einfach weg und die Seite zeigt
   direkt ihren normalen Endzustand – keine der Regeln hier greift dann. */
html.logo-intro .hero-reveal{display:none}
html.logo-intro .hero-bg,
html.logo-intro .nav-links,
html.logo-intro .nav-hamburger,
html.logo-intro .nav-logo{opacity:0}
html.logo-intro .hero-reveal > *{animation-play-state:paused}
html.logo-intro .logo-wrap{animation:none;opacity:0}
.logo-wrap{pointer-events:none}
/* TEL / MAILTO */
a[href^="tel"],a[href^="mailto"]{color:var(--gold);text-decoration:none}
/* TIME INPUTS */
/* max-width:none hob die Begrenzung frueher ausdruecklich auf. Auf iOS
   bringt das native Zeit-Feld eine breite Mindestgroesse mit, und da
   Grid-Items per Default min-width:auto haben, konnte es nicht schrumpfen:
   Das Feld ragte rechts aus der Modal-Karte und machte die ganze Seite
   breiter als den Bildschirm - daher liess sie sich seitlich ins Leere
   ziehen, obwohl body auf overflow:hidden stand. */
input[type="time"]{width:100%;max-width:100%;min-width:0}
/* HERO POSTER – responsive */
@media(max-width:900px){#heroPoster{width:45%}}
@media(max-width:640px){#heroPoster{display:none}}

/* ── HAMBURGER MENU (Mobile) ───────────────────────────── */
.nav-hamburger{display:none;background:none;border:1px solid rgba(106,170,58,.3);color:var(--gold);width:34px;height:34px;font-size:1rem;cursor:pointer;align-items:center;justify-content:center;padding:0;line-height:1}
.nav-hamburger:active{background:rgba(106,170,58,.1)}
.mobile-menu{position:fixed;top:0;left:0;right:0;background:rgba(10,10,10,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(106,170,58,.2);padding:5rem 2rem 2rem;z-index:99;transform:translateY(-100%);transition:transform .3s ease;display:flex;flex-direction:column;gap:.4rem}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu a{color:rgba(245,240,232,.85);text-decoration:none;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
.mobile-menu a:last-child{border-bottom:none}

/* ── MOBILE BREAKPOINT 768px ──────────────────────────── */
@media(max-width:768px){
  /* Wetter-Banner kompakt – darf umbrechen, behält min 44px Höhe */
  #weatherBar{padding:.5rem 1rem;font-size:.7rem!important;gap:.4rem;flex-wrap:wrap;row-gap:.2rem;min-height:44px;align-items:center}
  #weatherBar > div{gap:.4rem!important;flex-wrap:wrap}
  #weatherTemp{font-size:.78rem!important}
  #weatherStatus{flex:1 1 auto;min-width:0}
  /* Nav – kompakt auf Mobile */
  nav{padding:.45rem .9rem;top:32px}
  .nav-logo{font-size:1rem;letter-spacing:.08em}
  .nav-hamburger{display:inline-flex}
  /* Hero */
  .hero{padding-top:32px;min-height:88vh}
  .hero-content{padding:1.5rem 1rem}
  .logo-img{width:120px;margin-bottom:1.4rem}
  .logo-wrap{width:min(360px,78vw);margin-bottom:1.6rem}
  .hero-title{font-size:clamp(3rem,16vw,5.5rem)}
  .hero-sub{font-size:.85rem}
  .hero-cta{margin-top:2rem;gap:.7rem}
  .btn-primary,.btn-outline{padding:.85rem 1.8rem;font-size:.72rem;min-height:44px}
  /* Sections */
  .section,.events-section,.gallery-section,.speisen-section,#booking{padding:3.5rem 1.2rem}
  .section-title{font-size:clamp(1.6rem,7vw,2.3rem)}
  /* Events: 1 Spalte */
  .events-grid{grid-template-columns:1fr;margin-top:2rem}
  .event-card-body{padding:1.4rem 1.4rem 1.6rem}
  /* Buchung: 1 Spalte, volle Breite */
  .booking-layout{grid-template-columns:1fr;gap:2.5rem}
  .form-row{grid-template-columns:1fr;gap:.7rem}
  /* Kalender-Legende: als Flexbox brachen die vier Einträge mobil an
     beliebigen Stellen um – mal drei in einer Zeile, mal einer allein. Ein
     festes 2x2-Raster bricht immer gleich, spart Höhe und behält alle vier
     Einträge. Der lange Text darf dabei innerhalb seiner Zelle umbrechen,
     statt die Spalte breiter zu machen. */
  .cal-legend{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .8rem;margin-top:1rem}
  .legend-item{align-items:flex-start;gap:.4rem;font-size:.65rem;line-height:1.35;min-width:0}
  .legend-item span{min-width:0;overflow-wrap:anywhere}
  .legend-dot{flex-shrink:0;margin-top:.25rem}
  .submit-btn{padding:1.2rem;font-size:.85rem;min-height:48px}
  .cal-day{font-size:.85rem}
  /* About */
  .about-grid{grid-template-columns:1fr;gap:2rem}
  .photo-split{grid-template-columns:1fr}
  /* Galerie: 2 Spalten */
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:2px}
  .gallery-tab{padding:.5rem .9rem;font-size:.7rem;min-height:38px}
  /* Speisen: 1 Spalte */
  .speisen-grid{grid-template-columns:1fr;gap:2.2rem}
  /* Empfehlungen */
  .empf-grid{grid-template-columns:1fr 1fr;gap:.7rem}
  /* Kontakt: 1 Spalte */
  .kontakt-grid{grid-template-columns:1fr;gap:2rem}
  /* Footer */
  footer{grid-template-columns:1fr;gap:2rem;padding:3rem 1.2rem}
  .footer-bottom{flex-direction:column;text-align:center;gap:.5rem}
  /* Touch-Targets */
  .nav-links a,.cal-nav-btn,.gallery-tab,.form-input,.form-select,.form-textarea{min-height:44px}
  .form-input,.form-select,.form-textarea{padding:.9rem 1rem;font-size:1rem}
  /* Leistungen 2 Spalten */
  .leistungen-grid{grid-template-columns:repeat(2,1fr)}
  /* DJs etc */
  body{overflow-x:hidden}
}
@media(max-width:480px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .leistungen-grid{grid-template-columns:1fr}
  .empf-grid{grid-template-columns:1fr}
  .hero-cta{flex-direction:column;align-items:stretch}
  .btn-primary,.btn-outline{text-align:center}
}
/* MAP BUTTONS */
.maps-btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.6rem 1.2rem;border:1px solid rgba(106,170,58,0.4);color:#6aaa3a;text-decoration:none;font-size:0.75rem;letter-spacing:0.08em;text-transform:uppercase;transition:all .2s;border-radius:2px;background:transparent}
.maps-btn:hover{background:rgba(106,170,58,0.1)}

/* ─────────────────────────────────────────────────────────────────────────
   WIEDERKEHRENDE BAUSTEINE
   Aus style="..."-Attributen in index.html zusammengefasst, damit globale
   Design-Änderungen (z.B. das Grün der Info-Boxen) an EINER Stelle passieren.
   Werte sind 1:1 die vorherigen Inline-Werte – rein optisch ändert sich nichts.
   ───────────────────────────────────────────────────────────────────────── */

/* Dunkler Vollbreiten-Wrapper mit zentriertem Inhalt (Leistungen, Empfehlungen) */
.section-dark{background:var(--black);padding:5rem 2rem}
.section-dark-inner{max-width:1100px;margin:0 auto}

/* Grün umrandete Info-Boxen. Hintergrund + Rahmen bewusst gemeinsam definiert,
   damit eine Farbanpassung beide Varianten gleichzeitig erfasst. */
.info-card,.pauschalen-box{background:rgba(106,170,58,.06);border:1px solid rgba(106,170,58,.15)}
.info-card{padding:1.2rem;margin-bottom:1rem}
.info-card-title{font-size:.85rem;font-weight:500;color:var(--white);margin-bottom:.4rem}
.info-card-text{font-size:.8rem;color:rgba(245,240,232,.55);line-height:1.6}

/* Sorglos-Pauschalen: gleiche Box-Optik, eigenes Layout */
.pauschalen-box{margin-top:2rem;padding:1.5rem 2rem;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}
.pauschalen-title{font-family:'Bebas Neue',sans-serif;font-size:1.3rem;color:var(--gold);letter-spacing:.05em}
.pauschalen-text{font-size:.85rem;color:rgba(245,240,232,.6);margin-top:.3rem;line-height:1.6}
.pauschalen-box .btn-primary{flex-shrink:0}

/* Speisen / Kontakt – kleine Zusatztexte */
.speisen-note{font-size:.72rem;color:rgba(245,240,232,.3);margin-top:1.5rem;line-height:1.6}
.maps-row{display:flex;gap:0.75rem;margin-top:1rem;flex-wrap:wrap}
.k-note{font-size:.75rem;color:rgba(245,240,232,.3)}

/* Impressum / Datenschutz */
/* Impressum/Datenschutz: vorher .72rem in rgba(...,.35) – so klein und
   kontrastarm, dass es als "versteckt" gelten kann. Auf .8rem und .55
   angehoben; Struktur und Position bleiben unverändert. */
.legal-wrap{max-width:1100px;margin:0 auto;padding:2rem;font-size:.8rem;line-height:1.8;color:rgba(245,240,232,.55);border-top:1px solid rgba(245,240,232,.05)}
.legal-block{scroll-margin-top:120px}
.legal-heading{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:.65rem;margin-bottom:.6rem}
.legal-link{color:var(--gold);text-decoration:none}
/* Bewusst auf dieselbe Größe/Kontrast wie der Rest: Hier steht neben der
   Umsetzungs-Nennung auch der Hinweis, wer für die Inhalte verantwortlich
   ist – ein Haftungshinweis in .68rem bei rgba(...,.3) wäre genau die
   Darstellung, die man vermeiden will. */
.legal-footnote{margin-top:1.8rem;padding-top:1.2rem;border-top:1px solid rgba(245,240,232,.05);font-size:.8rem;color:rgba(245,240,232,.55)}
