
#map {
  position: relative;
}

#googleMap{
  height:35em;
}
#map-result-count {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1000;
  background-color: #f0eacc;
  border: 1px solid black;
  padding: .5ex 1ex;
  display: none;
}


.stolpersteine-finden #table{
  word-break: break-word;
}

.stolpersteine-finden #table thead{
  word-break: normal;;
}

#st-map-blocked-wrapper{
  display:none;
}

#block-stolpersteinmapblock .leaflet-control-locate a .leaflet-control-locate-location-arrow{
  width: 16px;
  height: 16px;
  margin: 4px 2px;
  background-image:  url('../images/location-crosshairs-solid.svg');
}

#block-stolpersteinmapblock .leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
  /*background-image: none;*/
}

.scrollbar-popup {
  border-radius: 6px;
  /*color: #504e4e;*/
  /*font-family: 'Molengo', sans-serif;*/
  /*font-size: 12px;*/
  height: 10px ;
  max-height: 250px;
}

.popup-html{
  line-height:1.35;
}
.popup-html ul{
  /*white-space:nowrap;*/
}

.scrollbar-popup, .leaflet-popup-tip {
  /*background: #e7e7e7;*/
  border: none;
  box-shadow: none;
}

.leaflet-popup-content-wrapper {
  /*background: #e7e7e7;*/
  border-radius: 6px;
}

/*.leaflet-popup {*/
/*  position: absolute;*/
/*  text-align: center;*/
/*}*/

.leaflet-popup-content {
  /*margin-top: 10px;*/
  /*margin-right: 2px;*/
  /*padding-right: 8px;*/
  min-width: 100px !important;
  max-height: 250px;
  overflow: auto;
}
