﻿
/*:root {
	--iframe-height: 500px;
	--popup-height: 400px;
}*/

html,body,h1,h2,h3,h4,h5 {
	font-family: "RobotoDraft", "Roboto", sans-serif
}

.mapstyle {
	height: 500px;
}

.popupstyle {
	height: 500px;
}

#map {
	background: #E6F5FA;
	height: 500px;
	padding: 0px; 
}
/*@media (max-width: 992px) {
	#map {
		height: calc(100% - 60px)
	}
}*/


#infotop {
	width: 100%;
	text-align: right;
}

.ol-zoom {
	top: 10px;
	right: 10px;
	left: auto;
}

.ol-scale-line {
	top: 10px;
	right: 60px;
	left: auto;
	bottom: auto;
}






