/* Zeitrange */
.ndfp-range{font:600 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:#111}

/* Map-Container – Sicherheitsnetz */
#ndfp-map{min-height:520px;width:100%}
#ndfp-map-wrap{width:100%}

/* Tabelle */
.ndfp-table{width:100%;border-collapse:collapse;margin-top:16px;font:14px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
.ndfp-table th,.ndfp-table td{border:1px solid #e6e6e6;padding:8px 10px;vertical-align:top}
.ndfp-table thead th{position:sticky;top:0;background:#fff;z-index:2;box-shadow:0 1px 0 0 #e6e6e6, 0 2px 6px rgba(0,0,0,.05)}
.ndfp-table tr.active{background:#fff9d6}

/* Marker (divIcon) */
.ndfp-pin{width:24px;height:24px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative;border:1px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.35)}
.ndfp-pin::after{content:'';position:absolute;width:10px;height:10px;border-radius:50%;left:7px;top:7px;background:#fff}
.ndfp-pin.active{outline:3px solid rgba(0,0,0,.2);z-index:9999;transition:all .15s ease-in-out}
.ndfp-pin:hover{transform:rotate(-45deg) scale(1.08);transition:all .15s ease-in-out}
.ndfp-pin.yellow{background:#f59e0b}
.ndfp-pin.blue{background:#3b82f6}
.ndfp-pin.green{background:#10b981}
.ndfp-pin.gray{background:#9ca3af}

.nd-popup-zeit {
  background: #fff6bf;       /* Textmarker-Gelb */
  padding: 4px 6px;
  border-radius: 4px;
  margin: 6px 0;
  display: inline-block;
  font-weight: 600;
}

.nd-popup-telefon {
  margin-top: 4px;
}

.nd-popup-bemerkungen {
  margin-top: 6px;
  font-size: 0.9em;
  color: #333;
  line-height: 1.3;
}


