/* HSG Radevormwald/Herbeck — Mockup-Stylesheet
   Vereinsfarben: Weiss und Rot (siehe Angebot AG-2026-0005) */

:root {
    --rot: #c8102e;
    --rot-dunkel: #96061f;
    --anthrazit: #1d2025;
    --grau: #5c636e;
    --grau-hell: #f2f3f5;
    --weiss: #ffffff;
    --rand: #e2e5ea;
    --radius: 10px;
    --schatten: 0 2px 12px rgba(29, 32, 37, .08);
    --breite: 1140px;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
    color: var(--anthrazit);
    background: var(--weiss);
    line-height: 1.6;
}

h1, h2, h3 { line-height: 1.25; margin: 0 0 .5em; }
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
a { color: var(--rot); }

.wrap { max-width: var(--breite); margin: 0 auto; padding: 0 20px; }

/* --- Mockup-Hinweisleiste --- */
.hinweis {
    background: var(--anthrazit);
    color: #fff;
    font-size: .82rem;
    letter-spacing: .02em;
    text-align: center;
    padding: 8px 20px;
}
.hinweis strong { color: #ff8fa1; }

/* --- Kopfbereich --- */
.kopf {
    border-bottom: 3px solid var(--rot);
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(6px);
    z-index: 20;
}
.kopf .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    flex-wrap: wrap;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.logo .zeichen {
    width: 46px; height: 46px; flex: none;
    border-radius: 50%;
    background: var(--rot);
    color: #fff;
    display: grid; place-items: center;
    font-weight: 800; font-size: 1rem; letter-spacing: -.02em;
}
.logo .name { font-weight: 700; font-size: 1.05rem; }
.logo .zusatz { display: block; font-weight: 400; font-size: .78rem; color: var(--grau); }

nav ul { display: flex; flex-wrap: wrap; gap: 2px; list-style: none; margin: 0; padding: 0; }
nav a {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--anthrazit);
    font-size: .93rem;
    font-weight: 600;
}
nav a:hover { background: var(--grau-hell); }
nav a.aktiv { background: var(--rot); color: #fff; }

/* --- Hero --- */
.hero {
    background: linear-gradient(115deg, var(--rot) 0%, var(--rot-dunkel) 100%);
    color: #fff;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: "";
    position: absolute;
    right: -80px; top: -60px;
    width: 380px; height: 380px;
    border: 44px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
}
.hero .wrap { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; }
.hero h1 { margin-bottom: .3em; }
.hero p { font-size: 1.1rem; opacity: .93; }
.hero .knopf { margin-top: 10px; }

.knopf {
    display: inline-block;
    background: #fff;
    color: var(--rot);
    font-weight: 700;
    padding: 12px 22px;
    border-radius: var(--radius);
    text-decoration: none;
    box-shadow: var(--schatten);
}
.knopf.rot { background: var(--rot); color: #fff; }
.knopf:hover { transform: translateY(-1px); }

/* --- Abschnitte --- */
section { padding: 52px 0; }
section.grau { background: var(--grau-hell); }
.titel { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.titel h2 { margin: 0; }
.titel a { font-weight: 600; text-decoration: none; font-size: .93rem; }

.raster { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.raster.zwei { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.karte {
    background: #fff;
    border: 1px solid var(--rand);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.karte .bild {
    aspect-ratio: 16 / 9;
    background: repeating-linear-gradient(45deg, #e9ebef, #e9ebef 12px, #eff1f4 12px, #eff1f4 24px);
    display: grid;
    place-items: center;
    color: var(--grau);
    font-size: .8rem;
    letter-spacing: .04em;
}
.karte .inhalt { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.karte h3 { margin-bottom: .35em; }
.karte p { color: var(--grau); font-size: .94rem; flex: 1; }
.karte .mehr { font-weight: 600; font-size: .9rem; text-decoration: none; }

.marke {
    display: inline-block;
    background: var(--rot);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.marke.grau { background: var(--grau); }

/* --- Termine --- */
.termin {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--rand);
    border-radius: var(--radius);
    padding: 14px 18px;
    margin-bottom: 10px;
}
.termin .datum {
    flex: none;
    width: 62px;
    text-align: center;
    background: var(--rot);
    color: #fff;
    border-radius: 8px;
    padding: 6px 0;
    line-height: 1.1;
}
.termin .datum .tag { font-size: 1.35rem; font-weight: 800; display: block; }
.termin .datum .monat { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.termin .text { flex: 1; }
.termin .text strong { display: block; }
.termin .text span { color: var(--grau); font-size: .9rem; }

/* --- Tabellen --- */
.tabelle-huelle { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; font-size: .94rem; min-width: 520px; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--rand); }
th { background: var(--anthrazit); color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; }
tbody tr:nth-child(odd) { background: #fafbfc; }
tr.eigen { background: #fdeef1 !important; font-weight: 700; }
td.zahl, th.zahl { text-align: right; }

/* --- Sponsoren --- */
.sponsoren { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
.sponsor {
    background: #fff;
    border: 1px solid var(--rand);
    border-radius: var(--radius);
    aspect-ratio: 3 / 2;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    color: var(--grau);
    font-size: .9rem;
}
.sponsor.gross { grid-column: span 2; aspect-ratio: 3 / 1; font-size: 1rem; color: var(--anthrazit); }

/* --- Formular --- */
form { display: grid; gap: 14px; max-width: 560px; }
label { font-weight: 600; font-size: .92rem; display: block; margin-bottom: 4px; }
input, textarea, select {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--rand);
    border-radius: 8px;
    font: inherit;
    background: #fff;
}
button {
    justify-self: start;
    background: var(--rot);
    color: #fff;
    border: 0;
    font: inherit;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: var(--radius);
    cursor: pointer;
}

.notiz {
    border-left: 4px solid var(--rot);
    background: var(--grau-hell);
    padding: 14px 18px;
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: .93rem;
    color: var(--grau);
}

/* --- Fuss --- */
.fuss { background: var(--anthrazit); color: #b9bec7; padding: 44px 0 26px; font-size: .92rem; }
.fuss a { color: #fff; text-decoration: none; }
.fuss h3 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; }
.fuss .spalten { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.fuss ul { list-style: none; margin: 0; padding: 0; }
.fuss li { margin-bottom: 6px; }
.fuss .unten { border-top: 1px solid #333840; margin-top: 30px; padding-top: 16px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; }

@media (max-width: 640px) {
    .kopf .wrap { min-height: 0; padding-block: 12px; }
    nav ul { gap: 0; }
    nav a { padding: 6px 9px; font-size: .87rem; }
    section { padding: 38px 0; }
}
