body, html{
	margin: 0;
	padding: 0;
	color: #535457;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px
}

button,textarea,input{
	font-family: 'Ubuntu', sans-serif;
}

ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #535457;
}
main a{
	text-decoration: underline;
}

p{
	padding: 0;
	margin: 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

/* Default */

.contentHolder{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
.removeBorderRight{
	border-right: 0px !important;
}
.headerH2Blue{
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
	padding-top: 70px;
	padding-bottom: 66px;
	color: #2c4e8a;
	font-size: 24px;
	font-weight: 500;
}
.alignLeft{
	text-align: left !important;
}
.defaultButton{
	width: 200px;
	border-radius: 5px;
    height: 56px;
	background-color: #5087ea;
	border: 0px;
	border-bottom: 2px solid #44649f;
	float:left;
	line-height: 52px;
	color: white;
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.defaultButton a{
	text-decoration: none;
}
.defaultButton:hover{
	background-color: #4B71B6;
}
.defaultButton a{
	color: white;
}


/* Header */
header{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	z-index: 999998;
}
.headerTopMobileFastMenuDiv{
	display:none;
}
.headerTopGrayRow{
	width: 100%;
	height: 50px;
	background-color: #393a3d;
	overflow: hidden;
}
.headerTopSecondDiv{
	width: 100%;
	height: 120px;
	background-color: white;
	box-shadow: 0px 0px 4px 0px gray;
}
.headerTopHeroDiv{
	width: 100%;
	height: 370px;
	overflow:hidden;
	margin-top:170px;
}
.headerTopHeroDiv h1{
	color: white;
    text-shadow: 0px 1px 1px black;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
	margin: 0;
	padding: 0;
	text-align:left;
}
.containerMapsHolderDiv{
	height: 100%;
	position:relative;
	z-index: 1;
}
.containerMapsHoverDiv{
	height: 100%;
	position:relative;
	top: -370px;
	z-index: 2;
}
.headerTopHeroPositioningDiv{
	height: calc(100% - 50px);
}

.headerTopMainSelectionMenuUl{
	height: 100%;
	float:left;
}
.headerTopMainSelectionMenuUl li{
	display:inline-block;
	line-height: 50px;
	padding-left: 18px;
	padding-right: 18px;
	transition: background-color 0.3s ease;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
}
.headerTopMainSelectionMenuUl li:hover{
	background-color: #4b71b6;
}
.headerTopMainSelectionMenuUl a{
	color: white;
}
.headerTopMainSelectedMenuUl{
	background-color: #4b71b6;
}
.headerTopContactOptionUl{
	float:right;
}
.headerTopContactOptionUl li{
	display:inline-block;
	line-height: 49px;
	padding-left: 32px;
	margin-left: 22px;
	color: white;
	font-family: 'Lato', sans-serif;
}
.headerTopContactOptionUl a{
	color: white;
}
.headerTopContactOptionUl a:hover{
	text-decoration: underline;
}
.headerTopSecondLogoDiv{
	width: 300px;
	float:left;
	overflow:hidden;
	height: 100%;
}
.headerTopSecondLogoDiv img{
	height: calc(100% - 40px);
    	margin-top: 20px;
}
.headerTopSecondMenuDiv{
	width: calc(100% - 520px);
	height: 120px;
	min-width: 477px;
	overflow: hidden;
	float:right;
}
.headerTopSecondMenuDiv ul{
	float:right;
}
.headerTopSecondMenuDiv li{
	float:left;
	padding-right:20px;
	text-transform: uppercase;
	line-height: 120px;
}
.headerTopSecondMenuDiv a{
	transition: color 0.3s ease;
}
.headerTopSecondMenuDiv a:hover{
	color:#4b71b6;;
}
.headerTopSecondSelected{
	color: #4b71b6;
}
.headerTopIconMail{
	background-image: url("../Images/icon-mail.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}
.headerTopIconPhone{
	background-image: url("../Images/icon-phone.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}
.headerTopIconUser{
	background-image: url("../Images/icon-user.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

/* background headers */

.backgroundHome{
	background: url("../Images/heros/bg_home.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.backgroundMethod{
	background: url("../Images/heros/bg_werkwijze.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}
.backgroundDownloads{
	background: url("../Images/heros/bg_downloads.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}
.backgroundAboutUs{
	background: url("../Images/heros/bg_overons_bw.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}

.backgroundJobs{
	background: url("../Images/heros/bg_vacatures.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

    /* === Employee backgrounds == */

.backgroundOurAproach{
	background: url("../Images/heros/bg_werkwijze.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}
.backgroundWhoAreWe{
	background: url("../Images/heros/bg_overons_bw.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}
.backgroundVacancy{
	background: url("../Images/heros/industrie-wall.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 383px !important;*/
}

/* main */
main{
	width: 100%;
	min-height: 200px;
}
.mainBlockWhiteDiv{
	min-height: 200px;
	overflow: hidden;
}
.mainBlockLightBlueDiv{
	min-height: 600px;
	background-color: #f3f5fa;
	overflow: hidden;

}
.mainBlockBlueDiv{
	height: 484px;
	background-color: #4b71b6;
	color: white;
}
.mainBlockHerosDiv{
	width: calc(33.3% - 71px);
	height: 485px;
	float:left;
	border-right: 1px dotted #b5b5b5;
	text-align:center;
	margin-top: 50px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	margin-bottom: 50px;
}
.mainBlockHerosDiv h2{
	color: #2c4e8a;
	font-size: 24px;
	font-weight: 500;
}
.mainBlockHerosDiv button{
	float: none !important;
}


.mainBlockHerosTextDiv{
	min-height: 266px;
}
.mainBlockHerosTextDiv p{
	line-height: 25px;
	color: black;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 30px;
}


.registerButton{
	float:right;
	margin-top: 30px;
}

/* Footer */
footer{
	width: 100%;
	height: 400px;
	background-color: #2d2d2d;
}
.footerBlockDiv{
	float:left;
	width: calc(33.3% - 100px);
	padding-right: 100px;
	padding-top: 42px;

}
.footerBlockDiv h3{
	text-transform: uppercase;
	color: white;
	line-height: 50px;
	border-bottom: 1px solid #444444;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}
.footerBlockDiv a{
	color: #ffffff;
	font-size: 12px;
}
.footerBlockDiv a:hover{
	text-decoration: underline;
}
.footerBlockDiv li{
	line-height: 50px;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px solid #444444;
	text-transform: uppercase;
	opacity: 0.7;

}
.footerCopyrightBlockHolderDiv{
	border-top: 1px solid #444444;
	height: 60px;
	line-height: 60px;
	transition: uppercase;
	font-size: 14px;
}
.footerCopyrightBlockHolderDiv img{
	position: relative;
	top: 8px;
	cursor: pointer;
}
.footerBlockHolderDiv{
	height: 339px;
}
.footerCopyrightSocialMediaDiv{
	float:left;
}
.footerCopyrightSocialMediaDiv img{
	opacity: 0.4;
}
.footerCopyrightTextDiv{
	float:left;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;
	color: white;
	opacity: 0.4;
}

/* Werkgever - Home */
.mainBlockPartnersTable{
	border-bottom: 1px dotted #b5b5b5;
	border-left: 1px dotted #b5b5b5;
	width:100%;
	margin-bottom: 50px;
}
.mainBlockPartnersTable td{
	border-right: 1px dotted #b5b5b5;
	border-top: 1px dotted #b5b5b5;
	width: 16.6%;
	text-align:center;
	height: 178px;
}

/* Werkgever - over ons */
.mainAboutUsHeaderDiv{
	padding-top: 60px;
	border-bottom: 1px dotted #b5b5b5;
	padding-bottom: 30px;
}
.mainAboutUsHeaderDiv h2{
	color: #2c4e8a;
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
	color: #2c4e8a;
	font-size: 24px;
	font-weight: 500;
}
.mainAboutUsHeaderDiv p{
	color: #2c4e8a;
	line-height: 26px;
    font-size: 16px;
}


.mainAboutUsContentDiv{
	width: calc(100% - 420px);
	height: auto;
	padding-top: 30px;
	display: inline-block;
	vertical-align:top;
}
.mainAboutUsContentDiv h2{
	color: #2c4e8a;
	font-size: 20px;
}
.mainAboutUsContentDiv p{
	line-height: 30px;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}


.mainDownloadsContentDiv{
	width: 100%;
	height: auto;
	padding-top: 30px;
	display: inline-block;
	vertical-align:top;
	padding-bottom: 50px;
}
.mainDownloadsContentDiv h2{
	color: #2c4e8a;
	font-size: 20px;
}
.mainDownloadsContentDiv p{
	line-height: 30px;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}
.mainDownloadsContentDiv a{
	color: #2c4e8a;
}


.mainAboutUsContentLineTypeDiv{
	width: 340px;
	padding-left: 60px;
	height: auto;
	display: inline-block;
	padding-bottom: 50px;
}
.rowLineType{
	line-height: 107px;
	border-bottom: 1px dotted #b5b5b5;
	width: calc(100% - 80px);
	background-image: url("../Images/icon-linetype.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 80px;
	font-weight:700;
	font-size: 18px;
}
.aboutUsTeamBlockDiv{
	padding-bottom: 65px;
}

/* Werkgever over ons - Employee */
.aboutUsEmployees{
	width: calc(33% - 30px);
    height: 375px;
    border: 1px solid #dddddd;
    background-color: white;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 20px;

}
.aboutUsEmployeePictureDiv{
	padding-top: 50px;
	text-align:center;
	width: 100%;
	height: 140px;
	padding-bottom: 30px;

}
.aboutUsEmployeePictureDiv img{
	border-radius: 240px;
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.aboutUsEmployeeNameDiv{
	text-align:center;
	width:100%;
}
.aboutUsEmployeeNameDiv p{
	line-height: 24px;
}
.aboutUsEmployeeContactDiv{
	padding-top: 20px;
	text-align:center;
}
.aboutUsEmployeeContactDiv img{
	padding: 1px;
	cursor:pointer;
}
.aboutUsEmployeeHolderDiv{
	width: calc(100% + 22px);
}

/* Werknemer  - onze aanpak */
.mainOurApproachHolderDiv{
	margin-top: calc(33.3% - 344px);
	width: 106%;
}
.mainOurApproacheBlockDiv{
	width: 260px;
	height: 300px;
	background-color: #f3f5fa;
	border-radius: 5px;
	display: inline-block;
	margin-right: calc(33.3% - 344px);
	margin-bottom: calc(33.3% - 344px);
	text-align:center;
	padding: 40px;
	color: #2c4e8a;
	overflow: hidden;
}
.mainOurApproacheBlockDiv img{
	padding-bottom: 10px;
}
.mainOurApproacheBlockDiv h2{
	font-size: 18px;
	font-weight: 700;
}
.mainOurApproacheBlockTextDiv p{
	line-height: 28px;
	text-align: center;
}
.mainOurApproacheContactDiv{
	width: calc(100% - 80px);
	border: 1px dotted #b5b5b5;
	height: 145px;
	padding: 40px;
	color: #2b4d89;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
.mainOurApproacheContactDiv button{
	float: none !important;
}

/* Module - Vacatures */
.mainJobsHolder{
    padding-top: 40px;
}
.mainJobBlockDiv{
    width: 100%;
    background-color: #f3f5fa;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.mainJobBlockHeaderDiv{
    width: 100%;
    height:60px;
    background-color: #505fea;
}
.mainJobTitle{
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    width: calc(100% - 300px);
    float:left;
}
.mainJobButtons{
    float:right;
    width: 107px;
}
.mainJobButtons button{
    width: 100px;
    height: 40px;
    margin-top: 10px;
    color: white;
    background-color: #3c47af;
    border-radius: 5px;
    float:left;
    border: 0px;
    cursor: pointer;
}
.mainJobSubInfoDiv{
    height: 45px;
    border-bottom: 1px dotted #b5b5b5;
}
.mainJobSubInfoPlace{
    float:left;
    width: calc(100% - 200px);
    line-height: 45px;
    font-size: 11px;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-left: 25px;
}
.mainJobSubInfoHours{
    float:left;
    width: 110px;
    line-height: 45px;
    font-size: 11px;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-left: 25px;
}
.mainJobSubContentDiv{
    padding: 25px;
}
.mainJobSubContentDiv p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}
.mainJobSubContentDiv ul{
    font-size: 12px;
    line-height: 18px;
}
