@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--color-red:#ff0101;--color-red-dark:#b21a0d;--color-red-light:#ff3525;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#9ca3af;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000d;--shadow-lg:0 10px 15px #00000014, 0 4px 6px #0000000d;--container:1200px;--header-height:104px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-gray-900);background:var(--color-white);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:24px}@media (min-width:768px){.container{padding-inline:40px}}.btn{border-radius:var(--radius);white-space:nowrap;align-items:center;gap:8px;padding:10px 24px;font-size:.9375rem;font-weight:600;line-height:1;transition:all .15s;display:inline-flex}.btn-primary{background:var(--color-red);color:var(--color-white)}.btn-primary:hover{background:var(--color-red-dark)}.btn-outline{border:2px solid var(--color-red);color:var(--color-red)}.btn-outline:hover{background:var(--color-red);color:var(--color-white)}.btn-white{background:var(--color-white);color:var(--color-red)}.btn-white:hover{background:var(--color-gray-100)}.btn-lg{border-radius:var(--radius-lg);padding:14px 32px;font-size:1rem}.card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);transition:box-shadow .2s,transform .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-img{aspect-ratio:16/9;object-fit:cover;width:100%}.card-img-placeholder{aspect-ratio:16/9;background:var(--color-gray-100);width:100%;color:var(--color-gray-400);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.card-body{padding:20px 24px 24px}.card-tag{text-transform:uppercase;letter-spacing:.05em;background:var(--color-red);color:var(--color-white);border-radius:100px;margin-bottom:10px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.card-tag-outline{border:1.5px solid var(--color-red);color:var(--color-red);background:0 0}.card-title{color:var(--color-gray-900);margin-bottom:8px;font-size:1.125rem;font-weight:700;line-height:1.3}.card-meta{color:var(--color-gray-600);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;font-size:.8125rem;display:flex}.card-excerpt{color:var(--color-gray-600);font-size:.9375rem;line-height:1.6}.section{padding-block:64px}.section-sm{padding-block:40px}.section-lg{padding-block:96px}.section-gray{background:var(--color-gray-50)}.section-header{margin-bottom:40px}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-red);margin-bottom:8px;font-size:.8125rem;font-weight:700;display:inline-block}.section-title{color:var(--color-gray-900);font-size:1.875rem;font-weight:800;line-height:1.2}@media (min-width:768px){.section-title{font-size:2.25rem}}.section-subtitle{color:var(--color-gray-600);max-width:600px;margin-top:12px;font-size:1.0625rem;line-height:1.6}.section-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.grid-3{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-2{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.badge{border-radius:100px;align-items:center;gap:4px;padding:4px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.badge-red{color:#b91c1c;background:#fee2e2}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-green{color:#065f46;background:#d1fae5}.badge-gray{background:var(--color-gray-100);color:var(--color-gray-800)}.hero{background:var(--color-red);color:var(--color-white);padding-block:72px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(125deg,#0000002e 0%,#0000 55%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:#ffffff0a;width:400px;height:130%;position:absolute;top:-40px;right:-80px;transform:skew(-12deg)}.hero-inner{z-index:1;align-items:center;gap:48px;display:flex;position:relative}.hero-content{flex:1;min-width:0}.hero-watermark{opacity:.07;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale()brightness(2.4);width:620px;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.hero-watermark{opacity:.08;width:760px;left:34%}}@media (prefers-reduced-motion:no-preference){.hero-watermark{transition:opacity .4s}}.hero-beitritt{flex-shrink:0;width:340px;display:none}@media (min-width:900px){.hero-beitritt{display:block}}@media (min-width:1024px){.hero-beitritt{width:360px}.hero{padding-block:96px}}.hero-label{text-transform:uppercase;letter-spacing:.1em;opacity:.85;margin-bottom:16px;font-size:.875rem;font-weight:700}.hero-title{letter-spacing:-.02em;margin-bottom:20px;font-size:2.5rem;font-weight:900;line-height:1.1}@media (min-width:768px){.hero-title{font-size:3.5rem}.hero{padding-block:112px}}@media (min-width:1024px){.hero-title{font-size:4rem}}.hero-subtitle{opacity:.88;max-width:500px;margin-bottom:36px;font-size:1.0625rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-divider{background:#ffffff80;border-radius:2px;width:48px;height:3px;margin-bottom:24px}.mw-karte{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff47;padding:26px 24px;box-shadow:0 8px 32px #0000002e}.mw-karte-label{letter-spacing:.09em;text-transform:uppercase;color:#ffffffb3;margin-bottom:8px;font-size:.75rem;font-weight:700}.mw-karte-titel{letter-spacing:-.01em;color:var(--color-white);margin-bottom:10px;font-size:1.4rem;font-weight:800;line-height:1.2}.mw-karte-text{color:#ffffffd9;margin-bottom:18px;font-size:.9375rem;line-height:1.6}.mw-karte-liste{flex-direction:column;gap:7px;margin:0 0 20px;padding:0;list-style:none;display:flex}.mw-karte-liste li{color:#ffffffe6;align-items:flex-start;gap:9px;font-size:.875rem;line-height:1.5;display:flex}.mw-karte-liste li:before{content:"✓";color:var(--color-white);flex-shrink:0;font-weight:700}.mw-karte .btn{justify-content:center;width:100%}.mw-mobil{display:block}@media (min-width:900px){.mw-mobil{display:none}}.mw-mobil .mw-karte{background:var(--color-red);border-color:#ffffff4d}.mw-intro{color:var(--color-gray-600);margin-bottom:28px;font-size:1rem;line-height:1.7}.mw-intro a{color:var(--color-red);text-decoration:underline}.mw-form-karte{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px}@media (min-width:640px){.mw-form-karte{padding:34px}}.mw-form{flex-direction:column;gap:30px;display:flex}.mw-block{border:none;flex-direction:column;gap:14px;display:flex}.mw-block-titel{color:var(--color-gray-900);margin-bottom:2px;padding:0;font-size:1.0625rem;font-weight:700}.mw-block-titel b{color:var(--color-red);font-weight:700}.mw-block-hinweis{color:var(--color-gray-600);margin-top:-4px;font-size:.8125rem;line-height:1.6}.mw-grid-2{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:560px){.mw-grid-2{grid-template-columns:1fr 1fr}}.mw-grid-plz{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:560px){.mw-grid-plz{grid-template-columns:120px 1fr}}.mw-feld{flex-direction:column;gap:6px;display:flex}.mw-feld>span{color:var(--color-gray-700);font-size:.8125rem;font-weight:600}.mw-feld>span b{color:var(--color-red)}.mw-feld input,.mw-feld textarea{border-radius:var(--radius);border:1px solid var(--color-gray-200);color:var(--color-gray-900);background:var(--color-white);width:100%;padding:11px 13px;font-family:inherit;font-size:.9375rem}.mw-feld textarea{resize:vertical;line-height:1.6}.mw-feld input:focus,.mw-feld textarea:focus{border-color:var(--color-red);outline:none;box-shadow:0 0 0 3px #ff01011a}.mw-plus{color:var(--color-red);border-radius:var(--radius);background:#ff01010f;border:1px dashed #ff01014d;align-self:flex-start;padding:9px 15px;font-size:.875rem;font-weight:600}.mw-plus:hover{background:#ff01011a}.mw-sparten{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:560px){.mw-sparten{grid-template-columns:1fr 1fr}}.mw-radios{flex-direction:column;gap:8px;margin-top:4px;display:flex}.mw-radios-frage{color:var(--color-gray-700);font-size:.8125rem;font-weight:600}.mw-radios-liste{flex-wrap:wrap;gap:8px;display:flex}.mw-radio{border:1px solid var(--color-gray-200);border-radius:var(--radius);color:var(--color-gray-700);cursor:pointer;align-items:center;gap:8px;padding:9px 16px;font-size:.9375rem;display:flex}.mw-radio input{accent-color:var(--color-red);cursor:pointer;width:16px;height:16px}.mw-radio:has(input:checked){border-color:var(--color-red);color:var(--color-gray-900);background:#ff01010a;font-weight:500}.mw-beitraege{flex-direction:column;gap:8px;display:flex}.mw-beitrag{border:1px solid var(--color-gray-200);border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;padding:13px 16px;display:flex}.mw-beitrag input{accent-color:var(--color-red);cursor:pointer;flex-shrink:0;width:17px;height:17px}.mw-beitrag-label{color:var(--color-gray-700);flex:1;font-size:.9375rem;line-height:1.4}.mw-beitrag-betrag{color:var(--color-gray-900);white-space:nowrap;font-size:.9375rem;font-weight:700}.mw-beitrag:has(input:checked){border-color:var(--color-red);background:#ff01010a}.mw-beitrag:has(input:checked) .mw-beitrag-label{color:var(--color-gray-900)}.mw-check{color:var(--color-gray-700);cursor:pointer;align-items:flex-start;gap:11px;font-size:.875rem;line-height:1.6;display:flex}.mw-check input{accent-color:var(--color-red);cursor:pointer;flex-shrink:0;width:17px;height:17px;margin-top:2px}.mw-check a{color:var(--color-red);text-decoration:underline}.mw-check b{color:var(--color-red)}.mw-absenden{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:14px;padding-top:8px;display:flex}.mw-absenden .btn{align-self:flex-start}.mw-absenden .btn:disabled{opacity:.6;cursor:not-allowed}.mw-absenden-hinweis{color:var(--color-gray-600);font-size:.75rem;line-height:1.65}.mw-absenden-hinweis b{color:var(--color-red)}.breadcrumb{color:var(--color-gray-600);align-items:center;gap:8px;padding-block:16px;font-size:.875rem;display:flex}.breadcrumb a:hover{color:var(--color-red)}.breadcrumb-sep{color:var(--color-gray-400)}.prose{color:var(--color-gray-800);max-width:72ch;font-size:1rem;line-height:1.75}.prose h1,.prose h2,.prose h3{color:var(--color-gray-900);margin-top:2em;margin-bottom:.5em;font-weight:800;line-height:1.2}.prose h1{font-size:2rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose p{margin-bottom:1.25em}.prose a{color:var(--color-red);text-decoration:underline}.prose ul,.prose ol{margin-bottom:1.25em;padding-left:1.5em}.prose li{margin-bottom:.25em}.prose strong{font-weight:700}.prose img{border-radius:var(--radius);margin-block:1.5em}.event-item{border-bottom:1px solid var(--color-gray-200);align-items:flex-start;gap:20px;padding:20px 0;display:flex}.event-item:last-child{border-bottom:none}.event-date-box{text-align:center;background:var(--color-red);width:56px;color:var(--color-white);border-radius:var(--radius);flex-shrink:0;padding:8px 4px}.event-date-day{font-size:1.5rem;font-weight:900;line-height:1}.event-date-month{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:.6875rem;font-weight:700}.event-content{flex:1;min-width:0}.event-title{margin-bottom:4px;font-size:1rem;font-weight:700}.event-meta{color:var(--color-gray-600);flex-wrap:wrap;gap:12px;font-size:.875rem;display:flex}.team-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);transition:box-shadow .2s,transform .2s;overflow:hidden}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.team-card-img{aspect-ratio:3/2;object-fit:cover;width:100%}.team-card-img-placeholder{aspect-ratio:3/2;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.team-card-placeholder-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;font-size:.75rem;font-weight:700}.team-card-body{padding:16px 20px 20px}.team-card-sport{text-transform:uppercase;letter-spacing:.07em;color:var(--color-red);margin-bottom:4px;font-size:.75rem;font-weight:700}.team-card-name{color:var(--color-gray-900);margin-bottom:4px;font-size:1.0625rem;font-weight:700}.team-card-meta{color:var(--color-gray-600);font-size:.8125rem}.page-header{background:var(--color-gray-900);color:var(--color-white);padding-block:48px}.page-header-title{font-size:2rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-header-title{font-size:2.5rem}}.stats-bar{background:var(--color-gray-900);color:var(--color-white);padding-block:32px}.stats-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-value{color:var(--color-red);margin-bottom:4px;font-size:2.25rem;font-weight:900;line-height:1}.stat-label{color:var(--color-gray-400);font-size:.875rem;font-weight:500}.cta-section{background:var(--color-red);color:var(--color-white);text-align:center;padding-block:64px}.cta-title{margin-bottom:16px;font-size:2rem;font-weight:800}.cta-text{opacity:.9;margin-bottom:32px;max-width:480px;margin-inline:auto;font-size:1.0625rem}.sb-venues{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.sb-venues{grid-template-columns:repeat(2,1fr)}}.sb-widget{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);padding:24px}.sb-venue-title{color:var(--color-gray-900);margin-bottom:20px;font-size:1.25rem;font-weight:800}.sb-layout{flex-direction:column;gap:24px;display:flex}.sb-calendar-nav{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sb-calendar-nav button{border-radius:var(--radius);border:1px solid var(--color-gray-200);width:32px;height:32px;color:var(--color-gray-700);justify-content:center;align-items:center;font-size:1.125rem;display:flex}.sb-calendar-nav button:hover{background:var(--color-gray-50)}.sb-calendar-month{color:var(--color-gray-900);font-size:.9375rem;font-weight:700}.sb-calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.sb-calendar-weekdays{margin-bottom:6px}.sb-calendar-weekdays div{text-align:center;color:var(--color-gray-400);text-transform:uppercase;font-size:.75rem;font-weight:700}.sb-day{aspect-ratio:1;border-radius:var(--radius);color:var(--color-gray-800);background:var(--color-gray-50);font-size:.875rem;font-weight:600;position:relative}.sb-day:hover:not(:disabled){background:var(--color-gray-100)}.sb-day-selected{color:var(--color-white);background:var(--color-red)!important}.sb-day-past{color:var(--color-gray-400);cursor:not-allowed;background:0 0}.sb-day-busy:after{content:"";background:var(--color-red);border-radius:50%;width:5px;height:5px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.sb-day-selected.sb-day-busy:after{background:var(--color-white)}.sb-selected-day{color:var(--color-gray-700);margin-bottom:12px;font-size:.9375rem}.sb-blocked{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:var(--radius);margin-bottom:16px;padding:12px 16px}.sb-blocked-title{color:var(--color-gray-700);margin-bottom:6px;font-size:.8125rem;font-weight:700}.sb-blocked-item{color:var(--color-gray-600);font-size:.875rem}.sb-msg{border-radius:var(--radius);margin-bottom:16px;padding:10px 14px;font-size:.875rem;font-weight:500}.sb-msg-ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.sb-msg-err{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.sb-form{flex-direction:column;gap:14px;display:flex}.sb-form-row{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:640px){.sb-form-row{grid-template-columns:repeat(3,1fr)}}.sb-form-row label{color:var(--color-gray-700);flex-direction:column;gap:6px;font-size:.8125rem;font-weight:600;display:flex}.sb-form-row input{border-radius:var(--radius);border:1px solid var(--color-gray-200);color:var(--color-gray-900);padding:9px 12px;font-family:inherit;font-size:.9375rem}.sb-form-row input:focus{border-color:var(--color-red);outline:none;box-shadow:0 0 0 3px #ff01011a}.sb-submit{align-self:flex-start}.page-hero{background:linear-gradient(135deg, var(--color-red) 0%, #c00 100%);color:var(--color-white);padding:48px 0 40px}.page-hero .breadcrumb a{color:#ffffffb3}.page-hero .breadcrumb a:hover{color:var(--color-white)}.bc-sep{color:#fff6}.page-hero-label{text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:8px;font-size:.8125rem;font-weight:600}.page-hero-title{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1}.page-hero-sub{opacity:.85;font-size:1.0625rem}.quick-links{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.quick-link-card{background:var(--color-white);border:1px solid var(--color-gray-200);color:var(--color-gray-900);border-radius:10px;align-items:center;gap:10px;padding:14px 20px;font-size:.9375rem;font-weight:600;transition:border-color .15s,box-shadow .15s,color .15s;display:flex}.quick-link-card:hover{border-color:var(--color-red);color:var(--color-red);box-shadow:0 0 0 3px #ff010114}.ql-icon{font-size:1.25rem}.section-label-row{align-items:center;gap:16px;margin-bottom:20px;display:flex}.dept-pill{color:var(--color-red);text-transform:uppercase;letter-spacing:.06em;background:#fef2f2;border-radius:100px;padding:4px 14px;font-size:.8125rem;font-weight:700;display:inline-block}.btn-sm{padding:6px 16px;font-size:.875rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.team-grid-lg{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.team-tile{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);color:inherit;flex-direction:column;padding:20px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.team-tile:hover{border-color:var(--color-red);transform:translateY(-2px);box-shadow:0 4px 16px #ff01011a}@media (prefers-reduced-motion:reduce){.team-tile,.team-tile:hover{transition:none;transform:none}}.team-tile-icon{margin-bottom:12px;font-size:1.5rem}.team-tile-name{color:var(--color-gray-900);margin-bottom:4px;font-size:1rem;font-weight:700}.team-tile-liga{color:var(--color-red);margin-bottom:6px;font-size:.8125rem;font-weight:600}.team-tile-trainer{color:var(--color-gray-600);flex:1;margin-bottom:12px;font-size:.8125rem}.team-tile-link{color:var(--color-red);margin-top:auto;font-size:.8125rem;font-weight:600}.person-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.person-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);align-items:flex-start;gap:12px;padding:20px;display:flex}.person-avatar{width:44px;height:44px;color:var(--color-red);background:#fef2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex;overflow:hidden}.person-avatar img{object-fit:cover;width:100%;height:100%}.person-name{color:var(--color-gray-900);margin-bottom:2px;font-size:.9375rem;font-weight:700}.person-role{color:var(--color-gray-600);margin-bottom:8px;font-size:.8125rem}.person-contact{color:var(--color-gray-700);margin-bottom:2px;font-size:.8125rem;display:block}.person-contact:hover{color:var(--color-red)}.gruppe-titel{color:var(--color-gray-900);margin-bottom:14px;font-size:1.125rem;font-weight:700}.gruppe-titel a{color:inherit}.gruppe-titel a:hover{color:var(--color-red)}.tz-tabelle{border-collapse:collapse;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);width:100%;overflow:hidden}.tz-tabelle th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-600);background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-200);padding:12px 16px;font-size:.75rem;font-weight:700}.tz-tabelle td{color:var(--color-gray-700);border-bottom:1px solid var(--color-gray-100);padding:12px 16px;font-size:.9375rem}.tz-tabelle tr:last-child td{border-bottom:none}.tz-gruppe{color:var(--color-gray-900);font-weight:600}.tz-scroll{overflow-x:auto}.doc-liste{flex-direction:column;gap:10px;display:flex}.doc-zeile{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius);align-items:center;gap:14px;padding:16px 18px;transition:border-color .15s;display:flex}.doc-zeile:hover{border-color:var(--color-red)}.doc-symbol{flex-shrink:0;font-size:1.5rem}.doc-text{flex:1;min-width:0}.doc-titel{color:var(--color-gray-900);font-size:.9375rem;font-weight:600}.doc-beschreibung{color:var(--color-gray-600);margin-top:2px;font-size:.8125rem}.doc-download{color:var(--color-red);white-space:nowrap;font-size:.8125rem;font-weight:600}.sponsor-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.sponsor-karte{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:120px;padding:24px;transition:border-color .15s,box-shadow .15s;display:flex}.sponsor-karte:hover{border-color:var(--color-red);box-shadow:0 4px 16px #ff010114}.sponsor-karte img{object-fit:contain;max-width:100%;max-height:72px}.sponsor-name{color:var(--color-gray-700);text-align:center;font-size:.9375rem;font-weight:600}.nl-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px}@media (min-width:640px){.nl-card{padding:36px}}.nl-titel{letter-spacing:-.01em;color:var(--color-gray-900);margin-bottom:8px;font-size:1.5rem;font-weight:800}.nl-text{color:var(--color-gray-600);margin-bottom:24px;font-size:.9375rem;line-height:1.65}.nl-hinweis{color:var(--color-gray-600);font-size:.8125rem;line-height:1.6}.nl-hinweis a{color:var(--color-red);text-decoration:underline}.nl-optional{color:var(--color-gray-400);font-weight:400}.nl-form{flex-direction:column;gap:18px;display:flex}.nl-feld{flex-direction:column;gap:6px;display:flex}.nl-feld>span{color:var(--color-gray-700);font-size:.8125rem;font-weight:600}.nl-feld input{border-radius:var(--radius);border:1px solid var(--color-gray-200);color:var(--color-gray-900);padding:11px 14px;font-family:inherit;font-size:.9375rem}.nl-feld input:focus{border-color:var(--color-red);outline:none;box-shadow:0 0 0 3px #ff01011a}.nl-zeile{flex-direction:column;gap:10px;display:flex}@media (min-width:520px){.nl-zeile{flex-direction:row;align-items:stretch}.nl-zeile .nl-feld-breit{flex:1}.nl-zeile .nl-btn{white-space:nowrap;align-self:stretch}}.nl-feld-breit input{width:100%}.nl-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nl-interessen{border:none}.nl-interessen legend{color:var(--color-gray-700);margin-bottom:10px;font-size:.8125rem;font-weight:600}.nl-interessen-liste{grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:480px){.nl-interessen-liste{grid-template-columns:1fr 1fr}}.nl-checkbox{border:1px solid var(--color-gray-200);border-radius:var(--radius);color:var(--color-gray-700);cursor:pointer;align-items:center;gap:9px;padding:9px 12px;font-size:.9375rem;display:flex}.nl-checkbox:hover{border-color:var(--color-gray-400)}.nl-checkbox input{accent-color:var(--color-red);cursor:pointer;width:16px;height:16px}.nl-checkbox:has(input:checked){border-color:var(--color-red);color:var(--color-gray-900);background:#ff01010a}.nl-btn{align-self:flex-start}.nl-btn:disabled{opacity:.6;cursor:not-allowed}.nl-fehler{border-radius:var(--radius);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:11px 14px;font-size:.875rem;line-height:1.55}.nl-legal{color:var(--color-gray-400);font-size:.75rem;line-height:1.6}.nl-legal a{color:var(--color-gray-600);text-decoration:underline}.nl-erfolg{text-align:center}.nl-erfolg-icon{width:56px;height:56px;color:var(--color-red);background:#ff010114;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:26px;display:flex}.nl-erfolg .nl-text{margin-bottom:16px}.nl-status{text-align:center}.nl-status-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:30px;display:flex}.nl-status-ok{color:#15803d;background:#f0fdf4}.nl-status-fehler{color:#dc2626;background:#fef2f2}.nl-status-aktionen{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.text-red{color:var(--color-red)}.text-muted{color:var(--color-gray-600)}.font-bold{font-weight:700}.mt-auto{margin-top:auto}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:8px}.gap-3{gap:12px}
