/* ==============================
   PANORAMIC: Grauen Balken entfernen
   ============================== */

/* 1. Seitentitel endgültig aus */
.page header.entry-header {
    display: none !important;
}

/* 2. LEEREN Content-Wrapper neutralisieren */
.page #content.site-content.site-container {
    background: transparent !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
}

/* 3. Falls Panoramic noch Abstand "reserviert" */
.page #primary.content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 4. Sicherheit */
.page main#main {
    margin-top: 0 !important;
}