/* Blöcke */
.madb-footer, .madb-copy {
     background: #dedede;
     padding: 15px;   
}

/* Maps */
#afmapna { width:800px; height: 600px; margin:5px; }
#afidmap { width:100%; height: 600px; }

#afmap {
    width:100%;
    height: 700px;
 	/*height:calc(100% - 0px);*/
}

.madb-footer { margin-top:10px; }

.map { height: 100% }

.toprow { background: #dedede;  padding: 3px 20px 3px; height:30px; }
.toprow a { margin: 8px; }

.navbar { border-radius: inherit; }

#photo-panel {
	background: #fff;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 300px;
	max-height: 300px;
	font-size: 10px;
	font-family: Arial;
	border: 1px solid #ccc;
	box-shadow: -2px 2px 2px rgba(33, 33, 33, 0.4);
	display: none;
}
