
.tx-km-maps .map {
	float: left;
	margin-right: 20px;
}
.tx-km-maps .map .image {
	position: absolute;
	z-index: 0;
}

.tx-km-maps .map .items {
	position: relative;
}

.tx-km-maps .map .item {
	position: absolute;
	z-index: 1;
}

.tx-km-maps .map .item .icon-orte {
	margin-left: -18px;
	margin-top: -36px;
}
.tx-km-maps .map .item .layer-label {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	margin-top: -23px;
}
.tx-km-maps .map .item .dot {
	top: -4px;
	left: 1px;
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 14px;
	margin-left: -5px;
}
.tx-km-maps .map .item .layer-label .text {
	padding: 3px 5px 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.tx-km-maps .filter select {
	display: block;
}
#map_coords {
	position: fixed;
	top: 80px;
	right: 20px;
	background-color: lightgray;
	padding: 5px 10px;
}
