:root{--red:#e21b23;--yellow:#ffd900;--navy:#09233a;--ink:#13283b;--light:#f5f6f7;--white:#fff;--muted:#687789;--max:1200px;--shadow:0 12px 35px rgba(9,35,58,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,.btn{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e8edf1}.nav{min-height:86px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:14px;min-width:300px}.brand img{width:72px;height:72px;object-fit:contain}.brand-title{font-weight:900;letter-spacing:.04em;line-height:1.05;font-size:1.08rem}.brand-title span{display:block;font-size:.67rem;font-weight:700;letter-spacing:.03em;margin-top:5px}.menu{display:flex;align-items:center;gap:18px;margin-left:auto;font-size:.9rem;font-weight:700}.menu a{padding:30px 0 26px;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{color:var(--red);border-color:var(--red)}.social{display:flex;gap:10px;margin-left:8px}.social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}.burger{display:none;border:0;background:none;font-size:28px;color:var(--navy)}
.hero{min-height:590px;position:relative;display:flex;align-items:flex-end;background:linear-gradient(90deg,rgba(4,18,29,.78),rgba(4,18,29,.1) 65%),url('assets/auftritt.jpg') center/cover}.hero-content{padding:100px 0 70px;color:#fff;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.82rem;font-weight:900}.hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:.92;margin:12px 0 18px;font-weight:900}.hero h1 span{color:var(--yellow)}.hero p{font-size:1.35rem;margin:0 0 26px}.actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:2px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;border:2px solid transparent}.btn-red{background:var(--red);color:#fff}.btn-yellow{background:var(--yellow);color:var(--navy)}.btn-outline{border-color:#fff;color:#fff}.btn-dark{background:var(--navy);color:#fff}
.notice{position:absolute;right:5%;bottom:40px;background:var(--red);color:#fff;padding:22px 26px;max-width:330px;box-shadow:var(--shadow)}.notice strong{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.notice p{margin:5px 0 0;font-size:.92rem}
.section{padding:70px 0}.section.alt{background:var(--light)}.section.dark{background:var(--navy);color:#fff}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-head h2{font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin:6px 0}.section-head p{color:var(--muted);margin:0}.dark .section-head p{color:#c9d3dd}.redline{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.yellowline{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}
.event-grid{display:grid;grid-template-columns:1fr 2.4fr;gap:25px}.event-main{border-right:3px solid var(--red);padding:8px 28px 8px 0}.event-main h3{font-size:2.1rem;line-height:1.05;margin:8px 0 18px}.event-meta{display:grid;gap:7px;color:#536577}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid #e7ebef;padding:25px;min-height:230px;box-shadow:0 6px 18px rgba(9,35,58,.05)}.card .icon{font-size:2rem;color:var(--red)}.card h3{font-size:1.2rem;line-height:1.15;margin:12px 0}.card p{color:#627184;font-size:.92rem}.card a{color:var(--red);font-weight:900;font-size:.78rem;text-transform:uppercase}
.split{display:grid;grid-template-columns:1fr 1.2fr;align-items:stretch}.split-copy{padding:60px 8% 60px 0}.split-copy h2{font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.05;margin:8px 0 18px}.split-copy p{color:#526477}.split-image{min-height:400px;background:url('assets/gruppe.jpg') center/cover}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;position:relative;overflow:hidden}.gallery img{width:100%;height:290px;object-fit:cover;transition:transform .35s}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;background:linear-gradient(transparent,rgba(0,0,0,.75));font-weight:900;color:#fff}
.cta{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;padding:30px 0}.drum{width:75px;height:75px;border:5px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:2rem}.cta h2{margin:0;font-size:1.8rem}.cta p{margin:4px 0 0;color:var(--muted)}
.page-hero{background:var(--navy);color:#fff;padding:70px 0}.page-hero h1{font-size:clamp(2.6rem,6vw,4.8rem);line-height:1;margin:10px 0}.content{max-width:900px}.content h2{font-size:2rem;margin-top:42px}.content h3{font-size:1.3rem}.content p{color:#4f6274}.content ul{padding-left:22px}.timeline{border-left:4px solid var(--red);padding-left:25px}.timeline article{margin:0 0 30px}.timeline strong{color:var(--red)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.contact-box{background:var(--light);padding:30px}.contact-box h3{margin-top:0}.contact-box a{color:var(--red);font-weight:700}.mapbox{background:#dce4ea;min-height:300px;display:grid;place-items:center;text-align:center;padding:30px;color:var(--navy);font-weight:700}
.site-footer{background:#071b2b;color:#fff;padding:45px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:35px}.footer-brand{display:flex;gap:14px}.footer-brand img{width:75px;height:75px;object-fit:contain}.site-footer h3{margin-top:0}.site-footer p,.site-footer a{color:#c8d3dc;font-size:.9rem}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;gap:15px;color:#aebdca;font-size:.8rem}.legal-note{padding:18px;background:#fff3cd;border-left:5px solid #e0aa00;color:#594800}
@media(max-width:1050px){.brand{min-width:auto}.menu{gap:12px;font-size:.82rem}.cards{grid-template-columns:repeat(2,1fr)}.event-grid{grid-template-columns:1fr}.event-main{border-right:0;border-bottom:3px solid var(--red);padding:0 0 20px}.footer-grid{grid-template-columns:1fr 1fr}.notice{right:3%;bottom:25px}}
@media(max-width:760px){.container{width:min(var(--max),calc(100% - 28px))}.nav{min-height:70px}.brand img{width:58px;height:58px}.brand-title{font-size:.9rem}.brand-title span{font-size:.58rem}.menu{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;padding:15px 20px;flex-direction:column;align-items:stretch;box-shadow:0 10px 20px rgba(0,0,0,.1)}.menu.open{display:flex}.menu a{padding:9px 0;border-bottom:0}.social{display:none}.burger{display:block;margin-left:auto}.hero{min-height:650px;align-items:flex-end}.hero-content{padding:80px 0 45px}.hero p{font-size:1.05rem}.notice{position:static;margin:0 14px 25px;padding:18px}.hero{flex-direction:column;justify-content:flex-end}.cards,.gallery,.contact-grid,.split{grid-template-columns:1fr}.split-copy{padding:45px 0}.split-image{min-height:300px}.gallery img{height:230px}.cta{grid-template-columns:auto 1fr}.cta .btn{grid-column:1/-1}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.section{padding:50px 0}}


/* Aktuelles / Instagram */
.page-hero{padding:90px 0 70px;background:linear-gradient(135deg,#101a2b 0%,#1b2b45 100%);color:#fff}.page-hero h1{font-size:clamp(42px,6vw,76px);margin:10px 0}.page-hero p{max-width:680px;font-size:20px;margin-bottom:28px}.instagram-wrap{background:#f6f6f4;border-radius:18px;padding:24px;overflow:hidden}.instagram-note{display:flex;gap:20px;align-items:center;background:#fff;border-radius:14px;padding:22px;margin-bottom:20px}.instagram-icon{font-size:44px;line-height:1}.instagram-note h3{margin:0 0 6px}.instagram-note p{margin:0 0 8px}.instagram-note a{font-weight:700}.instagram-frame{width:100%;min-height:720px;border:0;background:#fff;border-radius:12px}.btn-outline{border:2px solid currentColor}.site-header .menu a.active{font-weight:800}.page-hero .redline{color:#f4c400}.page-hero .btn-red{margin-top:4px}
@media(max-width:900px){.instagram-frame{min-height:600px}}


/* Kontaktformular */
.contact-form { margin-top: 1.25rem; }
.form-row { margin-bottom: 1rem; }
.form-row label { display:block; font-weight:700; margin-bottom:.4rem; }
.form-row input, .form-row textarea {
  width:100%; box-sizing:border-box; padding:.85rem 1rem;
  border:1px solid #d7d7d7; border-radius:10px; font:inherit;
  background:#fff;
}
.form-row input:focus, .form-row textarea:focus {
  outline:2px solid rgba(190,30,45,.18); border-color:#be1e2d;
}
.check-row { display:flex; gap:.55rem; align-items:flex-start; margin:1rem 0 1.2rem; font-size:.95rem; }
.check-row input { margin-top:.25rem; }
.form-note { margin-top:1rem; font-size:.9rem; opacity:.85; }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }

/* Mobile header improvements */
.brand { min-width: 0; flex: 1 1 auto; }
.brand-title { min-width: 0; overflow-wrap: anywhere; }
.brand-title span { line-height: 1.2; }
@media (max-width: 760px) {
  .nav { gap: 10px; }
  .brand { gap: 9px; }
  .brand img { flex: 0 0 52px; width: 52px; height: 52px; }
  .brand-title { font-size: clamp(.72rem, 3.4vw, .9rem); letter-spacing: .015em; line-height: 1.08; }
  .brand-title span { font-size: clamp(.48rem, 2.25vw, .58rem); margin-top: 4px; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 4.2rem); }
}


.download-section{margin:2.5rem 0;padding:1.5rem;border:1px solid rgba(0,0,0,.12);border-radius:1.25rem;background:rgba(255,255,255,.65)}
.download-list{display:grid;gap:.75rem;margin-top:1rem}
.download-link{display:block;padding:.9rem 1rem;border-radius:.8rem;background:#f2f5f7;color:inherit;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease}
.download-link:hover{transform:translateY(-2px);background:#e6edf1}
@media(max-width:600px){.download-section{padding:1rem}.download-link{font-size:.95rem}}
