/* 1. Den hässlichen Balken und den automatischen Titel komplett entfernen */
.page-title-wrap, 
.page-header, 
.title-bar-h, 
.header-space,
.novo-page-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
}

/* 2. Den Inhalt der Seite ganz nach oben schieben */
#content, .content-wrapper, .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 3. Sicherstellen, dass das Menü weiß und sichtbar bleibt */
header#header, .header-wrapper {
    background-color: #ffffff !important;
    display: block !important;
    position: relative !important;
}