#topheading,
nav,
nav > span  {
  color: #00457c!important; /* Bünde Blau */
  /* color: #444!important; */
}

nav > span  {
margin-left: 25px;
}

#toplogo {
  width: 66px!important;
  height: 60px!important;
  margin-top: -15px!important;
}

.bmu {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-top: -40px;
  justify-content: right;
  display: flex;
}

.bmu img {
  float: right;
  margin-right: -30px;
}

@media screen and (max-width: 700px) {
 .bmu {
   justify-content: center;
   margin-top:-20px;
 }

 .bmu img {
   height: 130px!important;
   margin-right: 0;
 }
}
