:root{--bg-cyan: #83C9CF}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}.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}html,body{margin:0;padding:0;top:0;bottom:0;left:0;right:0;overflow:hidden;position:fixed;touch-action:pan-y}body{background-color:var(--bg-cyan);font-family:Jost,sans-serif;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.app-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;max-width:1200px;height:100%;padding:2rem;padding-bottom:max(2rem,env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden}.header{display:flex;flex-direction:column;align-items:center;margin-top:5vh}.main-logo{width:100%;max-width:600px;height:auto;object-fit:contain;animation:float 4s ease-in-out infinite}.subtitle{font-size:clamp(1.5rem,4vw,2.8rem);font-weight:500;color:#fff;margin-top:10px;letter-spacing:1px}.nav-buttons{display:flex;gap:2rem;margin-top:2rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center;flex-shrink:0}.nav-btn{display:flex;justify-content:center;align-items:center;width:160px;aspect-ratio:1142 / 1033;text-decoration:none;background-image:url(/assets/button-DSBW45gP.png);background-size:contain;background-repeat:no-repeat;background-position:center;color:#000;font-family:Jost,sans-serif;font-size:1.25rem;font-weight:500;transition:transform .2s cubic-bezier(.25,.8,.25,1);touch-action:manipulation}.nav-btn:hover{transform:translateY(-5px) scale(1.05)}.nav-btn:active{transform:translateY(2px) scale(.95)}.footer{margin-top:auto;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.supported-text{font-size:.85rem;color:#000;margin-top:1rem;margin-bottom:.3rem;font-weight:500}.sponsors{display:flex;flex-direction:column;gap:.2rem;align-items:center;justify-content:center}.sponsor-ampersand{font-size:1.2rem;font-weight:500;color:#000;margin-top:-5px;margin-bottom:-5px}.sponsor-logo{height:auto;object-fit:contain}.koton-text{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:40px;line-height:35px;color:#000}.chateau-logo{height:25px;transform:translateY(4px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pour{0%,to{transform:rotate(0)}50%{transform:rotate(-10deg)}}@keyframes pour-liquid{0%,to{transform:rotate(45deg) translate(0);opacity:.7}50%{transform:rotate(35deg) translate(-5px,5px);opacity:1}}.decor{position:absolute;pointer-events:none;z-index:1}.bee-wrapper{z-index:2;animation:fly-in-x 15s linear forwards;will-change:right,bottom,transform;pointer-events:auto;cursor:pointer}.bee-wrapper.fly-away{transition:transform 4s ease-in-out!important;transform:translate(150vw,-150vh) rotate(45deg)!important}.bee{width:90px;animation:fly-in-y 15s ease-in-out forwards,wobble-bee 4s ease-in-out 15s infinite}@keyframes fly-in-x{0%{right:110vw;bottom:25vh;filter:brightness(1) invert(0)}53%{right:45vw;bottom:12vh;filter:brightness(1) invert(0)}73%{right:45vw;bottom:12vh;filter:brightness(1) invert(0)}93.9%{right:calc(35% + 10px);bottom:50%;filter:brightness(1) invert(0)}94%{right:calc(35% + 10px);bottom:50%;filter:brightness(0) invert(1)}to{right:calc(30% + 10px);bottom:55%;filter:brightness(0) invert(1)}}@keyframes fly-in-y{0%{transform:translateY(-40px) rotate(-15deg)}17%{transform:translateY(40px) rotate(15deg)}35%{transform:translateY(-30px) rotate(-10deg)}53%{transform:translateY(0) rotate(0)}73%{transform:translateY(0) rotate(0)}86%{transform:translateY(-20px) rotate(-5deg)}to{transform:translateY(0) rotate(0)}}@keyframes wobble-bee{0%,85%,to{transform:translateY(0) rotate(0)}88%{transform:translateY(-2px) rotate(-3deg)}92%{transform:translateY(1px) rotate(3deg)}96%{transform:translateY(-1px) rotate(-1deg)}}.flower-container{position:fixed;bottom:-5%;right:-140px;display:inline-block;transform:rotate(-30deg);z-index:5}.flower{position:relative;display:block;width:400px}.sandwich{position:fixed;bottom:-10%;right:-360px;width:700px;transform:rotate(-5deg);z-index:1}.menu-bee{position:absolute;width:100px;z-index:20;pointer-events:auto;cursor:pointer;animation:fly-in-menu 5s cubic-bezier(.42,0,.58,1) forwards}@keyframes fly-in-menu{0%{left:-100vw;top:-50vh;transform:rotate(20deg);filter:brightness(1) invert(0)}50%{left:-30vw;top:-10vh;transform:rotate(-10deg);filter:brightness(1) invert(0)}99.9%{left:45%;top:calc(-8% - 25px);transform:rotate(-5deg);filter:brightness(1) invert(0)}to{left:45%;top:calc(-8% - 25px);transform:rotate(-5deg);filter:brightness(0) invert(1)}}.menu-bee.fly-away{animation:fly-away-menu 4s cubic-bezier(.42,0,.58,1) forwards!important}@keyframes fly-away-menu{0%{left:45%;top:calc(-8% - 25px);transform:rotate(-5deg);filter:brightness(0) invert(1)}to{left:150vw;top:-100vh;transform:rotate(45deg);filter:brightness(0) invert(1)}}.menu-btn{position:relative}.cidre-group{bottom:85%;left:-20px;display:flex;align-items:flex-start}.cidre-bottle{width:200px;position:relative;top:15px;left:-130px;z-index:2;transform-origin:90% 90%;animation:pour 10s ease-in-out infinite}.cidre-glass{width:160px;position:relative;top:110px;left:-240px}@media (max-width: 600px){.app-container{padding:1rem;padding-bottom:max(5rem,env(safe-area-inset-bottom))}.page-title{font-size:2rem}.menu-title,.events-title{font-size:1.2rem!important}.header{margin-top:2vh}.main-logo{max-height:35vh}.nav-buttons{flex-direction:column;align-items:center;gap:0rem;margin-top:1rem;margin-bottom:1rem}.nav-btn:nth-child(1){order:2}.nav-btn:nth-child(2){order:1}.nav-btn:nth-child(3){order:3}.nav-btn{width:125px}.reservation-btn,.reservation-flower,.reservation-flower-top{display:none}.reservation-form-frame{padding:2.5rem 1.5rem}.flower-container{right:-26%;bottom:10%}.flower{width:250px}.sandwich{width:300px;right:-25%;bottom:5%}.menu-bee{display:none!important}@keyframes fly-in-menu-mobile{0%{left:-20%;top:-10%;transform:rotate(20deg);filter:brightness(1) invert(0)}50%{left:10%;top:5%;transform:rotate(-10deg);filter:brightness(1) invert(0)}99.9%{left:40%;top:calc(7% - 20px);transform:rotate(-5deg);filter:brightness(1) invert(0)}to{left:40%;top:calc(7% - 20px);transform:rotate(-5deg);filter:brightness(0) invert(1)}}.menu-bee.fly-away{animation:fly-away-menu-mobile 4s ease-in-out forwards!important}@keyframes fly-away-menu-mobile{0%{left:40%;top:calc(7% - 20px);transform:rotate(-5deg);filter:brightness(0) invert(1)}to{left:150vw;top:-50vh;transform:rotate(45deg);filter:brightness(0) invert(1)}}.cidre-bottle{width:200px;top:15px;left:-130px}.cidre-glass{width:160px;top:110px;left:-240px}.bee{width:60px}@keyframes fly-in-x{0%{right:110vw;bottom:25vh;filter:brightness(1) invert(0)}99.9%{right:calc(30% + 10px);bottom:55%;filter:brightness(1) invert(0)}to{right:calc(30% + 10px);bottom:55%;filter:brightness(0) invert(1)}}@keyframes fly-in-y{0%{transform:translateY(-40px) rotate(-15deg)}50%{transform:translateY(20px) rotate(15deg)}to{transform:translateY(0) rotate(0)}}.supported-text{font-size:.75rem;margin-top:1rem;margin-bottom:.2rem}.sponsors{gap:.2rem}.koton-text{font-size:28px}.chateau-logo{height:25px}.corner-logo-link{left:0;right:0;display:flex;justify-content:center;transform:none;top:1rem;margin-left:-20px}}.page-content{text-align:center;margin-top:5vh}.page-title{color:#fff;font-size:clamp(3rem,6vw,5rem);font-weight:600;letter-spacing:1px}.menu-title,.events-title{font-size:clamp(1.5rem,3vw,2.5rem)!important;margin-top:10vh}.shop-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;text-transform:none;font-size:2rem;text-align:center;line-height:1.4;margin:0}.back-btn{position:absolute;bottom:.5vh;left:50%;transform:translate(-50%)}.back-btn:hover{transform:translate(-50%) translateY(-5px) scale(1.05)}.back-btn:active{transform:translate(-50%) translateY(2px) scale(.95)}.corner-logo-link{position:absolute;top:2rem;left:2rem;z-index:10}.corner-logo{width:172.5px;height:auto;object-fit:contain}.reservation-page-content{margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:0;width:100%}.reservation-title{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;letter-spacing:1px;margin-bottom:5.5rem}.reservation-flower{position:fixed;bottom:-8%;left:-120px;width:480px;transform:rotate(25deg) scaleX(-1);z-index:1}.reservation-flower-top{position:fixed;top:60px;right:-190px;width:480px;transform:rotate(-20deg);z-index:1}.reservation-form-frame{background-image:url(/assets/Group%2086-Bi13kg9G.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;padding:3.9rem 4rem .3rem;margin-top:1.5rem;width:100%;max-width:640px}.reservation-form{display:flex;flex-direction:column;gap:.4rem;width:100%;text-align:left}.form-row{display:flex;gap:1rem}.form-row .form-field{flex:1;min-width:0}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.75rem;font-weight:500;color:#1a1a1a;letter-spacing:.5px}.form-field input,.form-field textarea{font-family:Jost,sans-serif;font-size:.95rem;text-transform:none;padding:.7rem .9rem;border:1.5px solid rgba(0,0,0,.2);border-radius:10px;background:#fff;color:#1a1a1a;outline:none}.form-field input:focus,.form-field textarea:focus{border-color:#00000080}.form-field textarea{resize:vertical;min-height:32px}.form-submit-btn{align-self:center;margin-top:.5rem;border:none;background-color:transparent;cursor:pointer;font-family:Jost,sans-serif}.form-status{text-align:center;font-size:.75rem;color:#1a1a1a;min-height:1em}.skip-animation{animation-delay:-999s!important}.events-nav{flex-direction:column;align-items:center}.menu-cidre-group{position:fixed;bottom:7%;left:120px;display:flex;align-items:flex-start;z-index:10}.menu-cidre-group .cidre-bottle{width:700px;top:52.5px;left:-455px}.menu-cidre-group .cidre-glass{width:560px;top:385px;left:-840px}.event-poster-link{display:block;align-self:flex-start;transition:transform .2s cubic-bezier(.25,.8,.25,1)}.event-poster-link:hover{transform:translateY(-5px) scale(1.02)}@keyframes tiny-dance{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-2px) rotate(-1deg)}75%{transform:translateY(-1px) rotate(1deg)}}.event-poster{max-width:100%;width:408px;height:auto;animation:tiny-dance 3s ease-in-out infinite}.location-carousel{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;overflow:hidden;z-index:1}.carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:1;transition:opacity .2s ease}.carousel-slide.fading{opacity:0}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));transition:transform .2s ease;z-index:2}.carousel-arrow:hover{transform:translateY(-50%) scale(1.08)}.carousel-arrow:active{transform:translateY(-50%) scale(.92)}.carousel-arrow-left{left:1rem}.carousel-arrow-right{right:1rem}.carousel-arrow-icon{width:100%;height:100%;overflow:visible}.carousel-arrow-blob{fill:#fff;stroke:#000;stroke-width:7;stroke-linejoin:round}.carousel-arrow-mark{fill:none;stroke:#000;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.carousel-bottom-bar{position:absolute;left:0;right:0;bottom:0;padding:1.5rem 1rem max(.75rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.75rem;background:linear-gradient(to top,#0000008c,#0000);z-index:2}.carousel-address{color:#fff;font-size:1rem;font-weight:500;font-family:Jost,sans-serif;text-decoration:underline;text-align:center;max-width:100%;padding:0 10px}@media (max-width: 700px){.carousel-arrow{width:2.25rem;height:2.25rem}}.menu-board-container{position:absolute;top:49%;left:50%;transform:translate(-50%,-50%);display:inline-block;z-index:10}.menu-board{display:block;max-width:80vw;width:auto;max-height:65vh}.art-poster{position:absolute;top:-2%;right:2%;width:200px;transform:rotate(15deg);z-index:5}@keyframes dance-dj{0%,to{transform:translateY(0) rotate(-10deg)}25%{transform:translateY(-4px) rotate(-14deg)}50%{transform:translateY(0) rotate(-7deg)}75%{transform:translateY(-5px) rotate(-12deg)}}.dj-container{position:absolute;bottom:-10%;left:-5%;display:inline-block;transform:rotate(-10deg);z-index:5;pointer-events:auto}.dj-decor{position:relative;display:block;width:400px;animation:dance-dj 2.4s ease-in-out infinite}@keyframes dance-music{0%,to{transform:translateY(0) rotate(15deg) scaleX(-1)}25%{transform:translateY(-5px) rotate(20deg) scaleX(-1)}50%{transform:translateY(0) rotate(10deg) scaleX(-1)}75%{transform:translateY(-6px) rotate(22deg) scaleX(-1)}}.music-decor{position:absolute;top:0%;right:5%;width:200px;transform:rotate(15deg);z-index:5;animation:dance-music 2.8s ease-in-out infinite}@keyframes float-up{0%{bottom:-50%;transform:translate(0) rotate(0)}50%{transform:translate(20px) rotate(10deg)}to{bottom:150%;transform:translate(-20px) rotate(-10deg)}}.balloon-decor{position:absolute;bottom:-50%;z-index:-1;opacity:.7;animation-name:float-up;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.b1{left:10%;width:200px;animation-duration:6s;animation-delay:0s}.b2{left:35%;width:150px;animation-duration:7s;animation-delay:1.5s}.b3{left:65%;width:180px;animation-duration:5.5s;animation-delay:.5s}.b4{left:85%;width:220px;animation-duration:8s;animation-delay:2s}@media (max-width: 600px){.shop-message{position:static;left:auto;top:auto;transform:none;width:auto;margin:2rem auto}.menu-board-container{position:static;left:auto;top:auto;transform:none;margin:1.5rem auto}.menu-board{width:auto;max-width:95vw;max-height:80vh;z-index:20}.event-poster{width:auto;max-width:82vw;max-height:42vh;margin:auto}.events-nav .posters-container{transform:translateY(5vh)}.art-poster{width:150px;top:10%;right:-5%}.dj-container{left:-15%;bottom:-5%}.dj-decor{width:250px}.dj-container.dance .dj-decor{animation:bounce-mobile .5s ease-in-out infinite alternate}}@keyframes bounce-mobile{0%{transform:translateY(0) rotate(-10deg)}to{transform:translateY(-15px) rotate(0)}}.events-bee{position:absolute;width:80px;z-index:6;pointer-events:auto;cursor:pointer;animation:fly-around 22s ease-in-out infinite}@keyframes fly-around{0%{left:-10vw;bottom:20vh;transform:rotate(8deg) scaleX(1)}12%{left:15vw;bottom:65vh;transform:rotate(-10deg) scaleX(1)}25%{left:40vw;bottom:78vh;transform:rotate(12deg) scaleX(1)}37%{left:68vw;bottom:55vh;transform:rotate(-14deg) scaleX(1)}50%{left:88vw;bottom:72vh;transform:rotate(10deg) scaleX(1)}50.1%{left:88vw;bottom:72vh;transform:rotate(10deg) scaleX(-1)}62%{left:72vw;bottom:30vh;transform:rotate(-8deg) scaleX(-1)}75%{left:45vw;bottom:18vh;transform:rotate(14deg) scaleX(-1)}87%{left:18vw;bottom:40vh;transform:rotate(-12deg) scaleX(-1)}99.9%{left:-10vw;bottom:20vh;transform:rotate(8deg) scaleX(-1)}to{left:-10vw;bottom:20vh;transform:rotate(8deg) scaleX(1)}}.events-bee.fly-away{animation:bee-vanish .6s ease-in forwards!important}@keyframes bee-vanish{0%{opacity:1;transform:scale(1) rotate(0)}to{opacity:0;transform:scale(.2) rotate(220deg)}}@media (max-width: 600px){.dj-container{bottom:-5%;left:70%}.dj-decor{width:200px}.music-decor{width:150px;top:5%;right:70%}.balloon-decor.b1{left:5%;width:120px}.balloon-decor.b2{left:30%;width:90px}.balloon-decor.b3{left:60%;width:110px}.balloon-decor.b4{left:80%;width:130px}.sandwich,.menu-cidre-group{display:none!important}.events-bee{width:56px}}.page-transition-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-cyan);z-index:999999;pointer-events:none;opacity:1;transition:opacity .6s ease-in-out}.page-transition-overlay.hidden{opacity:0}.click-blob{position:fixed;width:50px;height:50px;background-color:var(--bg-cyan);mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M52.5,10 C 65,11, 78,20, 85,35 C 92,50, 88,68, 75,80 C 62,92, 45,95, 30,85 C 15,75, 8,55, 12,40 C 16,25, 30,12, 52.5,10 Z"/><circle cx="15" cy="15" r="6"/><circle cx="85" cy="18" r="5"/><circle cx="82" cy="85" r="7"/><circle cx="20" cy="82" r="4"/><circle cx="10" cy="60" r="3"/><circle cx="90" cy="55" r="4"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M52.5,10 C 65,11, 78,20, 85,35 C 92,50, 88,68, 75,80 C 62,92, 45,95, 30,85 C 15,75, 8,55, 12,40 C 16,25, 30,12, 52.5,10 Z"/><circle cx="15" cy="15" r="6"/><circle cx="85" cy="18" r="5"/><circle cx="82" cy="85" r="7"/><circle cx="20" cy="82" r="4"/><circle cx="10" cy="60" r="3"/><circle cx="90" cy="55" r="4"/></svg>');mask-size:cover;-webkit-mask-size:cover;z-index:999999;pointer-events:none;transform:translate(-50%,-50%) scale(0) rotate(0);transition:transform .6s cubic-bezier(.55,.085,.68,.53)}.click-blob.expand{transform:translate(-50%,-50%) scale(150) rotate(45deg)}.legal-links{position:fixed;bottom:.6rem;right:1rem;z-index:50;display:flex;gap:.6rem;align-items:center;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.5px}.legal-links a{color:#0000008c;text-decoration:none;transition:color .2s ease}.legal-links a:hover{color:#000;text-decoration:underline}.legal-links .legal-sep{color:#0000004d}@media (max-width: 600px){.legal-links{position:static;justify-content:center;margin:2rem 0 1.5rem;font-size:.6rem}.back-btn{position:static;left:auto;transform:none;margin:2rem auto 0}.back-btn:hover{transform:translateY(-5px) scale(1.05)}.back-btn:active{transform:translateY(2px) scale(.95)}}.legal-page .app-container{align-items:center;overflow-y:auto}.legal-card{background:#fff;color:#1a1a1a;text-transform:none;text-align:left;width:100%;max-width:720px;margin:8vh auto 4rem;padding:2.5rem clamp(1.25rem,4vw,3rem);border-radius:24px;box-shadow:0 10px 40px #0000001f;line-height:1.6;font-size:.95rem}.legal-card h1{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:600;margin-bottom:1.5rem;letter-spacing:.5px}.legal-card h2{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:.6rem}.legal-card p{margin-bottom:.9rem}.legal-card ul{margin:0 0 .9rem 1.2rem}.legal-card li{margin-bottom:.4rem}.legal-card a{color:#0d7d86;text-decoration:underline}.legal-card .legal-updated{margin-top:2.5rem;font-size:.8rem;color:#00000080}.legal-card .legal-crosslink{margin-top:.5rem}body.impressum-flat .app-container,body.datenschutz-flat .app-container{overflow:hidden;align-items:stretch;justify-content:center;padding-top:clamp(9rem,20vh,13rem);padding-bottom:clamp(2rem,5vh,3rem)}.legal-flat{color:#16302e;text-transform:none;text-align:left;width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;height:100%;font-family:Jost,sans-serif}.legal-flat-head{flex-shrink:0;margin-bottom:clamp(.6rem,1.6vh,1.2rem)}.legal-flat-head h1{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:600;letter-spacing:.5px}.legal-flat-head .legal-note{font-size:.75rem;color:#16302eb3;margin-top:.2rem}.legal-columns{flex:0 1 auto;min-height:0;margin:auto 0;column-count:3;column-gap:clamp(1.5rem,3vw,3rem);font-size:clamp(.7rem,1.3vw,1rem);line-height:1.5}.legal-columns section{break-inside:avoid;-webkit-column-break-inside:avoid;margin-bottom:clamp(.5rem,1.4vh,1rem)}.legal-columns h2{font-size:1em;font-weight:600;margin-bottom:.3em}.legal-columns p{margin:0 0 .4em}.legal-columns p:last-child{margin-bottom:0}.legal-columns--dense{column-count:4;font-size:clamp(.58rem,.85vw,.72rem);line-height:1.4}@media (max-width: 1100px){.legal-columns--dense{column-count:3}}.legal-columns a{color:#0d7d86;text-decoration:underline;word-break:break-word}.legal-flat-foot{flex-shrink:0;margin-top:clamp(.6rem,1.6vh,1.2rem);font-size:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.legal-flat-foot a{color:#16302e;text-decoration:underline}.legal-flat-foot .legal-sep{color:#16302e66}.legal-flat-foot .legal-updated{color:#16302e99}@media (max-width: 900px){.legal-columns{column-count:2}}@media (max-width: 600px){body.impressum-flat .app-container,body.datenschutz-flat .app-container{overflow-y:auto;padding-top:5.5rem}.legal-columns{column-count:1;font-size:.8rem}}
