.ab_hero {
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 25%;
	background-image: url('../images/about/hero.jpg');
	background-size: cover;
	background-position: center center;
}
.ab_intro {
	margin-top: 5%;
}
.ab_intro_flex {
	display: flex;
	justify-content: space-between;
}
.ab_intro_left {
	position: relative;
	float: left;
	width: 45%;
	padding: 3% 0px;
}
.ab_1_title {
	position: relative;
	float: left;
	width: 100%;
}
.ab_1_content {
	position: relative;
	float: left;
	width: 100%;
}
.ab_1_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.ab_intro_right {
	position: relative;
	float: left;
	width: 45%;
	display: flex;
	justify-content: space-between;
}
.ab_list_i {
	position:relative;
	float:left;
	width:100%;
	cursor:pointer;
	overflow:hidden;
	background-image: url('../images/about/projecten.jpg');
	background-size: cover;
	background-position: center center;
}
.ab_list_i_2 {
	background-image: url('../images/about/vakmannen.jpg');
}
.ab_list_i_3 {
	background-image: url('../images/about/machinepark.jpg');
}
.ab_list_i_img {
	position: relative;
	float:left;
	width:100%;
}
.ab_list_i_img img {
	position: relative;
	float:left;
	width:100%;
}
.ab_list_i_overlay {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.65);
	transition-duration: 0.2s;
}
.ab_list_i_content {
	position: absolute;
	bottom:30px;
	left:0px;
	width:80%;
	padding:0px 10%;
	text-align:center;
}
.ab_list_i_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size:18px;
	font-weight:bold;
}
.ab_list_i_icon {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.ab_list_i_icon img {
	width:80px;
	opacity: 0.5;
}

.ab_2 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.ab_2_flex {
	display: flex;
	justify-content: space-between;
}
.ab_2_i {
	position: relative;
	float: left;
	width: 18%;
}
.ab_2_spacer {
	position: relative;
	float: left;
	width: 1px;
	background-color: #294194;
}
.ab_2_title {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
}
.ab_2_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}
