:root{--bg:#f6f1e4;--bg-tinted:#ece3ca;--ink:#23231f;--ink-soft:#5c5848;--green:#1f3a2e;--green-dark:#12241c;--green-soft:#2c5040;--gold:#ad7d2c;--gold-light:#cfa054;--card-bg:#fff;--border:#ddd0ab;--font-display:"Oswald", "Arial Narrow", sans-serif;--font-body:"Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);margin:0;font-size:17px;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--green)}a:hover{color:var(--gold)}.skip-link{background:var(--green);color:#fff;z-index:999;border-radius:0 0 6px;padding:.75rem 1.25rem;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}h1,h2,h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--green-dark);margin:0 0 .6em;font-weight:600;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3.4rem)}h2{font-size:clamp(1.6rem,3.2vw,2.2rem)}h3{letter-spacing:.03em;font-size:1.2rem}p{margin:0 0 1.1em}p:last-child{margin-bottom:0}.kicker{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.5em;margin-bottom:.9em;font-size:.85rem;font-weight:600;display:inline-flex}.kicker:before{content:"";background:var(--gold);width:22px;height:2px;display:inline-block}.lead{color:var(--ink-soft);max-width:46em;font-size:1.15rem}.site-content-body :is(h2,h3){text-align:left}.site-content-body a{-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}.site-content-body ul{padding-left:1.3em}.site-content-body li{margin-bottom:.4em}.btn{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;border:2px solid #0000;border-radius:4px;align-items:center;gap:.5em;padding:.85em 1.6em;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:var(--green-dark)}.btn-primary:hover{background:var(--gold-light);color:var(--green-dark)}.btn-outline{color:#fff;border-color:#ffffff8c}.btn-outline:hover{color:#fff;background:#ffffff1f;border-color:#fff}.btn-ghost{border-color:var(--green);color:var(--green)}.btn-ghost:hover{background:var(--green);color:#fff}.ring-motif{opacity:.14;pointer-events:none;border:2px solid;border-radius:50%;position:absolute}.divider-target{justify-content:center;align-items:center;margin:2.5rem 0;display:flex}.divider-target svg{width:34px;height:34px;color:var(--gold)}.site-header{z-index:100;background:var(--green-dark);border-bottom:1px solid #ffffff14;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto;padding:.7rem 1.5rem;display:flex}.site-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-logo img{width:64px;height:auto}.site-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.site-nav-toggle-bar{background:#fff;width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}.site-nav-list{align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.site-nav-list>li{position:relative}.site-nav-list>li>a{color:#f2ede0;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;border-bottom:2px solid #0000;padding:.9rem .85rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:block}.site-nav-list>li>a:hover,.site-nav-list>li.is-active>a{color:var(--gold-light);border-color:var(--gold)}.site-nav-list .has-dropdown>a{align-items:center;gap:.3em;display:flex}.site-nav-list .has-dropdown>a:after{content:"▾";font-size:.7em}.site-nav-dropdown{background:var(--green-dark);opacity:0;visibility:hidden;border:1px solid #ffffff1a;border-radius:0 0 6px 6px;min-width:220px;margin:0;padding:.4rem;list-style:none;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:0;transform:translateY(-6px)}.has-dropdown:hover>.site-nav-dropdown,.has-dropdown.is-open>.site-nav-dropdown{opacity:1;visibility:visible;transform:none}.site-nav-dropdown a{color:#ece4cf;border-radius:4px;padding:.55rem .75rem;font-size:.92rem;text-decoration:none;display:block}.site-nav-dropdown a:hover{color:var(--gold-light);background:#ffffff14}@media (width<=860px){.site-nav-toggle{display:flex}.site-nav{background:var(--green-dark);border-bottom:1px solid #ffffff1a;position:absolute;top:100%;left:0;right:0}.site-nav-list{flex-direction:column;align-items:stretch;max-height:0;transition:max-height .3s;overflow:hidden}.site-nav-list.is-open{max-height:640px}.site-nav-list>li>a{border-bottom:none;border-left:3px solid #0000;padding:.9rem 1.5rem}.site-nav-list>li>a:hover,.site-nav-list>li.is-active>a{border-left-color:var(--gold)}.site-nav-dropdown{opacity:1;visibility:visible;background:#0000002e;border:none;border-radius:0;padding:0 0 0 1.5rem;display:none;position:static;transform:none}.has-dropdown.is-open .site-nav-dropdown{display:block}.site-nav-list .has-dropdown>a:after{margin-left:auto}}.hero{background:var(--green-dark);color:#fff;padding:5.5rem 1.5rem 5rem;position:relative;overflow:hidden}.hero-rings{position:absolute;inset:0;overflow:hidden}.hero-rings .ring-motif{color:var(--gold-light)}.hero-rings .r1{width:640px;height:640px;top:-320px;right:-180px}.hero-rings .r2{width:460px;height:460px;top:-230px;right:-60px}.hero-rings .r3{width:300px;height:300px;top:-150px;right:20px}.hero-inner{text-align:center;max-width:780px;margin:0 auto;position:relative}.hero h1{color:#fff}.hero .kicker{color:var(--gold-light);justify-content:center}.hero .kicker:before,.hero .kicker:after{content:"";background:var(--gold-light);width:22px;height:2px;display:inline-block}.hero-lead{color:#e4ddc9;max-width:44em;margin:0 auto 2rem;font-size:1.2rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-hero{background:var(--green-dark);color:#fff;text-align:center;padding:3.2rem 1.5rem 3rem}.page-hero h1{color:#fff;margin-bottom:0}.page-hero .kicker{justify-content:center}.breadcrumb{color:#cfc7ac;margin-bottom:.8rem;font-size:.85rem}.breadcrumb a{color:#cfc7ac}.breadcrumb a:hover{color:var(--gold-light)}.section{padding:4.5rem 1.5rem}.section-tinted{background:var(--bg-tinted)}.section-inner{max-width:1100px;margin:0 auto}.section-inner-narrow{max-width:760px;margin:0 auto}.section-header{max-width:640px;margin-bottom:2.5rem}.section-header.center{text-align:center;margin-left:auto;margin-right:auto}.card-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;display:grid}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:1.8rem 1.6rem}.card-icon{background:var(--green-dark);width:46px;height:46px;color:var(--gold-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.card-icon svg{width:24px;height:24px}.card h3{color:var(--green-dark);margin-bottom:.5em}.card p{color:var(--ink-soft);font-size:.98rem}.card p:last-child{margin-bottom:0}.teaser{background:var(--green-dark);border-radius:12px;grid-template-columns:1.1fr 1fr;align-items:stretch;gap:0;display:grid;overflow:hidden}.teaser-media{background-position:50%;background-size:cover;min-height:260px}.teaser-body{color:#fff;flex-direction:column;justify-content:center;padding:2.6rem;display:flex}.teaser-body h2{color:#fff}.teaser-body p{color:#dcd5bf}@media (width<=760px){.teaser{grid-template-columns:1fr}.teaser-media{min-height:200px}}.cta-band{background:var(--green);color:#fff;text-align:center;padding:3.5rem 1.5rem}.cta-band h2{color:#fff}.cta-band p{color:#dfd9c4;max-width:40em;margin:0 auto 1.8rem}.cta-band .btn-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.schedule-table{border-collapse:collapse;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;width:100%;overflow:hidden}.schedule-table th,.schedule-table td{text-align:left;border-bottom:1px solid var(--border);padding:1rem 1.4rem}.schedule-table th{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);background:var(--bg-tinted);font-size:.85rem}.schedule-table tr:last-child td{border-bottom:none}.schedule-table td:last-child{color:var(--gold);font-weight:600}.year-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;display:grid}.year-card{color:inherit;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.year-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #12241c24}.year-card-media{aspect-ratio:16/10;background-position:50%;background-size:cover;background-color:var(--bg-tinted)}.year-card-body{padding:1.4rem 1.5rem}.year-card-body .kicker{margin-bottom:.4em;font-size:.78rem}.year-card-body h3{color:var(--green-dark);text-transform:none;letter-spacing:0;margin-bottom:.4em;font-size:1.25rem}.year-card-body p{color:var(--ink-soft);margin-bottom:0;font-size:.95rem}.result-photo{border:1px solid var(--border);border-radius:10px;margin:2rem 0;overflow:hidden}.download-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.download-list a{background:var(--card-bg);border:1px solid var(--border);color:var(--ink);border-radius:8px;align-items:center;gap:.8em;padding:.9rem 1.2rem;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.download-list a:hover{border-color:var(--gold);background:#fffcf5}.download-list .file-icon{width:20px;height:20px;color:var(--green);flex-shrink:0}.download-list .file-name{flex:1;font-weight:600}.download-list .file-meta{color:var(--ink-soft);font-size:.85rem}.year-pager{border-top:1px solid var(--border);justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.year-pager a{color:var(--ink-soft);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;font-size:.9rem;text-decoration:none}.year-pager a:hover{color:var(--gold)}.year-pager .to-index{text-align:center}.kontakt-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:3rem;display:grid}@media (width<=860px){.kontakt-grid{grid-template-columns:1fr}}.info-list{gap:1.4rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.info-list li{align-items:flex-start;gap:1rem;display:flex}.info-icon{background:var(--green-dark);width:40px;height:40px;color:var(--gold-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-icon svg{width:20px;height:20px}.info-list strong{color:var(--green-dark);display:block}.info-list a{color:var(--ink);text-decoration:none}.info-list a:hover{color:var(--gold)}.related-links{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.related-links a{border:1px solid var(--border);color:var(--ink-soft);border-radius:999px;padding:.4em .9em;font-size:.85rem;text-decoration:none}.related-links a:hover{border-color:var(--gold);color:var(--gold)}.map-embed{border:1px solid var(--border);aspect-ratio:4/3;border-radius:10px;overflow:hidden}.map-embed iframe{border:0;width:100%;height:100%;display:block}.kontakt-form{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem}.form-row{margin-bottom:1.2rem}.form-row label{margin-bottom:.4em;font-size:.95rem;font-weight:600;display:block}.form-row input[type=text],.form-row input[type=email],.form-row textarea{width:100%;font-family:var(--font-body);border:1px solid var(--border);color:var(--ink);background:#fdfbf5;border-radius:6px;padding:.75em .9em;font-size:1rem}.form-row input:focus,.form-row textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}.form-row textarea{resize:vertical;min-height:140px}.form-checkbox{color:var(--ink-soft);align-items:flex-start;gap:.6em;font-size:.9rem;display:flex}.form-checkbox input{margin-top:.3em}.form-checkbox a{color:var(--ink-soft);text-decoration:underline}.hp-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-success{background:var(--green-dark);color:#fff;text-align:center;border-radius:10px;padding:2rem}.form-success h3{color:#fff}.form-errors{color:#7a3419;background:#fbeee8;border:1px solid #d98a5f;border-radius:8px;margin-bottom:1.4rem;padding:1rem 1.2rem}.form-errors ul{margin:.4em 0 0;padding-left:1.2em}.legal-body h2{margin-top:1.6em;font-size:1.25rem}.legal-body p{color:var(--ink-soft)}.site-footer{background:var(--green-dark);color:#cfc7ac;padding:3.5rem 1.5rem 2rem}.site-footer-inner{grid-template-columns:1.3fr 1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=760px){.site-footer-inner{grid-template-columns:1fr;gap:2rem}}.site-footer-brand{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.site-footer-brand img{width:40px}.site-footer-brand span{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;color:#fff;font-size:1rem}.site-footer p{font-size:.92rem}.site-footer h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--gold-light);margin:0 0 1em;font-size:.85rem}.site-footer ul{gap:.6em;margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:#cfc7ac;text-decoration:none}.site-footer a:hover{color:var(--gold-light)}.site-footer-bottom{color:#a49c81;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:.8rem;max-width:1100px;margin:2.5rem auto 0;padding-top:1.5rem;font-size:.82rem;display:flex}.site-footer-bottom a{color:#a49c81}.site-footer-bottom a:hover{color:var(--gold-light)}
