/* Leaflet CSS - lokal abgelegt */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  width: 100%;
  height: 100%;
}

.leaflet-bar {
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Marker Icons */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  position: absolute;
  cursor: pointer;
}

.leaflet-marker-icon img,
.leaflet-marker-shadow img {
  position: absolute;
  left: 0;
}
