/* =========================================================
   Lightbox Content – Impressum & Datenschutz
   REDAXO 5.x | demo_fullpage 2.2.0
   ========================================================= */

/* ---------- Grundlayout ---------- */
body.lightboxcontent {
    background-color: #1e1e1e;
    color: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* ---------- Container ---------- */
body.lightboxcontent .uk-container {
    max-width: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ---------- Überschriften ---------- */
body.lightboxcontent h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2385ae;
}

body.lightboxcontent h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: #2385ae;
}

body.lightboxcontent h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    color: #2385ae;
}

/* ---------- Text ---------- */
body.lightboxcontent p {
    margin-bottom: 1rem;
}

/* ---------- Links (Impressum / Datenschutz extrem wichtig) ---------- */
body.lightboxcontent a {
    color: #2385ae;
    font-weight: 600;
    text-decoration: underline;
}

body.lightboxcontent a:hover,
body.lightboxcontent a:focus {
    color: #3a9bc5;
    text-decoration: none;
}

/* ---------- Listen ---------- */
body.lightboxcontent ul,
body.lightboxcontent ol {
    margin-left: 1.2rem;
    margin-bottom: 1rem;
}

body.lightboxcontent li {
    margin-bottom: 0.4rem;
}

/* ---------- Tabellen (DSGVO häufig!) ---------- */
body.lightboxcontent table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

body.lightboxcontent th,
body.lightboxcontent td {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 10px;
    text-align: left;
}

body.lightboxcontent th {
    background: rgba(255,255,255,0.1);
    font-weight: 600;
}

/* ---------- Abstände für lange Texte ---------- */
body.lightboxcontent section {
    margin-bottom: 2rem;
}

/* ---------- Mobile Optimierung ---------- */
@media (max-width: 640px) {
    body.lightboxcontent {
        font-size: 15px;
    }

    body.lightboxcontent h1 {
        font-size: 1.6rem;
    }

    body.lightboxcontent h2 {
        font-size: 1.3rem;
    }
}

/* ---------- Druckansicht (optional, sehr sinnvoll) ---------- */
@media print {
    body.lightboxcontent {
        background: #ffffff;
        color: #000000;
    }

    body.lightboxcontent a {
        color: #2385ae;
        text-decoration: underline;
    }
}
