#search-input, 
.search-navigation, 
.search-container {
    display: none !important;
}

/* Rechtes Geister-Menü komplett entfernen */
.offcanvasRight, 
.astroid-offcanvas-trigger.right,
[data-direction="offcanvasDirRight"] {
    display: none !important;
    visibility: hidden !important;
}

/* Linkes Menü: Nur weiße Striche, kein weißer Kasten */
.burger-menu-button, .burger-menu-button .box {
    background-color: transparent !important;
}
.burger-menu-button .inner, 
.burger-menu-button .inner::before, 
.burger-menu-button .inner::after {
    background-color: #ffffff !important;
}

/* --- 4. EDOCMAN MOBILE SCHRUMPF-KUR (NUR FÜR HANDYS) --- */
@media (max-width: 767px) {
    /* Bilder verkleinern */
    .edocman-document-img img, .edocman-category-img img {
        max-width: 60px !important;
        height: auto !important;
    }
    /* Titel kleiner */
    .edocman-document-title, .edocman-category-title, .edocman-document-title a {
        font-size: 0.9rem !important;
        font-weight: normal !important;
    }
    /* Texte & Infos verkleinern */
    .edocman-document-desc, .edocman-description, .edocman-document-info, .edocman-document-meta {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
    }
    /* Buttons kompakter */
    .edocman-buttons .btn {
        padding: 4px 8px !important;
        font-size: 0.75rem !important;
    }
    /* Abstände reduzieren */
    .edocman-document-item {
        padding: 8px !important;
        margin-bottom: 10px !important;
    }
}