#gf-map{border:1px solid #eee;border-radius:12px}
.gf-legend{margin-top:8px;font-size:.95rem;color:#333}
.leaflet-popup-content h4{margin:0 0 6px;font-size:16px}

/* Vollbild-Button Styling */
.leaflet-control-fullscreen {
  background: white !important;
  border: 2px solid rgba(0,0,0,0.2) !important;
  color: #333 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.leaflet-control-fullscreen:hover {
  background: #f4f4f4 !important;
  border-color: rgba(0,0,0,0.3) !important;
  color: #000 !important;
}

/* Vollbild-Modus Styling */
#gf-map:fullscreen {
  border: none !important;
  border-radius: 0 !important;
}

#gf-map:-webkit-full-screen {
  border: none !important;
  border-radius: 0 !important;
}

#gf-map:-moz-full-screen {
  border: none !important;
  border-radius: 0 !important;
}

#gf_consent {
	float: left;
    width: 25px;
}