.ipe-explorer{
	--ipe-accent:#a74f32;
	--ipe-green:#294f38;
	--ipe-line:#ded8cd;
	--ipe-muted:#68736d;
	width:100%;
	max-width:none;
	margin:2rem 0;
}
.ipe-stats{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	background:#f7f2e8;
	border:1px solid #eadbc5;
	border-radius:12px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.ipe-stat{
	appearance:none;
	border:0;
	border-right:1px solid #d9d0c2;
	background:transparent;
	text-align:left;
	padding:18px 20px;
	cursor:pointer;
	font:inherit;
	color:#111;
	transition:background .2s ease,color .2s ease;
}
.ipe-stat:last-child{border-right:0}
.ipe-stat:hover,.ipe-stat:focus-visible{background:#efe5d6}
.ipe-stat.active{background:#a74f32;color:#fff}
.ipe-stat strong{display:block;font-size:16px;line-height:1.3;color:#111}
.ipe-stat span{display:block;font-size:14px;line-height:1.35;color:var(--ipe-muted);margin-top:2px}
.ipe-stat.active span{color:#fff}
.ipe-filter-hint{font-size:14px;color:#a74f32;margin:10px 0 12px}
.ipe-map{
	height:430px;
	min-height:430px;
	width:100%;
	border:1px solid #d9d2c6;
	border-radius:10px;
	overflow:hidden;
}
.ipe-marker{
	width:34px;height:34px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);
	border:2px solid #fff;box-shadow:0 3px 9px rgba(0,0,0,.3);
	display:flex;align-items:center;justify-content:center
}
.ipe-marker svg{
	width:18px;height:18px;transform:rotate(45deg);stroke:#fff;fill:none;
	stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round
}
.ipe-marker.sehenswuerdigkeiten{background:#d4a017}
.ipe-marker.wanderungen{background:#2f6b3f}
.ipe-marker.orte{background:#a74f32}
.ipe-marker.taeler{background:#6c7a52}
.ipe-marker.wein-essen{background:#7d2f46}
.ipe-marker.roadtrips{background:#d8792f}
.ipe-marker.seen{background:#2f78a6}
.leaflet-popup-content-wrapper{border-radius:14px;padding:0;overflow:hidden;box-shadow:0 12px 34px rgba(29,42,35,.22)}
.leaflet-popup-content{margin:0;width:330px!important}
.ipe-popup{padding:18px;background:#fff}
.ipe-popup h2{font:500 25px/1.15 Georgia,serif;margin:0 0 15px}
.ipe-article{padding:12px 0;border-top:1px solid var(--ipe-line)}
.ipe-article:first-of-type{border-top:0;padding-top:0}
.ipe-article h3{font:500 18px/1.25 Georgia,serif;margin:4px 0 6px}
.ipe-article p{font-size:13px;line-height:1.45;color:var(--ipe-muted);margin:0 0 8px}
.ipe-article a{color:var(--ipe-accent);font-weight:750;text-decoration:none}
.ipe-error{padding:16px;background:#fff3f3;border:1px solid #e2bcbc;border-radius:8px}
@media(max-width:900px){
	.ipe-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
	.ipe-stat:nth-child(2){border-right:0}
	.ipe-stat:nth-child(-n+2){border-bottom:1px solid #d9d0c2}
	.ipe-map{height:390px;min-height:390px}
}
@media(max-width:560px){
	.ipe-stats{grid-template-columns:1fr}
	.ipe-stat{border-right:0;border-bottom:1px solid #d9d0c2!important}
	.ipe-stat:last-child{border-bottom:0!important}
	.ipe-map{height:350px;min-height:350px}
	.leaflet-popup-content{width:285px!important}
}
.ipe-stat.active strong{color:#fff}
.ipe-stat-count{font-weight:700}
