/* Daumen größer */
.comments   {
  font-size: 110%!important;
}

/* Buttons rot */
/*
.leaflet-draw-toolbar,
.easy-button-container {
  border-color: #d01b20!important;
}
*/

#topheading,
nav,
nav > span  {
  color: #025faa!important; 
}

#topheading {
  /*
  line-height: 1.1em!important;
  */
}
  

#toplogo {
  height: 55px!important;
  margin-top: -15px!important;
 }
 

/* Hide 'leaflet' in attribution. Use in leaflet 1.8.0 when attributions of base layers are 
concatinated when attribution is added with L.control.attribution. See bug report at github: 
https://github.com/Leaflet/Leaflet/issues/8416 */
.leaflet-control-attribution a:first-of-type { 
   display: none;
}

.leaflet-control-attribution span:first-of-type { 
  display: none;
}

.leaflet-control-layers-group-label {
  font-weight: bold;
}

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

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

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

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