/* ==========================================================================
   datenschutz.css – Styles für rechtliche Seiten (Datenschutz & Impressum)
   /css/ | MoAktor

   Ausgelagert aus datenschutz.php im August 2026.
   Gold‑Nacht‑Farbwelt, passend zum öffentlichen Header.

   IDX: 677 | V: 1.0.0 | L: 0
   CHK: idx-marker

   Teil des MoAktor‑Ökosystems | Lizenz: Lichtarchitekt‑Lizenz #7
   ========================================================================== */

.legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 24px 4rem;
}

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #d4af37;
    font-family: 'Playfair Display', serif;
}

.legal-container h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #d4af37;
    font-family: 'Playfair Display', serif;
}

.legal-container p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.legal-container a {
    color: #d4af37;
    text-decoration: none;
}

.legal-container a:hover {
    text-decoration: underline;
}

.legal-container ul {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-container li {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
}
/* Responsive Anpassung für kleine Bildschirme */
@media (max-width: 480px) {
    .legal-container h1 {
        font-size: 1.8rem;
        word-break: break-word;
        hyphens: auto;
    }
}