/* === SUBMENU: Lieferort ONLY === */

/* 1. Zmień min-height tylko dla elementów submenu Lieferort */
header .wide 
span.nav-link.--has-child[title="Lieferort"]
+ ul.navbar-subnav
.navbar-subnav__wrapper > .nav-item .nav-link {
    min-height: 4rem !important;
}

/* 2. Ukryj div .gfx_lvl_2_wrapper tylko w submenu Lieferort */
header .wide 
span.nav-link.--has-child[title="Lieferort"]
+ ul.navbar-subnav
.gfx_lvl_2_wrapper {
    display: none !important;
}
