<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vestiging_overzicht{
	clear: both;
}

.vestigingscontent h2 {
	font-size: 19px;
}

.vestiging_frame{
	background-color: #f4f4f4;
	margin-bottom: 30px;
	text-align: center;
}

.vestiging_frame img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.vestiging_frame h2{
	margin-bottom: 5px;
	font-size: 35px;
	font-size: 24px;
}

.vestiging_frame .afspraak_maken {
	margin: 0px;
	width: 100%;
}

.vestigingscontent h2{
	margin-bottom: 0px;
}


.vestigingsfotoframe{
	clear: both; 
	min-height: 350px; 
	margin-bottom: 20px;
}

.vestigingsfoto{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#informatieframe{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 300px;
	border: solid 1px #999999;
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
	
}

#vestigingsfoto_left{
	float: left;
}

#vestigingsfoto_right{
	float: right;
}

.vestiging-cta {
	float: left;
}

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

.vestiginginfo {
	background-color: #f4f4f4;
	padding: 8px;
}

.vestiging_buttons .button {
	margin-right: 20px;
}


@media (max-width: 500px){
	.vestigingsfotoframe{
		
	}
	
	#informatieframe{
		display: none;
	}
	
	.vestiging-cta {
		float: left;
	}
}

@media (max-width: 1200px) {*/
	.vestiging-cta {
		float: left;
	
	}

	#vestigingsfoto_left{
		float: left;
	}
	
	#vestigingsfoto_right{
		float: left;
	}
	
}

#informatieframe h3{
	margin: 0px;
}

.openingstijden{
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	bottom: 10px;	
	overflow-y: auto;
}

.openingstijd{
	height: 25px;
	line-height: 25px;
}


#map {
	border: solid 1px #cccccc;
	height: 480px;
	position: relative;
}

.vestiging-content-plaats {
    max-width: 50%;
}



#ovmobiel{
	display: none;
}

@media (max-width: 500px){
	#ovmobiel{
		display: inline;
	}
}


</pre></body></html>