/* Untermenü von Menüpunkt item-111 immer anzeigen */
li.item-111 > ul.mod-menu__sub {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  padding-left: 30px;
}
li.item-111 > button .icon-chevron-down {
    display: none;
}
.mod-finder {
    display: flex;
    justify-content: center; /* horizontal zentrieren */
}
.mod-finder .js-finder-search-query {
    width: 400px;
    max-width: 400px; /* maximale Länge */
}
