.sec_hero {
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 25%;
	background-image: url('../images/projecten/projecten-hero.jpg');
	background-size: cover;
	background-position: center center;
}

.sec_1 {
	margin-top: 5%;
}
.sec_title {
	position: relative;
	float: left;
	width: 30%;
	font-size: 42px;
	font-weight: bold;
}
.sec_title span {
	color: #294194;
}
.sec_text {
	position: relative;
	float: left;
	width: 60%;
	margin-left: 10%;
	font-size: 18px;
	line-height: 36px;
}

.sect_2 {
	margin-top: 5%;
}
.sect_i {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sect_i_content {
	position: relative;
	float: left;
	width: 40%;
	padding: 3% 0px;
}
.sect_i_title {
	position: relative;
	float: left;
	width: 100%;
}
.sect_i_text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 18px;
}
.sect_i_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.sect_i_photo {
	position: relative;
	float: left;
	width: 45%;
	background-image: url('../images/sectoren/industriele-gebouwen.jpg');
	background-size: cover;
	background-position: center center;
}
.sect_i_photo_2 {
	background-image: url('../images/sectoren/agro.jpg');
}

.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;
}

.sect_i_photo_3 {
	background-image: url('../images/sectoren/opmaat.jpg');
}
.sect_i_photo_4 {
	background-image: url('../images/sectoren/silo.jpg');
}
.sect_4 {
	margin-top: 5%;
	margin-bottom: 5%;
}


@media screen and (max-width: 1000px) {
	.sect_i {
		flex-wrap:wrap;
	}
	.sect_i_content {
		width:100%;
	}
	.sect_i_photo {
		width:100%;
		height:0px;
		padding-bottom:45%;
		margin-bottom:50px;
	}
	.sect_i_mobilereverse {
		flex-direction: column-reverse;
	}

	.ab_list_i {
		position:absolute;
		width:100%;
		height:100%;
	}
	.ab_2_flex {
		flex-wrap: wrap;
	}
	.ab_2_i {
		width:45%;
		margin-top:50px;
	}
	.ab_2_i:nth-child(1), .ab_2_i:nth-child(3), .ab_2_spacer:nth-child(2)  {
		margin-top: 0px;
	}
	.ab_2_spacer {
		margin-top:50px;
	}
	.ab_2_spacer:nth-child(4) {
		display:none;
	}
}

@media screen and (max-width: 800px) {
	.sec_title {
		width:100%;
	}
	.sec_text {
		width:100%;
		margin-left:0px;
		margin-top:14px;
	}
}







































