/* Datenschutz - Hero komplett ausblenden */

body.page-id-3 .entry-hero,
body.page-id-3 .page-header,
body.page-id-3 .entry-header,
body.page-id-3 .hero-section,
body.page-id-3 .hero-container,
body.page-id-3 .woocommerce-products-header {
    display: none !important;
}


/* =========================================
   BMTS Privacy Policy
   Nur Content-Bereich - Header und Footer bleiben unberührt
========================================= */

/* Hauptcontainer nur im Seiteninhalt */
body.page-id-3 .entry-content {
    max-width: 1400px !important;

    margin: 50px auto 70px auto !important;

    padding: 60px !important;

    background: #121A27 !important;

    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 12px !important;

    box-shadow: 0 16px 42px rgba(0,0,0,0.30) !important;
}

/* Überschriften nur im Seiteninhalt */
body.page-id-3 .entry-content h1,
body.page-id-3 .entry-content h2,
body.page-id-3 .entry-content h3,
body.page-id-3 .entry-content .wp-block-heading {
    color: #AB8147 !important;

    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;

    text-transform: uppercase !important;

    margin-top: 55px !important;
    margin-bottom: 18px !important;

    padding-bottom: 12px !important;

    border-bottom: 1px solid rgba(171,129,71,0.35) !important;
}

/* Erste Überschrift ohne oberen Abstand */
body.page-id-3 .entry-content h1:first-child,
body.page-id-3 .entry-content h2:first-child,
body.page-id-3 .entry-content h3:first-child,
body.page-id-3 .entry-content .wp-block-heading:first-child {
    margin-top: 0 !important;
}

/* Text nur im Seiteninhalt */
body.page-id-3 .entry-content p {
    color: rgba(255,255,255,0.84) !important;

    font-size: 16px !important;
    line-height: 1.95 !important;
    font-weight: 500 !important;

    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

/* Listen nur im Seiteninhalt */
body.page-id-3 .entry-content ul,
body.page-id-3 .entry-content ol {
    background: rgba(171,129,71,0.08) !important;

    border: 1px solid rgba(171,129,71,0.25) !important;
    border-radius: 10px !important;

    padding: 30px 35px 30px 55px !important;

    margin: 30px 0 !important;
}

/* Listeneinträge nur im Seiteninhalt */
body.page-id-3 .entry-content li {
    color: rgba(255,255,255,0.88) !important;

    font-size: 16px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;

    margin-bottom: 12px !important;
}

body.page-id-3 .entry-content li:last-child {
    margin-bottom: 0 !important;
}

/* Links nur im Seiteninhalt */
body.page-id-3 .entry-content a {
    color: #AB8147 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.page-id-3 .entry-content a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Optional: Textbreite angenehmer machen */
body.page-id-3 .entry-content > * {
    max-width: 1120px !important;
}

/* Mobile */
@media (max-width: 768px) {
    body.page-id-3 .entry-content {
        margin: 30px 18px 50px 18px !important;
        padding: 32px 24px !important;
    }

    body.page-id-3 .entry-content h1,
    body.page-id-3 .entry-content h2,
    body.page-id-3 .entry-content h3,
    body.page-id-3 .entry-content .wp-block-heading {
        font-size: 24px !important;
    }

    body.page-id-3 .entry-content p,
    body.page-id-3 .entry-content li {
        font-size: 15px !important;
    }
}