:root{--blue:#203d8f;--teal:#4cb5a5;--yellow:#fdbb21;--coral:#f38f91;--ink:#172039;--paper:#f4f1e9;--white:#fff;--line:#dcd8ce;--r:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Arial Nova",Arial,sans-serif}.navbar,.web-footer{display:none}.ss-shell{overflow:hidden}.ss-nav{height:90px;max-width:1280px;margin:auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between}.ss-brand{display:flex;align-items:center;gap:16px;color:var(--blue);font-weight:900;text-decoration:none}.ss-brand img{width:140px;height:58px;object-fit:contain}.ss-brand span{border-left:1px solid var(--line);padding-left:16px}.ss-navlinks{display:flex;align-items:center;gap:28px}.ss-navlinks a{color:var(--blue);font-weight:800;text-decoration:none}.ss-avatar{background:#fff;padding:11px 17px;border-radius:50px}.ss-button,.ss-book{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:100px;background:var(--blue);color:#fff!important;padding:15px 24px;text-decoration:none;font-weight:900;cursor:pointer}.ss-button.small{padding:10px 18px}.ss-hero{min-height:670px;background:var(--teal);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;padding:70px max(28px,calc((100vw - 1224px)/2));position:relative}.ss-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent)}.ss-hero-copy,.ss-hero-art{position:relative;z-index:1}.ss-kicker{text-transform:uppercase;letter-spacing:.15em;color:var(--blue);font-size:.75rem;font-weight:950}.ss-hero h1,.ss-section h2,.ss-schedule-head h2,.ss-location h2{font-size:clamp(3.5rem,7vw,7rem);line-height:.88;letter-spacing:-.065em;color:var(--blue);margin:22px 0 30px}.ss-hero h1 em{font-style:normal;color:#fff}.ss-hero-copy>p{font-size:1.18rem;line-height:1.65;max-width:650px}.ss-actions{display:flex;align-items:center;gap:16px;margin-top:36px}.ss-ghost{padding:13px 22px;border:2px solid var(--blue);border-radius:100px;color:var(--blue);font-weight:900;text-decoration:none}.ss-hero-art{min-height:520px}.ss-sun{width:350px;height:350px;border-radius:50%;background:var(--yellow);position:absolute;right:0;top:-30px}.ss-card-stack{position:absolute;inset:30px 0 0 30px}.ss-id{width:315px;height:430px;background:var(--blue);color:#fff;padding:40px;border-radius:24px;transform:rotate(5deg);box-shadow:18px 18px 0 rgba(255,255,255,.45);display:flex;flex-direction:column}.ss-id span{font-weight:950;letter-spacing:.2em;color:var(--yellow)}.ss-id b{font-size:3.4rem;line-height:.86;letter-spacing:-.05em;margin:auto 0}.ss-id small{font-weight:800}.ss-note{position:absolute;right:-30px;bottom:0;background:#fff0a7;padding:25px 28px;width:220px;transform:rotate(-7deg);font-family:"Comic Sans MS",cursive;color:var(--blue);box-shadow:4px 8px 18px rgba(0,0,0,.12)}.ss-note strong{font-size:1.25rem}.ss-marquee{height:72px;background:var(--yellow);display:flex;align-items:center;justify-content:space-around;gap:28px;color:var(--blue);font-weight:950;font-size:1.15rem;letter-spacing:.08em;white-space:nowrap}.ss-marquee i{font-style:normal}.ss-section{max-width:1224px;margin:110px auto;padding:0 28px}.ss-section header{max-width:800px}.ss-section h2{font-size:clamp(3rem,6vw,5.8rem)}.ss-section header>p{font-size:1.1rem;line-height:1.65;max-width:680px}.ss-function-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}.ss-function{min-height:360px;padding:28px;border-radius:var(--r);color:var(--ink);text-decoration:none;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.ss-function:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(23,32,57,.14);color:var(--ink)}.ss-function.is-yellow{background:var(--yellow)}.ss-function.is-teal{background:#9cddcf}.ss-function.is-coral{background:var(--coral)}.ss-function.is-blue{background:var(--blue);color:#fff}.ss-function.is-blue:hover{color:#fff}.ss-function>b{font-size:.8rem;letter-spacing:.1em}.ss-function>span{font-size:2.5rem;margin:35px 0 18px}.ss-function h3{font-size:1.6rem;margin:0 0 12px}.ss-function p{line-height:1.5}.ss-function em{font-style:normal;font-weight:900;margin-top:auto}.ss-pass{background:var(--yellow);border-radius:var(--r);padding:42px 48px;display:flex;align-items:center;justify-content:space-between}.ss-pass h2{font-size:3rem;margin:10px 0}.ss-schedule-section{padding:110px max(28px,calc((100vw - 1224px)/2));background:#fff}.ss-schedule-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.ss-schedule-head h2{font-size:clamp(3.5rem,6vw,6rem);margin-bottom:0}.ss-legend{display:flex;gap:18px;flex-wrap:wrap}.ss-legend span{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:800}.ss-legend i{width:11px;height:11px;border-radius:50%}.ss-legend .training{background:var(--yellow)}.ss-legend .campus{background:var(--coral)}.ss-legend .meal{background:#82afea}.ss-days{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:60px}.ss-day{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--paper)}.ss-day>header{padding:24px 26px;background:var(--blue);color:#fff}.ss-day>header span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#cad7ff}.ss-day>header h3{font-size:2rem;margin:4px 0 0}.ss-day-list{padding:14px}.ss-slot{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:18px 4px;border-bottom:1px dashed #c9c4b9}.ss-slot:last-child{border-bottom:0}.ss-slot>time{font-size:1rem;font-weight:950;color:var(--blue)}.ss-slot>time small{display:block;font-size:.7rem;font-weight:700;color:#747b8c}.ss-slot-body{border-left:7px solid var(--yellow);padding-left:15px}.ss-slot-campus .ss-slot-body{border-color:var(--coral)}.ss-slot-verpflegung .ss-slot-body{border-color:#82afea}.ss-slot-meta{display:flex;justify-content:space-between;gap:8px;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;color:#697187;font-weight:900}.ss-slot h4{font-size:1.12rem;color:var(--blue);line-height:1.2;margin:9px 0 5px}.ss-slot p{font-size:.82rem;line-height:1.42;color:#555e72;margin:7px 0}.ss-slot .ss-trainer{color:var(--ink)}.ss-slot footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;font-size:.72rem;color:#626a7d}.ss-slot footer a{color:var(--blue);font-weight:900}.ss-book{font-size:.7rem;padding:8px 11px}.ss-book.is-booked{background:#198754}.ss-location{background:var(--teal);padding:100px max(28px,calc((100vw - 1224px)/2));display:flex;justify-content:space-between;align-items:center}.ss-location h2{font-size:clamp(3rem,6vw,6rem)}.ss-location p{font-size:1.2rem;line-height:1.55}.ss-location-note{width:310px;height:310px;background:var(--yellow);border-radius:50%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center;color:var(--blue);transform:rotate(4deg)}.ss-location-note b{font-size:5rem}.ss-location-note span{font-weight:900}.ss-location-note small{grid-column:1/-1;margin-top:-90px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}@media(max-width:1000px){.ss-function-grid{grid-template-columns:repeat(2,1fr)}.ss-days{grid-template-columns:1fr}.ss-hero{grid-template-columns:1fr}.ss-hero-art{min-height:480px;max-width:520px}.ss-schedule-head{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.ss-nav{height:76px}.ss-brand img{width:115px}.ss-brand span,.ss-navlinks>a:not(.ss-button):not(.ss-avatar){display:none}.ss-hero{padding-top:55px;min-height:auto}.ss-hero h1{font-size:3.8rem}.ss-hero-art{transform:scale(.8);transform-origin:left top;height:410px;margin-bottom:-70px}.ss-marquee{justify-content:flex-start;overflow:hidden;padding-left:20px}.ss-function-grid{grid-template-columns:1fr}.ss-function{min-height:290px}.ss-pass,.ss-location{align-items:flex-start;flex-direction:column;gap:30px}.ss-location-note{width:240px;height:240px}.ss-location-note b{font-size:3.8rem}.ss-actions{align-items:flex-start;flex-direction:column}.ss-slot{grid-template-columns:58px 1fr}}@media(prefers-reduced-motion:no-preference){.ss-id{animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:rotate(3deg) translateY(-10px)}}}
