/* ===================== IMPRESSUM ===================== */

.impressum-wrap {
    padding: 3.5rem 70px;
    background: #ffffff;
    max-width: 100%;
    box-sizing: border-box;
}

.impressum-wrap h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #128c46;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    margin-top: 0;
}

.impressum-wrap h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    margin-top: 0;
}

.impressum-block {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.impressum-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.impressum-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.impressum-sub {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.impressum-wrap p {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.85;
    margin-bottom: 0.75rem;
}

.impressum-wrap p:last-child {
    margin-bottom: 0;
}

.impressum-wrap strong {
    font-weight: 700;
    color: #1a1a1a;
}

.impressum-wrap a {
    color: #128c46;
    text-decoration: none;
    font-weight: 600;
}

.impressum-wrap a:hover {
    text-decoration: underline;
}

/* ── RESPONSIVE ── */
@media (max-width: 1400px) {
    .impressum-wrap { padding: 3rem 40px; }
}

@media (max-width: 768px) {
    .impressum-wrap { padding: 2.5rem 20px; }
    .impressum-wrap h1 { font-size: 1.8rem; }
}

@media (max-width: 480px) {
    .impressum-wrap { padding: 2rem 16px; }
}