/**
 * Freiwillige Feuerwehr Baar Schwaben
 * Modern Theme 2026 - Inhaltsseiten Stylesheet (Aktive, Jugend, Technik, Verein)
 */

.inhalt_frame_header {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.5rem;
}

.inhalt_frame_header_ueberschrift {
    display: block;
    color: var(--text-main);
    font-weight: 700;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.inhalt_frame_header_text {
    display: block;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.5;
}

.inhalt_frame_body {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-main);
    box-shadow: var(--shadow-sm);
    margin-bottom: 2rem;
}

.inhalt_frame_body p {
    margin-bottom: 1.25rem;
}

.inhalt_frame_body p:last-child {
    margin-bottom: 0;
}

.inhalt_frame_body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-block: 1rem;
}

.inhalt_frame_body table {
    width: 100%;
    border-collapse: collapse;
    margin-block: 1.5rem;
}

.inhalt_frame_body th,
.inhalt_frame_body td {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-subtle);
    text-align: left;
}

.inhalt_frame_body th {
    background-color: var(--bg-muted);
    font-weight: 600;
}
