html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#map {
  height: 100vh;
  width: 100vw;
}

/* Popup */
.leaflet-popup-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
}

.feature-popup {
  margin-bottom: 4px;
}

.feature-popup-row {
  margin: 2px 0;
}

.feature-popup-row strong {
  display: inline-block;
  min-width: 80px;
}

.info.legend {
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  font: 12px/1.4 "Helvetica Neue", Arial, sans-serif;
}

.info.legend h4 {
  margin: 0 0 4px 0;
  font-size: 12px;
}

.legend-row {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.legend-row:last-child {
  margin-bottom: 0;
}

.legend-symbol {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-right: 6px;
}

.legend-momo {
  background: #3ab41f; /* wie styleMomo */
}

.legend-boulder-yes {
  background: red;      /* wie styleHallen bei YES */
}

.legend-boulder-no {
  background: yellow;   /* wie styleHallen sonst */
}
