:root{--green: #004234;--gold: #e09900;--white: #ffffff;--black: #121212;--text: #1a1a1a;--muted: #5f5f5f;--line: rgba(0, 66, 52, .14);--shell: min(1180px, calc(100vw - 2rem) );--radius-lg: 26px;--radius-md: 20px;--radius-sm: 14px;--shadow: 0 18px 50px rgba(0, 43, 34, .12);--section-space: clamp(4rem, 7vw, 7rem)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;color:var(--text);background:var(--white)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.is-locked{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}main,section,#kontakt,#oeffnungszeiten,#eindruecke,#reservieren{scroll-margin-top:6rem}.shell{width:var(--shell);margin:0 auto}.section{padding:var(--section-space) 0}.eyebrow{display:inline-flex;align-items:center;gap:.65rem;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.eyebrow:before{content:"";width:2.1rem;height:1px;background:currentColor}h1,h2,h3{margin:0;font-family:Baskerville,Palatino Linotype,Georgia,serif;font-weight:700;line-height:1.08;letter-spacing:-.02em}h1{font-size:clamp(2.9rem,6vw,5.6rem)}h2{font-size:clamp(2rem,4vw,3.3rem)}h3{font-size:clamp(1.4rem,2.2vw,2rem)}p{margin:0;color:var(--muted);line-height:1.75}.lead{max-width:42rem;font-size:clamp(1rem,1.8vw,1.18rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:.8rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button--gold{background:var(--gold);color:var(--white)}.button--gold:hover,.button--gold:focus-visible{background:#ca8900}.button--ghost{border-color:var(--line);background:var(--white);color:var(--green)}.button--ghost:hover,.button--ghost:focus-visible{border-color:#0042344d}.text-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--green);font-weight:700}.text-link:after{content:"→";color:var(--gold)}.skip-link{position:absolute;top:-10rem;left:1rem;z-index:30;padding:.75rem 1rem;border-radius:999px;background:var(--green);color:var(--white)}.skip-link:focus{top:1rem}.site-header{position:fixed;inset:0 0 auto;z-index:20;padding:1rem 0;--header-fg: var(--white);transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease}.site-header.is-scrolled{background:#004234f7;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #002b2229;--header-fg: var(--white)}.header-shell{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.brand__mark{width:4.7rem;height:auto}.brand__copy{display:flex;flex-direction:column;min-width:0}.brand__copy strong,.brand__copy small{color:var(--header-fg)}.brand__copy strong{font-size:1rem}.brand__copy small{opacity:.78;font-size:.85rem}.menu-toggle{display:none;min-height:2.8rem;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:var(--header-fg);font-weight:700}.site-header.is-scrolled .menu-toggle{border-color:#ffffff38;background:#ffffff14}.site-nav{display:flex;align-items:center;gap:1.45rem;color:var(--header-fg)}.site-nav a{font-size:.96rem;font-weight:700}.site-nav>a:not(.social-link):after{content:"";display:block;width:0;height:2px;margin-top:.28rem;background:var(--gold);transition:width .18s ease}.site-nav>a:not(.social-link):hover:after,.site-nav>a:not(.social-link):focus-visible:after{width:100%}.social-links{display:inline-flex;align-items:center;gap:.6rem;margin-left:.35rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;border-radius:999px;border:1px solid currentColor;color:inherit;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.social-link:hover,.social-link:focus-visible{transform:translateY(-2px);background:var(--gold);border-color:var(--gold);color:var(--white)}.social-link svg{width:1.34rem;height:1.34rem;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round;fill:none}.social-link__dot,.social-link__fill{fill:currentColor;stroke:none}.social-link__outline{fill:none}.hero{position:relative;min-height:clamp(640px,88svh,900px);overflow:hidden;background:var(--green)}.hero-slides,.hero-overlay{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.06);transition:opacity .9s ease,transform 5s ease}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#00241cc2,#00241c75,#00241c6b),linear-gradient(180deg,#0014102e,#00141080)}.hero-shell{position:relative;z-index:1;display:flex;align-items:center;min-height:inherit;padding-top:8.2rem;padding-bottom:7rem}.hero-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,4vw,4.5rem);align-items:center;width:100%}.hero-brand{display:flex;align-items:center;justify-content:flex-start}.hero-content{display:grid;gap:1rem;max-width:34rem}.hero-content p{color:var(--white)}.hero-content p{color:#ffffffdb}.hero-logo{width:min(30rem,90%);height:auto}.hero-subtitle{font-family:Baskerville,Palatino Linotype,Georgia,serif;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.35}.hero-meta{display:grid;gap:.35rem;padding-top:.4rem}.hero-info-line{font-size:.96rem;color:#ffffffe6}.hero-info-line--accent{color:var(--gold);font-weight:700}.visit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.section-header{display:grid;gap:1rem}.section-header{max-width:42rem;margin-bottom:2.2rem}.section-header--center{margin-left:auto;margin-right:auto;text-align:center}.section-header--center .eyebrow{justify-content:center}.visit-card,.legal-card{padding:clamp(1.5rem,3vw,2rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow)}.visit-card{display:grid;gap:1.2rem;align-content:start;min-height:100%}.visit-actions{display:grid;gap:.7rem}.visit-actions--stack{grid-template-columns:1fr}.visit-actions--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.action-chip,.action-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(0,66,52,.08);background:#fbfbfb}.action-chip strong{color:var(--black)}.action-link{justify-content:center;min-height:3.15rem;color:var(--green);font-weight:700}.action-link:hover,.action-link:focus-visible{border-color:#00423438;background:#f5f5f5}.visit-copy{display:grid;gap:.55rem}.visit-copy p{font-size:.95rem}.visit-actions--two{grid-template-columns:repeat(2,minmax(0,1fr))}.section--gallery{background:#f8f8f8}.gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:5.5rem;gap:1rem}.gallery-card{padding:0;border:0;border-radius:var(--radius-md);overflow:hidden;position:relative;background:#d8d8d8;box-shadow:var(--shadow)}.gallery-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.22);border-radius:inherit;pointer-events:none}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.04);filter:brightness(.93)}.gallery-card:nth-child(1){grid-column:span 5;grid-row:span 5}.gallery-card:nth-child(2){grid-column:span 4;grid-row:span 3}.gallery-card:nth-child(3){grid-column:span 3;grid-row:span 3}.gallery-card:nth-child(4){grid-column:span 3;grid-row:span 3}.gallery-card:nth-child(5){grid-column:span 4;grid-row:span 3}.gallery-card:nth-child(6){grid-column:span 5;grid-row:span 5}.gallery-card:nth-child(7){grid-column:span 12;grid-row:span 4}.site-footer{padding:1.6rem 0;background:var(--green)}.footer-bottom--minimal{margin-top:0;padding-top:0;border-top:0}.footer-bottom p,.footer-bottom a{color:#ffffffd1}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-bottom__links{display:flex;gap:1rem}.legal-page{padding:4rem 0}.legal-shell{display:grid;gap:1rem;max-width:52rem}.back-link{font-weight:700;color:var(--gold)}.legal-list{display:grid;gap:1rem}.legal-content{display:grid;gap:0}.legal-section{padding:1.35rem 0;border-top:1px solid rgba(0,66,52,.08)}.legal-section:first-child{padding-top:0;border-top:0}.legal-section:last-child{padding-bottom:0}.legal-section h2,.legal-section h3{margin-bottom:.8rem;color:var(--green)}.legal-section h2{font-size:clamp(1.25rem,2vw,1.6rem)}.legal-section h3{font-size:1rem}.legal-section p+p,.legal-section p+ul,.legal-section ul+p,.legal-section h2+p,.legal-section h3+p{margin-top:.8rem}.legal-section a{color:var(--green);text-decoration:underline;text-decoration-color:#e0990099;text-underline-offset:.15em}.legal-bullets{margin:0;padding-left:1.15rem;color:var(--muted);line-height:1.7}.legal-bullets li+li{margin-top:.35rem}.legal-list div{display:grid;gap:.25rem}.legal-list dt{font-weight:700}.lightbox{position:fixed;inset:0;z-index:30}.lightbox[hidden]{display:none}.lightbox__backdrop{position:absolute;inset:0;border:0;background:#00120eeb}.lightbox__dialog{position:relative;z-index:1;width:min(1120px,calc(100vw - 1.5rem));height:min(88vh,860px);margin:4vh auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center}.lightbox__figure{margin:0;display:grid;gap:.9rem;justify-items:center}.lightbox__figure img{width:auto;max-width:100%;max-height:72vh;border-radius:var(--radius-md);box-shadow:0 18px 60px #00000059}.lightbox__figure figcaption{max-width:40rem;color:#ffffffd1;text-align:center}.lightbox__nav,.lightbox__close{border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:var(--white);font-weight:700}.lightbox__nav{min-width:6.2rem;min-height:3rem}.lightbox__close{position:absolute;top:.5rem;right:0;min-height:2.8rem;padding:.75rem 1rem}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .48s ease,transform .48s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(max-width:980px){.menu-toggle{display:inline-flex}.site-nav{position:absolute;top:calc(100% + .75rem);right:0;left:0;display:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--radius-md);border:1px solid rgba(0,66,52,.08);background:#fffffffa;box-shadow:var(--shadow);color:var(--black)}.site-nav.is-open{display:flex}.site-nav.is-open .social-links{margin-left:0}.site-nav.is-open .social-link{color:var(--green);border-color:#0042342e}.visit-grid,.hero-layout{grid-template-columns:1fr}.hero-brand{justify-content:flex-start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:12rem}.visit-actions--grid,.visit-actions--two{grid-template-columns:1fr}.gallery-card:nth-child(n){grid-column:span 1;grid-row:span 1}.gallery-card:nth-child(1),.gallery-card:nth-child(6){grid-column:span 2;grid-row:span 2}}@media(max-width:720px){.hero-shell{padding-top:7.5rem;padding-bottom:5rem}.header-shell{gap:.75rem}.brand__mark{width:4rem}.brand__copy small{display:none}.hero-logo{width:min(23rem,78vw)}.footer-bottom{flex-direction:column;align-items:flex-start}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:16rem}.gallery-card:nth-child(n),.gallery-card:nth-child(1),.gallery-card:nth-child(6){grid-column:span 1;grid-row:span 1}.lightbox__dialog{grid-template-columns:1fr;height:auto;margin:2vh auto;padding-top:4rem;justify-items:center}}
