/*
Custom Anpassungen fuer NETZdinge.de Plugin "NETZdingeDE Ajax Suche (Live Suche)"
*/
@media screen and (max-width: 767px) {
    #shop-nav, #search {
        position: unset!important;
    }
    #search {
        width: 100%;
        margin-top: -40px;
    }
    body.nd-ajxs-snackys .ajax-suche-wrapper {
        top: 90px;
    }
}