#header {
  color: #617899;
  min-height: 75px;
}
@media ((max-width: 414px) and (orientation: portrait)) or ((max-height: 500px) and (orientation: landscape)) {
  #header {
    display: none;
  }
}
#header #main_menue_mini, #header #main_menue_home {
  border-style: none;
  border-color: inherit;
  background-color: inherit;
  background-image: none;
}
#header #ueberschrift {
  flex-grow: 1;
}
#header #ueberschrift .b-maintitle {
  font: 100%/1.5 "BMWGroupCondBold";
  font-size: clamp(14px, 2.2vw, 24px);
}
#header #ueberschrift .b-subtitle {
  font: 100%/1.1 "BMWGroupCondRegular";
  padding: 2px 0px 2px 0px;
  font-size: clamp(11px, 2.1vw, 18px);
}
#header #main_menue_home {
  margin-right: 50px;
}
#header #main_menue_home > span {
  font-size: 24px;
  color: #617899;
}
#header #user {
  margin-left: auto;
  font-size: clamp(9px, 0.9vw, 14px);
}/*# sourceMappingURL=header_global.css.map */