:root{--bg:#0a0a0a;--bg-card:#111;--bg-surface:#181818;--border:#ffffff14;--accent:#00f4c9;--accent-dim:#00f4c91f;--accent-glow:#00f4c940;--text:#f0f0f0;--text-muted:#888;--text-dim:#555}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Variable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-VariableItalic.woff2)format("woff2");font-weight:100 900;font-style:italic;font-display:swap}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{color:#f0f0f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#000 0%,#030303 8%,#070707 15.4%,#0a0a0a 22.2%,#0d0d0d 28.6%,#0f0f0f 34.6%,#121212 40.4%,#141414 46.1%,#161616 51.7%,#181818 57.5%,#1a1a1a 63.4%,#1b1b1b 69.7%,#1c1c1c 76.4%,#1d1d1d 83.6%,#1e1e1e 91.4% 100%);font-family:Satoshi,system-ui,sans-serif}body{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{color:#f0f0f0;letter-spacing:-.02em;font-family:Satoshi,system-ui,sans-serif;font-weight:900;line-height:1.1}h5,h6{color:#f0f0f0;font-family:Satoshi,system-ui,sans-serif;font-weight:700}p,li{color:#888;line-height:1.7}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.text-accent{color:#00f4c9}.bg-accent{background-color:#00f4c9}.gradient-dark{background:linear-gradient(#000 0%,#1a1a1a 100%)}.gradient-card{background:linear-gradient(145deg,#161616 0%,#111 100%)}.site-header{z-index:100;background:0 0;border-bottom:1px solid #0000;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{background:linear-gradient(90deg,#000 0%,#030303 8%,#070707 15.4%,#0a0a0a 22.2%,#0d0d0d 28.6%,#0f0f0f 34.6%,#121212 40.4%,#141414 46.1%,#161616 51.7%,#181818 57.5%,#1a1a1a 63.4%,#1b1b1b 69.7%,#1c1c1c 76.4%,#1d1d1d 83.6%,#1e1e1e 91.4% 100%);border-bottom-color:#ffffff0f;box-shadow:0 4px 24px #0009}.site-header__bar{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:relative}.site-header__menu-btn{color:var(--text);background:0 0;border:none;align-items:center;gap:.75rem;padding:0;display:flex}.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}.site-header__logo img{object-fit:contain;width:auto;height:1rem;max-height:50%}.site-header__logo-text{letter-spacing:-.03em;color:var(--text);font-size:1.375rem;font-weight:900}.site-header__right{align-items:center;gap:1.25rem;display:flex}.site-header__status{color:var(--text-muted);letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.4375rem;padding:0;font-size:.75rem;display:flex}.site-header__status-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:7px;height:7px}.site-header__status-dot.is-open{background:#22c55e;box-shadow:0 0 6px #22c55e}@media (max-width:768px){.site-header__status-label{display:none}}.site-header__socials{gap:.875rem;display:flex}.site-header__social-link{color:var(--text-muted);transition:color .2s}.site-header__social-link:hover{color:var(--accent)}.site-header__nav{border-top:1px solid #ffffff0d;justify-content:center;gap:2.5rem;padding:.625rem 2rem .875rem;display:flex}@media (max-width:768px){.site-header__nav{display:none}}.site-header__nav-link{letter-spacing:.01em;color:var(--text-muted);padding-bottom:2px;font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.site-header__nav-link:hover{color:var(--accent)}.hamburger{flex-direction:column;gap:6px;width:22px;display:flex}.hamburger span{background:currentColor;width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.hamburger.is-open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.menu-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:.8125rem;font-weight:500;transition:color .3s;display:flex;overflow:hidden}.menu-label.is-open{color:var(--accent)}.menu-label span{animation:.4s cubic-bezier(.16,1,.3,1) both letterDrop;display:inline-block}@keyframes letterDrop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{z-index:99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#040404f7;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .35s;display:flex;position:fixed;inset:0}.mobile-menu.is-open{opacity:1;pointer-events:all}.mobile-menu__link{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,6vw,52px);font-weight:900;transition:color .2s,transform .2s}.mobile-menu__link:hover{color:var(--accent);transform:translate(8px)}.site-header-spacer{height:6.5rem}.site-header-spacer.is-bare{height:4rem}.site-footer{margin-top:auto}.site-footer__top{width:100%;max-width:1480px;margin-inline:auto}@media (max-width:1920px){.site-footer__top{max-width:1360px}}@media (max-width:1600px){.site-footer__top{max-width:1240px}}@media (max-width:1366px){.site-footer__top{max-width:1024px}}@media (max-width:1024px){.site-footer__top{max-width:100%}}.site-footer__top{padding-inline:2rem}@media (max-width:1024px){.site-footer__top{padding-inline:1.25rem}}.site-footer__nav{width:100%;max-width:60rem;margin-inline:auto;padding-inline:2rem}@media (max-width:1024px){.site-footer__nav{padding-inline:1.25rem}}.site-footer__divider{width:100%;max-width:1480px;margin-inline:auto}@media (max-width:1920px){.site-footer__divider{max-width:1360px}}@media (max-width:1600px){.site-footer__divider{max-width:1240px}}@media (max-width:1366px){.site-footer__divider{max-width:1024px}}@media (max-width:1024px){.site-footer__divider{max-width:100%}}.site-footer__divider{border:none;border-top:1px solid #ffffff14}.site-footer__top{grid-template-columns:1fr 1fr;gap:4rem;padding-top:4rem;padding-bottom:4rem;display:grid}@media (max-width:768px){.site-footer__top{grid-template-columns:1fr;gap:2.5rem;padding-top:3rem;padding-bottom:3rem}}.site-footer__section-title{letter-spacing:.15em;text-transform:uppercase;color:#f0f0f0;margin-bottom:1.25rem;font-size:.6875rem;font-weight:700}.site-footer__contact{flex-direction:column;gap:1.25rem;display:flex}.site-footer__contact-item{color:#888;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;transition:color .2s;display:flex}.site-footer__contact-item[href]:hover{color:#00f4c9}.site-footer__contact-item--address{font-style:normal}.site-footer__contact-item strong{color:#f0f0f0;font-weight:600}.site-footer__contact-icon{color:#00f4c9;flex-shrink:0;margin-top:2px}.site-footer__contact-icon svg{display:block}.site-footer__hours{gap:3rem;display:flex}@media (max-width:768px){.site-footer__hours{flex-direction:column;gap:2rem}}.site-footer__hours-block{flex:1}.site-footer__hours-list{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__hours-row{gap:.75rem;font-size:.875rem;line-height:1.6;display:flex}.site-footer__hours-label{color:#888;white-space:nowrap;min-width:5.5rem}.site-footer__hours-time{color:#555}.site-footer__nav{grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3rem;padding-bottom:3rem;display:grid}@media (max-width:768px){.site-footer__nav{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;padding-top:2rem;padding-bottom:2rem}}.site-footer__nav-title{letter-spacing:.15em;text-transform:uppercase;color:#f0f0f0;margin-bottom:1rem;font-size:.6875rem;font-weight:700}.site-footer__nav-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav-link{color:#888;font-size:.875rem;transition:color .2s}.site-footer__nav-link:hover{color:#00f4c9}.site-footer__brands{background:#181818;border-top:1px solid #ffffff14}.site-footer__brands-logos{width:100%;max-width:1480px;margin-inline:auto}@media (max-width:1920px){.site-footer__brands-logos{max-width:1360px}}@media (max-width:1600px){.site-footer__brands-logos{max-width:1240px}}@media (max-width:1366px){.site-footer__brands-logos{max-width:1024px}}@media (max-width:1024px){.site-footer__brands-logos{max-width:100%}}.site-footer__brands-logos{padding-inline:2rem}@media (max-width:1024px){.site-footer__brands-logos{padding-inline:1.25rem}}.site-footer__brands-logos{justify-content:center;align-items:center;gap:4rem;padding-block:2.5rem;display:flex}@media (max-width:768px){.site-footer__brands-logos{flex-direction:column;gap:2rem;padding-block:2rem}}.site-footer__brand-logo{justify-content:center;align-items:center;display:flex}.site-footer__brand-logo img{object-fit:contain;filter:brightness(.85);width:auto;max-width:12rem;height:2.5rem;transition:filter .2s}.site-footer__brand-logo img:hover{filter:brightness()}.site-footer__legal{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 2rem 1.5rem;display:flex}@media (max-width:1024px){.site-footer__legal{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:768px){.site-footer__legal{text-align:center;flex-direction:column}}.site-footer__copyright{color:#555;font-size:.75rem}.site-footer__legal-nav{gap:1.25rem;display:flex}.site-footer__legal-link{color:#555;font-size:.75rem;transition:color .2s}.site-footer__legal-link:hover{color:#888}.resform-section{padding:4rem 1.5rem 6rem}.resform-section__inner{max-width:46rem;margin:0 auto}@media (max-width:768px){.resform-section{padding:2.5rem 1.25rem 4rem}}.resform{flex-direction:column;gap:2rem;display:flex}.resform__tabs{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}@media (max-width:768px){.resform__tabs{grid-template-columns:1fr 1fr}}.resform__tab{color:#888;text-align:center;background:#111;border:1px solid #ffffff14;border-radius:.5rem;padding:.875rem .75rem;font-size:.8125rem;font-weight:500;line-height:1.3;transition:all .2s}.resform__tab:hover{color:#f0f0f0;border-color:#ffffff2e}.resform__tab.is-active{color:#0a0a0a;background:#00f4c9;border-color:#00f4c9;box-shadow:0 0 18px #00f4c940}.resform__steps{justify-content:center;align-items:center;gap:.75rem;display:flex}.resform__step-dot{color:#555;background:#111;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.resform__step-dot.is-active{color:#0a0a0a;background:#00f4c9;border-color:#00f4c9}.resform__step-dot.is-done{color:#00f4c9;border-color:#00f4c9}.resform__step-line{background:#ffffff14;width:3rem;height:1px}.resform__body{flex-direction:column;gap:1.25rem;display:flex}.resform__row{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:1.25rem;display:grid}@media (max-width:768px){.resform__row{grid-template-columns:1fr}}.resform__field{flex-direction:column;gap:.5rem;min-width:0;display:flex}.resform__label{color:#888;letter-spacing:.01em;font-size:.8125rem;font-weight:500}.resform__req{color:#00f4c9}.resform input,.resform select,.resform textarea{color:#f0f0f0;background:#111;border:1px solid #ffffff14;border-radius:.5rem;width:100%;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.resform input:focus,.resform select:focus,.resform textarea:focus{border-color:#00f4c9;outline:none;box-shadow:0 0 0 3px #00f4c91f}.resform select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300f4c9' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.25rem}.resform textarea{resize:vertical;line-height:1.6}.resform__checks{border:1px solid #ffffff14;border-radius:.5rem;flex-wrap:wrap;gap:.875rem 1.5rem;padding:1rem 1.125rem;display:flex}.resform__checks legend{padding:0 .5rem}.resform__check{color:#f0f0f0;cursor:pointer;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.resform__check input{accent-color:#00f4c9;cursor:pointer;width:auto}.resform__hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.resform__error{color:#ef4444;background:#ef444414;border:1px solid #ef44444d;border-radius:.5rem;padding:.875rem 1rem;font-size:.875rem}.resform__nav{justify-content:flex-end;gap:.75rem;display:flex}.resform__btn{color:#0a0a0a;background:#00f4c9;border:none;border-radius:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:box-shadow .2s,opacity .2s,transform .1s}.resform__btn:hover{box-shadow:0 0 22px #00f4c940}.resform__btn:active{transform:translateY(1px)}.resform__btn:disabled{opacity:.5;cursor:not-allowed}.resform__btn--ghost{color:#888;background:0 0;border:1px solid #ffffff14}.resform__btn--ghost:hover{color:#f0f0f0;box-shadow:none;border-color:#ffffff2e}.resform__success{text-align:center;background:#111;border:1px solid #ffffff14;border-radius:.75rem;padding:3rem 1.5rem}.resform__success h2{color:#00f4c9;margin-bottom:1rem}.resform__success p{max-width:32rem;margin:0 auto}.ghost-text{white-space:nowrap;letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1px #ffffff0f;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform;z-index:0;font-size:clamp(60px,12vw,160px);font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-hero{background:linear-gradient(#000 0%,#141414 100%);position:relative;overflow:hidden}.page-hero__side{letter-spacing:.35em;text-transform:lowercase;color:#555;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:2;font-size:.75rem;position:absolute;top:50%}.page-hero__side--left{writing-mode:vertical-rl;left:1.25rem;transform:translateY(-50%)rotate(180deg)}.page-hero__side--right{writing-mode:vertical-rl;right:1.25rem;transform:translateY(-50%)}@media (max-width:768px){.page-hero__side{display:none}}.page-hero__content{z-index:3;position:relative}.page-hero__title{text-transform:lowercase;letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05}.page-hero__title-accent{color:#00f4c9}.page-hero__title-rest{color:#f0f0f0}.page-hero__text{color:#888;max-width:38rem;margin-top:1.5rem;font-size:1rem;line-height:1.8}.page-hero--centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:6rem 1.5rem 4rem;display:flex}.page-hero--centered .page-hero__text{margin-left:auto;margin-right:auto}.page-hero--image{align-items:flex-end;min-height:60vh;display:flex;position:relative}.page-hero--image .page-hero__media{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.page-hero--image .page-hero__media-overlay{background:linear-gradient(135deg,#000000f7 35%,#0000 100%);position:absolute;inset:0}.page-hero--image .page-hero__content{z-index:3;max-width:50rem;padding:4rem 5rem;position:relative}@media (max-width:768px){.page-hero--image .page-hero__content{padding:3rem 1.5rem}}.page-hero--image .page-hero__text{margin-top:1.25rem}.page-hero--image .page-hero__side{z-index:3}.speisekarte-cards{padding:4rem 0 6rem}.speisekarte-cards__grid{width:100%;max-width:60rem;margin-inline:auto;padding-inline:2rem}@media (max-width:1024px){.speisekarte-cards__grid{padding-inline:1.25rem}}.speisekarte-cards__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.speisekarte-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.speisekarte-cards__grid{grid-template-columns:1fr}}.speisekarte-cards__card{aspect-ratio:4/3;background:#111;border:1px solid #ffffff14;border-radius:.75rem;align-items:flex-end;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;display:flex;position:relative;overflow:hidden}.speisekarte-cards__card:hover{transform:scale(1.025);box-shadow:0 8px 32px #00000080}.speisekarte-cards__card-bg{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.speisekarte-cards__card:hover .speisekarte-cards__card-bg{transform:scale(1.06)}.speisekarte-cards__card-overlay{background:linear-gradient(#0000000d 0%,#00000040 50%,#000000d1 100%);position:absolute;inset:0}.speisekarte-cards__card-title{z-index:1;color:#fff;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:700;line-height:1.25;position:relative}.speisekarte{padding:5rem 0 6rem}.speisekarte__inner{width:100%;max-width:60rem;margin-inline:auto;padding-inline:2rem}@media (max-width:1024px){.speisekarte__inner{padding-inline:1.25rem}}.speisekarte__breadcrumb{margin-bottom:2.5rem}.speisekarte__back{color:#888;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.speisekarte__back:hover{color:#00f4c9}.speisekarte__kategorie-title{color:#f0f0f0;font-size:1.75rem;font-weight:700}.speisekarte__empty{color:#888;padding:2rem 0}.speisekarte__category{margin-bottom:4rem}.speisekarte__category:last-child{margin-bottom:0}.speisekarte__category-title{text-transform:lowercase;letter-spacing:.08em;color:#00f4c9;border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.speisekarte__list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.speisekarte__item{border-bottom:1px solid #fff6;justify-content:space-between;align-items:baseline;gap:2rem;padding:1rem 0;display:flex}.speisekarte__item:last-child{border-bottom:none}.speisekarte__item-info{flex-direction:column;gap:.25rem;display:flex}.speisekarte__item-name{color:#f0f0f0;font-size:1rem;font-weight:500}.speisekarte__item-desc{color:#888;font-size:.875rem;line-height:1.5}.speisekarte__item-allergens{color:#555;margin-top:.125rem;font-size:.75rem}.speisekarte__item-price{color:#f0f0f0;white-space:nowrap;flex-shrink:0;font-size:1rem;font-weight:600}@media (max-width:768px){.speisekarte{padding:3rem 1.25rem 4rem}.speisekarte__item{gap:1rem}}.mittagsrenner{padding:4rem 0 6rem}.mittagsrenner__inner{width:100%;max-width:60rem;margin-inline:auto;padding-inline:2rem}@media (max-width:1024px){.mittagsrenner__inner{padding-inline:1.25rem}}.mittagsrenner__heading{color:#00f4c9;align-items:center;gap:.625rem;margin-bottom:1.5rem;font-size:1rem;font-weight:500;display:flex}.mittagsrenner__heading strong{font-weight:700}.mittagsrenner__arrow{flex-shrink:0;font-size:.6875rem}.mittagsrenner__intro{color:#888;border-bottom:1px solid #ffffff14;margin-bottom:2.5rem;padding-bottom:2.5rem;font-size:.9375rem;line-height:1.75}.mittagsrenner__empty{color:#555;text-align:center;padding:4rem 0;font-size:.9375rem}.mittagsrenner__days{flex-direction:column;display:flex}.mittagsrenner__day{border-bottom:1px solid #ffffff14;grid-template-columns:6rem 1fr;align-items:center;gap:2rem;padding:1.75rem 0;display:grid}.mittagsrenner__day:last-child{border-bottom:none}@media (max-width:768px){.mittagsrenner__day{grid-template-columns:5rem 1fr;gap:1.25rem;padding:1.25rem 0}}.mittagsrenner__day-badge{color:#f0f0f0;text-align:center;letter-spacing:.02em;background:#181818;border:1px solid #ffffff14;border-radius:.375rem;align-self:center;padding:.625rem .5rem;font-size:.75rem;font-weight:500}.mittagsrenner__day-content{flex-direction:column;gap:.625rem;display:flex}.mittagsrenner__dish{color:#f0f0f0;align-items:baseline;gap:.5rem;font-size:.9375rem;line-height:1.55;display:flex}.mittagsrenner__dish-type{color:#00f4c9;text-align:right;flex-shrink:0;min-width:3.5rem;font-style:italic;font-weight:600}.mittagsrenner__dish-type--vegi{color:#00f4c9bf}
