@media (max-width: 767.98px) {
	#mapid {
		height: 720px
	}
}

@media (min-width: 768px) {
	#mapid {
		height: 500px
	}
}

@media (min-width: 992px) {
	#mapid {
		height: 720px

	}
}


#myCompassDiv {
	min-width: 288px;
}
.mypopup .leaflet-popup-content{
    color: #000
}
.mypopup .leaflet-popup-content-wrapper{
    background: rgba(255, 255, 255, 0.5)
}
.mypopup .leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.5)
}
.mypopup:hover .leaflet-popup-content-wrapper{
    background: rgba(255, 255, 255, 1)
	}
.mypopup:hover .leaflet-popup-tip{
    background: rgba(255, 255, 255, 1)
}
.container-fluid {
	margin: 0 auto;
	padding: 16px;
}
.row-active {
	border: 0.1px solid darkslateblue;
	background: hsla(248,39%,39%,0.3);
}

#feedback-no-data, #feedback-with-data, #feedback-choose-container {
	display: none;
}

.medium-font {
	font-weight: 520;
}

.zitat-fwdv {
	border: 0.1px solid red;
	padding: 8px;
	margin: 8px 0;
}