/* Ausgelagert aus: verein.php – CSS-Variablen-kompatibel */

.page-hero {
    background: linear-gradient(135deg, var(--bg-page) 0%, var(--bg-section) 50%, var(--bg-page) 100%);
    border-bottom: 3px solid var(--red);
    padding: 72px 24px 56px;
    text-align: center;
}
.page-hero .badge {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 18px;
}
.page-hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 14px;
    line-height: 1.1;
}
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero p {
    color: var(--text-muted);
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}
.vereinstext-section { background: var(--bg-page); padding: 72px 24px; }
.vereinstext-inner { max-width: 860px; margin: 0 auto; }
.section-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
}
.vereinstext-inner h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 8px;
    line-height: 1.2;
}
.vereinstext-inner h2 em { color: var(--red); font-style: normal; }
.section-title-bar {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--red);
    border-radius: 2px;
    margin: 14px 0 32px;
}
.vereinstext-inner p { color: var(--text-muted); font-size: 0.97rem; line-height: 1.8; margin: 0 0 1.25rem; }
.vereinstext-inner p strong { color: var(--text-main); }
.highlight-box {
    background: var(--bg-card);
    border-left: 4px solid var(--red);
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin: 28px 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
}
.highlight-box strong { color: var(--text-main); font-style: normal; }
.werte-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}
@media (max-width: 700px) { .werte-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .werte-grid { grid-template-columns: 1fr; } }
.werte-card {
    background: var(--bg-card);
    border: 1px solid var(--border-col);
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: border-color 0.2s;
}
.werte-card:hover { border-color: var(--red); }
.werte-card-icon { font-size: 1.6rem; line-height: 1; flex-shrink: 0; }
.werte-card-body h3 { font-size: 0.9rem; font-weight: 700; color: var(--text-main); margin: 0 0 5px; }
.werte-card-body p { font-size: 0.82rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

.kennwerte-section { background: var(--bg-section); padding: 72px 24px; border-top: 1px solid var(--border-col); }
.kennwerte-inner { max-width: 1100px; margin: 0 auto; }
.kennwerte-inner .section-label { text-align: center; }
.kennwerte-inner h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--text-main);
    text-align: center;
    margin: 0 0 8px;
}
.kennwerte-inner h2 em { color: var(--red); font-style: normal; }
.kennwerte-bar { display: block; width: 48px; height: 3px; background: var(--red); border-radius: 2px; margin: 14px auto 48px; }
.kennwerte-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .kennwerte-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .kennwerte-grid { grid-template-columns: 1fr 1fr; } }
.kennwert-card { background: var(--bg-card); border: 1px solid var(--border-col); border-radius: 14px; padding: 28px 16px 22px; text-align: center; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.kennwert-card:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: 0 8px 28px rgba(204,0,0,0.15); }
.kennwert-icon { font-size: 2rem; line-height: 1; margin-bottom: 10px; }
.kennwert-num { font-family: 'Oswald', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--red); line-height: 1.1; margin-bottom: 6px; }
.kennwert-label { font-size: 0.72rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; }

.ueber-cta { background: var(--bg-section); border-top: 3px solid var(--red); padding: 64px 24px; text-align: center; }
.ueber-cta h2 { font-family: 'Oswald', sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: var(--text-main); margin: 0 0 12px; }
.ueber-cta h2 em { color: var(--red); font-style: normal; }
.ueber-cta p { color: var(--text-muted); font-size: 0.95rem; margin: 0 auto 28px; max-width: 500px; line-height: 1.6; }
.ueber-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ueber-cta-btns .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; text-decoration: none; font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; padding: 13px 28px; border-radius: 8px; transition: background 0.2s, transform 0.2s; }
.ueber-cta-btns .btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.ueber-cta-btns .btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text-main); text-decoration: none; font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600; padding: 13px 28px; border-radius: 8px; border: 1px solid var(--border-col); transition: border-color 0.2s, color 0.2s, transform 0.2s; }
.ueber-cta-btns .btn-secondary:hover { border-color: var(--red); color: var(--text-main); transform: translateY(-2px); }
