/* 1. GRUNDGERÜST & HINTERGRUND */
html, body, #page, .site, .site-content, .wp-site-blocks {
    background-color: #000000 !important;
    background-image: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Spezifisch für Seite 927 */
.page-id-927, .page-id-927 #page, .page-id-927 .site, .page-id-927 .site-content {
    background-color: #000000 !important;
}

/* 2. HEADER & NAVIGATION */
.site-header {
    padding-top: 0 !important;
    background: transparent !important;
}

.main-navigation a, .site-navigation a {
    color: #ffffff !important;
}

.main-navigation a:hover, .site-navigation a:hover {
    color: #FF5000 !important;
}

/* 3. VIDEO-POSITIONIERUNG (FIXIERTE HÖHE ZUM RUNTERDRÜCKEN) */
.wp-custom-header {
    margin-top: 100px !important; /* PASSE DIESEN WERT AN: Höher = weiter runter */
    display: block !important;
    height: auto !important;
overflow: visible !important;
    padding-top: 0 !important;
}

.wp-custom-header iframe {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 120vw !important;
    height: 120vh !important;
    transform: translate(-50%, -50%) !important;
    border: none !important;
}
}

/* Korrektur der fehlenden Klammer von vorhin */
.site-content, #page {
    margin-top: 0 !important;
}

/* 4. UNNÖTIGE ABSTÄNDE ENTFERNEN */
.page .entry-hero, 
.page .entry-header, 
header .wp-block-template-part {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.no-bottom-space {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 5. TEXT & BUTTON STYLING */
.page-id-730 .entry-content p {
    line-height: 1.6 !important;
    margin-bottom: 1.5em !important;
}

html body #page .wpcf7-submit,
html body #page .wp-block-button__link,
.maxbutton-7.maxbutton {
    background-color: transparent !important;
    border: 2px solid #FF5000 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    padding: 12px 35px !important;
    transition: all 0.3s ease-in-out !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

html body #page .wpcf7-submit:hover,
html body #page .wp-block-button__link:hover,
.maxbutton-7.maxbutton:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 20px #ff5000 !important;
}

/* 6. MOBILE OPTIMIERUNG */
@media (max-width: 1024px) {
    .site-header, header {
        position: absolute !important;
        width: 100%;
        z-index: 1000;
    }
    .wp-custom-header {
        margin-top: 60px !important; /* Am Handy oft weniger Platz nötig */
    }
}

@media (max-width: 768px) {
    div[data-slider-id="10"], div#n2-ss-10 {
        display: none !important;
    }
}