/** Fixed the mobile menu point "Leistung" or "Servies" **/
ul.mm-listview li.mm-listitem {
    display: flex!important;
}

/** Fixed on Firefox the H1 Heading at Home **/
.sev-home-heading.c-h1-fat {
    width: -moz-fit-content;
}