/* ============================================================
   impressum.css – Styles für die Datenschutzerklärung
   Präfix: .dse- (Datenschutzerklärung)
   ============================================================ */

/* Haupt-Überschrift */
.dse-h1 {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}

/* Abschnitts-Überschriften (z.B. "1. Datenschutz auf einen Blick") */
.dse-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
}

/* Unter-Überschriften */
.dse-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    text-align: left!important;
}

/* Detail-Überschriften */
.dse-h4 {
    font-size: 1.3rem!important;
    font-weight: 600;
    padding-top: 1.25rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.25rem;
    text-align: left!important;
}

/* Fließtext-Absätze */
.dse-p {
    line-height: 1.7;
    margin-bottom: 0.9rem;
}

/* Listen */
.dse-ul {
    padding-left: 1.5rem;
    margin-bottom: 0.9rem;
}

.dse-ul li {
    line-height: 1.7;
    margin-bottom: 0.4rem;
}

/* Links */
.dse-a {
    word-break: break-all;
}
