.flex-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.poibuttons {
	margin-bottom: 0em;
	height: 0em;
	margin-top: 2em;
	font-size: 10px;
}

div.leaflet-popup-content {
	width: 180px;
}

div.leaflet-control-minzoomindicator.leaflet-control {
	font-size: 3vh;
	background-color: red;
}

.poiinfo {
	overflow: hidden;
}

.poiinfo table {
	font-size: 1.1em;
}

.poiaddress {
	margin-bottom: 2em;
}

.flex-item #topnav {
	height: 5%;
}

div #map {
	width: 100%;
	height: 100%;
}

ul.topnav {
	border: 1px solid #e7e7e7;
	background-color: #f3f3f3;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 2.5vh;
}

ul.topnav li {
	float: left;
	height: 5vh;
	line-height: 5vh;
}

ul.topnav li a.active {
	color: white;
	background-color: #4CAF50;
}

ul.topnav li a {
	color: white;
	padding: 1vh 1vw;
	text-decoration: none;
	color: #666;
}

ul.topnav li a:hover {
	background-color: #ddd;
}

ul.topnav li.icon {
	display: none;
}

body {
	padding: 0;
	margin: 0;
}

.leaflet-container a {
	color: black;
	text-decoration: none;
}

div#impressum {
	text-align: justify;
	-moz-text-align-last: center;
	/* Code for Firefox */
	text-align-last: center;
	background-color: #f2f2f2;
	height: 100%;
}
