@charset "UTF-8";body div#headerwrap {
    height: 50vh !important;
    min-height: 10px !important;
    max-height: 50vh !important;
}

body div#masthead {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

img {
    max-width: 100%;
    height: auto !important;
}

/* Blendet das Pfeil-Icon selbst aus */
span.icon-chevron-down {
    display: none !important;
}

/* Blendet den gesamten Schalter-Button aus, der den Pfeil umgibt */
button.mod-menu__toggle-sub {
    display: none !important;
}

/* Sicherheitshalber: Blendet Pfeile aus, die direkt am Text-Link hängen */
a.has-submenu::after,
a.has-submenu::before {
    display: none !important;
    content: none !important;
}
