#map img {
	border-radius: unset;
	margin: unset;
}

.vestiging_overzicht{
	clear: both;
}
.vestiging_overzicht a {
	color: #3a3a3a;
}
.vestiging_frame{
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.vestiging_frame h2{
	font-size: 18px;
	background-color: #f9f9f9;
    padding: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    margin-top: -25px;
    position: relative;
    margin: 0px 10%;
    margin-top: -25px;
}
.vestiging_frame p {
	padding: 15px;
	text-align: center;
}
.vestiging_frame img{
	width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 0px;
}
.vestiging_frame a {
	text-decoration: none;
}
.vestiging_meer_info {
    background-color: #0f75bc;
    color: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 0px 0px 14px 14px;
      -webkit-transition: all 250ms cubic-bezier(0, 0, 0.56, 0.96);
    -ms-transition: all 250ms cubic-bezier(0, 0, 0.56, 0.96);
    transition: all 250ms cubic-bezier(0, 0, 0.56, 0.96);

}
.vestiging_meer_info:hover  {
	background-color: #d83996
}
.vestiging_frame_inner {
	background-color: #f9f9f9;
	border-radius: 14px;
}


.vestiging_afspraakknop{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color: #3b81c6;
	text-align: center;
}

.vestigingscontent {
	padding-bottom: 25px;
}

.vestigingscontent h2{
	margin-bottom: 0px;
}


.vestigingsfotoframe{
	clear: both;
	min-height: 350px;
	margin-bottom: 20px;
}

.vestigingsfoto{
	width: 50%;
	height: auto;
	border-radius: 0px;
	margin: 0px;
}

#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;
	border-right: solid 3px #fff;
	margin-top: 8px;
}

#vestigingsfoto_right{
	float: right;
	border-left: solid 3px #fff;
	margin-top: 8px;
}

@media (max-width: 500px){
	.vestigingsfotoframe{

	}

	#vestigingsfoto_left{
		float: none;
	}

	#vestigingsfoto_right{
		float: none;
	}

	.vestigingsfoto{
		width: 100%;
		height: auto;
	}

	#informatieframe{
		display: none;
	}

}




#informatieframe h3{
	margin: 0px;
}

.openingstijden{
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	bottom: 10px;
	overflow-y: auto;
}

.openingstijd{
	height: 25px;
	line-height: 25px;
}

div #map {
	width: 100%;
    height: 500px;
}

/* NEW CSS STYLES VESTIGINGEN */
.vestiging_gegevens {
	background-color: #0f75bc;
	color: #fff;
}
.col_vestiging_gegevens {
	position: absolute;
    z-index: 80;
    margin-top: 30px;
    margin-left: 15px;
}
.vestiging_gegevens a {
	background-color: #0f75bc;
	color: #fff;
}
.vestiging_gegevens h2 {
	background-color: #0f65bc;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.vestiging_gegevens p {
	margin-bottom: 4px;
}
.vestiging_gegevens i {
	margin-right: 20px;
}
.vestiging_gegevens_info {
	padding: 15px;
	font-size: 18px;
}
.vestiging_gegevens_info_extra {
	margin-top: 15px;
	font-size: 16px;
}
.gm-style-mtc {
    display: none;
}
.plan-mijn-ov {
	position: absolute;
    z-index: 99;
    top: 400px;
    left: 800px;
}
.plan-mijn-ov img {
	border-radius: 0px;
}
.afspraak-maken-knop-vestiging {
	color: #FFF;
	border-color: #d83996;
	border: 3px solid;
	background-color: #0f75bc;
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
	width: 200px;
}
.afspraak-maken-knop-vestiging {
    border-radius: 3px;
    height: 45px;
    padding-left: 10px;
}
.afspraak-maken-knop-vestiging:hover {
	background-color: #d83996;
	border-color: #d83996;
	color: #fff;
	border-radius: 13px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
@media only screen and (max-width:1024px) /* TABLET */ {
	.col_vestiging_gegevens {
	    position: static;
	    margin-left: 0px;
	    margin-top: 0;
	}
	.plan-mijn-ov {
	    position: fixed;
	    top: unset;
	    left: 30px;
	    bottom: -31px;
	}
	.col_vestiging_gegevens {
		max-width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	div #map {
    	width: 100%;
    	height: 250px;
	}
	.vestiging_gegevens_info {
		min-height: 190px;
	}
}
