.elementor-1334 .elementor-element.elementor-element-c0f0d7d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9210c4f *//* Überschreibe H2 für alle Legal Pages */
.impressum-content h2,
.datenschutz-content h2,
.cookie-policy-content h2,
.terms-content h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.8em !important;
    line-height: 1.3 !important;
    margin-top: 2.5em !important;
    margin-bottom: 0.5em !important;
    color: #006B7D !important;
}

/* Überschreibe H3 für alle Legal Pages */
.impressum-content h3,
.datenschutz-content h3,
.cookie-policy-content h3,
.terms-content h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.3em !important;
    line-height: 1.3 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    color: #00818D !important;
}

/* Überschreibe H4 für alle Legal Pages (falls vorhanden) */
.impressum-content h4,
.datenschutz-content h4,
.cookie-policy-content h4,
.terms-content h4 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
    line-height: 1.4 !important;
    margin-top: 1.2em !important;
    margin-bottom: 0.5em !important;
    color: #00818D !important;
}

/* Überschreibe H5/H6 für alle Legal Pages (falls vorhanden) */
.impressum-content h5,
.impressum-content h6,
.datenschutz-content h5,
.datenschutz-content h6,
.cookie-policy-content h5,
.cookie-policy-content h6,
.terms-content h5,
.terms-content h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    line-height: 1.4 !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    color: #00818D !important;
}

/* Optional: H1 kann RockSalt bleiben (ist ja nur ein Wort) */
.impressum-content h1,
.datenschutz-content h1,
.cookie-policy-content h1,
.terms-content h1 {
    /* Nutzt weiterhin deine globalen Primary Heading Styles */
    /* Wenn H1 auch lesbar sein soll, uncomment: */
    /* font-family: 'Inter', sans-serif !important; */
}

/* Stelle sicher dass Body-Text lesbar ist */
.impressum-content p,
.datenschutz-content p,
.cookie-policy-content p,
.terms-content p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    line-height: 1.6 !important;
}

/* Info-Blöcke */
.impressum-content .info-block,
.datenschutz-content .info-block,
.cookie-policy-content .info-block,
.terms-content .info-block {
    background: #f8f9fa !important;
    padding: 1.5em !important;
    border-radius: 8px !important;
    margin: 1.5em 0 !important;
}

/* Links */
.impressum-content a,
.datenschutz-content a,
.cookie-policy-content a,
.terms-content a {
    color: #00B4D8 !important;
    text-decoration: none !important;
}

.impressum-content a:hover,
.datenschutz-content a:hover,
.cookie-policy-content a:hover,
.terms-content a:hover {
    text-decoration: underline !important;
}

/* Listen */
.impressum-content ul,
.impressum-content ol,
.datenschutz-content ul,
.datenschutz-content ol,
.cookie-policy-content ul,
.cookie-policy-content ol,
.terms-content ul,
.terms-content ol {
    margin: 1em 0 !important;
    padding-left: 2em !important;
}

.impressum-content li,
.datenschutz-content li,
.cookie-policy-content li,
.terms-content li {
    margin-bottom: 0.5em !important;
    line-height: 1.6 !important;
}

/* Tabellen (für Cookie Policy) */
.cookie-policy-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1.5em 0 !important;
}

.cookie-policy-content th {
    background: #f8f9fa !important;
    padding: 0.75em !important;
    text-align: left !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-family: 'Inter', sans-serif !important;
}

.cookie-policy-content td {
    padding: 0.75em !important;
    border-bottom: 1px solid #dee2e6 !important;
    font-family: 'Inter', sans-serif !important;
}/* End custom CSS */