﻿:root{--primary: #08355b;--secondary: #3F8627;--danger: #a80d00;--light: #e2e8f0;--background: #f0f4f8;--background-card: #FFF;--foreground: #292929;--foreground-primary: #f0f4f8;--foreground-secondary: #f0f4f8;--muted: #888;--muted-text: #666 }@keyframes parallax{to{transform:translateY(calc(var(--scrollable) * 0.5 * 1px))}}a.skip-link{position:absolute;left:-100vw;top:0;z-index:100;background-color:var(--primary);color:var(--foreground-primary);padding:.5rem 1rem;border-radius:0 0 .5rem 0}a.skip-link:focus{left:0}html,body{min-height:100dvh;margin:0;padding:0;box-sizing:border-box;scroll-padding-top:6rem}body{font-family:Inter,"Segoe UI",sans-serif;display:flex;flex-direction:column;align-items:center;background:var(--background);color:var(--foreground)}*{box-sizing:inherit}h1,h2,h3,h4,h5,h6{color:var(--secondary);text-transform:uppercase;word-break:break-word;hyphens:auto;letter-spacing:.125rem}h1.title{display:inline-flex;flex-direction:column;align-items:center;width:100%}h1.title .abteilung{color:var(--primary);font-size:2.75rem}p{text-align:justify;letter-spacing:.5px;line-height:1.5rem}a{color:unset;text-decoration:unset;text-transform:uppercase}.button{background-color:var(--secondary);color:var(--foreground-secondary);margin-top:auto;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;text-decoration:none;text-transform:uppercase;font:inherit;cursor:pointer;gap:.5rem;transition:background-color .2s;width:fit-content}.button:hover{background-color:var(--primary)}blockquote{font-style:italic;margin:.5rem 0}blockquote::before{content:"„"}blockquote::after{content:"“"}figure{display:flex;flex-direction:column}figure figcaption{color:var(--muted-text);font-size:small}button{border:none;background:none}button span.icon{font-size:2rem}table{border-collapse:collapse}table td{padding:.4rem .2rem;vertical-align:top;border-bottom:1px solid var(--light)}section{margin:5rem 0 10rem}section h2{font-size:2rem;text-align:center;margin-bottom:4rem}section>p{font-size:1.25rem;line-height:1.75rem}section>picture{display:block;max-width:100%;width:10rem;margin:2rem auto 4rem}section>picture img{max-width:100%;height:auto}dl{color:var(--primary);font-size:.875rem;display:grid;gap:.75rem;grid-template-columns:auto auto}dl dt{display:flex}dl dt span.icon{display:block;margin:0}dl a{color:var(--primary)}dl dd{margin-inline-start:0;line-height:100%;align-content:center}body>header{position:sticky;background:var(--background);top:0;display:flex;gap:2rem;width:100%;height:4rem;z-index:9}body>header a#brand{display:flex}body>header a#brand div.name{flex:0 0 auto;margin:1rem;display:flex;flex-direction:column;justify-content:center}body>header a#brand div.name span.abteilung{color:var(--primary);font-size:1.25rem;font-weight:bold}body>header a#brand div.name span.verein{color:var(--secondary);font-size:.75rem}body>header a#brand picture{max-width:4rem}body>header a#brand picture img{padding:.5rem 0;height:100%;width:unset}body>header nav{flex:1;display:flex;justify-content:flex-end;padding-right:2rem;align-items:center;background:linear-gradient(90deg, var(--background) 0%, var(--secondary) 10%);color:var(--foreground-secondary)}body>header nav a{font-size:.75rem;padding:1rem}body>header nav a:hover{text-decoration:underline}body>header nav button#close-nav-btn{position:absolute;top:1rem;right:1rem;font-size:3rem}body>header button#open-nav-btn{margin-right:.5rem}#hero{position:relative;width:100%;height:30rem}#hero picture{display:block;width:100%;height:100%}#hero img{object-fit:cover;width:100%;height:100%;z-index:-1}#hero svg{position:absolute;bottom:-1px;left:0;width:100%;height:5rem;fill:var(--background);transform:scale(1, -1)}main{flex:1;padding:1rem;width:1200px;max-width:100%;z-index:1;background-color:var(--background)}main a{color:var(--primary);text-transform:unset;text-decoration:underline}main p:has(img){display:flex;flex-direction:row;gap:.5rem;margin:.25rem 0}main p:has(img) img{max-width:100%;max-height:35rem;object-fit:cover;height:auto;border-radius:.5rem}main h2{margin-top:4rem}footer{background-color:var(--secondary);color:var(--foreground-secondary);font-size:smaller;width:100%;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem}footer a:hover{text-decoration:underline}div.pagination{margin:1rem 0;width:100%;display:flex;justify-content:center;flex-direction:row;align-items:center;gap:1rem}div.pagination a{color:unset;display:flex;text-decoration:none}div.pagination a.disabled{color:#d3d3d3;pointer-events:none}.only-mobile{display:none}img.graphics{width:100%;height:auto;margin:1rem 0 2rem}div.grid-container{display:grid;grid-template-columns:repeat(auto-fill, minmax(20rem, 1fr));grid-auto-rows:minmax(20rem, auto);gap:2rem;margin:2rem 0}div.flex-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:1rem}div.flex-container .card{max-width:30rem}div.flex-container .card .content .title{font-size:1.5rem;text-transform:uppercase}div.card{display:flex;flex-direction:column;background-color:var(--background-card);border-radius:.75rem;overflow:hidden;position:relative;box-shadow:0 2px 16px rgba(0,0,0,.06)}div.card picture{display:block;width:100%;height:10rem}div.card picture img{width:100%;height:100%;object-fit:cover;border-block-end:.5rem solid var(--primary)}div.card div.tag{position:absolute;top:1rem;right:1rem;background-color:var(--primary);color:var(--foreground-secondary);font-size:smaller;font-weight:500;height:2rem;border-radius:1rem;line-height:2rem;padding:0 .75rem}div.card div.content{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem}div.card div.content p{line-height:1.375rem;hyphens:auto}div.card div.content span.title{font-size:1.25rem;font-weight:bold;color:var(--secondary)}div.blog-card picture{height:min(25rem,50vh)}div.blog-card div.content picture{display:none}div.blog-card div.content p{hyphens:unset}ul.historie{list-style:none;padding:0 0 0 clamp(1rem,3vw,2.5rem)}ul.historie>li{position:relative;border-left:1px solid var(--muted);padding:1.5rem 0 1.5rem clamp(1.5rem,4vw,4rem)}ul.historie>li h2{margin:0 0 1rem 0;text-transform:unset;color:var(--primary);transition:color .25s}ul.historie>li>ul{list-style-type:disc;padding:0 0 0 clamp(1.5rem,4vw,3rem)}ul.historie>li>ul li{line-height:1.5rem}ul.historie>li>ul li:not(:last-child){margin-bottom:.5rem}ul.historie>li>ul li ul{margin-top:.5rem}ul.historie>li::before{content:"";position:absolute;top:2rem;left:-0.5rem;background-color:var(--primary);transition:background-color .25s;height:1rem;width:1rem;border-radius:.25rem;print-color-adjust:exact}ul.historie>li:hover h2{color:var(--secondary)}ul.historie>li:hover::before{background-color:var(--secondary)}div.banner{display:flex;padding:1.5rem;margin:4rem 0 0;background-color:var(--danger);color:var(--foreground-primary);border-radius:.75rem;align-items:center;gap:1.5rem;box-shadow:0 2px 16px rgba(0,0,0,.06)}div.banner span.icon{font-size:2rem}div.banner span.content{flex:1;font-size:1.25rem;text-align:center;line-height:2rem;white-space:pre-wrap}div.note{background-color:var(--background-card);border-left:4px solid var(--primary);border-radius:.5rem;padding:1rem 1.25rem;margin:1.5rem 0;line-height:1.5rem;box-shadow:0 2px 16px rgba(0,0,0,.06)}div.note.danger{border-left-color:var(--danger);color:var(--foreground)}ul.events{display:grid;grid-template-columns:repeat(auto-fill, minmax(min(25rem, 100%), 1fr));gap:1rem;justify-content:center;list-style:none;padding:0}ul.events>li{display:flex;background-color:var(--background-card);border-radius:.75rem;box-shadow:0 2px 16px rgba(0,0,0,.06);overflow:hidden}ul.events>li>div.date{flex:0 0 auto;width:8rem;background-color:var(--primary);color:var(--foreground-primary);print-color-adjust:exact;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}ul.events>li>div.date>span.day{font-size:2.5rem;font-weight:bold}ul.events>li>div.date>span.month,ul.events>li>div.date span.weekday{text-transform:uppercase;font-size:.75rem}ul.events>li div.content{padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start}ul.events>li div.content>span.title{font-size:1rem;font-weight:bold;margin-bottom:1rem;word-break:break-word;hyphens:auto;text-wrap:balance}.danger{color:var(--danger)}.text-center{text-align:center}.text-left{text-align:left}@media only screen and (max-width: 1200px){p{hyphens:auto}body>header{padding:0 1rem;height:3rem;justify-content:space-between;background:linear-gradient(90deg, var(--background) 4.5rem, var(--secondary) 35%)}body>header a#brand div.name{display:none}body>header a#brand img{padding:.3rem 1rem}body>header nav{position:fixed;flex-direction:column;justify-content:center;overscroll-behavior:contain;padding-right:unset;inset:0;background:hsla(0,0%,100%,.95)}@supports(backdrop-filter: blur(10px)){body>header nav{background:hsla(0,0%,100%,.75);backdrop-filter:blur(10px)}}body>header nav{color:var(--foreground);clip-path:inset(0 0 0 100%);transition:clip-path .2s ease-out}body>header nav a{font-size:1.5rem;font-weight:500;letter-spacing:1px}body>header nav a.active{color:var(--secondary)}body>header nav[data-open=true]{clip-path:inset(0 0 0 0)}body>header nav[data-open=true]~button#nav-btn{color:var(--foreground)}body>header button#nav-btn{margin-right:-0.5rem;z-index:999;color:var(--foreground-secondary)}#hero{height:min(20rem,30vh)}#hero img{animation:parallax linear;animation-timeline:scroll()}#hero svg{height:1.2rem}main h2{margin-top:3rem}main p:has(img){flex-direction:column;gap:.25rem}footer{flex-direction:column;align-items:center}.only-mobile{display:unset}div.grid-container{gap:1rem;margin:1rem 0}div.banner{flex-direction:column;margin:2rem 0}div.blog-card .content p{hyphens:auto}section{margin:0 0 4rem}section>h2{font-size:1.75rem;margin-bottom:2rem}section>p{font-size:1rem}section>picture{margin:1.5rem auto}h1.title .abteilung{color:var(--primary);font-size:2rem;margin-bottom:.5rem;text-wrap:balance;text-align:center}h1.title .verein{font-size:1rem}}@media only print{:root{--foreground: #000;--background: #FFF}html{font-size:11pt}body>header{position:unset;justify-content:center;margin:2rem}body>header a#brand div.name span.abteilung{font-size:2rem}body>header a#brand div.name span.verein{font-size:1.25rem}body>header a#brand img{padding:.5rem;height:100%;width:auto}body>header nav{display:none}#hero{display:none}main a{color:unset;text-decoration:none}main a[href]::after{content:" (" attr(href) ")";color:var(--primary)}main a[href^="#"]::after,main a[href^="/"]::after,main a[href^="tel:"]::after,main a[href^="mailto:"]::after{content:""}footer a{display:none}div.card{break-inside:avoid;border:1px solid var(--muted);box-shadow:unset}div.card div.tag{background-color:#fff;color:#000;border:1px solid var(--muted)}div.note{break-inside:avoid;border:1px solid var(--muted);border-left-width:4px;box-shadow:unset}div.pagination{display:none !important}a:has(span.icon){display:none !important}section{margin:unset}footer{background-color:unset;color:var(--foreground)}.no-print{display:none !important}ul.events>li{break-inside:avoid;border:1px solid var(--muted);box-shadow:unset}}@media only screen and (prefers-contrast: more){:root{--primary: #000;--secondary: #000;--light: #000;--background: #FFF;--background-card: #FFF;--foreground: #000;--foreground-primary: #FFF;--foreground-secondary: #FFF;--muted: #000 }div.card{border:2px solid var(--muted)}div.note{border:2px solid var(--muted);border-left-width:4px}ul.events>li{border:2px solid var(--muted)}}@media only screen and (forced-colors: active){body>header{background:Canvas}body>header a#brand img{filter:brightness(0) invert(1)}div#hero svg{fill:var(--default)}div.card{border:2px solid canvasText}div.note{border:2px solid canvasText;border-left-width:4px}img.light-backdrop{forced-color-adjust:none;background-color:canvasText;padding:.5rem}ul.historie>li::before{background-color:canvasText}ul.events>li{border:2px solid canvasText}ul.events>li>div.date{border-right:2px solid canvasText}}@font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:400;src:url("/assets/fonts/material-icons.woff2") format("woff2")}.icon{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.social-icon{width:1.5em;height:1.5em;fill:currentColor;vertical-align:middle;flex:none}.social-link{display:inline-flex;align-items:center;gap:.35rem}@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url("/assets/fonts/inter-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}