/* Orte-Karte: Leaflet – Graustufen, Schwarz/Gelb (PIXXELCULT) */
.pixxelcult-map-shell {
	position: relative;
	width: 100%;
}

.pixxelcult-map-consent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1.25rem;
	min-height: 40vh;
	padding: 2.5rem 2rem;
	background: #0d0d0d;
	color: #f2f2f2;
	border: 2px solid #ffed00;
}

/* main.css setzt global p { color: #111 } – hier explizit aufhellen */
.pixxelcult-map-consent p,
.pixxelcult-map-consent__text {
	max-width: 42rem;
	margin: 0;
	line-height: 1.55;
	color: #f2f2f2;
}

.pixxelcult-map-consent a {
	color: #ffed00;
	text-decoration: underline;
}

.pixxelcult-map-consent a:hover,
.pixxelcult-map-consent a:focus {
	color: #fff;
}

.pixxelcult-map-consent .pixxelcult-map-consent__btn,
.pixxelcult-map-consent .btn.pixxelcult-map-consent__btn {
	background-color: #ffed00;
	border: 2px solid #000;
	color: #000;
	font-weight: 700;
	padding: 0.6rem 1.4rem;
}

.pixxelcult-map-consent .pixxelcult-map-consent__btn:hover,
.pixxelcult-map-consent .pixxelcult-map-consent__btn:focus,
.pixxelcult-map-consent .btn.pixxelcult-map-consent__btn:hover,
.pixxelcult-map-consent .btn.pixxelcult-map-consent__btn:focus {
	background-color: #000;
	color: #ffed00;
	border-color: #ffed00;
}

#pixxelcult-orte-map {
	background: #111;
}

#pixxelcult-orte-map.pixxelcult-orte-map--active {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100vh !important;
	width: 100vw !important;
	/* unter Logo, Header und Hamburger-Menü (siehe body.pixxelcult-map-active) */
	z-index: 400;
}

/* Logo + Hauptnavi über der Vollbild-Karte (ohne zusätzlichen Header-Hintergrund) */
body.pixxelcult-map-active .header {
	position: relative;
	z-index: 600;
	background: transparent;
}

body.pixxelcult-map-active .logo {
	z-index: 610;
}

body.pixxelcult-map-active .main-menu-indicator {
	position: relative;
	z-index: 620;
}

body.pixxelcult-map-active .menu-wrap {
	z-index: 9999 !important;
}

/* Kartenkacheln: ausgegraut, dezenter Kontrast */
#pixxelcult-orte-map .leaflet-tile-pane {
	filter: grayscale(100%) contrast(1.12) brightness(0.88);
}

/* Leichte Abdunkelung über den Tiles */
#pixxelcult-orte-map::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 350;
	background: rgba(0, 0, 0, 0.12);
}

#pixxelcult-orte-map .leaflet-bottom.leaflet-left .leaflet-control-zoom {
	margin-bottom: 24px;
	margin-left: 16px;
}

#pixxelcult-orte-map .leaflet-control-zoom {
	border: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

#pixxelcult-orte-map .leaflet-control-zoom a {
	width: 36px;
	height: 36px;
	line-height: 34px;
	background: #000;
	color: #ffed00;
	border: 2px solid #ffed00;
	font-size: 20px;
	font-weight: 700;
}

#pixxelcult-orte-map .leaflet-control-zoom a:hover {
	background: #ffed00;
	color: #000;
}

#pixxelcult-orte-map .leaflet-control-attribution {
	background: rgba(0, 0, 0, 0.75);
	color: #aaa;
	font-size: 10px;
	padding: 2px 6px;
}

#pixxelcult-orte-map .leaflet-control-attribution a {
	color: #ffed00;
}

/* Marker-Pin (SVG via divIcon) */
.pixxelcult-map-marker {
	background: transparent;
	border: none;
}

.pixxelcult-map-marker__pin {
	display: block;
	width: 32px;
	height: 44px;
	background: url('../img/map-marker-pin.svg') center / contain no-repeat;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.45));
	transition: transform 0.15s ease;
}

.leaflet-marker-icon.pixxelcult-map-marker--active .pixxelcult-map-marker__pin,
.pixxelcult-map-marker:hover .pixxelcult-map-marker__pin {
	transform: scale(1.12) translateY(-2px);
}

.pixxelcult-leaflet-popup .leaflet-popup-content-wrapper {
	background: #fff;
	border: 2px solid #000;
	border-radius: 0;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
	padding: 0;
}

.pixxelcult-leaflet-popup .leaflet-popup-tip {
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
}

.pixxelcult-leaflet-popup .leaflet-popup-content {
	margin: 0;
}

.pixxelcult-leaflet-popup .info-box-wrap {
	min-width: 163px;
}

.pixxelcult-leaflet-popup .info-box-text-wrap h6.name,
.pixxelcult-leaflet-popup .serienlink {
	color: #000;
}

.pixxelcult-leaflet-popup .serienlink {
	font-weight: 700;
	text-decoration: underline;
}

.pixxelcult-leaflet-popup .serienlink:hover {
	color: #0c99c8;
}

.pixxelcult-map-empty {
	padding: 2rem;
	background: #0d0d0d;
	color: #ffed00;
}
