:root{--site-header-height:4rem;--site-section-padding:6rem;scroll-behavior:smooth;scroll-padding-top:var(--site-header-height)}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}html.theme-dark{color-scheme:dark}html.theme-light{color-scheme:light}html.theme-system{color-scheme:light dark}html.theme-dark body{background:var(--bulma-scheme-main)}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}.site-header{position:relative;z-index:40;width:100%;transition:background-color .3s ease,box-shadow .3s ease;background:var(--bulma-scheme-main)}.site-header.is-sticky{position:sticky;top:0}.site-header.is-transparent{position:fixed;top:0;left:0;background:0 0}.site-header.is-transparent .navbar{background:0 0}.site-header.is-transparent.is-scrolled{background:color-mix(in srgb,var(--bulma-scheme-main) 90%,transparent);backdrop-filter:blur(10px);box-shadow:0 1px rgba(255,255,255,6%)}.site-header .navbar{min-height:var(--site-header-height);background:0 0}.site-header .navbar-item,.site-header .navbar-link{font-weight:500}.site-header .navbar-item.is-active{color:var(--bulma-primary);background:0 0}.site-header .navbar-item.is-active::after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.4rem;height:2px;background:var(--bulma-primary);border-radius:1px}.site-header .navbar-item{position:relative}.site-brand img{max-height:2.25rem}.site-brand-text{font-family:var(--bulma-family-secondary);font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media screen and (max-width:1023px){.site-header .navbar-menu{background:var(--bulma-scheme-main);box-shadow:0 8px 16px rgba(0,0,0,.2)}.site-header .navbar-menu .button{width:100%;justify-content:center}}.site-section{padding-top:var(--site-section-padding);padding-bottom:var(--site-section-padding)}.site-section:nth-of-type(even){background:color-mix(in srgb,var(--bulma-scheme-main) 94%,var(--bulma-primary))}@media screen and (max-width:768px){:root{--site-section-padding:3.5rem}}.section-head .title::after{content:"";display:block;width:3rem;height:3px;margin:.75rem auto 0;background:var(--bulma-primary);border-radius:2px}.site-hero{position:relative;overflow:hidden;color:#fff;min-height:min(100svh,960px);display:flex;flex-direction:column;justify-content:center}.site-hero .hero-body{flex-grow:1;display:flex;align-items:center}.site-hero .hero-body>.container{width:100%}.site-hero.has-video-bg .hero-body{position:relative;z-index:2}.hero-video-bg{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,hsl(var(--bulma-primary-h),var(--bulma-primary-s),20%),#111)}.hero-video-bg video,.hero-video-bg img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,var(--site-hero-overlay))}.hero-title{color:#fff;font-size:clamp(2.5rem,8vw,6rem);letter-spacing:.05em;text-transform:uppercase;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero-subtitle{color:rgba(255,255,255,.85)}.hero-player video{width:100%;border-radius:var(--bulma-radius-large);background:#000;box-shadow:0 20px 60px rgba(0,0,0,.4)}.hero-scroll-hint{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:3;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;opacity:.8;animation:bounce 2s infinite}.hero-scroll-chevron{width:1rem;height:1rem;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}@keyframes bounce{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,8px)}}.audio-player{--ap-accent:var(--bulma-primary)}.audio-toggle{width:3.25rem;height:3.25rem;padding:0;font-size:1.1rem;flex-shrink:0}.audio-toggle .audio-icon-pause{display:none}.audio-player.is-playing .audio-toggle .audio-icon-play{display:none}.audio-player.is-playing .audio-toggle .audio-icon-pause{display:inline}.audio-meta{min-width:0}.audio-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-time{white-space:nowrap;font-variant-numeric:tabular-nums}.audio-progress{height:6px;border-radius:3px;background:color-mix(in srgb,var(--bulma-text) 20%,transparent);cursor:pointer;position:relative}.audio-progress-bar{height:100%;width:0;border-radius:3px;background:var(--ap-accent);transition:width .1s linear}.audio-tracklist{list-style:none;margin:0;padding:0}.audio-track{display:grid;grid-template-columns:2rem 1fr auto;gap:.75rem;align-items:center;width:100%;padding:.6rem .75rem;border:0;border-radius:var(--bulma-radius);background:0 0;color:inherit;font:inherit;text-align:left;cursor:pointer}.audio-track:hover{background:color-mix(in srgb,var(--bulma-text) 8%,transparent)}.audio-track.is-active{color:var(--ap-accent);font-weight:600}.audio-track-num{font-variant-numeric:tabular-nums;opacity:.6}.music-cover img{object-fit:cover;border-radius:var(--bulma-radius-large)}.termine-list{display:flex;flex-direction:column;gap:.75rem}.termin{display:grid;grid-template-columns:4.5rem 1fr auto;gap:1.25rem;align-items:center;margin:0}.termin-date{display:flex;flex-direction:column;align-items:center;line-height:1.05;color:var(--bulma-primary)}.termin-day{font-size:2rem;font-weight:800}.termin-month{text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}.termin-year{font-size:.7rem;opacity:.6}.termin.is-past{opacity:.55}.termin.is-cancelled .termin-body{text-decoration:line-through}@media screen and (max-width:480px){.termin{grid-template-columns:3.5rem 1fr}.termin-action{grid-column:2}.termin-day{font-size:1.5rem}}.news-card{height:100%;display:flex;flex-direction:column}.news-card .card-content{flex:1}.news-card .title a{color:inherit}.news-card .title a:hover{color:var(--bulma-primary)}.news-card img{object-fit:cover}.about-image img{object-fit:cover;border-radius:var(--bulma-radius-large)}.contact-lines .icon-svg{vertical-align:-3px;margin-right:.35rem}.social-links{list-style:none;margin:1rem 0 0;padding:0;gap:.5rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;color:inherit;background:color-mix(in srgb,var(--bulma-text) 10%,transparent);transition:background .2s,color .2s}.social-links a:hover{background:var(--bulma-primary);color:#fff}.site-footer{background:color-mix(in srgb,var(--bulma-scheme-main) 85%,#000)}.footer-title{font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.footer-links,.footer-legal{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.35rem}.footer-links a,.footer-legal a{color:inherit;opacity:.8}.footer-links a:hover,.footer-legal a:hover{opacity:1;color:var(--bulma-primary)}.footer-legal{display:flex;gap:1.25rem}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,8%);gap:1rem}.subpage{padding-top:calc(var(--site-header-height) + 3rem)}.is-subpage .site-header{position:sticky;top:0}html,body{overflow-x:clip}@media screen and (max-width:768px){.columns.is-variable{--bulma-column-gap:0.75rem}.section{padding-left:1.25rem;padding-right:1.25rem}}