.vac_hero {
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 25%;
	background-image: url('../images/vacatures/hero.jpg');
	background-size: cover;
	background-position: center center;
}
.vac_hero_1 {
	background-image: url('../images/vacatures/hero_vacature_1.jpg');
}

.vacs_1_vp {
	margin-top: 5%;
}
.vacs_title {
	position: relative;
	float: left;
	width: 45%;
}
.vacs_li {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.vac_i {
	position: relative;
	float: left;
	width: 45%;
	display:flex;
	justify-content: space-between;
}
.vac_i_photo {
	position: relative;
	float: left;
	width: 40%;
}
.vac_i_photo img {
	position: relative;
	float: left;
	width: 100%;
}
.vac_i_overlay {
	position: relative;
	float:left;
	width:50%;
	margin-left:10%;
}
.vac_i_title {
	position: relative;
	float: left;
	width: 100%;
	margin-top:12px;
	font-weight: bold;
	font-size: 32px;
	color: #294194;
}
.vac_i_subtitle {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 8px;
	font-weight: bold;
	font-size: 22px;
	color:#5f5f5f;
}
.vac_i_desc {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.vac_i_btn {
	position: relative;
	float:left;
	margin-top:20px;
	width: 100%;
}

.vaci_titel {
	position: relative;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.vaci_flex {
	position: relative;
	float:left;
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.vaci_box {
	position:relative;
	float:left;
	width:45%;
}
.vaci_box_master {
	width:55%;
	margin-bottom:50px;
}
.vaci_title {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
	font-weight:bold;
	margin-bottom:12px;
	color:#294194;
}
.vaci_text {
	position:relative;
	float:left;
	width:100%;
}
.vaci_li {
	position:relative;
	float:left;
	width:100%;
	margin-top:12px;
}
.vaci_li_i {
	position:relative;
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	margin-top:10px;
}
.vaci_li_i span:nth-child(1){
	position:relative;
	float:left;
	width:20px;
	font-weight:bold;
}
.vaci_li_i span:nth-child(2){
	position:relative;
	float:left;
	width:calc(100% - 20px);
}
.vaci_li_btn {
	position: relative;
	float:left;
	width:100%;
	margin-top:40px;
}
.vaci_box_photo {
	position: relative;
	float:left;
	width:35%;
	margin-bottom:50px;
}
.vaci_box_photo_1 {
	background-image: url('../images/vacatures/vacature_1.jpg');
	background-size: cover;
	background-position: center center;
}

.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;
}

.work_vp_intro {
	margin-top: 5%;
}
.work_center {
	display: flex;
	justify-content: space-between;
}
.work_intro {
	position: relative;
	float: left;
	width: 45%;
	display: flex;
	justify-content: left;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;

}
.work_vid {
	position: relative;
	float: left;
	width: 45%;
}
.work_vid video {
	position: relative;
	float: left;
	width: 100%;
}
.work_intro_titel {
	position: relative;
	float: left;
	width: 100%;
}
.work_intro_text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 18px;
}
.work_intro_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}


@media screen and (max-width: 1750px) {
	.vac_i_photo {
		overflow:hidden;
	}
	.vac_i_photo img {
		width:120%;
		margin-left:-10%;
	}
	.vac_i defaulttext {
		font-size:14px;
		line-height:20px;
	}
}

@media screen and (max-width: 1500px) {
	.vacs_title {
		width:65% !important;
	}
	.vac_i {
		width:47%;
		justify-content: left;
	}
	.vac_i:nth-child(1) {
		margin-bottom:50px;
	}
	.vac_i_overlay {
		display: flex;
		justify-content: left;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.vac_i_subtitle {
		font-size:18px;
	}
	.vac_i_title {
		font-size:26px;
	}
	.vac_i_desc {
		margin-top:12px;
	}
	.vacs_li {
		flex-wrap: wrap;
	}
	.vac_i {
		width:100%;
	}
	.vac_i_photo {
		width:25%;
	}
	.vac_i_photo img {
		width:100%;
		margin-left:0%;
	}
}

@media screen and (max-width: 1400px) {
	.vaci_box_master {
		width:100%;
	}
	.vaci_box {
		width:100%;
	}
	.vaci_box_mobile_photo {
		width:55%;
	}
}

@media screen and (max-width: 1200px) {
	.work_center {
		flex-wrap: wrap;
	}
	.work_intro {
		width:100%;
	}
	.work_vid {
		width:100%;
		margin-top:50px;
	}
}

@media screen and (max-width: 1000px) {
	.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_spacer {
		margin-top:50px;
	}
	.ab_2_spacer:nth-child(4) {
		display:none;
	}
	.css100_margin {
		margin-top:50px;
	}

	.vaci_box_photo {
		width:100%;
		height:0px;
		padding-bottom:70%;
	}
	.vaci_box_mobile_photo {
		width:100%;
		margin-bottom:50px;
	}
}


@media screen and (max-width: 800px) {
	.vacs_title {
		width:100% !important;
	}
}






































