/*
 * Grundschule Kreuzweg – kompiliertes Zusatz-CSS
 * ------------------------------------------------
 * Diese Datei ergänzt das Haupt-Stylesheet (style.css im Theme-Stamm)
 * um JavaScript-gesteuerte Komponenten (Leaflet-Karte, Druckansicht).
 * Das vollständige Design-System liegt in der Theme-Stamm-style.css.
 */

/* Leaflet-Karte – an das Schul-Farbschema angepasst -------------------------- */
.leaflet-container {
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 20px;
}
.leaflet-popup-content-wrapper {
	border-radius: 14px;
}
.leaflet-popup-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3D2B1F;
}
.leaflet-bar a {
	color: #3D2B1F !important;
}
.leaflet-control-attribution {
	font-size: 10px;
}

/* Schul-Marker-Popup -------------------------------------------------------- */
.gk-map-popup strong {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	color: #3D2B1F;
}

/* Druckansicht -------------------------------------------------------------- */
@media print {
	.site-header,
	.site-footer,
	.cookie-banner,
	.announcement-banner,
	.menu-toggle,
	.gk-lang,
	.skip-link,
	.gk-map,
	.contact-form__submit,
	.gk-wave {
		display: none !important;
	}
	body { background: #fff; color: #000; }
	.entry-content { font-size: 12pt; }
	a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
