/* =====================================================
   3. Karte / Map unter Navbar zwingen
   ===================================================== */

#vzevcontent {
  position: relative;
  z-index: 1;

  /* volle Breite erzwingen */
  width: 100%;
  max-width: 100%;

  /* links ausrichten im Flex- oder Grid-Parent */
  align-self: stretch;
  justify-self: stretch;
}

#vzevcontent .leaflet-pane,
#vzevcontent .leaflet-control,
#vzevcontent .leaflet-top,
#vzevcontent .leaflet-bottom {
  z-index: 10 !important;
}


/* =====================================================
   5. Scroll-Offset für Sticky Navbar
   ===================================================== */

#vzevcontent {
  scroll-margin-top: 96px;
}

