/*
 * Hide legacy unstyled menu bars that still leak from the old Staudenkälte
 * template on legal/info pages.
 */
menu[class^="nav"] {
    display: none !important;
}
