#topheading,
nav,
nav > span  {
  /* color: #00a983!important; */ /* Grün aus Logo */
  color: #008768!important; /* Dunkleres Grün für höheren Kontrast (Barrierefreiheit) */
}

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

#toplogo {
  height: 30px!important;
  margin-top: 0px!important;
  margin-left: -5px;
}
 
.sidebar-pane li {
  font-size: 10.5pt;
  margin-bottom: .5em;
  line-height: 1.5em;
  margin-left: -25px
}

.sidebar-pane li a {
  color: inherit;
  text-decoration: none;
}

.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
  background-color: #eee;
}

.sidebar-header {
  background-color: #eee; 
  color: #444 ;
}

#username-error {
  margin-left: 0;
}
 
/* 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;
}


.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;
 }
}

.moreinfo h3 {
  margin-left: 2px;
  font-size: 12pt;
  margin-top: 15px
}

p.copyr {
  clear: left!important;
  font-style: italic;
  color: #666;
}

div.sdgicons  {
 flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.sdgicons div {
}

.sdgicons img {
  width: 60px;
  margin: 5px 0;
}

/* Hover SDG icons */
.thumbnail {
  width: 60px;
  transition: width 0.3s ease;
  cursor: pointer;
 }
.thumbnail:hover {
  width: 120px;
 }