@charset "utf-8";
/* CSS Document */
/* ============================================================
   Breitenfelder Sportverein von 1924 e.V. – blank.css
   Nur zContent-Systemklassen für den TinyMCE-%CONTENT%-Bereich
   ============================================================ */

html, body {
  background-color: #0d0f12 !important;
  color: #f3f6ff !important;
  font-family: 'Outfit', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 16px 20px !important;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #f3f6ff;
  margin: 0 0 14px;
}

h1 { font-size: 32px; color: #ffffff; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #d6e2ff; }
h2 { font-size: 24px; color: #d6e2ff; margin: 28px 0 12px; padding-bottom: 7px; border-bottom: 1px solid #33414f; }
h3 { font-size: 19px; color: #ffffff; margin: 22px 0 10px; }
h4 { font-size: 17px; color: #d6e2ff; margin: 18px 0 8px; }
h5 { font-size: 15px; color: #d6e2ff; margin: 14px 0 6px; }
h6 { font-size: 14px; color: #d6e2ff; margin: 12px 0 6px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial Black, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

a { color: #d6e2ff; text-decoration: none; transition: color .2s; }
a:hover { color: #ffffff; text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid #e6eeff;
  outline-offset: 2px;
  border-radius: 4px;
}
strong, b { color: #ffffff; font-weight: 700; }
em, i { color: #d0d8e0; font-style: italic; }

ul, ol { padding-left: 22px; margin: 0 0 16px; }
li { font-size: 16px; line-height: 1.75; margin-bottom: 5px; color: #f3f6ff; }
ul li::marker { color: #d6e2ff; }
ol li::marker { color: #d6e2ff; font-weight: 700; }

hr { border: none; border-top: 1px solid #33414f; margin: 28px 0; }

blockquote {
  margin: 24px 0;
  padding: 16px 20px 16px 24px;
  background: rgba(242,194,48,.05);
  border-left: 4px solid #d6e2ff;
  border-radius: 0 6px 6px 0;
}
blockquote p {
  font-size: 17px;
  font-style: italic;
  color: #d0d8e0;
  line-height: 1.8;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 16px;
}
table th {
  background: #2b3744;
  color: #d6e2ff;
  padding: 11px 14px;
  text-align: left;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid #d6e2ff;
}
table td {
  padding: 12px 14px;
  border-bottom: 1px solid #33414f;
  color: #f3f6ff;
  vertical-align: top;
}
table tr:hover td { background: rgba(255,255,255,.04); }
table tr:last-child td { border-bottom: none; }

img { max-width: 100%; height: auto; border-radius: 5px; }

/* ── zContent Systemklassen ──────────────────────────────── */
.normal,
.text {
  font-size: 16px;
  font-weight: 400;
  color: #f3f6ff;
  line-height: 1.8;
}
.text { margin-bottom: 12px; }
.pokal {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
}

.ueberschrift {
  font-family: 'Oswald', Arial Black, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  border-bottom: 2px solid #d6e2ff;
  margin: 24px 0 12px;
  display: block;
}
.ueberschrift2 {
  font-family: 'Oswald', Arial Black, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #d6e2ff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 6px;
  border-bottom: 1px solid #33414f;
  margin: 20px 0 10px;
  display: block;
}
.ueberschrift3 {
  font-family: 'Oswald', Arial Black, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #d6e2ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  border-bottom: 1px solid #33414f;
  margin: 0 0 12px;
  display: block;
}

.link { text-decoration: none; color: #d6e2ff; font-weight: 600; }
.link:hover { color: #ffffff; text-decoration: underline; }
.link_aktiv { text-decoration: underline; color: #d6e2ff; font-weight: 600; }

.auswahl {
  font-size: 15px;
  color: #f3f6ff;
  background: #1b242f;
  border: 1px solid #33414f;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
}
.auswahl:focus { border-color: #d6e2ff; outline: none; }

.bemerkung {
  font-size: 14px;
  font-style: italic;
  color: #d6e2ff;
  line-height: 1.6;
  padding: 8px 12px;
  border-left: 3px solid #33414f;
  background: rgba(255,255,255,.03);
  border-radius: 0 3px 3px 0;
  margin: 8px 0;
  display: block;
}

/* ── Projektklassen für redaktionelle Inhalte ───────────── */
.intro {
  font-size: 16px;
  line-height: 1.85;
  color: #e0e7ee;
  margin: 0 0 20px;
  padding: 12px 16px;
  border-left: 3px solid #d6e2ff;
  background: rgba(214,226,255,.08);
  border-radius: 0 4px 4px 0;
}

.info-grid { margin: 0 0 24px; }

.info-box {
  background: #202a35;
  border: 1px solid #33414f;
  border-left: 3px solid #d6e2ff;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin-bottom: 10px;
}

.info-row {
  padding: 5px 0;
  font-size: 15px;
  color: #e0e7ee;
  border-bottom: 1px solid #2a3440;
  line-height: 1.5;
}
.info-row:last-child { border-bottom: none; }

.abschnitt { margin-bottom: 28px; }

.tabelle-vorstand {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.tabelle-vorstand td {
  padding: 10px 14px;
  border-bottom: 1px solid #33414f;
  font-size: 15px;
  vertical-align: top;
  color: #f3f6ff;
}
.tabelle-vorstand td:first-child {
  color: #d6e2ff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: 42%;
}
.tabelle-vorstand tr:last-child td { border-bottom: none; }

.news-link {
  display: inline-block;
  background: rgba(214,226,255,.14);
  border: 1px solid rgba(242,194,48,.4);
  color: #d6e2ff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 8px;
}

.hinweis {
  font-size: 14px;
  font-style: italic;
  color: #d6e2ff;
  padding: 10px 16px;
  background: rgba(214,226,255,.10);
  border-left: 3px solid #d6e2ff;
  border-radius: 0 4px 4px 0;
  margin-bottom: 18px;
}

.kontakt-hinweis {
  margin-top: 24px;
  padding: 12px 16px;
  background: rgba(214,226,255,.10);
  border-left: 3px solid #d6e2ff;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  color: #d6e2ff;
}
.kontakt-hinweis a { color: #d6e2ff; font-weight: 600; }

.abt-grid { margin: 0 0 24px; }

.abt-kachel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin-bottom: 6px;
  background: #202a35;
  border: 1px solid #33414f;
  border-left: 3px solid #d6e2ff;
  border-radius: 0 6px 6px 0;
  text-decoration: none;
}

.abt-kachel-icon { font-size: 24px; flex-shrink: 0; }

.abt-kachel-name {
  font-family: 'Oswald', Arial Black, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.abt-kachel-arrow { color: #d6e2ff; font-size: 13px; margin-left: auto; }
