/* B.F.C. Germania 1888 — Entwurf SITEBASE, 25.07.2026 */

:root {
  --rot: #C00518;
  --rot-hell: #E01B30;
  --rot-tief: #8E0412;
  --kohle: #120E0D;
  --kohle-2: #1C1614;
  --kohle-3: #2A211E;
  --papier: #FFFFFF;
  --papier-2: #F7F4F1;
  --papier-3: #EDE7E2;
  --tinte: #17120F;
  --tinte-2: #4C423C;
  --tinte-3: #7C6E66;
  --linie: #DFD7D0;

  --sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --mono: "Cascadia Mono", Consolas, "SF Mono", ui-monospace, monospace;

  --breit: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; }
p { margin: 0; }
a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--rot);
  outline-offset: 3px;
}

.inner { max-width: var(--breit); margin: 0 auto; padding: 0 26px; }
.eng { max-width: 780px; }

/* ---------- Entwurfsleiste ---------- */
.entwurfsleiste {
  background: var(--kohle);
  color: #B9ADA7;
  font-size: 12.5px;
  line-height: 1.45;
  padding: 8px 26px;
  text-align: center;
  border-bottom: 1px solid #2A211E;
}
.entwurfsleiste b { color: #fff; font-weight: 600; }
.entwurfsleiste .punkt { color: var(--rot-hell); }

/* ---------- Kopf ---------- */
.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18,14,13,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #2A211E;
}
.kopf-reihe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 74px;
}
.marke { display: flex; align-items: center; gap: 13px; text-decoration: none; flex: none; }
.marke img { height: 46px; width: auto; }
.marke-text strong {
  display: block;
  color: #fff;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.1;
}
.marke-text span {
  display: block;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--rot-hell);
  margin-top: 3px;
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: #C4B8B2;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 9px 13px;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: #fff; }
.nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--rot); }
.nav .cta {
  background: var(--rot);
  color: #fff;
  border: none;
  padding: 11px 18px;
  margin-left: 10px;
}
.nav .cta:hover { background: var(--rot-hell); color: #fff; }

.menue-knopf {
  display: none;
  background: none;
  border: 1px solid #4A3E39;
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 14px;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  background: var(--kohle);
  overflow: hidden;
}
.hero-bild {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: .5;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,14,13,.55) 0%, rgba(18,14,13,.35) 40%, rgba(18,14,13,.96) 100%);
}
.hero-jahr {
  position: absolute;
  right: -2vw;
  top: 6vh;
  font-family: var(--serif);
  font-size: clamp(160px, 26vw, 400px);
  font-weight: 700;
  color: #fff;
  opacity: .06;
  line-height: .82;
  letter-spacing: -.03em;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.hero .inner { position: relative; z-index: 2; padding-bottom: 68px; padding-top: 120px; }
.hero-marke {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  background: var(--rot);
  padding: 7px 13px;
  margin-bottom: 24px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(42px, 8.4vw, 108px);
  font-weight: 900;
  line-height: .93;
  letter-spacing: -.035em;
  text-transform: uppercase;
  max-width: 13ch;
  margin-bottom: 24px;
}
.hero h1 em { font-style: normal; color: var(--rot-hell); }
.hero-text {
  color: #D3C8C2;
  font-size: clamp(17px, 2vw, 21px);
  max-width: 50ch;
  line-height: 1.5;
  margin-bottom: 32px;
}
.knopf-reihe { display: flex; gap: 12px; flex-wrap: wrap; }
.knopf {
  display: inline-block;
  padding: 15px 26px;
  background: var(--rot);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: .01em;
  border: 2px solid var(--rot);
  transition: background .15s ease, border-color .15s ease;
}
.knopf:hover { background: var(--rot-hell); border-color: var(--rot-hell); }
.knopf.hell { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.knopf.hell:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.knopf.dunkel { background: var(--kohle); border-color: var(--kohle); }
.knopf.dunkel:hover { background: var(--kohle-3); border-color: var(--kohle-3); }

/* ---------- Spielband ---------- */
.spielband { background: var(--rot); color: #fff; }
.spielband-kopf {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 14px 0 0;
  opacity: .85;
}
.spiele {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  padding-bottom: 4px;
}
.spiel { padding: 18px 26px 22px 0; border-right: 1px solid rgba(255,255,255,.2); }
.spiel:last-child { border-right: none; }
.spiel .wann {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  opacity: .85;
  margin-bottom: 8px;
}
.spiel .wer { font-weight: 800; font-size: 18px; line-height: 1.25; letter-spacing: -.01em; }
.spiel .was { font-size: 13.5px; opacity: .88; margin-top: 5px; }

/* ---------- Abschnitte ---------- */
.abschnitt { padding: 92px 0; }
.abschnitt.getont { background: var(--papier-2); }
.abschnitt.dunkel { background: var(--kohle); color: #E8E0DC; }
.abschnitt.dunkel h2 { color: #fff; }
.abschnitt.dunkel .fuehrung { color: #B9ADA7; }

.label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--rot);
  margin-bottom: 14px;
}
.abschnitt.dunkel .label { color: var(--rot-hell); }
h2 {
  font-size: clamp(30px, 5.2vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.03em;
  margin-bottom: 20px;
  max-width: 17ch;
}
.fuehrung {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--tinte-2);
  max-width: 60ch;
  line-height: 1.55;
  margin-bottom: 44px;
}

/* ---------- Teamkarten ---------- */
.teams { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.team {
  background: var(--papier);
  border: 1px solid var(--linie);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease;
}
.team:hover { border-color: var(--rot); transform: translateY(-3px); }
.team-bild { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--papier-3); }
.team-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.team:hover .team-bild img { transform: scale(1.05); }
.team-liga {
  position: absolute;
  left: 0; bottom: 0;
  background: var(--rot);
  color: #fff;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  padding: 7px 12px;
}
.team-koerper { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.team h3 { font-size: 23px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.team-daten { display: grid; gap: 7px; font-size: 15px; margin-top: auto; }
.team-daten div { display: flex; gap: 10px; }
.team-daten dt { color: var(--tinte-3); min-width: 78px; flex: none; font-size: 14px; }
.team-daten dd { margin: 0; color: var(--tinte-2); }
.trainer-zeile { display: flex; align-items: center; gap: 11px; padding-top: 4px; }
.trainer-zeile img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
.trainer-zeile .tn { font-weight: 700; font-size: 15px; line-height: 1.2; }
.trainer-zeile .tr { font-size: 13px; color: var(--tinte-3); }

/* ---------- Jahrgangsfinder ---------- */
.finder { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.jg {
  background: var(--kohle-2);
  border-left: 3px solid var(--rot);
  padding: 22px;
}
.jg .jahr { font-family: var(--mono); font-size: 12px; color: var(--rot-hell); letter-spacing: .1em; }
.jg h4 { font-size: 21px; font-weight: 800; margin: 7px 0 5px; letter-spacing: -.015em; color: #fff; }
.jg p { font-size: 14.5px; color: #A79A94; line-height: 1.45; }

/* ---------- Split ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.split-bild { position: relative; min-height: 420px; overflow: hidden; }
.split-bild img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.split-text { padding: 66px 56px; display: flex; flex-direction: column; justify-content: center; }
.split-text h2 { font-size: clamp(28px, 3.6vw, 44px); }

/* ---------- Beiträge ---------- */
.tarife { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 20px; margin-bottom: 34px; }
.tarif {
  border: 1px solid var(--linie);
  background: var(--papier);
  padding: 28px 26px;
}
.tarif.stark { border: 2px solid var(--rot); }
.tarif .fuer {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--tinte-3);
  margin-bottom: 14px;
}
.tarif .preis {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tarif .preis span { font-size: 16px; font-weight: 500; color: var(--tinte-3); letter-spacing: 0; }
.tarif .dazu { font-size: 14.5px; color: var(--tinte-2); margin-top: 12px; line-height: 1.5; }

/* ---------- Zeitstrahl ---------- */
.strahl { position: relative; padding-left: 40px; display: grid; gap: 42px; }
.strahl::before {
  content: "";
  position: absolute;
  left: 9px; top: 10px; bottom: 10px;
  width: 2px;
  background: linear-gradient(var(--rot) 0%, var(--rot) 60%, var(--linie) 100%);
}
.stufe { position: relative; }
.stufe::before {
  content: "";
  position: absolute;
  left: -36px; top: 9px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--papier);
  border: 3px solid var(--rot);
}
.abschnitt.dunkel .stufe::before { background: var(--kohle); }
.stufe .jahr {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--rot);
  margin-bottom: 6px;
}
.abschnitt.dunkel .stufe .jahr { color: var(--rot-hell); }
.stufe h3 { font-family: var(--serif); font-size: clamp(21px, 2.6vw, 28px); line-height: 1.2; margin-bottom: 9px; }
.stufe p { color: var(--tinte-2); max-width: 60ch; line-height: 1.6; }
.abschnitt.dunkel .stufe p { color: #B9ADA7; }

.grosszitat {
  font-family: var(--serif);
  font-size: clamp(26px, 4.4vw, 48px);
  line-height: 1.22;
  letter-spacing: -.015em;
  max-width: 20ch;
  margin-bottom: 18px;
}
.zitat-quelle { font-family: var(--mono); font-size: 12.5px; letter-spacing: .08em; color: var(--tinte-3); }
.abschnitt.dunkel .zitat-quelle { color: #8E817B; }

/* ---------- Sponsoren ---------- */
.sponsoren {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  background: var(--linie);
  border: 1px solid var(--linie);
}
.sp {
  background: var(--papier);
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 22px 18px;
  transition: background .15s ease;
}
.sp:hover { background: var(--papier-2); }
.sp img { max-height: 62px; width: auto; object-fit: contain; }
.sp.werben {
  background: var(--kohle);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.sp.werben small {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .12em;
  color: var(--rot-hell);
  margin-top: 7px;
}

/* ---------- Kontaktband ---------- */
.kontaktband {
  background: var(--rot);
  color: #fff;
  padding: 66px 0;
}
.kontaktband h2 { color: #fff; max-width: 20ch; }
.kontaktband p { color: rgba(255,255,255,.9); font-size: 19px; max-width: 54ch; margin-bottom: 30px; }

/* ---------- Fuß ---------- */
footer { background: var(--kohle); color: #A79A94; padding: 66px 0 28px; font-size: 15px; }
.fuss { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px; }
footer h5 {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rot-hell);
  margin: 0 0 15px;
}
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
footer a { color: #A79A94; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
footer strong { color: #fff; font-weight: 600; }
.fuss-unten {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid #2A211E;
  font-size: 13px;
  color: #7B6E68;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.entwurf-fuss {
  background: var(--kohle-2);
  color: #8E817B;
  font-size: 13px;
  line-height: 1.65;
  padding: 26px 0 32px;
}
.entwurf-fuss .inner { max-width: 900px; }
.entwurf-fuss b { color: #C4B8B2; }

/* ---------- Reveal: bewusst ohne Einblend-Animation ----------
   Scroll-Reveals wurden entfernt. Beim Full-Page-Rendern und bei
   Anker-Sprüngen blieben Sektionen unsichtbar; der optische Gewinn
   rechtfertigt dieses Risiko auf einer Kundenseite nicht. */
.reveal { opacity: 1; }

/* ---------- Mobil ---------- */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-bild { min-height: 280px; }
  .split-text { padding: 46px 26px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav { display: none; }
  .nav.offen {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--kohle);
    border-bottom: 3px solid var(--rot);
    padding: 10px 20px 20px;
    gap: 0;
  }
  .nav.offen a { padding: 14px 4px; border-bottom: 1px solid #2A211E; }
  .nav.offen .cta { margin: 14px 0 0; text-align: center; border-bottom: none; }
  .menue-knopf { display: block; }
  .kopf { position: relative; }
  .hero { min-height: 74vh; }
  .hero .inner { padding-top: 70px; padding-bottom: 48px; }
  .abschnitt { padding: 62px 0; }
  .spiel { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); padding-right: 0; }
  .spiel:last-child { border-bottom: none; }
  .strahl { padding-left: 30px; }
  .stufe::before { left: -27px; }
}
