.map {
	width: 1400px;
	position: relative;
}

#mapevents {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	visibility: hidden;
}

.address {
	position: absolute;
	padding: 2px;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.address.short {
	width: 24px;
	height: 24px;
}

.address img {
 	width: 100%;
}

.address.draft img {
 	opacity: 0.4;
}

.address.short > span {
    display: none;
	z-index: 9999;
	width: 150px;
	margin-left: 15px;
}

.nice {
	background-color: rgba(255,255,255,.7);
	padding: 5px;
	padding-left: 10px;
}

.address.short:hover > span {
 	display: block;
}

.minimap {
    width: 100%;
    height: 100px;
    object-fit: cover;
}


.preis_active {
	color: green;	
}