/* Fix: Toolbar erzeugt horizontale Überbreite */
.subhead,
.subhead .container,
.subhead .row,
.subhead .btn-toolbar,
.subhead .btn-group {
    flex-wrap: wrap !important;
    width: 100% !important;
}

html, body {
    overflow-x: hidden !important;
}
