:root{--primary:#0f3460;--primary-dark:#0a2540;--accent:#007da6;--accent-dark:#006d91;--accent-warm:#d4941f;--accent-warm-light:rgba(212, 148, 31, 0.1);--text:#1e293b;--text-light:#475569;--bg:#f8fafc;--surface:#ffffff;--radius:20px;--shadow-sm:0 4px 16px rgba(0,0,0,0.06);--shadow-md:0 8px 30px rgba(0,0,0,0.08);--shadow-lg:0 20px 50px rgba(0,0,0,0.14);--transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);--font-heading:'Source Serif 4',Georgia,'Times New Roman',serif;--gradient-main:linear-gradient(90deg, #3e74d1 0%, #80c5f9 25%, #00ffff 50%, #8ec5f7 75%, #3e74d1 100%);--duration-main:12.5s;--easing-main:linear infinite;--gradient-button:linear-gradient(135deg, #7addfa 0%, #93c2f7 55%, #2e50b4 100%);--duration-button:5s;--easing-button:linear infinite}:focus-visible{outline:3px solid var(--accent,#007da6);outline-offset:2px}@keyframes gradientShift{0%{background-position:0 50%}100%{background-position:300% 50%}}.gradient-animated,.hero-bg,.hero-footer::before{background:var(--gradient-main);background-size:300% 100%!important;animation-name:gradientShift;animation-duration:var(--duration-main);animation-timing-function:var(--easing-main);animation-iteration-count:infinite;animation-direction:normal}.dialog-button{display:inline-block;color:#fff!important;padding:.8rem 1.8rem;border-radius:10px;text-decoration:none;font-weight:600;margin:1rem 0;border:none;background:var(--primary);box-shadow:0 4px 14px rgba(15,52,96,.2);transition:all .3s ease}.dialog-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,52,96,.25);color:#fff!important;text-decoration:none}.action-button,.action-link,.gradient-button{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);background-size:200% 200%;background-position:0 50%;box-shadow:0 4px 14px rgba(15,52,96,.15);transition:background-position .5s ease,box-shadow .3s ease,transform .3s ease}.action-button:hover,.action-link:hover,.gradient-button:hover{background-position:100% 50%;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,125,166,.25)}@media (prefers-reduced-motion:reduce){.gradient-animated,.hero-bg,.hero-footer::before{animation:none!important;background:var(--primary)!important}}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:var(--ds-line-height, 1.7);font-size:var(--ds-body-size, 1.1rem);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.animate-text,.section-heading,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.25;margin:.8em 0 .4em;font-weight:var(--ds-heading-weight,700);color:var(--primary)}h1{font-size:clamp(2.5rem, 6.5vw, 3.8rem);letter-spacing:-.02em}h2{font-size:clamp(1.9rem, 4.8vw, 2.5rem);font-weight:600}h3,h4{font-size:clamp(1.5rem, 4vw, 1.9rem);font-weight:600}.section-heading,main section :is(h1,h2,h3,h4){text-align:center;font-size:clamp(1.9rem, 4.8vw, 2.5rem);font-weight:600;color:var(--primary);margin:3rem 0 1.8rem;position:relative;padding-bottom:.6rem}.section-heading::after,main section :is(h1,h2,h3,h4)::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-warm));border-radius:3px}address,li,p{font-size:1.1rem;font-weight:400;line-height:1.7;margin:1em 0}.strong,b,strong{font-weight:600;color:var(--primary)}.content-box{max-width:var(--ds-content-max,1200px);margin:0 auto;padding:2.5rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid rgba(15,52,96,.06);text-align:center}.content-block a,.content-box a:not(.action-button):not(.contact-phone):not(.contact-email):not(.contact-address){color:var(--accent,#007da6);text-decoration:underline;text-decoration-color:var(--accent,#007da6);text-underline-offset:2px}.content-block a:hover,.content-box a:not(.action-button):not(.contact-phone):not(.contact-email):not(.contact-address):hover{color:var(--accent-dark,#006d91)}header{position:fixed;inset:0 0 auto 0;z-index:1000;background:0 0;color:#fff;padding:.5rem 1.2rem;transition:all .4s ease;backdrop-filter:blur(6px)}header.scrolled{backdrop-filter:blur(16px);box-shadow:0 2px 15px rgba(0,0,0,.1);background:#fff}.header-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:56px}.logo img{max-height:56px;width:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.45))}.nav-desktop{grid-column:2;justify-self:center;display:flex;gap:1.8rem}.nav-desktop a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;text-shadow:0 1px 4px rgba(0,0,0,.7)}header.scrolled .nav-desktop a{text-shadow:none}.nav-desktop a:hover{color:var(--accent)}header.scrolled .nav-desktop a{color:var(--text)}header.scrolled .nav-desktop a:hover{color:var(--accent)}.hero,.hero-footer{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.hero{min-height:100dvh;margin-top:-100px;padding-top:80px}.hero-footer{min-height:auto;padding:6rem 2.5rem 4rem;margin-top:5rem;align-items:flex-start}.hero-bg,.hero-footer::before{content:"";position:absolute;inset:0;z-index:-2;background-size:300% 100%}.hero-bg{background:var(--gradient-main)}.hero-footer::before{background:var(--gradient-main)}.hero-footer::after,.hero-overlay{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--ds-overlay-alpha,.38));z-index:-1}.hero .relative,.hero-footer .relative{position:relative;z-index:10;max-width:1400px;width:100%;padding:0 1.5rem}.hero-content{margin-top:10rem}.hero,.hero *{color:#fff!important}.hero-subtitle,.hero-title{text-shadow:0 4px 20px rgba(0,0,0,.7)}.hero-title{font-size:clamp(3.5rem, 8vw, 7rem);font-weight:800;line-height:1.1;margin-bottom:2rem}.hero-subtitle{font-size:clamp(1.5rem, 4vw, 2.2rem);font-weight:300;max-width:900px;margin:0 auto 5rem}.logo-container{max-width:var(--ds-logo-max,450px);margin:3rem auto}.hero-logo{width:100%;height:auto;filter:drop-shadow(0 10px 40px rgba(0,0,0,.35))}@media (max-width:768px){.hero-content{margin-top:6rem}.hero-title{font-size:clamp(2.2rem, 7vw, 3.5rem)}.hero-subtitle{margin-bottom:6rem}}@media (max-height:700px){.hero-content{margin-top:4rem}}@media (max-height:600px){.hero-content{margin-top:2rem}.logo-container{margin:1.5rem auto;max-width:300px}.hero-subtitle{margin-bottom:1.5rem}}.scroll-indicator{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);text-decoration:none;transition:opacity .4s ease}body.out-of-hero .scroll-indicator{opacity:0;pointer-events:none}.scroll-indicator-text{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.5)}.scroll-indicator-arrow{width:24px;height:24px;border-right:2.5px solid rgba(255,255,255,.8);border-bottom:2.5px solid rgba(255,255,255,.8);transform:rotate(45deg);animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,100%{transform:rotate(45deg) translateY(0);opacity:.8}50%{transform:rotate(45deg) translateY(6px);opacity:1}}@media (max-height:600px){.scroll-indicator{display:none}}@media (prefers-reduced-motion:reduce){.scroll-indicator-arrow{animation:none!important}}#menu-toggle{display:none;position:fixed;top:.8rem;right:1rem;z-index:1200;width:56px;height:56px;background:0 0;border:none;cursor:pointer;padding:0}#menu-toggle .bar{position:absolute;left:10px;width:36px;height:4.5px;background-color:#fff;border-radius:2.5px;transition:all .35s cubic-bezier(.55, .055, .675, .19)}#menu-toggle .top{top:15px}#menu-toggle .middle{top:25px}#menu-toggle .bottom{top:35px}#menu-toggle.active .top{transform:translateY(10px) rotate(135deg);transition-delay:0.12s;background:#000}#menu-toggle.active .middle{opacity:0;transform:translateX(-22px)}#menu-toggle.active .bottom{transform:translateY(-10px) rotate(-135deg);transition-delay:0.12s;background:#000}#menu-toggle:hover .bar{background:var(--accent)}body.out-of-hero #menu-toggle .bar,header.scrolled #menu-toggle .bar{background-color:#000!important}@media (max-width:768px){#menu-toggle{display:block}}#mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;color:#000;transform:translateY(-100%);visibility:hidden;transition:transform .45s cubic-bezier(.16, 1, .3, 1),visibility .45s;box-shadow:0 10px 40px rgba(0,0,0,.25);padding:80px 20px 40px;overflow-y:auto;z-index:1100}#mobile-menu.open{transform:translateY(0);visibility:visible}#mobile-menu a{display:block;padding:1.1rem 1.4rem;font-size:1.3rem;font-weight:500;text-decoration:none;color:#000;border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s ease}#mobile-menu a:focus,#mobile-menu a:hover{background:rgba(0,163,217,.07)}.action-button,.action-link{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;margin:1rem auto;max-width:600px;border-radius:var(--radius);font-weight:600;font-size:1.125rem;text-align:center;text-decoration:none;cursor:pointer;border:1px solid transparent;box-shadow:var(--shadow-md);transition:var(--transition);color:#fff}.contact-box{max-width:600px;margin:0 auto;padding:2rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center}.contact-address,.contact-email,.contact-phone{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;margin:1rem 0;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:var(--transition);cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid transparent}.contact-phone{background:var(--primary);color:#fff}.contact-email{background:var(--accent);color:#fff}.contact-address{background:rgba(15,52,96,.05);color:var(--primary);border-color:rgba(15,52,96,.1)}.contact-phone:hover{background:var(--primary-dark)}.contact-email:hover{background:var(--accent-dark)}.contact-address:hover{background:rgba(15,52,96,.12)}.contact-email:hover,.contact-phone:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 24px rgba(15,52,96,.2);border-color:rgba(15,52,96,.2)}.contact-address:hover{transform:none;border-color:var(--accent-warm);box-shadow:0 4px 16px rgba(212,148,31,.15)}@media (max-width:380px){.contact-address,.contact-email,.contact-phone{padding:.55rem 1.1rem;font-size:.92rem;gap:.55rem;margin:.5rem 0;border-radius:8px;min-height:42px;width:100%;max-width:360px;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:2.5rem auto;padding:0 1rem}.location-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden;transition:all .3s ease;border:1px solid rgba(15,52,96,.08);position:relative}.location-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(0,125,166,.15)}.location-card::before{content:"";position:absolute;inset:0;background-image:url('../images/sh.webp');background-size:100% auto;background-position:top center;background-repeat:no-repeat;opacity:.2;pointer-events:none;z-index:1;transition:opacity .5s ease,transform .5s ease}.location-card:hover::before{opacity:1;transform:scale(1.05)}.location-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#eda126 0,#80c5f9 30%,#0ff 70%,#0653b7 100%);background-size:200% 200%;opacity:0;mix-blend-mode:multiply;pointer-events:none;z-index:0;transition:opacity .5s ease}.location-card:hover::after{opacity:1;animation:lsGlow 4s ease infinite}.location-card.asa::before{background-image:url('../images/sh-asa.webp')}.location-card.iz::before{background-image:url('../images/sh-iz.webp')}.card-content{padding:1.8rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem;position:relative;z-index:2;opacity:1;transition:opacity .5s ease,transform .5s ease}.location-card:focus-within .card-content,.location-card:hover .card-content{opacity:0;transform:scale(.95);pointer-events:none}.card-content img{max-height:80px;width:auto;object-fit:contain;margin-bottom:1rem}.card-content h3,.card-content h4{margin:.4rem 0 .2rem;font-size:1.4rem;font-weight:600;color:var(--primary)}.card-content h3::after,.card-content h4::after{display:none}.location-service{font-size:.82rem;font-weight:600;color:var(--accent,#00a3d9);margin:.3rem 0 .5rem;letter-spacing:.02em}.location-places{font-size:1.05rem;line-height:1.6;color:var(--text-light);margin:0}.location-places a{color:var(--text-light);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}.location-places a:hover{color:var(--accent)}.map-overlay{position:absolute;inset:0;z-index:3;aspect-ratio:560/512;width:100%;max-height:100%;pointer-events:none}.city-marker{position:absolute;z-index:4;width:36px;height:36px;border:none;border-radius:50%;background:0 0;cursor:pointer;opacity:0;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .3s ease}.location-card.cities-open .city-marker,.location-card:focus-within .city-marker,.location-card:hover .city-marker{opacity:1;pointer-events:auto}.city-marker:focus-visible{background:rgba(255,255,255,.5);outline:3px solid var(--primary);outline-offset:2px}.city-marker:hover{background:rgb(230 126 34 / .35);box-shadow:0 0 0 8px rgb(230 126 34 / .2),0 0 0 16px rgb(230 126 34 / .08)}.city-marker:active{background:rgb(230 126 34 / .5);box-shadow:0 0 0 6px rgb(230 126 34 / .3)}.asa-eckernfoerde{top:27.3%;left:57.5%}.asa-kiel{top:35%;left:66.6%}.asa-neumuenster{top:48.1%;left:61.2%}.rd-rendsburg{top:35.5%;left:53%}.rd-hohenwestedt{top:46.3%;left:52.8%}.iz-itzehoe{top:55.8%;left:46.9%}.city-popup{position:absolute;z-index:5;display:flex;flex-direction:column;align-items:center;gap:.3rem;opacity:0;transform:scale(.6);transition:opacity .3s ease,transform .3s cubic-bezier(.34, 1.56, .64, 1);pointer-events:none;top:50%;left:50%;translate:-50% -50%}.city-popup.active{opacity:1;transform:scale(1);pointer-events:auto}.city-popup img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 20px rgb(0 0 0 / .45);background:var(--primary)}.city-popup span{display:block;font-size:.82rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgb(0 0 0 / .8);letter-spacing:.02em;white-space:nowrap}.location-card:has(.city-popup.active) .card-content{opacity:0;transform:scale(.95);pointer-events:none}.location-card:has(.city-popup.active)::before{opacity:1;transform:scale(1.05)}@media (max-width:1024px){.map-overlay{pointer-events:auto}.city-marker{opacity:1;pointer-events:auto;background:rgb(230 126 34 / .25)}.city-popup img{width:70px;height:70px}}dialog{border:none;border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:90vw;width:800px;max-height:85vh;overflow:hidden;display:none;flex-direction:column;background:var(--surface);padding:0;position:fixed;inset:0;margin:auto;z-index:9999}dialog[open]{display:flex}dialog[open]::backdrop{background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}.dialog-header{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid rgba(15,52,96,.12);padding:1.1rem 1.6rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.dialog-header h2{margin:0;font-size:clamp(1.4rem, 3.5vw, 1.65rem);font-weight:600;color:var(--primary)}.dialog-close{background:0 0;border:none;font-size:2rem;line-height:1;color:var(--text-light);cursor:pointer;padding:.3rem .6rem;margin:-.3rem -.6rem;border-radius:8px;transition:all .2s ease}.dialog-close:focus,.dialog-close:hover{color:var(--primary);background:rgba(0,163,217,.08)}.dialog-content{flex:1;overflow-y:auto;padding:1.6rem 1.8rem 2.2rem;-webkit-overflow-scrolling:touch}.dialog-content-inner>address,.dialog-content-inner>div{margin-bottom:1.5rem}.dialog-content-inner .dialog-note{margin-top:3rem;font-size:.95rem;color:#555}.text-center{text-align:center}.hero-footer{position:relative;padding:3.5rem 2.5rem 3rem;margin-top:5rem;color:#fff;text-align:center;overflow:hidden;min-height:auto}.hero-footer .relative{position:relative;z-index:1}.hero-footer,.hero-footer *{text-shadow:0 1px 4px rgba(0,0,0,.7)}.link-button{background:0 0;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-decoration:underline}.link-button:hover{opacity:.8}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;text-align:left;max-width:900px;margin:0 auto 2.5rem}.footer-col{display:flex;flex-direction:column;gap:.4rem}.footer-heading{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#fff;opacity:.9}.footer-heading::after{display:none}.footer-link{color:rgba(255,255,255,.75);text-decoration:none;font-size:.92rem;transition:color .2s ease}.footer-link:hover{color:var(--accent-warm)}.footer-address{color:rgba(255,255,255,.6);font-size:.85rem;margin-top:.3rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem}.hero-footer .footer-copyright,.hero-footer .footer-legal .link-button,.hero-footer .footer-legal a{color:#fff}.hero-footer .footer-legal .link-button:focus,.hero-footer .footer-legal .link-button:hover,.hero-footer .footer-legal a:focus,.hero-footer .footer-legal a:hover{color:var(--accent-warm);text-decoration:underline}@media (max-width:480px){.footer-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-col{align-items:center}}.city-hero{position:relative;padding:8rem 2rem 4rem;text-align:center;overflow:hidden}.city-hero h1{font-size:clamp(2rem, 5vw, 3.2rem);font-weight:700;color:#fff!important;text-shadow:0 4px 20px rgba(0,0,0,.7);margin:0 0 1rem}.city-hero p{font-size:1.1rem;color:rgba(255,255,255,.9)!important;text-shadow:0 2px 10px rgba(0,0,0,.5);margin:0}.city-hero .hero-bg,.city-hero .hero-overlay{position:absolute;inset:0}.city-hero .hero-bg{z-index:-2}.city-hero .hero-overlay{z-index:-1}.city-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}main section{padding:var(--ds-section-pad,4rem) 1.5rem}main section+section{padding-top:2.5rem}main section:nth-child(2n){background:linear-gradient(180deg,rgba(15,52,96,.025) 0,rgba(0,163,217,.04) 100%);border-top:1px solid rgba(15,52,96,.05);border-bottom:1px solid rgba(15,52,96,.05);margin-left:-1.5rem;margin-right:-1.5rem;padding-left:3rem;padding-right:3rem}@media (max-width:768px){.nav-desktop,.right-header-items{display:none}dialog[open]{max-width:96vw;max-height:calc(100dvh - 2rem);margin:1rem auto}.dialog-header{padding:1rem 1.3rem}.dialog-content{padding:1.3rem 1.4rem 2rem}.dialog-close{font-size:1.8rem}.contact-box{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 1rem}.contact-address,.contact-email,.contact-phone{width:100%;max-width:340px;justify-content:center}.content-box{padding:1.5rem 1rem;border-radius:14px}main section{padding:2rem 1rem}.hero-footer{padding:3rem 1.5rem 2.5rem;min-height:auto}.footer-copyright{font-size:.8rem}}.error,.loading{text-align:center;padding:4rem 1rem;color:var(--text-light);font-style:italic}.error{color:#c00}@media (max-width:1024px){.location-card::before{opacity:.25}.location-card.touch-active::before{opacity:1;transform:scale(1.05)}.location-card.touch-active::after{opacity:1;animation:lsGlow 4s ease infinite}.location-card.touch-active .card-content{opacity:0;transform:scale(.95);pointer-events:none}.location-card.touch-active .city-marker{opacity:1;pointer-events:auto}.locations-grid{gap:1.5rem;padding:0 .5rem}.card-content{padding:1.5rem 1rem}.location-card .touch-hint{position:absolute;bottom:.8rem;left:50%;transform:translateX(-50%);z-index:3;font-size:.72rem;font-weight:700;color:var(--primary);opacity:.7;letter-spacing:.04em;pointer-events:none;white-space:nowrap;background:rgba(255,255,255,.85);padding:.2rem .7rem;border-radius:6px}.location-card.touch-active .touch-hint{display:none}}.ls-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border:2px solid #2563eb;border-radius:2rem;background:0 0;color:#2563eb;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;line-height:1.3;position:relative}.ls-toggle:hover{background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(37 99 235 / .3)}.ls-toggle[aria-pressed=true]{background:linear-gradient(135deg,#eda126 0,#80c5f9 30%,#0ff 70%,#0653b7 100%);background-size:200% 200%;animation:lsGlow 4s ease infinite;border-color:transparent;color:#fff;box-shadow:0 0 16px rgb(0 255 255 / .35),0 0 40px rgb(6 83 183 / .2)}@keyframes lsGlow{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.ls-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:currentColor;font-size:.65rem;font-weight:800;letter-spacing:.5px}.ls-toggle:not([aria-pressed=true]) .ls-icon{background:#2563eb;color:#fff}.ls-toggle[aria-pressed=true] .ls-icon{background:rgb(255 255 255 / .95);color:#0653b7}.ls-toggle:hover:not([aria-pressed=true]) .ls-icon{background:#fff;color:#2563eb}body:not(.out-of-hero) .ls-toggle:not([aria-pressed=true]){border-color:rgb(255 255 255 / .85);color:rgb(255 255 255 / .95)}body:not(.out-of-hero) .ls-toggle:not([aria-pressed=true]) .ls-icon{background:rgb(255 255 255 / .95);color:#0f3460}body:not(.out-of-hero) .ls-toggle:hover:not([aria-pressed=true]){background:rgb(255 255 255 / .2)}.scrolled .ls-toggle:not([aria-pressed=true]){border-color:#2563eb;color:#2563eb}.ls-toggle-mobile{margin:1rem auto 0;border-color:#2563eb;color:#2563eb}body.leichte-sprache .hero-subtitle-normal{display:none!important}body.leichte-sprache .hero-subtitle-ls{display:block!important}.hero-subtitle-ls{display:none}@media (max-width:480px){.ls-toggle:not(.ls-toggle-mobile):not(.ls-toggle-fixed) .ls-label{display:none}.ls-toggle:not(.ls-toggle-mobile):not(.ls-toggle-fixed){padding:.35rem .5rem}}.ls-toggle-fixed{display:none;position:fixed;bottom:1.2rem;right:1.2rem;z-index:999;background:#fff;border:2px solid #3b82f6;color:#3b82f6;box-shadow:0 4px 16px rgb(0 0 0 / .15);padding:.5rem .9rem}.ls-toggle-fixed[aria-pressed=true]{background:linear-gradient(135deg,#eda126 0,#80c5f9 30%,#0ff 70%,#0653b7 100%);background-size:200% 200%;animation:lsGlow 4s ease infinite;border-color:transparent;color:#fff;box-shadow:0 0 16px rgb(0 255 255 / .35),0 0 40px rgb(6 83 183 / .2)}.ls-toggle-fixed[aria-pressed=true] .ls-icon{background:rgb(255 255 255 / .95);color:#0653b7}.ls-toggle-fixed:not([aria-pressed=true]) .ls-icon{background:#3b82f6;color:#fff}@media (max-width:768px){.ls-toggle-fixed{display:inline-flex}}.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}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--primary,#0f3460);color:#fff;padding:.8rem 1.5rem;border-radius:0 0 8px 8px;z-index:9999;font-weight:700;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background:rgb(15 52 96 / .97);color:#fff;padding:1rem 1.5rem;z-index:10000;font-size:.9rem;line-height:1.5;backdrop-filter:blur(8px);box-shadow:0 -4px 20px rgb(0 0 0 / .2)}.cookie-banner.visible{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.cookie-banner p{margin:0;flex:1;min-width:250px}.cookie-banner .link-button,.cookie-banner a{color:#93c5fd}.cookie-btn{background:#2563eb;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .3s;white-space:nowrap}.cookie-btn:hover{background:#1d4ed8}dialog::backdrop{background:rgb(0 0 0 / .5)}dialog:focus{outline:0}.contact-form-box{margin-top:2rem}.contact-form-title{text-align:center;color:var(--primary,#0f3460);margin-bottom:.5rem}.contact-form-subtitle{text-align:center;color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.form-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.3rem;color:var(--text)}.contact-form{max-width:520px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1px solid #94a3b8;border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:1rem;background:#f8fafc;color:var(--text,#1e293b);transition:border-color .3s,box-shadow .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent,#007da6);outline:2px solid var(--accent,#007da6);outline-offset:1px;background:#fff}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{align-self:stretch;padding:.9rem 2rem;border:none;border-radius:10px;font-family:var(--font-heading);font-weight:600;font-size:1.05rem;letter-spacing:.01em;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);background-size:200% 200%;background-position:0 50%;transition:background-position .5s ease,box-shadow .3s ease,transform .3s ease}.contact-form button:hover{background-position:100% 50%;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,125,166,.25)}.contact-form .hp-field{position:absolute;left:-9999px}.form-status{text-align:center;padding:1rem;border-radius:10px;font-weight:600;margin-top:.5rem}.form-status.success{background:#dcfce7;color:#15803d}.form-status.error{background:#fee2e2;color:#b91c1c}.dienste-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin:2rem 0;text-align:left}.dienste-card{padding:1.4rem;background:var(--bg);border-radius:14px;border:1px solid rgba(15,52,96,.06);transition:border-color .3s ease,box-shadow .3s ease}.dienste-card:hover{border-color:var(--accent-warm);box-shadow:0 4px 16px rgba(212,148,31,.1)}.dienste-icon{font-size:1.6rem;display:block;margin-bottom:.6rem}.dienste-card h3{font-size:1.05rem;margin:0 0 .4rem;padding-bottom:0;text-align:left}.dienste-card h3::after{display:none}.dienste-card p{font-size:.92rem;line-height:1.55;color:var(--text-light);margin:0}.dienste-note{padding:1rem 1.5rem;background:var(--accent-warm-light);border-radius:10px;border-left:3px solid var(--accent-warm)}.leitbild-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0;padding:0 .5rem}.leitbild-value{display:flex;align-items:center;gap:.7rem;padding:1rem 1.2rem;background:var(--bg);border-radius:12px;border-left:3px solid var(--accent);font-weight:500;font-size:.95rem;color:var(--primary);transition:border-color .3s ease,background .3s ease}.leitbild-value:hover{background:var(--accent-warm-light);border-left-color:var(--accent-warm)}.leitbild-value-icon{font-size:1.3rem;flex-shrink:0}.jobs-listing{text-align:left}.jobs-listing .job-header{text-align:center;font-size:1.2rem;margin-bottom:1.5rem}.jobs-listing ul{padding-left:1.5rem}.jobs-listing li{margin:.4rem 0}.jobs-contact{text-align:center;margin-top:2rem}.hero-title{opacity:0;transform:translateY(60px);transition:opacity 1.4s cubic-bezier(.16, 1, .3, 1),transform 1.4s cubic-bezier(.16, 1, .3, 1)}.hero-title.animate-in{opacity:1;transform:translateY(0)}.hero-logo{opacity:0;transform:translateY(60px) scale(.85);transition:opacity 1.5s cubic-bezier(.16, 1, .3, 1) .5s,transform 1.5s cubic-bezier(.16, 1, .3, 1) .5s}.hero-logo.animate-in{opacity:1;transform:translateY(0) scale(1)}.hero-logo.breathing{animation:breathe 5s ease-in-out infinite}@keyframes breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}.hero-subtitle{opacity:0;transform:translateY(30px);transition:opacity 1s ease .9s,transform 1s ease .9s}.hero-subtitle.animate-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.hero-logo,.hero-subtitle,.hero-title{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}body.ds-hover-glow .content-box:hover,body.ds-hover-glow .location-card:hover{transform:none;box-shadow:0 0 30px rgba(0,163,217,.2),0 0 60px rgba(15,52,96,.08)}body.ds-hover-none .content-box:hover,body.ds-hover-none .location-card:hover{transform:none;box-shadow:var(--shadow-md)}body.ds-btn-pill .action-button,body.ds-btn-pill .contact-email,body.ds-btn-pill .contact-form button,body.ds-btn-pill .contact-phone,body.ds-btn-pill .cookie-btn,body.ds-btn-pill .dialog-button{border-radius:50px}body.ds-btn-square .action-button,body.ds-btn-square .contact-email,body.ds-btn-square .contact-form button,body.ds-btn-square .contact-phone,body.ds-btn-square .cookie-btn,body.ds-btn-square .dialog-button{border-radius:4px}body.ds-hero-left .hero{text-align:left}body.ds-hero-left .hero-content{text-align:left}body.ds-hero-left .hero-subtitle,body.ds-hero-left .hero-title{text-align:left;margin-left:0;margin-right:auto}body.ds-hero-left .logo-container{margin-left:0}body.ds-hero-left .scroll-indicator{left:2rem;transform:none}body.ds-no-scroll-anim .hero-logo,body.ds-no-scroll-anim .hero-subtitle,body.ds-no-scroll-anim .hero-title{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.holiday-deco{position:fixed;inset:0;z-index:9000;pointer-events:none;overflow:hidden}.holiday-deco span{position:absolute;display:block;pointer-events:none}.holiday-deco span::after,.holiday-deco span::before{content:'';position:absolute;display:block;pointer-events:none}.holiday-atmosphere{position:fixed;inset:0;z-index:8999;pointer-events:none}body.holiday-weihnachten .holiday-deco span{top:-80px;border-radius:50%;background:radial-gradient(circle,#fff 0,rgba(200,225,255,.8) 30%,transparent 70%);box-shadow:0 0 10px 2px rgba(200,220,255,.5),0 0 25px rgba(255,255,255,.2);animation:xmasSnow linear infinite}body.holiday-weihnachten .holiday-deco span::before{width:60%;height:60%;top:130%;left:20%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.7) 0,transparent 70%);box-shadow:0 0 8px rgba(200,220,255,.3);animation:inherit;animation-delay:inherit;animation-duration:inherit}body.holiday-weihnachten .holiday-deco span::after{width:40%;height:40%;top:-80%;left:50%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.5) 0,transparent 70%);animation:inherit;animation-delay:inherit;animation-duration:inherit}body.holiday-weihnachten .holiday-deco span:first-child{left:2%;width:12px;height:12px;animation-duration:8s;animation-delay:0s}body.holiday-weihnachten .holiday-deco span:nth-child(2){left:8%;width:20px;height:20px;animation-duration:11s;animation-delay:1s;opacity:.7}body.holiday-weihnachten .holiday-deco span:nth-child(3){left:14%;width:6px;height:6px;animation-duration:7s;animation-delay:3s}body.holiday-weihnachten .holiday-deco span:nth-child(4){left:20%;width:16px;height:16px;animation-duration:10s;animation-delay:.5s;opacity:.8}body.holiday-weihnachten .holiday-deco span:nth-child(5){left:26%;width:8px;height:8px;animation-duration:9s;animation-delay:4s;opacity:.6}body.holiday-weihnachten .holiday-deco span:nth-child(6){left:32%;width:14px;height:14px;animation-duration:12s;animation-delay:2s}body.holiday-weihnachten .holiday-deco span:nth-child(7){left:38%;width:10px;height:10px;animation-duration:8.5s;animation-delay:5s;opacity:.7}body.holiday-weihnachten .holiday-deco span:nth-child(8){left:44%;width:22px;height:22px;animation-duration:13s;animation-delay:.8s;opacity:.5}body.holiday-weihnachten .holiday-deco span:nth-child(9){left:50%;width:7px;height:7px;animation-duration:7.5s;animation-delay:3.5s}body.holiday-weihnachten .holiday-deco span:nth-child(10){left:56%;width:18px;height:18px;animation-duration:11.5s;animation-delay:1.5s;opacity:.75}body.holiday-weihnachten .holiday-deco span:nth-child(11){left:62%;width:9px;height:9px;animation-duration:8s;animation-delay:6s;opacity:.65}body.holiday-weihnachten .holiday-deco span:nth-child(12){left:68%;width:15px;height:15px;animation-duration:10.5s;animation-delay:2.5s;opacity:.55}body.holiday-weihnachten .holiday-deco span:nth-child(13){left:74%;width:11px;height:11px;animation-duration:9.5s;animation-delay:4.5s;opacity:.8}body.holiday-weihnachten .holiday-deco span:nth-child(14){left:80%;width:5px;height:5px;animation-duration:6.5s;animation-delay:7s}body.holiday-weihnachten .holiday-deco span:nth-child(15){left:86%;width:17px;height:17px;animation-duration:12s;animation-delay:1.8s;opacity:.7}body.holiday-weihnachten .holiday-deco span:nth-child(16){left:92%;width:8px;height:8px;animation-duration:9s;animation-delay:.3s}body.holiday-weihnachten .holiday-deco span:nth-child(17){left:5%;width:13px;height:13px;animation-duration:10s;animation-delay:5.5s;opacity:.6}body.holiday-weihnachten .holiday-deco span:nth-child(18){left:17%;width:19px;height:19px;animation-duration:14s;animation-delay:3.2s;opacity:.45}body.holiday-weihnachten .holiday-deco span:nth-child(19){left:35%;width:7px;height:7px;animation-duration:7s;animation-delay:6.5s}body.holiday-weihnachten .holiday-deco span:nth-child(20){left:53%;width:14px;height:14px;animation-duration:11s;animation-delay:2.8s;opacity:.65}body.holiday-weihnachten .holiday-deco span:nth-child(21){left:71%;width:10px;height:10px;animation-duration:8.5s;animation-delay:4.2s}body.holiday-weihnachten .holiday-deco span:nth-child(22){left:89%;width:20px;height:20px;animation-duration:13.5s;animation-delay:1.2s;opacity:.5}body.holiday-weihnachten .holiday-deco span:nth-child(23){left:42%;width:6px;height:6px;animation-duration:6s;animation-delay:7.5s}body.holiday-weihnachten .holiday-deco span:nth-child(24){left:65%;width:16px;height:16px;animation-duration:10s;animation-delay:3.8s;opacity:.7}body.holiday-weihnachten .holiday-deco span:nth-child(25){left:11%;width:12px;height:12px;animation-duration:9s;animation-delay:5.2s;opacity:.8}@keyframes xmasSnow{0%{transform:translateY(-80px) translateX(0) rotate(0);opacity:0}5%{opacity:1}50%{transform:translateY(50vh) translateX(40px) rotate(180deg);opacity:.9}85%{opacity:.6}100%{transform:translateY(108vh) translateX(-30px) rotate(360deg);opacity:0}}body.holiday-weihnachten .holiday-atmosphere{background:radial-gradient(ellipse at 20% 0,rgba(255,215,0,.06) 0,transparent 50%),radial-gradient(ellipse at 80% 0,rgba(255,215,0,.04) 0,transparent 50%);animation:xmasGlow 6s ease-in-out infinite alternate}@keyframes xmasGlow{0%{opacity:.5}100%{opacity:1}}body.holiday-weihnachten .hero-overlay{background:linear-gradient(180deg,rgba(40,60,120,.2) 0,rgba(0,0,0,.4) 40%,rgba(10,20,60,.3) 100%)!important}body.holiday-weihnachten .content-box,body.holiday-weihnachten .location-card{box-shadow:var(--shadow-md),inset 0 0 0 1px rgba(200,220,255,.15)}body.holiday-ostern .holiday-deco span{font-size:2rem;line-height:1;background:0 0!important;border-radius:0;box-shadow:none;width:auto;height:auto;clip-path:none;animation:easterHop ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}body.holiday-ostern .holiday-deco span::before{font-size:inherit;line-height:1;background:0 0;border-radius:0;box-shadow:none;width:auto;height:auto;position:static;animation:none}body.holiday-ostern .holiday-deco span::after{display:none}body.holiday-ostern .holiday-deco span:nth-child(4n+1)::before{content:'🐰'}body.holiday-ostern .holiday-deco span:nth-child(4n+2)::before{content:'🐣'}body.holiday-ostern .holiday-deco span:nth-child(4n+3)::before{content:'🥚'}body.holiday-ostern .holiday-deco span:nth-child(4n)::before{content:'🌷'}body.holiday-ostern .holiday-deco span:first-child{left:3%;top:12%;font-size:2.4rem;animation-duration:4s;animation-delay:0s}body.holiday-ostern .holiday-deco span:nth-child(2){left:12%;top:5%;font-size:1.8rem;animation-duration:3.5s;animation-delay:.5s}body.holiday-ostern .holiday-deco span:nth-child(3){left:22%;top:25%;font-size:1.5rem;animation-duration:5s;animation-delay:1s;opacity:.8}body.holiday-ostern .holiday-deco span:nth-child(4){left:30%;top:8%;font-size:2rem;animation-duration:4.5s;animation-delay:1.5s}body.holiday-ostern .holiday-deco span:nth-child(5){left:40%;top:18%;font-size:2.6rem;animation-duration:3.8s;animation-delay:0s}body.holiday-ostern .holiday-deco span:nth-child(6){left:50%;top:3%;font-size:1.6rem;animation-duration:4.2s;animation-delay:2s}body.holiday-ostern .holiday-deco span:nth-child(7){left:58%;top:22%;font-size:1.4rem;animation-duration:5.5s;animation-delay:.8s;opacity:.7}body.holiday-ostern .holiday-deco span:nth-child(8){left:67%;top:10%;font-size:2.2rem;animation-duration:3.6s;animation-delay:1.2s}body.holiday-ostern .holiday-deco span:nth-child(9){left:76%;top:28%;font-size:1.8rem;animation-duration:4.8s;animation-delay:2.5s}body.holiday-ostern .holiday-deco span:nth-child(10){left:85%;top:6%;font-size:2rem;animation-duration:4s;animation-delay:.3s}body.holiday-ostern .holiday-deco span:nth-child(11){left:93%;top:15%;font-size:1.5rem;animation-duration:5.2s;animation-delay:3s;opacity:.8}body.holiday-ostern .holiday-deco span:nth-child(12){left:7%;top:35%;font-size:2.3rem;animation-duration:3.4s;animation-delay:1.8s}body.holiday-ostern .holiday-deco span:nth-child(13){left:35%;top:32%;font-size:1.7rem;animation-duration:4.6s;animation-delay:2.2s}body.holiday-ostern .holiday-deco span:nth-child(14){left:55%;top:30%;font-size:2.1rem;animation-duration:3.9s;animation-delay:.7s}body.holiday-ostern .holiday-deco span:nth-child(15){left:78%;top:20%;font-size:1.6rem;animation-duration:5s;animation-delay:3.5s;opacity:.75}body.holiday-ostern .holiday-deco span:nth-child(n+16){display:none}@keyframes easterHop{0%,100%{transform:translateY(0) rotate(-3deg)}20%{transform:translateY(-35px) rotate(5deg) scale(1.1)}40%{transform:translateY(-5px) rotate(-2deg)}60%{transform:translateY(-25px) rotate(4deg) scale(1.05)}80%{transform:translateY(-8px) rotate(-4deg)}}body.holiday-ostern .holiday-atmosphere{background:radial-gradient(ellipse at 30% 100%,rgba(255,182,193,.1) 0,transparent 50%),radial-gradient(ellipse at 70% 0,rgba(168,237,234,.08) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(255,236,210,.06) 0,transparent 60%)}body.holiday-ostern .hero-overlay{background:linear-gradient(180deg,rgba(168,237,234,.15) 0,rgba(0,0,0,.28) 50%,rgba(184,230,207,.12) 100%)!important}body.holiday-silvester .holiday-deco span{width:5px;height:5px;border-radius:50%;animation:fwBurst ease-out infinite}body.holiday-silvester .holiday-deco span::after,body.holiday-silvester .holiday-deco span::before{width:4px;height:4px;border-radius:50%;background:inherit;box-shadow:inherit;animation:fwBurst ease-out infinite;animation-duration:inherit;animation-delay:inherit}body.holiday-silvester .holiday-deco span:nth-child(5n+1){background:gold;box-shadow:0 0 12px gold,0 0 30px orange}body.holiday-silvester .holiday-deco span:nth-child(5n+2){background:#ff6b6b;box-shadow:0 0 12px #ff6b6b,0 0 30px #ff4757}body.holiday-silvester .holiday-deco span:nth-child(5n+3){background:#4ecdc4;box-shadow:0 0 12px #4ecdc4,0 0 30px #00b894}body.holiday-silvester .holiday-deco span:nth-child(5n+4){background:#a29bfe;box-shadow:0 0 12px #a29bfe,0 0 30px #6c5ce7}body.holiday-silvester .holiday-deco span:nth-child(5n){background:#fd79a8;box-shadow:0 0 12px #fd79a8,0 0 30px #e84393}body.holiday-silvester .holiday-deco span:first-child{left:15%;top:15%;--fw-x:0px;--fw-y:-60px;animation-duration:3.5s;animation-delay:0s}body.holiday-silvester .holiday-deco span:nth-child(2){left:18%;top:18%;--fw-x:50px;--fw-y:-35px;animation-duration:3.5s;animation-delay:.1s}body.holiday-silvester .holiday-deco span:nth-child(3){left:12%;top:17%;--fw-x:-45px;--fw-y:-40px;animation-duration:3.5s;animation-delay:.15s}body.holiday-silvester .holiday-deco span:nth-child(4){left:16%;top:13%;--fw-x:30px;--fw-y:-55px;animation-duration:3.5s;animation-delay:.08s}body.holiday-silvester .holiday-deco span:nth-child(5){left:14%;top:19%;--fw-x:-25px;--fw-y:30px;animation-duration:3.5s;animation-delay:.2s}body.holiday-silvester .holiday-deco span:nth-child(6){left:72%;top:22%;--fw-x:0px;--fw-y:-55px;animation-duration:4s;animation-delay:1.2s}body.holiday-silvester .holiday-deco span:nth-child(7){left:75%;top:25%;--fw-x:45px;--fw-y:-30px;animation-duration:4s;animation-delay:1.3s}body.holiday-silvester .holiday-deco span:nth-child(8){left:69%;top:24%;--fw-x:-40px;--fw-y:-35px;animation-duration:4s;animation-delay:1.35s}body.holiday-silvester .holiday-deco span:nth-child(9){left:73%;top:20%;--fw-x:20px;--fw-y:-60px;animation-duration:4s;animation-delay:1.25s}body.holiday-silvester .holiday-deco span:nth-child(10){left:71%;top:26%;--fw-x:-35px;--fw-y:25px;animation-duration:4s;animation-delay:1.4s}body.holiday-silvester .holiday-deco span:nth-child(11){left:45%;top:12%;--fw-x:0px;--fw-y:-65px;animation-duration:3.2s;animation-delay:2.2s}body.holiday-silvester .holiday-deco span:nth-child(12){left:48%;top:15%;--fw-x:55px;--fw-y:-25px;animation-duration:3.2s;animation-delay:2.3s}body.holiday-silvester .holiday-deco span:nth-child(13){left:42%;top:14%;--fw-x:-50px;--fw-y:-30px;animation-duration:3.2s;animation-delay:2.35s}body.holiday-silvester .holiday-deco span:nth-child(14){left:46%;top:10%;--fw-x:25px;--fw-y:-60px;animation-duration:3.2s;animation-delay:2.28s}body.holiday-silvester .holiday-deco span:nth-child(15){left:44%;top:16%;--fw-x:-20px;--fw-y:35px;animation-duration:3.2s;animation-delay:2.42s}body.holiday-silvester .holiday-deco span:nth-child(16){left:8%;top:30%;--fw-x:0px;--fw-y:-50px;animation-duration:4.5s;animation-delay:.6s}body.holiday-silvester .holiday-deco span:nth-child(17){left:11%;top:33%;--fw-x:40px;--fw-y:-20px;animation-duration:4.5s;animation-delay:.7s}body.holiday-silvester .holiday-deco span:nth-child(18){left:5%;top:32%;--fw-x:-35px;--fw-y:-45px;animation-duration:4.5s;animation-delay:.75s}body.holiday-silvester .holiday-deco span:nth-child(19){left:88%;top:8%;--fw-x:0px;--fw-y:-55px;animation-duration:3.8s;animation-delay:3s}body.holiday-silvester .holiday-deco span:nth-child(20){left:91%;top:11%;--fw-x:30px;--fw-y:-25px;animation-duration:3.8s;animation-delay:3.1s}body.holiday-silvester .holiday-deco span:nth-child(21){left:85%;top:10%;--fw-x:-40px;--fw-y:-40px;animation-duration:3.8s;animation-delay:3.15s}body.holiday-silvester .holiday-deco span:nth-child(22){left:25%;top:-5%;width:3px;height:3px;background:gold;box-shadow:0 0 8px gold;animation:fwRain 2s linear infinite;animation-delay:0s}body.holiday-silvester .holiday-deco span:nth-child(23){left:50%;top:-5%;width:3px;height:3px;background:#ffeaa7;box-shadow:0 0 8px #ffeaa7;animation:fwRain 2.5s linear infinite;animation-delay:.8s}body.holiday-silvester .holiday-deco span:nth-child(24){left:75%;top:-5%;width:3px;height:3px;background:gold;box-shadow:0 0 8px gold;animation:fwRain 2.2s linear infinite;animation-delay:1.5s}body.holiday-silvester .holiday-deco span:nth-child(25){left:40%;top:-5%;width:3px;height:3px;background:#ffeaa7;box-shadow:0 0 8px #ffeaa7;animation:fwRain 1.8s linear infinite;animation-delay:2.3s}body.holiday-silvester .holiday-deco span::before{--fw-x:calc(var(--fw-x) * -0.7);--fw-y:calc(var(--fw-y) * 1.2)}body.holiday-silvester .holiday-deco span::after{--fw-x:calc(var(--fw-x) * 0.5);--fw-y:calc(var(--fw-y) * -0.8)}@keyframes fwBurst{0%{transform:scale(0);opacity:0}8%{transform:scale(1.5);opacity:1}20%{transform:scale(1) translate(var(--fw-x,30px),var(--fw-y,-40px));opacity:1}50%{transform:scale(.6) translate(calc(var(--fw-x,30px) * 2.5),calc(var(--fw-y,-40px) * 2.5));opacity:.5}75%{transform:scale(.2) translate(calc(var(--fw-x,30px) * 3),calc(var(--fw-y,-40px) * 3 + 30px));opacity:.1}100%{transform:scale(0);opacity:0}}@keyframes fwRain{0%{transform:translateY(-5vh);opacity:0}10%{opacity:1}90%{opacity:.6}100%{transform:translateY(105vh);opacity:0}}body.holiday-silvester .holiday-atmosphere{animation:fwFlash 4s ease-out infinite}@keyframes fwFlash{0%,100%,90%{background:0 0}10%{background:rgba(255,215,0,.04)}30%{background:rgba(255,100,100,.03)}}body.holiday-silvester .hero-overlay{background:rgba(5,5,15,.55)!important}body.holiday-halloween .holiday-deco span{clip-path:polygon(0% 50%,12% 5%,25% 35%,40% 8%,50% 25%,60% 8%,75% 35%,88% 5%,100% 50%,88% 85%,75% 60%,60% 85%,50% 70%,40% 85%,25% 60%,12% 85%);background:rgba(20,0,35,.9);animation:batSwoop ease-in-out infinite;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}body.holiday-halloween .holiday-deco span::after,body.holiday-halloween .holiday-deco span::before{display:none}body.holiday-halloween .holiday-deco span:first-child{left:-5%;top:10%;width:50px;height:22px;animation-duration:7s;animation-delay:0s}body.holiday-halloween .holiday-deco span:nth-child(2){left:-8%;top:25%;width:35px;height:16px;animation-duration:5.5s;animation-delay:1.5s}body.holiday-halloween .holiday-deco span:nth-child(3){left:-3%;top:5%;width:60px;height:26px;animation-duration:8s;animation-delay:.5s;opacity:.8}body.holiday-halloween .holiday-deco span:nth-child(4){left:-6%;top:35%;width:40px;height:18px;animation-duration:6s;animation-delay:3s}body.holiday-halloween .holiday-deco span:nth-child(5){left:-4%;top:15%;width:45px;height:20px;animation-duration:9s;animation-delay:4s;opacity:.7}body.holiday-halloween .holiday-deco span:nth-child(6){left:-7%;top:40%;width:30px;height:14px;animation-duration:5s;animation-delay:2s}body.holiday-halloween .holiday-deco span:nth-child(7){left:-5%;top:20%;width:55px;height:24px;animation-duration:7.5s;animation-delay:5s;opacity:.6}body.holiday-halloween .holiday-deco span:nth-child(8){left:-3%;top:30%;width:38px;height:17px;animation-duration:6.5s;animation-delay:6s}body.holiday-halloween .holiday-deco span:nth-child(n+9){display:none}@keyframes batSwoop{0%{transform:translateX(0) translateY(0) scaleX(1) rotate(0)}10%{transform:translateX(12vw) translateY(-30px) scaleX(.6) rotate(-5deg)}25%{transform:translateX(30vw) translateY(15px) scaleX(1) rotate(3deg)}40%{transform:translateX(50vw) translateY(-40px) scaleX(.5) rotate(-8deg)}55%{transform:translateX(65vw) translateY(10px) scaleX(1) rotate(2deg)}70%{transform:translateX(80vw) translateY(-25px) scaleX(.7) rotate(-4deg)}85%{transform:translateX(95vw) translateY(5px) scaleX(1) rotate(1deg)}100%{transform:translateX(110vw) translateY(-10px) scaleX(.8) rotate(0)}}body.holiday-halloween .holiday-atmosphere{background:linear-gradient(180deg,transparent 0,rgba(30,0,50,.08) 30%,rgba(0,30,0,.06) 60%,transparent 100%);animation:halloweenFog 8s ease-in-out infinite alternate}@keyframes halloweenFog{0%{opacity:.4}100%{opacity:1}}body.holiday-halloween .hero-overlay{background:linear-gradient(180deg,rgba(30,0,50,.45) 0,rgba(0,0,0,.55) 40%,rgba(20,40,0,.15) 100%)!important}body.holiday-halloween .content-box,body.holiday-halloween .location-card{box-shadow:var(--shadow-md),0 0 20px rgba(255,140,0,.06);animation:halloweenPulse 4s ease-in-out infinite}@keyframes halloweenPulse{0%,100%{box-shadow:var(--shadow-md),0 0 15px rgba(255,140,0,.04)}50%{box-shadow:var(--shadow-md),0 0 25px rgba(255,140,0,.1)}}body.holiday-valentinstag .holiday-deco span{bottom:-40px;font-size:1.5rem;line-height:1;background:0 0!important;border-radius:0;box-shadow:none;clip-path:none;width:auto;height:auto;animation:valRise linear infinite;filter:drop-shadow(0 0 6px rgba(255,50,100,.3))}body.holiday-valentinstag .holiday-deco span::before{font-size:inherit;line-height:1;background:0 0;border-radius:0;box-shadow:none;position:static;width:auto;height:auto;animation:none}body.holiday-valentinstag .holiday-deco span::after{display:none}body.holiday-valentinstag .holiday-deco span:nth-child(3n+1)::before{content:'❤️'}body.holiday-valentinstag .holiday-deco span:nth-child(3n+2)::before{content:'💕'}body.holiday-valentinstag .holiday-deco span:nth-child(3n)::before{content:'💗'}body.holiday-valentinstag .holiday-deco span:first-child{left:3%;font-size:1.2rem;animation-duration:7s;animation-delay:0s;opacity:.8}body.holiday-valentinstag .holiday-deco span:nth-child(2){left:10%;font-size:1.8rem;animation-duration:9s;animation-delay:1s;opacity:.5}body.holiday-valentinstag .holiday-deco span:nth-child(3){left:17%;font-size:1rem;animation-duration:6s;animation-delay:3s;opacity:.9}body.holiday-valentinstag .holiday-deco span:nth-child(4){left:24%;font-size:1.6rem;animation-duration:8s;animation-delay:.5s;opacity:.6}body.holiday-valentinstag .holiday-deco span:nth-child(5){left:31%;font-size:2rem;animation-duration:10s;animation-delay:2s;opacity:.4}body.holiday-valentinstag .holiday-deco span:nth-child(6){left:38%;font-size:1.3rem;animation-duration:7.5s;animation-delay:4s;opacity:.7}body.holiday-valentinstag .holiday-deco span:nth-child(7){left:45%;font-size:1.7rem;animation-duration:9.5s;animation-delay:1.5s;opacity:.55}body.holiday-valentinstag .holiday-deco span:nth-child(8){left:52%;font-size:1.1rem;animation-duration:6.5s;animation-delay:3.5s;opacity:.85}body.holiday-valentinstag .holiday-deco span:nth-child(9){left:59%;font-size:2.2rem;animation-duration:11s;animation-delay:.8s;opacity:.35}body.holiday-valentinstag .holiday-deco span:nth-child(10){left:66%;font-size:1.4rem;animation-duration:8.5s;animation-delay:2.5s;opacity:.7}body.holiday-valentinstag .holiday-deco span:nth-child(11){left:73%;font-size:1rem;animation-duration:7s;animation-delay:5s;opacity:.8}body.holiday-valentinstag .holiday-deco span:nth-child(12){left:80%;font-size:1.9rem;animation-duration:10.5s;animation-delay:1.2s;opacity:.45}body.holiday-valentinstag .holiday-deco span:nth-child(13){left:87%;font-size:1.5rem;animation-duration:8s;animation-delay:3.8s;opacity:.65}body.holiday-valentinstag .holiday-deco span:nth-child(14){left:94%;font-size:1.2rem;animation-duration:7.5s;animation-delay:4.5s;opacity:.75}body.holiday-valentinstag .holiday-deco span:nth-child(15){left:7%;font-size:1.6rem;animation-duration:9s;animation-delay:5.5s;opacity:.5}body.holiday-valentinstag .holiday-deco span:nth-child(16){left:20%;font-size:2.1rem;animation-duration:11.5s;animation-delay:.3s;opacity:.4}body.holiday-valentinstag .holiday-deco span:nth-child(17){left:35%;font-size:1.3rem;animation-duration:7s;animation-delay:2.8s;opacity:.7}body.holiday-valentinstag .holiday-deco span:nth-child(18){left:50%;font-size:1.8rem;animation-duration:10s;animation-delay:4.2s;opacity:.5}body.holiday-valentinstag .holiday-deco span:nth-child(19){left:70%;font-size:1.1rem;animation-duration:6.5s;animation-delay:6s;opacity:.85}body.holiday-valentinstag .holiday-deco span:nth-child(20){left:88%;font-size:1.5rem;animation-duration:8.5s;animation-delay:1.8s;opacity:.6}body.holiday-valentinstag .holiday-deco span:nth-child(n+21){display:none}@keyframes valRise{0%{transform:translateY(0) rotate(0) scale(.3);opacity:0}8%{opacity:1;transform:translateY(-8vh) rotate(-8deg) scale(1)}25%{transform:translateY(-28vh) rotate(10deg) scale(1.1)}50%{transform:translateY(-55vh) rotate(-5deg) scale(1)}75%{transform:translateY(-80vh) rotate(8deg) scale(.9)}92%{opacity:.5}100%{transform:translateY(-115vh) rotate(-10deg) scale(.6);opacity:0}}body.holiday-valentinstag .holiday-atmosphere{background:radial-gradient(ellipse at 30% 80%,rgba(255,50,100,.06) 0,transparent 50%),radial-gradient(ellipse at 70% 20%,rgba(255,100,150,.05) 0,transparent 50%);animation:valGlow 3s ease-in-out infinite}@keyframes valGlow{0%,100%{opacity:.6}50%{opacity:1}}body.holiday-valentinstag .hero-overlay{background:linear-gradient(180deg,rgba(255,50,100,.1) 0,rgba(0,0,0,.32) 50%,rgba(200,50,100,.08) 100%)!important}@media (prefers-reduced-motion:reduce){.holiday-atmosphere,.holiday-deco{display:none!important}body[class*=holiday-] .hero-overlay{background:rgba(0,0,0,.38)!important}body[class*=holiday-] .content-box,body[class*=holiday-] .location-card{animation:none!important}}