.ui-autocomplete li.search.ui-menu-item.first a:before {
    content: "suchen";
}

.ui-autocomplete li.category.ui-menu-item.first a:before {
    content: "Kategorien";
}

.ui-autocomplete li.brand.ui-menu-item.first a:before {
    content: "Marken";
}

.ui-autocomplete li.product.ui-menu-item.first a:before {
    content: "Produkte";
}
.ui-autocomplete li.ui-menu-item.first a:before {
    content: "Suchbegriffe";
    float: right;
    font-weight: bold;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    #block-vergelijk-de-header {
        margin-bottom: 35px;
    }
    #block-vergelijk-de-main-menu {
        display: none;
    }
}