/*======================================================
Übersichtskarte
======================================================*/

.stadtkarte {
}

#mapbild {
}

#map {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
  background:white;
  border:0px solid silver;
  /*margin-left:-100px;*/
}


.leaflet-control-zoom {
  position: relative;
  top: 30px;
  left: 0px;
}

.leaflet-control-attribution {
  position: relative;
  bottom: 40px;
  right: 0px;
}

.stadtkarte .name_coord a {
   color:#DCDC3C;
   text-decoration:none;
}

.stadtkarte .name_coord a:hover, .stadtkarte .name_coord a.over {
   background:white;
   padding:2px;
   color:#0B6DA9;
}

.stadtliste {
   position:absolute;
   margin-left:710px;
   width:auto;
   display: none;
}

.stadtliste .titel {
   color:#0B6DA9;
   padding:5px;
}

.stadtliste .daten {
   border:1px solid silver;
   background:#F4F4F4;
   padding:5px;
}

.stadtliste .daten ul {
   margin:0;
   padding:0;
   margin-left:20px;
}

.stadtliste .daten ul li {
   margin:0;
   padding:0;
}

.stadtliste .daten ul li a {
   text-decoration:none;
}

.stadtliste .daten ul li a:hover {
   color:#B30000;
}

@media screen and (max-width: 520px) {

  .leaflet-control-attribution {
    position: relative;
    bottom: 50px;
    right: 0px;
  }

}
