/* ============================================================
   impressum.css – Page-specific styles for impressum.html
   ============================================================ */

p { line-height: 1.7; margin-bottom: 1rem; }

/* ── PAGE HERO ── */
.page-hero {
    padding: 160px 0 60px;
    background-color: #000;
}

.page-hero h1 { font-size: 48px; margin-bottom: 10px; }

/* ── IMPRESSUM CONTENT ── */
.impressum-content {
    padding: 60px 0 100px;
    background-color: #000;
    max-width: 820px;
}

.impressum-content h2 {
    font-size: 22px;
    margin: 40px 0 12px;
    padding-top: 20px;
    border-top: 1px solid #222;
}

.impressum-content h2:first-child { border-top: none; padding-top: 0; }

.impressum-content h3 {
    font-size: 17px;
    margin: 28px 0 10px;
    color: #eee;
}

.impressum-content h4 {
    font-size: 15px;
    margin: 20px 0 8px;
    color: #ccc;
}

.impressum-content ul {
    margin: 0 0 1rem 1.4rem;
    line-height: 1.8;
}

.impressum-content a { color: #ccc; }
.impressum-content a:hover { color: #fff; }

/* ── RESPONSIVE ── */
@media screen and (max-width: 768px) {
    .page-hero h1 { font-size: 32px; }
}
