.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;
}

.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: 30%;
	cursor: pointer;
}
.vac_i_photo {
	position: relative;
	float: left;
	width: 100%;
}
.vac_i_photo img {
	position: relative;
	float: left;
	width: 100%;
}
.vac_i_overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px 30px;
	width: calc(100% - 60px);
	background-color: rgba(0, 0, 0, 0.7);
}
.vac_i_title {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	opacity: 1;
}
.vac_i:hover .vac_i_title {
	opacity: 1;
}
.vac_i_subtitle {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.vac_i_desc {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #FFFFFF;
	display: none;
}

.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;
}