:root{--rindenbraun:#3A1F0D;--nussbraun:#6B3A2A;--blattgrun:#4A6B3A;--bernstein:#C4A35A;--warmcreme:#F5F0E8;--textfarbe:#2C1810;--hellbraun:#8B6B4D;--weiss:#FFFFFF;--overlay:rgba(26, 14, 6, 0.65)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:inter,sans-serif;font-size:16px;line-height:1.6;color:var(--textfarbe);background:var(--warmcreme);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--nussbraun);text-decoration:none;transition:color .2s}a:hover{color:var(--rindenbraun)}h1,h2,h3{font-family:playfair display,serif;font-weight:700;line-height:1.15;color:var(--rindenbraun)}h1{font-size:3rem}h2{font-size:2.25rem;margin-bottom:1rem}h3{font-size:1.5rem}.fraktur{font-family:unifrakturmaguntia,cursive;font-weight:400}.section{padding:5rem 1.5rem}.section-inner{max-width:1200px;margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 1.5rem;transition:background .3s;background:0 0}.site-header.scrolled{background:var(--rindenbraun)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:48px;width:auto;transition:opacity .3s}.logo-img:hover{opacity:.8}.nav-list{list-style:none;display:flex;gap:2rem}.nav-list a{color:rgba(255,255,255,.85);font-size:.95rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;transition:color .2s;position:relative}.nav-list a::after{content:'';position:absolute;left:50%;bottom:-20px;width:0;height:15px;transform:translateX(-50%);background-image:url(/img/Kastanie_frucht_icon.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:0;transform:translateX(-50%)scale(0);transition:width .25s ease,opacity .2s ease .05s,transform .3s cubic-bezier(.34,1.56,.64,1)}.nav-list a:hover::after,.nav-list a.active::after{width:15px;opacity:1;transform:translateX(-50%)scale(1)}.nav-list a:hover,.nav-list a.active{color:var(--bernstein)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;width:28px;height:20px;position:relative;z-index:101}.nav-toggle span{display:block;width:100%;height:2px;background:var(--weiss);position:absolute;left:0;transition:all .3s}.nav-toggle span:nth-child(1){top:0}.nav-toggle span:nth-child(2){top:9px}.nav-toggle span:nth-child(3){top:18px}.nav-toggle.open span:nth-child(1){top:9px;transform:rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){top:9px;transform:rotate(-45deg)}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(var(--overlay),var(--overlay)),url(/img/hero-bg.jpg)50%/cover no-repeat;background-color:var(--rindenbraun)}.hero::before{content:'';position:absolute;inset:0;opacity:.25;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat}.hero-content{position:relative;z-index:2;padding:1.5rem;animation:fadeInUp 1s ease-out}.hero-title{font-size:clamp(3rem,8vw,6rem);color:var(--weiss);margin-bottom:1rem;line-height:1.1}.hero-logo{display:block;width:min(320px,70vw);height:auto;margin:0 auto 1.5rem}.hero-subtitle{font-family:playfair display,serif;font-size:clamp(1rem,2vw,1.35rem);color:rgba(255,255,255,.85);font-style:italic;margin-bottom:2rem}.hero-decoration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.hero-decoration::before,.hero-decoration::after{content:'';width:60px;height:1px;background:var(--bernstein)}.hero .hero-decoration .tree-icon{width:28px;height:auto}.hero-event-info{margin-top:1.5rem}.hero-event-info p{color:var(--weiss);margin-bottom:.5rem}.hero-stoerer{position:absolute;bottom:2.5rem;right:2rem;z-index:3}.hero-stoerer .stoerer-icon{width:90px;height:auto;transform:rotate(-12deg);filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.hero-subtitle-amp{color:var(--weiss);font-style:italic}.hero-subtitle-time{display:block;margin-top:.3rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:600;color:var(--bernstein);font-style:normal}.btn{display:inline-block;padding:.9rem 2.5rem;font-family:inter,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:none;cursor:pointer;transition:all .3s}.btn-primary{background:var(--bernstein);color:var(--rindenbraun)}.btn-primary:hover{background:var(--weiss);color:var(--rindenbraun);transform:translateY(-2px)}.btn-outline{background:0 0;color:var(--weiss);border:2px solid var(--bernstein)}.btn-outline:hover{background:var(--bernstein);color:var(--rindenbraun)}.fisch-section{background:var(--weiss)}.fisch-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.fisch-text h2{margin-bottom:1.25rem}.fisch-text p{font-size:1.1rem;line-height:1.7;color:var(--textfarbe)}.fisch-image{border-radius:8px;overflow:hidden;background:var(--warmcreme);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--warmcreme),var(--hellbraun))}.fisch-image img{width:100%;height:100%;object-fit:cover}.bier-section{background:var(--blattgrun);color:var(--weiss);position:relative;overflow:hidden}.bier-section::before{content:'';position:absolute;inset:0;opacity:.3;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat;filter:brightness(0)invert(1)}.bier-section .section-inner{position:relative;z-index:1}.bier-section h2,.bier-section .section-subtitle{text-align:center;color:var(--weiss)}.sonder-section{background:linear-gradient(135deg,var(--rindenbraun) 0%,var(--nussbraun) 100%);color:var(--weiss);position:relative;overflow:hidden;text-align:center}.sonder-leaf{position:absolute;right:-120px;bottom:-100px;width:500px;height:auto;opacity:.1;pointer-events:none;z-index:0}.sonder-section .section-inner{position:relative;z-index:1}.sonder-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;padding:.35rem 1rem;border-radius:20px;background:var(--bernstein);color:var(--rindenbraun);margin-bottom:1rem}.sonder-section h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem;color:var(--weiss)}.sonder-highlight{margin-bottom:1.5rem;font-family:playfair display,serif;font-size:1.15rem;font-style:italic}.sonder-highlight-label{color:var(--bernstein);margin-right:.5rem}.sonder-highlight-name{color:var(--weiss)}.sonder-text{max-width:600px;margin:0 auto 1rem;font-size:1rem;line-height:1.7;color:rgba(255,255,255,.85)}.sonder-section .btn{margin-top:1.5rem}.section-subtitle{font-family:playfair display,serif;font-size:1.1rem;font-style:italic;margin-bottom:3rem;text-align:center;color:var(--hellbraun)}.bier-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2.5rem}.bier-card{background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s;display:flex;flex-direction:column}.bier-card .bier-badge{margin-top:auto}.bier-card:hover{background:rgba(255,255,255,.14);transform:translateY(-4px)}.bier-card-image{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,var(--bernstein),var(--nussbraun));display:flex;align-items:center;justify-content:center}.bier-card-image svg,.bier-card-image img{max-width:32px;max-height:32px;width:auto;height:auto}.bier-card-image svg{fill:var(--weiss)}.bier-card h3{font-size:1.15rem;margin-bottom:.4rem;color:var(--weiss)}.bier-card p{font-size:.9rem;color:rgba(255,255,255,.7);margin-bottom:.75rem}.bier-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;border-radius:20px;background:var(--bernstein);color:var(--rindenbraun)}.bier-badge.green{background:var(--blattgrun);color:var(--weiss)}.bier-badge.stout{background:#1a1a1a;color:#f5e6c8}.bier-badge.yellow{background:#e8c547;color:var(--rindenbraun)}.bier-footer{text-align:center;font-size:.95rem;color:rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.geschichte-section{background:var(--weiss);text-align:center}.geschichte-block{max-width:800px;margin:0 auto}.geschichte-quote{font-family:playfair display,serif;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;color:var(--nussbraun);margin-bottom:1.5rem;line-height:1.3}.geschichte-text{font-size:1.1rem;line-height:1.7;color:var(--textfarbe);margin-bottom:2rem}.geschichte-decoration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.geschichte-decoration::before,.geschichte-decoration::after{content:'';width:40px;height:1px;background:var(--nussbraun)}.geschichte-decoration .leaf-icon{width:20px;height:auto;fill:var(--nussbraun)}.cta-section{position:relative;overflow:hidden;background:linear-gradient(var(--overlay),var(--overlay)),url(/img/cta-bg.jpg)50%/cover no-repeat;background-color:var(--rindenbraun);text-align:center;color:var(--weiss)}.cta-section::before{content:'';position:absolute;inset:0;opacity:.15;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat;filter:brightness(1.8)}.cta-section .section-inner{position:relative;z-index:1}.cta-section h2{color:var(--weiss);font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem}.cta-section .cta-subtitle{font-family:playfair display,serif;font-size:1.15rem;font-style:italic;color:rgba(255,255,255,.8);margin-bottom:2.5rem}.cta-details{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:2.5rem}.cta-detail-item{text-align:center}.cta-detail-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--bernstein);margin-bottom:.35rem}.cta-detail-value{font-size:1rem;color:rgba(255,255,255,.9)}.site-footer{background:var(--rindenbraun);color:rgba(255,255,255,.7);padding:2.5rem 1.5rem;text-align:center}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{font-family:unifrakturmaguntia,cursive;font-size:1.25rem;color:var(--bernstein);display:block;margin-bottom:.5rem}.footer-copy{font-size:.85rem;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;justify-content:center;gap:2rem}.footer-links a{color:rgba(255,255,255,.6);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--bernstein)}.footer-decoration{display:flex;justify-content:center;margin-bottom:1rem}.footer-decoration .footer-icon{width:24px;height:auto;opacity:.7}.page-section{padding:8rem 1.5rem 5rem;max-width:800px;margin:0 auto}.page-section h1{margin-bottom:2rem}.page-section p{margin-bottom:1rem;line-height:1.7}.menu-hero{padding:10rem 1.5rem 3rem;background:linear-gradient(135deg,var(--rindenbraun) 0%,var(--nussbraun) 100%);text-align:center;position:relative;overflow:hidden}.menu-hero::before{content:'';position:absolute;inset:0;opacity:.25;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat}.menu-hero h1{color:var(--weiss);font-size:clamp(2.25rem,4vw,3.25rem);position:relative;z-index:1}.menu-hero-sub{font-family:playfair display,serif;font-size:1.15rem;font-style:italic;color:var(--bernstein);position:relative;z-index:1;margin-top:.5rem}.menu-body{background:var(--weiss)}.menu-inner{max-width:750px;margin:0 auto}.menu-section{margin-bottom:3rem}.menu-section.level-2{margin-bottom:2rem;margin-top:1.5rem}.menu-section-title{font-family:playfair display,serif;font-size:1.65rem;font-weight:700;color:var(--rindenbraun);padding-bottom:.5rem;border-bottom:2px solid var(--bernstein);margin-bottom:1.25rem}.level-2 .menu-section-title{font-size:1.3rem;color:var(--nussbraun);border-bottom:1px solid var(--warmcreme);margin-bottom:1rem}.menu-items{display:flex;flex-direction:column;gap:.4rem}.menu-item{padding:.4rem 0}.menu-item-header{display:flex;align-items:baseline;gap:.5rem}.menu-item-name{font-family:playfair display,serif;font-size:1.05rem;font-weight:600;color:var(--textfarbe);white-space:nowrap}.menu-item-dots{flex:1;min-width:20px;border-bottom:1px dotted var(--hellbraun);align-self:stretch;margin:0 .25rem}.menu-item-price{font-family:inter,sans-serif;font-size:1rem;font-weight:600;color:var(--nussbraun);white-space:nowrap}.menu-item-desc{font-size:.9rem;color:var(--hellbraun);margin-top:.15rem;line-height:1.4}.level-2 .menu-item-name{font-size:.98rem}.level-2 .menu-section{padding-left:.75rem}@media(max-width:768px){.menu-item-header{flex-wrap:wrap;gap:.25rem}.menu-item-dots{display:none}.menu-item-price{margin-left:auto}.level-2 .menu-section{padding-left:0}}.page-hero{padding:10rem 1.5rem 3rem;background:linear-gradient(135deg,var(--rindenbraun) 0%,var(--nussbraun) 100%);text-align:center;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;opacity:.25;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat}.page-hero h1{color:var(--weiss);font-size:clamp(2.25rem,4vw,3.25rem);position:relative;z-index:1}.page-hero-sub{font-family:playfair display,serif;font-size:1.15rem;font-style:italic;color:var(--bernstein);position:relative;z-index:1;margin-top:.5rem}.page-body{background:var(--weiss);padding:4rem 1.5rem 5rem}.page-body-inner{max-width:750px;margin:0 auto}.page-body p{margin-bottom:1rem;line-height:1.7}.page-body h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.page-body table{width:100%;border-collapse:collapse;margin:1rem 0}.page-body td{padding:.5rem 0;border-bottom:1px solid var(--warmcreme)}.geschichte-hero{padding:10rem 1.5rem 4rem;background:linear-gradient(135deg,var(--rindenbraun) 0%,var(--nussbraun) 100%);text-align:center;position:relative;overflow:hidden}.geschichte-hero::before{content:'';position:absolute;inset:0;opacity:.25;background-image:url(/img/kastanie-pattern.svg);background-size:445px;background-repeat:repeat}.geschichte-hero-content{position:relative;z-index:1}.geschichte-hero h1{color:var(--weiss);font-size:clamp(2.25rem,4vw,3.25rem);margin-bottom:.75rem}.geschichte-hero-sub{font-family:playfair display,serif;font-size:1.15rem;font-style:italic;color:var(--bernstein)}.menu-hero .hero-decoration,.page-hero .hero-decoration,.geschichte-hero .hero-decoration{margin-bottom:1.5rem}.menu-hero .hero-decoration .tree-icon,.page-hero .hero-decoration .tree-icon,.geschichte-hero .hero-decoration .tree-icon{width:45px;height:auto}.geschichte-body{background:var(--weiss)}.geschichte-body-inner{max-width:750px;margin:0 auto}.geschichte-content{font-size:1.075rem;line-height:1.8;color:var(--textfarbe)}.geschichte-content p{margin-bottom:1.25rem}.geschichte-content h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.65rem}.geschichte-content strong{color:var(--nussbraun);font-weight:600}.geschichte-content p:last-child{font-family:playfair display,serif;font-size:1.2rem;font-style:italic;color:var(--nussbraun);text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--warmcreme)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.leaf-icon svg{display:block}@media(max-width:1024px){.bier-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.nav-list{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--rindenbraun);flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;transition:right .3s}.nav-list.open{right:0}.nav-list a{font-size:1.1rem}.nav-toggle{display:block;margin-left:auto}.header-inner nav{width:0;overflow:hidden}.fisch-grid{grid-template-columns:1fr}.fisch-image{order:-1}.bier-grid{grid-template-columns:repeat(2,1fr)}.sonder-leaf{width:300px;right:-80px;bottom:-60px}.cta-details{flex-direction:column;gap:1.5rem}h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:3.5rem 1.25rem}.page-section{padding:6rem 1.25rem 3rem}}@media(max-width:480px){.bier-grid{grid-template-columns:1fr}.sonder-leaf{width:200px;right:-60px;bottom:-40px}}