/* Alle oberen rechten App-Symbole ausblenden */
/* Volltextsuche (Lupe) */
.header-menu__trigger[aria-label*="Suche"] {
    display: none !important;
}

/* Benachrichtigungen (Glocke) */
#notifications {
    display: none !important;
}

/* Kontakte-Menü */
#contactsmenu {
    display: none !important;
}
    position: relative !important;
    z-index: 100 !important;
}

/* Nextcloud 31.x – Filter-Buttons "Typ", "Geändert" und "Personen" 
   oberhalb der Dateiliste ausblenden */

.file-list-filter-type,
.file-list-filter-accounts,
.file-list-filters__filter > div:nth-child(2) {
    display: none !important;
}
.file-list-filters__filter {
    display: none !important;
}

/* Nextcloud 31.x – App-Menü im Kopfbereich komplett ausblenden 
   (Icons UND Beschriftungen) */

.app-menu-entry {
    display: none !important;
}