/* =========================================================
   IVÖ – Öffentliche Inhaltsseiten (public.css)
   Konsolidierte Komponenten-Styles, die früher inline als
   „Seite-spezifische Aufwertung" in jeder HTML-Seite dupliziert waren.
   Eine zentrale Quelle = einheitliches Design auf allen öffentlichen Seiten.
   Markenfarbe: #7B3738 (Weinrot).
   ========================================================= */

/* ---- Sub-Navigation (Selbstdarstellung-Bereich: Organigramm, Vereinsstatuten, Mitgliederregeln) ---- */
.subnav { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 26px; padding: 7px; background: #f6f7f9; border: 1px solid rgba(27, 35, 48, .09); border-radius: 12px; }
.subnav a { padding: 9px 16px; border-radius: 8px; color: #5b6573; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .15s ease, color .15s ease; }
.subnav a:hover { background: rgba(123, 55, 56, .08); color: #7B3738; text-decoration: none; }
.subnav a.active { background: #7B3738; color: #fff; }
@media (max-width: 575.98px) { .subnav a { flex: 1 1 42%; text-align: center; } }

/* ---- Info-Karten (auf den meisten Inhaltsseiten verwendet) ---- */
.info-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.info-card { border: 0; border-radius: 12px; background: #fff; overflow: hidden; }
.info-card .card-body { padding: 18px 20px; }
.info-title { margin-bottom: 8px; color: #7B3738; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.info-text { margin: 0; color: #333; line-height: 1.65; word-break: break-word; }

/* ---- Soft-Badge / Chip ---- */
.badge-soft { display: inline-block; padding: 6px 10px; border-radius: 999px; background: rgba(123, 55, 56, .10); color: #7B3738; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* ---- Listen & Zitate ---- */
.list-clean { padding-left: 18px; margin-bottom: 0; }
.list-clean li { margin-bottom: 8px; }
.quote-box { padding: 14px 16px; background: rgba(0, 0, 0, .03); border-left: 4px solid #7B3738; border-radius: 10px; }

/* ---- Dokument-Download als klarer Button ----
   a.doc-link (Spezifität 0,1,1) überschreibt das globale .content a (Unterstrich). */
a.doc-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: #7B3738; border: 1px solid #7B3738; border-radius: 9px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .15s ease, transform .15s ease, box-shadow .15s ease; }
a.doc-link i { color: #fff; font-size: 16px; line-height: 1; }
a.doc-link:hover, a.doc-link:focus { background: #682f30; border-color: #682f30; color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(123, 55, 56, .22); }

/* ---- Rechtstexte (Datenschutz, Nutzungsbestimmungen) ---- */
.legal h3 { margin: 0 0 8px; color: #222; font-size: 18px; font-weight: 800; }
.legal p { margin: 0 0 12px; color: #333; line-height: 1.75; }
.legal p:last-child { margin-bottom: 0; }
.legal .para { margin-top: 10px; }
.legal ul { padding-left: 18px; margin: 10px 0 0; }
.legal li { margin-bottom: 8px; color: #333; line-height: 1.65; }
.legal a { color: #7B3738; font-weight: 700; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal .divider { height: 1px; margin: 14px 0; background: rgba(0, 0, 0, .08); }

/* ---- Presse ---- */
.press-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.press-card { border: 0; border-radius: 12px; background: #fff; overflow: hidden; }
.press-card .card-body { padding: 18px 20px; }
.press-title { margin-bottom: 8px; color: #7B3738; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.press-text { margin: 0; color: #333; line-height: 1.65; }
.press-contact a { color: #7B3738; text-decoration: underline; }
.press-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.press-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; background: #FBFBFB; border: 1px solid #E2E2E2; border-radius: 999px; color: #333; font-size: 13px; font-weight: 600; }
.press-chip i { color: #7B3738; }

/* ---- International ---- */
.international-hero { background: linear-gradient(135deg, rgba(123, 55, 56, .10), rgba(123, 55, 56, .03)); border-left: 4px solid #7B3738; }
.lead-text { margin: 0; color: #333; font-size: 16px; line-height: 1.75; }
.logo-block { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 18px; margin-top: 16px; }
.logo-block img { max-width: 260px; height: auto; }
.logo-caption { max-width: 420px; margin: 0; color: #555; line-height: 1.65; }
.mini-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.mini-card { height: 100%; padding: 16px; background: #FBFBFB; border: 1px solid rgba(0, 0, 0, .08); border-radius: 12px; }
.mini-card i { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-bottom: 10px; background: rgba(123, 55, 56, .10); border-radius: 999px; color: #7B3738; font-size: 17px; }
.mini-card-title { margin-bottom: 6px; color: #222; font-weight: 800; }
.mini-card-text { margin: 0; color: #444; line-height: 1.6; }
.check-list { padding-left: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 10px; color: #333; line-height: 1.65; }
.check-list li:last-child { margin-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #7B3738; font-weight: 800; }
.soft-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #7B3738; font-weight: 800; text-decoration: none; }
.soft-link:hover { color: #7B3738; text-decoration: underline; }
.note-box { padding: 16px; background: rgba(123, 55, 56, .07); border-radius: 12px; color: #333; line-height: 1.65; }

/* ---- Kontaktformular ---- */
.antispam { display: none; }
.form-card .card-body { padding: 18px 20px; }
.form-control { border-radius: 10px; }
.form-help { margin: 8px 0 0; color: #666; font-size: 13px; line-height: 1.55; }
.required-note { margin: 0; color: #666; font-size: 13px; line-height: 1.55; }
.check-row { display: flex; align-items: flex-start; gap: 10px; }
.check-row input { margin-top: 4px; }
.captcha-wrap { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 8px; }
#image-captcha { display: block; max-width: 240px; height: auto; background: #fff; border: 1px solid rgba(0, 0, 0, .08); border-radius: 10px; }

/* ---- Responsive ---- */
@media (min-width: 576px) {
  .captcha-wrap { grid-template-columns: 220px 1fr; align-items: center; }
}
@media (min-width: 768px) {
  .mini-grid { grid-template-columns: repeat(3, 1fr); }
}
