body{font-family:Instrument Sans,sans-serif;color:#000;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:1rem}.news-hub{display:flex;flex-direction:column;gap:clamp(1.75rem,3vw,2.5rem);padding-block:1rem 2.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.news-tabs{position:sticky;top:72px;z-index:900;background-color:#fff;border-bottom:1px solid #e2e8f0}@media (max-width: 768px){.news-tabs{top:64px}}.news-tabs__bar{display:grid;grid-template-columns:1fr auto;column-gap:clamp(.75rem,2vw,1.25rem);row-gap:.75rem;display:flex;align-items:center;gap:clamp(.75rem,2vw,1.25rem);padding:.5rem clamp(1rem,4vw,2.5rem);flex-wrap:wrap}.news-tabs__list{flex:1;min-width:0;display:flex;gap:clamp(1rem,4vw,2rem);margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:thin}.news-tabs__list::-webkit-scrollbar{height:4px}.news-tabs__list::-webkit-scrollbar-thumb{background-color:#94a3b88c;border-radius:999px}.news-tabs__item{flex:0 0 auto}.news-tabs__button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 0;border:none;background:none;font:inherit;font-weight:600;letter-spacing:.01em;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.news-tabs__button:hover,.news-tabs__button:focus-visible{color:#0f172a;outline:none}.news-tabs__button.is-active{color:#0f172a;border-bottom-color:#1a73e8;font-weight:700}.news-tabs__weather{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.5rem;margin-left:auto;padding:.35rem .6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;flex:0 0 auto;max-width:min(100%,320px)}.news-weather__button{width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;display:grid;place-items:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.news-weather__button:hover,.news-weather__button:focus-visible{background-color:#e2e8f0;border-color:#94a3b8;color:#0f172a;outline:none}.news-weather__button:disabled{opacity:.6;cursor:not-allowed}.news-weather__content{display:flex;align-items:baseline;gap:.35rem;padding-inline:.35rem;min-width:0}.news-weather__location{margin:0;font-size:.85rem;font-weight:700;color:#475569;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-weather__temp{font-size:1.35rem;font-weight:700;color:#0f172a;line-height:1}.news-article__body{color:#000}.news-article__image{display:block;width:min(100%,1000px);max-height:1000px;height:auto;object-fit:cover}@media (max-width: 768px){.news-tabs__bar{grid-template-columns:1fr}.news-tabs__weather{width:100%;justify-content:flex-start}}.news-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(280px,.95fr);grid-template-areas:"hero sidebar" "brackets sidebar" "latest sidebar";gap:clamp(1.5rem,4vw,2.75rem);align-items:start}@media (max-width: 1024px){.news-layout{grid-template-columns:1fr;grid-template-areas:"hero" "sidebar" "brackets" "latest"}}.news-hero{grid-area:hero;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1.2fr);gap:clamp(1.25rem,3vw,1.75rem);align-items:stretch}@media (max-width: 960px){.news-hero{grid-template-columns:1fr}}.news-hero__lead{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:1.5rem;overflow:hidden;box-shadow:0 24px 48px #0f172a1f;display:flex;flex-direction:column;min-height:100%}.news-hero__lead-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%;transition:transform .25s ease,box-shadow .25s ease}.news-hero__lead-link:hover,.news-hero__lead-link:focus-visible{transform:translateY(-4px);outline:none;box-shadow:0 24px 60px #0f172a2e}.news-hero__lead-link--disabled,.news-hero__lead--empty .news-hero__lead-link{pointer-events:none;transform:none;box-shadow:none}.news-hero__lead--empty .news-hero__content{align-items:center;text-align:center}.news-hero__lead--empty .news-hero__meta{color:#94a3b8}.news-hero__media{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center;background-repeat:no-repeat}.news-hero__media--empty{background-image:linear-gradient(135deg,#1a73e8,#0f3d91)}.news-hero__content{display:flex;flex-direction:column;gap:.85rem;padding:clamp(1.5rem,3vw,2.25rem)}.news-hero__meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a73e8}.news-hero__title{margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.1;color:#0f172a}.news-hero__excerpt{margin:0;font-size:1rem;line-height:1.6;color:#475569}.news-hero__excerpt[hidden]{display:none}.news-hero__date{font-size:.9rem;color:#94a3b8}.news-hero__date[hidden]{display:none}.news-hero__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:1rem}@media (max-width: 640px){.news-hero__grid{grid-template-columns:1fr}}.news-hero__item{background:#fff;border-radius:1.25rem;overflow:hidden;display:flex;flex-direction:column;flex:1 1 auto;min-height:100%;box-shadow:0 16px 32px #0f172a14;transition:transform .2s ease,box-shadow .2s ease}.news-hero__item-link{display:flex;flex-direction:column;color:inherit;text-decoration:none;flex:1 1 auto;height:100%}.news-hero__item:hover,.news-hero__item:focus-within{transform:translateY(-3px);box-shadow:0 20px 44px #0f172a24}.news-hero__item-media{aspect-ratio:16/9;background-size:cover;background-position:center;background-repeat:no-repeat}.news-hero__item-media--empty{background-image:linear-gradient(135deg,#e0f2fe,#c7d2fe)}.news-hero__item-content{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.25rem}.news-hero__item-region{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a73e8}.news-hero__item-title{margin:0;font-size:1.05rem;line-height:1.35;color:#111827}.news-hero__item-date{font-size:.85rem;color:#94a3b8}.news-hero__item--empty{align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem;color:#475569;background:linear-gradient(135deg,#eef2ff,#e0f2fe)}.latest-news{grid-area:latest;display:flex;flex-direction:column;gap:1.1rem}.latest-news h2{margin:0;font-size:1.6rem;font-weight:700;color:#111827}.news-brackets{grid-area:brackets;display:flex;flex-direction:column;gap:1rem}.news-brackets__title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.news-brackets__list{display:flex;flex-direction:column;gap:clamp(1rem,2.5vw,1.5rem)}.news-bracket{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:1rem;padding:clamp(1rem,2vw,1.25rem);border-radius:1rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 32px #0f172a0f;align-items:stretch;height:clamp(480px,60vh,550px)}.news-bracket.news-bracket--taxonomy{border-color:#c7d2fe;box-shadow:0 16px 36px #4f46e514}@media (max-width: 720px){.news-bracket{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}}.news-bracket__header{grid-column:1;grid-row:1}.news-bracket__region{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1a73e8}.news-bracket__body{display:contents}@media (max-width: 720px){.news-bracket__body{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;grid-column:1;grid-row:2/span 2}}.news-bracket__items{margin:0;padding-left:1.25rem;display:grid;gap:.75rem;list-style:decimal;color:#0f172a;grid-column:1;grid-row:2}@media (max-width: 720px){.news-bracket__items{grid-row:1}}.news-bracket__item a{color:inherit;text-decoration:none;font-weight:700;line-height:1.35}.news-bracket__item a:hover,.news-bracket__item a:focus-visible{color:#1a73e8;text-decoration:underline}.news-bracket__item--empty{color:#94a3b8;font-weight:600}.news-bracket__thumb{width:100%;height:100%;grid-column:2;grid-row:1/span 2;min-height:0;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.75rem;box-shadow:inset 0 0 0 1px #e2e8f0}@media (max-width: 720px){.news-bracket__thumb{grid-column:1;grid-row:2;min-height:260px}}.news-bracket__thumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.news-bracket__thumb--empty{background-image:linear-gradient(135deg,#e0e7ff,#cbd5e1)}.news-brackets--taxonomy{margin-top:1.5rem}.news-brackets--taxonomy .news-bracket__region{color:#4338ca}.news-bracket__caption{margin:.35rem 0 0;color:#475569;font-size:.9rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(1.25rem,3vw,1.75rem)}.news-card{display:flex;flex-direction:column;background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 18px 40px #0f172a1a;transition:transform .2s ease,box-shadow .2s ease}.news-card:hover,.news-card:focus-within{transform:translateY(-4px);box-shadow:0 24px 56px #0f172a26}.news-card-image{aspect-ratio:16/9;background-size:cover;background-position:center;background-repeat:no-repeat}.news-card-image--empty{background-image:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.news-card-body{display:flex;flex-direction:column;gap:.8rem;padding:1.35rem;height:100%}.news-card-region{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2563eb}.news-card-title{margin:0;font-size:1.1rem;line-height:1.4;color:#0f172a}.news-card-title a{text-decoration:none;color:inherit}.news-card-title a:hover,.news-card-title a:focus-visible{text-decoration:underline}.news-card-excerpt{margin:0;font-size:.95rem;line-height:1.6;color:#475569}.news-card-meta{margin-top:auto;font-size:.85rem;color:#94a3b8}.news-card-meta[hidden]{display:none}.news-card--empty{min-height:160px;display:grid;place-items:center;padding:1.75rem;text-align:center;color:#475569;background:linear-gradient(135deg,#f8fafc,#eef2ff);border-radius:1.25rem}.sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem);width:100%}.sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex;flex-direction:column;gap:1rem}.sidebar-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar-card h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.sidebar-subtitle{margin:0;font-size:.85rem;color:#64748b}.sidebar-caption{margin:0;font-size:.75rem;color:#94a3b8}.sidebar-card--standings{gap:.75rem}.sidebar-card ul{margin:0;padding:0}.standings-list-container{display:flex;flex-direction:column;gap:.75rem}.standings-caption{margin:0;font-size:.75rem;color:#94a3b8}.standings-list{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.standings-list__item{display:flex;align-items:flex-start;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.standings-list__item:last-child{border-bottom:none;padding-bottom:0}.standings-list__rank{font-weight:600;color:#475569;min-width:1.5rem;text-align:right;font-variant-numeric:tabular-nums}.standings-list__content{display:grid;gap:.25rem;flex:1}.standings-list__club{font-weight:600;color:#0f172a}.standings-list__meta{font-size:.85rem;color:#64748b}.standings-list__item--leader .standings-list__club{color:#1a73e8}.standings-empty{margin:0;font-size:.9rem;color:#64748b}.empty-state{text-align:center;padding:4rem 1rem;background:#f8fafc;border-radius:1.25rem;box-shadow:inset 0 0 0 1px #e2e8f0}.empty-state h2{margin-bottom:.75rem;font-size:1.75rem;color:#0f172a}.empty-state p{margin:0 auto;max-width:480px;color:#64748b}[data-region-tab]{scroll-margin-top:96px}.site-header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#2e2e2e,#000 65%);color:#fff;box-shadow:0 12px 28px #1b14402e}.site-header__top{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;padding:.75rem 0;color:inherit}.site-logo{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.375rem;letter-spacing:.01em;color:inherit;text-decoration:none;white-space:nowrap}.site-logo__mark{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:#ffffff38;font-size:1.5rem;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff73}.site-logo__image{height:2.5rem;width:auto;border-radius:.75rem;padding:.15rem;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff73}.site-logo__text{line-height:1}.site-search{position:absolute;right:0;top:calc(100% + .75rem);display:flex;align-items:center;gap:.5rem;min-width:min(26rem,90vw);background:#ffffff2e;border-radius:999px;padding:.35rem .5rem .35rem 1rem;box-shadow:inset 0 0 0 1px #ffffff61;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-search[hidden]{display:none}.site-search__control{flex:1;background:transparent;border:none;color:#fff;font:inherit;font-size:1rem;outline:none;padding:.25rem 0}.site-search__control::placeholder{color:#ffffffa6}.site-search__submit{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:#fca311;color:#000;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.site-search__submit:hover,.site-search__submit:focus-visible{transform:translateY(-1px);box-shadow:0 6px 16px #fca31159}.site-search__submit svg{width:1rem;height:1rem}.site-header__actions{--header-control-height: min(45px, 2.75rem);display:flex;align-items:center;gap:.75rem;margin-left:auto;position:relative}.locale-switcher{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem 0 .15rem .75rem;border-left:1px solid rgba(255,255,255,.35);margin-left:.25rem;height:var(--header-control-height)}.locale-switcher__form{display:inline-flex;align-items:center;gap:.35rem;margin:0;height:100%}.locale-switcher__button{display:inline-flex;align-items:center;justify-content:center;width:var(--header-control-height);height:var(--header-control-height);max-width:45px;max-height:45px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#ffffff24;cursor:pointer;padding:.2rem;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease}.locale-switcher__button:hover,.locale-switcher__button:focus-visible{background:#ffffff3d;transform:translateY(-1px);box-shadow:0 8px 16px #0000002e}.locale-switcher__button.is-active{border-color:#fca311;background:#fca31138;box-shadow:0 10px 22px #fca31147}.locale-switcher__button img{width:100%;height:100%;max-width:45px;max-height:45px;object-fit:cover;border-radius:50%;display:block}.locale-switcher.is-collapsed .locale-switcher__button:not(.is-active){display:none}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#ffffff29;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff4d;transition:background .15s ease,transform .15s ease}.icon-button:hover,.icon-button:focus-visible{background:#ffffff42;transform:translateY(-1px)}.icon-button svg{width:1.25rem;height:1.25rem}.header-link,.header-button{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;font-size:.95rem;border-radius:999px;padding:.4rem 1rem;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.header-link{color:#fff;background:transparent}.header-link:hover,.header-link:focus-visible{background:#ffffff2e}.header-button{border:none;cursor:pointer;background:#fca311;color:#000;box-shadow:0 8px 16px #00000026}.header-button:hover,.header-button:focus-visible{background:#fcab25;box-shadow:0 10px 20px #0000002e}.header-button--outline{background:transparent;color:#fff;box-shadow:inset 0 0 0 1px #ffffff8c}.header-button--outline:hover,.header-button--outline:focus-visible{background:#fff3}.header-button--power{display:inline-flex;align-items:center;gap:.5rem}.header-button--power img{width:1.2rem;height:1.2rem}.site-header__search-toggle{background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff59}.site-header__search-toggle img{width:1.25rem;height:1.25rem}.site-header__categories{background:#ede2ff;border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(96,1,210,.12)}.site-categories{display:flex;align-items:center;gap:1rem;overflow-x:auto;padding:.5rem 0}.site-header__categories .news-tabs__weather{margin-left:auto;background:#ffffffeb;border-color:#fff9;box-shadow:0 10px 20px #0000001f}.site-categories__link{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;color:#000;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.site-categories__link:hover,.site-categories__link:focus-visible{background:#6001d21a;color:#000;box-shadow:0 6px 18px #6001d233}.site-categories__link.is-active{background:#000;color:#fff;box-shadow:0 8px 18px #6001d252}.site-footer{margin-top:3rem;padding:1.75rem 0;background:#213663;color:#fff;border-top:1px solid rgba(255,255,255,.12);text-align:center}.site-footer__impresszum{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.5rem;border-radius:999px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.22);font-weight:600;letter-spacing:.01em;text-decoration:none;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease}.site-footer__impresszum:hover,.site-footer__impresszum:focus-visible{background:#fca3112e;border-color:#fca311a6;box-shadow:0 10px 24px #00000024;transform:translateY(-1px)}@media (max-width: 900px){.site-header__top{flex-wrap:wrap}.site-search{order:3;width:100%}.site-header__actions{margin-left:auto}.site-categories{flex-wrap:wrap;row-gap:.5rem}.site-header__categories .news-tabs__weather{margin-left:10;width:100%;justify-content:flex-start}}@media (max-width: 600px){.site-header__top{flex-direction:column;align-items:stretch}.site-logo{width:100%;justify-content:space-between}.site-header__actions{width:100%;justify-content:flex-end}}.button{padding:.5rem 1rem;border:none;border-radius:.25rem;cursor:pointer;text-decoration:none;display:inline-block}.button-primary{background-color:#000;color:#fff}.button-secondary{background-color:#14213d;color:#fff}.button-danger{background-color:#dc3545;color:#fff}.button-link{background:none;color:#000;padding:0;text-decoration:underline}.button-sm{padding:.25rem .5rem;font-size:.875rem}.form-label{display:block;margin-bottom:.5rem}.form-control{width:100%;padding:.5rem;border:1px solid rgb(193.59375,187.5,210);border-radius:.25rem;color:#000}.form-control:focus{outline:2px solid rgba(0,0,0,.18);border-color:#000}.form-check{display:flex;align-items:center;margin-bottom:1rem}.form-check-input{margin-right:.5rem}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.me-2{margin-right:.5rem}.text-end{text-align:right}.d-inline{display:inline}.alert{padding:.75rem 1rem;border-radius:.25rem;margin-bottom:1rem}.alert-success{background-color:#84e8ba;color:#198754}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #dee2e6;padding:.5rem}
