
div.plattegrond{  
	width: 100%; 
	height: 700px; 
	margin-bottom: 15px;   
	float: left;
} 
@media (min-width: 768px) and (max-width: 991px) { 
	div.plattegrond{  
		width: 100%;
		height: 600px; 
		margin-bottom: 15px;   
		float: left;
	} 
}

@media (max-width: 767px) { 
	div.plattegrond{  
		width: 100%;
		height: 240px;  
	} 
	
}

div.modal-body .plattegrond {	
	width: 556px;
	height: 300px;
}

div.map_control {  
	float: right;
	position: relative;
}
 
.ballooncontent {
	min-width: 310px;
	max-width: 450px;
	background: rgba(35,35,37,0.9); 
	padding: 10px 15px 10px 30px;
	border: 0 ; 
	cursor: pointer; 
	color: white;
	position: relative;
} 
.ballooncontent h2 {
	font-size: 16px;
	color: white; 
	text-transform: uppercase;
	margin-bottom: 3px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
.ballooncontent p { 
	font-size: 14px; 
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
.ballooncontent p a {   
	margin-top: 5px;
}
 
.ballooncontent:before{
	content:'';
	position: absolute;
	left: -25px;
	top: calc(50% - 33px);
	width: 50px;
	height: 66px; 
} 
.dealertable{ 
	font-size: 14px;
}
.dealertable td{
	border:0 !important
}
 
.searcherror{
	display: none;
}