/* ==========================================================================
   Rechtstexte (Impressum, Datenschutzerklärung)
   ========================================================================== */

.rechtstext {
    max-width: 52rem;
}

.rechtstext h2 {
    margin-top: var(--abstand-l);
    margin-bottom: .7rem;
    font-size: 1.3rem;
}

.rechtstext > h2:first-child { margin-top: 0; }

.rechtstext p,
.rechtstext li {
    line-height: 1.8;
    color: #2c333c;
}

.rechtstext ul {
    margin-bottom: 1.1rem;
    padding-left: 1.3rem;
}

.rechtstext li { margin-bottom: .35rem; }

.rechtstext__hervorhebung {
    margin-bottom: var(--abstand-l);
    padding: 1.4rem 1.6rem;
    background: var(--papier);
    border-left: 4px solid var(--rot);
    border-radius: 0 var(--radius-m) var(--radius-m) 0;
}

.rechtstext__hervorhebung h2 { margin-top: 0; }
.rechtstext__hervorhebung ul { margin-bottom: 0; }

/* Hinweiskasten fuer noch offene Angaben – bei Bedarf mit
   <div class="rechtstext__pruefen"><p>…</p></div> wiederverwendbar. */
.rechtstext__pruefen {
    margin: var(--abstand-m) 0;
    padding: 1rem 1.25rem;
    background: var(--orange-hell);
    border: 1px dashed var(--orange);
    border-radius: var(--radius-m);
    font-size: .93rem;
}

.rechtstext__pruefen p { margin: 0; }

.rechtstext__stand {
    margin-top: var(--abstand-l);
    padding-top: 1rem;
    border-top: 1px solid var(--grau-hell);
    font-size: .88rem;
    color: var(--text-leise);
}
