/* + + +  hotfixes  + + + */
.startseite .bmf-menuMain-item:first-child .bmf-menuMain-label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
}

body:not([class~="startseite"]) .bmf-menuMain-item:first-child {
  display: block;
}

body:not([class~="startseite"]) .bmf-menuMain-item:first-child .bmf-menuMain-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
