@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,400italic,700);
/* CSS Document */

.html_block {
	width:450px;
	margin:0 auto;
	text-align:left;
}
.html_block.centercontent {
	text-align:center;
}
.html_block h1, .html_block h2, .html_block p {
	margin:auto;padding:auto;
}
.html_block h1 {
	display:block;
	margin-bottom:20px;
}
.html_block p {
	font-size:13px;
	line-height:22px;

}


.html_block h2 {
	padding-bottom:20px;
	font-family: "Source Sans Pro";
}

.html_block .text_content {
	
	text-align:left;
}

/*third and forth*/
.html_block .third {
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin-left:2%;
}
.html_block .third:first-child {
	margin-left:0;
}
.html_block .twothird {
	display:inline-block;
	vertical-align:top;
	width:64%;
	margin-left:2%;
}
.html_block .twothird:first-child {
	margin-left:0;
}


.html_block .fourth {
	display:inline-block;
	vertical-align:top;
	width:23%;
	margin-left:2%;
}
.html_block .fourth:first-child {
	margin-left:0;
}
.html_block .third .title, .html_block .fourth .title {
	font-weight:bold;
	font-size:30px;
	//line-height:0.9em;
	text-transform:uppercase;
	
}
.html_block .third .title span.red, .html_block .fourth .title span.red {
	color:#ab1b1a;
	font-weight:inherit;
}
.html_block .third .subtitle, .html_block .fourth .subtitle {
	font-weight:bold;
	font-size:16px;
	min-height:1.25em;
	text-transform:uppercase;
}
.html_block .third .image, .html_block .fourth .image {
	border:1px solid #ab1b1a;
	box-sizing:border-box;
}
.html_block .third .image img, .html_block .fourth .image img {
	width:100% !important;
	height:auto !important;
	display:block;
}



/*Medewerkers*/
.employee_holder {
	width:480px;
	margin:0 auto; /*Wordt weggehaald in de pagina CSS*/
}
