@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body, html {
	margin:0;
	padding:0;
	color: #666666;
	position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}
html {
	height: 100%;
	position: relative;
    font-size: 62.5%;
}
body {
    color: #666666;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-top: 110px;
}
* {
    box-sizing: border-box;
}
p {
    color: #666666;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
a {
    text-decoration: none;
    color: #ee1f26;
}
img {
    max-width: 100%;
    height: auto!important;
}
h1,h2,h3,h4, .hookHeader{
	margin:0px;
	padding:0px;
    color: #ee1f26;
}
h1:empty,h2:empty,h3:empty,h4:empty{
	margin: 0 !important;
	padding: 0 !important;
}
h1,
h2.subHeader.aplSh.aplStartShFpwd,
.formField.aplFormField.aplStartFormFSgnUp h2.subHeader {
	font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 800;
}
h2, .hookHeader {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2px;
}
h3{
	font-size: 1.8rem;
}
.rightKol h2 {
    font-size: 2.8rem;
}
ul {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.sw {
    max-width: 1148px;
    padding: 0 15px;
    margin: 0 auto;
}
.error {
    color: red;
}
.avaAvailableGroup, .intro, .itemContainer, .text {
    margin-bottom: 30px;
}
.hide {
    display: none;
}
.slick-slide:focus {
    outline: none;
}
div.ckOuter {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 100%;
    line-height: 44px;
}
/* _________________________________________________________________________ BUTTONS */

.button,
button,
input[type=submit],
input[type=button],
a strike,
strike a,
strike,
.menuLink.aplMlink,
.menuLink.aplSnp,
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a,
li.aplAplyLeave a,
.menuLink.actMl.actMlLc.actMlCJsa {
    color: #fff;
    font-weight: 300;
    padding: 5px 40px;
    background-color: #ee1f26;
    border: 2px solid #ee1f26;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 3rem;
	font-weight: 600;
}
li.aplAplyLiJob a,
li.aplAplyLi a,
li.aplAplyLeave a {
    background: #ee1f26;
    border: 2px solid #ee1f26;
    color: #fff;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a strike:hover,
strike a:hover,
strike:hover,
.menuLink.aplMlink:hover,
li.aplAplyTk a:hover,
li.aplAplyLogin a:hover,
li.aplAplyPass a:hover,
li.aplAplyLiJob a:hover,
li.aplAplyLeave a:hover,
.menuLink.actMl.actMlLc.actMlCJsa:hover  {
    opacity: 0.9;
	cursor: pointer;
}
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
a strike:focus,
strike a:focus,
strike:focus,
.menuLink.aplMlink:focus {
	outline: none;
}
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a {
	margin-bottom: 10px;
}
.menuLink a {
    color: #fff;
}

/* _________________________________________________________________________ INPUTS */

.formInput {
	max-width: 100%;
}
.fileUpButton, .fileUpParrent, .formInputTaC, input[type=text], input[type=password], input[type=file], select, textarea {
	height: 38px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px;
    color: #636363;
    font-size: 1.5rem;
    font-weight: 500;
    background: #f7f7f7;
}
.fileUpParrent {
	padding-left: 0;
}
.outer .apllDate>div, .outer .chosen-container, .outer .fileUpButton, .outer .fileUpParrent, .outer .formMultiCheckbox>div,
.outer .formRadio>div, .outer .g-recaptcha, .outer .mceEditor, .outer div.formInputTaC, .outer input[type=text],
.outer input[type=password], .outer input[type=file], .outer select, .outer textarea {
    max-width: 100%;
}
.formInputTaC {
	height: 120px;
    line-height: 3rem;
}
label[for="captcha"] {
    display: none;
}
input[type=text]:focus, input[type='password']:focus, textarea:focus,
input[type='text'].filled, input[type='password'].filled, textarea.filled{
	color: #000;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 30px;
    position: absolute;
    top: 8px;
    left: 5px;
    color: #ee1f26;
    line-height: 18px;
}
input[type=checkbox]:checked {
	background-color: #f7f7f7;
	color: #ee1f26;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #f7f7f7;
	padding: 17px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #ee1f26;
}
input[type=radio]:checked {
	background-color: #f7f7f7;
	color: #99a1a7;
}
input[type=radio] {
	-webkit-appearance: none;
	background-color: #f7f7f7;
	border: 1px solid #cecfd1;
	padding: 11px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-bottom: -5px;
	cursor: pointer;
}
.formInput.aplCheckContainer label {
    line-height: 3.7rem;
}
@media screen and (min-width: 768px) {
	.formInput.aplCheckContainer label {
	    max-width: 25%!important;
	}
}
.aplCsc label[for=captcha] {
	display: none;
}
.fileUpButton, .fileUpButton:hover {
    background: url(/_images/upload.png) no-repeat calc(100% - 10px) center;
    width: 100%!important;
    max-width: 100%!important;
    border: none;
}
.fileUpButton:hover {
    opacity: 0.5;
}
input.fileUp {
    width: 100%!important;
    max-width: 100%!important;
    border: none;
}
.fancybox-skin {
    border-radius: 0!important;
}
.formInput label {
    max-width: 100%!important;
}
.menuContainer.aplMc.myProfileMenu, .pcOuter {
    display: none;
}
.formInput.aplTextAreaInput.aplPrivAreaInput label {
	display: none;
}
/* Otysselect */
.otysSelectInner {
	box-shadow: inset 0 0 0 0 #636363;
}
.otysSelectInner.filled .inputBox {
    width: calc(100% - 50px);
}
.inputBox .selectedItems > div {
	padding: 3px 20px 3px 5px;
    background-color: #ee1f26;
}
.otysSelectInner.count.filled > span.counter {
	right: 0px;
    background-color:#636363;
	top: -9px;
}
.optionHolder > .option.selected {
    background-color: #ee1f26;
    color: #fff;
}
.otysSelectInner .inputBox {
    padding: 3px 25px 3px 30px;
}
.optionHolder > .option {
    padding: 8px 30px;
    cursor: pointer;
}
.otysSelect .navArrow {
    background-image: url(../_images/arrow-down.png);
    background-size: auto auto;
    transform: rotateZ(0deg);
	right: 20px;
}
.otysSelect .subOpen .navArrow {
    transform: rotateZ(180deg);
}
.hookInput.actHInput.actHICrit input.search {
    border-right: 0;
    border-bottom: 1px solid #cecece;
}

/* _________________________________________________________________________ HEADER */

header {
    z-index: 100;
    top: 0;
    width: 100%;
    background: #ee1f26;
	height: 110px;
	position: absolute;
}
header .sw {
    height: 100%;
}
.logoBlock {
    float: left;
    height: 100%;
}

body.sticky header {
    height: 60px;
	position: fixed;
}
body.sticky nav.mainMenuContainer > ul > li > a {
	line-height: 60px;
}
body.sticky .logoBlock {
	max-width: 190px;
}

/* _________________________________________________________________________ MENU */

nav.mainMenuContainer {
    float: right;
}
nav.mainMenuContainer a {
	color: #fff;
}
nav.mainMenuContainer > ul > li {
    display: inline-block;
	position: relative;
}
nav.mainMenuContainer > ul > li.mainLev.mainLevactive > a {
    font-weight: bold;
}
nav.mainMenuContainer > ul > li.mainLev.mainLevactive li.subLevel_1active a {
	text-decoration: underline;
}
nav.mainMenuContainer > ul > li.mainLev.hasChilderen > a {
    padding-right: 35px;
}
nav.mainMenuContainer > ul > li > a {
	display: block;
    padding: 0 15px;
    line-height: 110px;
    font-size: 1.6rem;
    font-weight: 500;
}
nav.mainMenuContainer > ul > li:hover > a {
    background: #e31c23;
}
nav.mainMenuContainer > ul > li > ul  {
	padding: 20px 0;
    background: #fff;
    color: #666666;
    display: none;
    border-radius: 2px;
    margin-top: -20px;
}
nav.mainMenuContainer .subMenu {
    background: url(/_images/arrow-down-white.png) no-repeat;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
}
@media screen and (min-width: 991px) {

	nav.mainMenuContainer > ul > li > ul {
		position: absolute;
	}
	nav.mainMenuContainer > ul > li:hover > ul {
		display: block;
	}
	nav.mainMenuContainer > ul > li > ul li ul {
	    display: block;
	    top: 0;
	    left: 100%;
	}
	nav.mainMenuContainer > ul > li > ul li {
		position: relative;
	}
}
nav.mainMenuContainer > ul > li > ul a {
	display: block;
	padding: 5px 10px;
    width: 250px;
    color: #666666;
    text-align: center;
}
nav.mainMenuContainer > ul > li > ul > li:hover > a {
	text-decoration: underline;
}
/*Loginhook*/
.ocdBlock {
    display: block;
    position: relative;
    float: right;
}
div#ocdToggle:hover {
	padding-right: 35px;
    background: #e31c23 url(/_images/header-lock.png) no-repeat calc(100% - 15px) center;
    cursor: pointer;
}
div#ocdToggle {
    font-size: 1.6rem;
	float: right;
    display: block;
    padding: 0 15px;
    line-height: 110px;
    color: #fff;
    position: relative;
    padding-right: 35px;
    background: url(/_images/header-lock.png) no-repeat calc(100% - 15px) center;
}
#ocdLogin {
    position: absolute;
    background: #fff;
	padding: 20px 20px 5px;
    border-radius: 2px;
	top: 90px;
    width: 290px;
    display: none;
    z-index: 100;
}
body.ocdOpen #ocdLogin {
	display: block;
}
.hookHeader.webUserHookHeader.ocdHookHeader {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
}
.hookText.webUserHookText.ocdHookText {
    font-size: 1.2rem;
}
.hookButton.webUserHookButton.ocdHookButton {
    margin-bottom: 15px;
}
.hookButton.webUserHookButton.ocdHookButton input {
    width: 100%;
}
.hookText.webUserHookText.ocdHookText.logged {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
body.sticky div#ocdToggle {
	line-height: 60px;
}
body.sticky #ocdLogin {
	top: 50px;
}
body.sticky nav.mainMenuContainer > ul > li > ul {
	margin-top: -10px;
}
/* _________________________________________________________________________ MOBILEMENU */

.menuBlock {
    cursor: pointer;
	display: none;
	height: 40px;
	z-index: 999;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ee1f26;
	color: #fff;
	text-align: center;
}
.hamburger {
    margin-right: 10px;
}
.hamburger .line {
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background: #fff;
}
.hamburger .line:last-child {
    margin-bottom: 0;
}

/* _________________________________________________________________________ MAIN */

main {
	display: block;
	background: #efefef;
    padding-bottom: 30px;
}
#CC main {
	padding-bottom: 0;
}

/* _________________________________________________________________________ FOOTER */

footer .sw {
	height: 100%;
}
footer .topFooter {
    background: #676767;
    padding: 60px 0;
}
footer .topFooter a {
	color: #fff;
}
footer ul.hlb2 ul li.subLevel > a {
    font-weight: 300;
}
footer ul.hlb2 li.topLevel > a {
    font-weight: 800;
    display: block;
	margin-bottom: 20px;
}
footer .bottomFooter {
    background: #ee1f26;
	width: 100%;
	height: 65px;
}
footer .logo {
    max-width: 170px;
    float: left;
}

/* _________________________________________________________________________ BLOKKEN BISJAB */

.containerBlock {
    width: 50%;
	float: right;
	background: #fff;
	margin-bottom: 30px;
}
.containerBlock:last-child {
	margin-bottom: 0;
}
.containerBlock:nth-child(4n+1) {
    float: left;
}
.containerBlock .foto {
	width: 100%;
	height: 100%!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.containerBlock .text {
    padding: 55px 45px;
    margin-bottom: 0;
}
.contentText, .containerBlock p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.containerBlock p {
	margin-bottom: 15px;
}
.containerBlock p:last-child {
	margin-bottom: 0;
}
h2.subHeader.contentSubHeader {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
}
.containerBlock .mobileFoto {
	display: none;
}
.containerBlock .mobileFoto img {
    width: 100%;
}

/* _________________________________________________________________________ 1KOLOM BISJAB */

#CT #bisjab {
    padding: 0 0 30px;
}
.bisjab.bisjab1Kolom {
    background: #fff;
    padding: 60px 45px;
}
.intro.contentIntro {
    font-weight: bold;
}
.bisjab1Kolom h2.subHeader.contentSubHeader {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.bisjab1Kolom .text.contentText:last-child {
    margin-bottom: 0;
}

/* _________________________________________________________________________ 2KOLOM BISJAB */

#CT #bisjab {
    padding: 0 0 30px;
}
.bisjab.bisjab2Kolom {
    background: #fff;
    padding: 60px 45px;
}
.intro.contentIntro {
    font-weight: bold;
}
.bisjab2Kolom h2.subHeader.contentSubHeader {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.bisjab2Kolom .text.contentText:last-child {
    margin-bottom: 0;
}

/* _________________________________________________________________________ BISJAB */

#bisjab {
	padding: 60px 0;
}

/* _________________________________________________________________________ CONTACT */

#CC #bisjab .sw {
	padding: 0 15px;
}
#CC #bisjab {
	padding: 0 0 30px 0;
}
#CC #bisjab .contactBisjab {
	padding: 60px 45px 30px;
    background: #fff;
}
#CC .fileUpButton, #CC .fileUpParrent, #CC .formInputTaC, #CC input[type=text], #CC input[type=password], #CC input[type=file], #CC select, #CC textarea{
    background: #f7f7f7;
    max-width: 100%;
}
#CC form .text {
    font-weight: bold;
}
#CC .outer .explain, #CC .outer .formInput>label {
    max-width: 100%;
    margin-bottom: 10px;
}
#CC .outer .formInput>label span {
	color: #ee1f26;
	margin-left: 3px;
}
#CC .buttonContainer {
    text-align: right;
}
#CC .buttonContainer input:last-child {
	margin-right: 0;
}

/* _________________________________________________________________________ SMALLWIDTH */

#SW #bisjab > .sw > .row {
    background: #fff;
    padding: 60px 0;
}
#SW #bisjab {
    padding: 0 0 60px;
}

/* _________________________________________________________________________ TEASER1 */

#teaser1 {
	height: 410px;
}
body:not(#HP) #teaser1 {
	height: 350px;
}
#JO #teaser1 {
	height: 350px;
}
#teaser1 .mobileFoto {
	display: none;
}
.t1o > img {
    width: 100%;
}
.t1o,
.t1o .teaserItemContainer {
	height: 100%;
    position: relative;
}
.t1o .teaserItemContainer {
    padding-top: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* Searchhook */
.multiSelectOptions {
    max-width: 100%;
    width: calc(100% - 1px);
    border: none;
	max-height: 200px;
}
.hookHeader.actHHeader {
	display: none;
}
.hookWord.actHWord.actHCrit {
    display: none;
}
#teaser1 .hookOuter.actHOuter.actJshOuter {
	margin-bottom: 0;
	width: 100%;
}
.hookInput.actHInput.actHICrit {
    width: calc(50% - (196px/2));
    float: left;
	margin-bottom: 0;
	position: relative;
    border-right: 1px solid #636363;
}
.hookButton.actHButton {
    width: 196px;
    float: left;
}
.hookButton.actHButton input,
.hookInput.actHInput.actHICrit input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border-right: 1px solid #909090;
	margin-bottom: 0;
}
.hookButton.actHButton input {
	background: #636363;
    border: 0;
    font-weight: 600;
}

/* _________________________________________________________________________ TEASER2 */

.t2o, .t2o p {
    color: #fff;
	font-weight: 300;
}
.t2o .teaserSubHeader {
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}
.t2o ul li a {
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
}
.t2o ul li a[href*="linkedin.com"] {
    background-image: url(../_images/linkedin.png);
}
.t2o ul li a[href*="facebook.com"] {
    background-image: url(../_images/facebook.png);
}
.t2o ul li a[href*="youtube.com"] {
    background-image: url(../_images/youtube.png);
}
.t2o ul li a[href*="instagram.com"] {
    background-image: url(../_images/instagram.png);
}

/* _________________________________________________________________________ TEASER3 */

.hookOuter.agentsSubscribeOuter.actHOuter .hookText.agentsSubscribeText.actHText {
	display: none;
}
.hookOuter.agentsSubscribeOuter.actHOuter,
.hookOuter.agentsSubscribeOuter.actHOuter .buttonContainer,
.hookOuter.agentsSubscribeOuter.actHOuter .buttonContainer a {
	margin-bottom: 0;
}

/* _________________________________________________________________________ TEASER4 */

.t4o {
    margin: 0 -15px;
}
.t4o .teaserItemContainer {
    padding: 30px 40px;
    background: #fff;
    text-align: center;
	margin: 0 15px 30px;
}
.t4o .teaserPhoto {
	margin-bottom: 15px;
}
.t4o .teaserItemContainer img {
	margin: 0 auto;
    filter: grayscale(100%);
}
.t4o .teaserItemContainer img:hover {
    filter: grayscale(0);
}
.t4o .teaserSubHeader {
    color: #ee1f26;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 5px;
}

/* _________________________________________________________________________ TEASER5 */

.t5o {
    text-align: center;
    max-width: 300px;
}
.t5o .teaserItemContainer {
	margin-bottom: 20px;
}
.t5o .introFoto {
	width: 100%;
	margin-bottom: 20px;
}
.t5o .introFoto img {
    max-width: 250px;
}
.t5o .introTekst p, .t5o .introTekst {
	font-size: 1.5rem;
	color: #666666;
	font-weight: 600;
	line-height: 1.8rem;
	margin-bottom: 0;
}
.t5o .teaserTitle {
	font-weight: 900;
	font-size: 2rem;
	color: #ee1f26;
	margin-bottom: 10px;
}
.t5o .teaserText p {
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 2.4rem;
}
.t5o .teaserText li a {
	font-weight: 600;
	color: #666666;
    display: inline-block;
}
.t5o .teaserText li:first-child a {
	background: url(/_images/phone.png) no-repeat 0px center;
	padding-left: 30px;
	transition: 0.2s;
}
.t5o .teaserText li:first-child:hover a {
    background: url(/_images/phone.png) no-repeat 4px center;
}
.t5o .teaserText li:nth-child(2) a {
	background: url(/_images/mail.png) no-repeat 0px center;
    padding-left: 30px;
    transition: 0.2s;
}
.t5o .teaserText li:nth-child(2):hover a {
    background: url(/_images/mail.png) no-repeat 4px center;
}

/* _________________________________________________________________________ TEASER6 */

.t6o {
	margin: 0 -15px;
}
#teaser6 {
	padding-bottom: 60px;
}
.t6o .teaserContainer {
    background:  #fff;
    margin: 0 15px;
}
.t6o .textContainer {
    padding: 40px 45px 40px;
}
.t6o .teaserSubHeader {
    font-size:  2rem;
    font-weight:  800;
    color: #ee1f26;
    margin-bottom: 15px;
}
.t6o .teaserText p:first-child {
    margin-bottom: 25px;
}
.t6o a strike, .t6o strike {
    padding: 5px 20px;
}
.t6o .teaserPhoto {
    overflow: hidden;
}
.t6o .teaserPhoto img {
    width: 100%;
}


/* _________________________________________________________________________ TEASER7 */

.t7o {
    margin: 0 -15px;
}
.t7o .teaserItemContainer {
    padding: 30px 40px;
    background: #fff;
    text-align: center;
	margin: 0 15px 30px;
}
.t7o .teaserPhoto {
	margin-bottom: 15px;
}
.t7o .teaserItemContainer img {
	margin: 0 auto;
	transition: 0.3s;
}
.t7o .teaserItemContainer img:hover {
    filter: grayscale(100%);
}
.t7o .teaserSubHeader {
	font-size: 1.4rem;
	font-weight: 800;
}
.t7o .teaserText em {
    color: #ee1f26;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 5px;
	font-style: normal;
}


/* _________________________________________________________________________ JOBOVERVIEW */

h1.title.actTitle,
.menuContainer.actMc.actTopMenu {
	display: none;
}
.menuContainer.actMc.actBottomMenu {
	display: none;
}
.actSRFacetCont,
.actSResultsCont {
    float: none;
    width: 100%;
}
#JO #bisjab {
    padding: 0;
}
/* Results */
.itemContainer.actIc {
    background: #fff;
    padding: 25px 25px 20px;
    margin-bottom: 30px;
    border-bottom: 5px solid #ee1f26;
	position: relative;
}
.itemContainer.actIc:hover:after {
    width: 100%;
}
.itemContainer.actIc:after {
    height: 5px;
    width: 0;
    background: #ffffff;
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    transition: 0.4s ease-in-out;
}
.itemContainer.actIc:hover {
	cursor: pointer;
}
.itemFooter.actIf {
	display: none;
}
.itemDescription.actItemDescr,
h3.h2.itemTitle.actItemTitle {
    margin-bottom: 5px;
}
.itemLine.actIl.actIlCvs.actIlCvsRef span {
	float: none;
    width: 100%;
    padding-left: 30px;
}
.itemLine.actIl.actIlCvs.actIlCvsRef {
	display: none;
}
.itemLine.actIl.actIlCvs.actIlCvsRef.Aantal.uren,
.itemLine.actIl.actIlCvs.actIlCvsRef.Locatie {
	display: inline-block;
	margin-right: 20px;
}
.itemLine.actIl.actIlCvs.actIlCvsRef.Locatie {}
.itemLine.actIl.actIlCvs.actIlCvsRef.Aantal.uren span {
    background: url(/_images/aantaluur.png) no-repeat left center;
}
.itemLine.actIl.actIlCvs.actIlCvsRef.Locatie span {
	background: url(/_images/locatie.png) no-repeat left center;
}
/* Facets */
.facetSection {
    background: #fff;
	margin-bottom: 30px;
    padding: 20px 0 0;
}
.optionListContainer.facetListCon {
    width: 25%;
    float: left;
    display: inline-block;
	border-bottom: 0;
	margin-bottom: 0;
	position: relative;
}
.facetListCon .optionList.facetList {
	display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
	left: 0;
	right: 0;
}
.facetListCon.facetOpen .optionList.facetList {
	display: block;
}
.facetListCon .optionList.facetList ul {
    background: #fff;
    border: 1px solid #efefef;
    border-top: 0;
    padding: 7px 0 13px;
}
.optionListTitle.facetListTitle a {
    background: #efefef url(/_images/arrow-down.png) no-repeat calc(100% - 20px) center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #636363;
    padding: 8px 40px 8px 20px;
    pointer-events: none;
}
.facetOpen .optionListTitle.facetListTitle a {
	background: #636363 url(/_images/arrow-up-white.png) no-repeat calc(100% - 20px) center;
	color: #fff;
}
.optionListContainer.facetListCon,
.optionListContainer.facetListCon .optionList.facetList {
    padding-right: 15px;
	padding-left: 15px;
}
.optionListContainer.facetListCon.facetLcFirst,
.optionListContainer.facetListCon.facetLcFirst .optionList.facetList {
    padding-right: 15px;
	padding-left: 0;
}
.optionListContainer.facetListCon:last-child,
.optionListContainer.facetListCon:last-child .optionList.facetList {
	padding-right: 0;
	padding-left: 15px;
}
.optionList.facetList ul li a {
    padding: 8px 70px;
    display: block;
    color: #636363;
    line-height: 3.2rem;
    background: url(/_images/checkbox.png) no-repeat 20px center;
}
.optionList.facetList ul li:hover a {
    background: url(/_images/checked.png) no-repeat 20px center;
}
.optionList.facetList ul li a span {
    color: #bababa;
    float: none;
    margin-left: 5px;
}
.optionList.facetList ul li a span:before {
	content: '(';
}
.optionList.facetList ul li a span:after {
	content: ')';
}
.optionListContainer.actLc.actLcMcrit {
	border-bottom: 0;
	margin: 0;
	text-align: center;
}
.optionListContainer.actLc.actLcMcrit .optionListTitle {
    display: none;
}
.optionListContainer.actLc.actLcMcrit ul li {
    display: inline-block;
	margin-right: 10px;
}
.optionListContainer.actLc.actLcMcrit li a:before {
    content: '';
    background: url(/_images/cross_dark.png) no-repeat;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 11px;
	transition: .3s;
}
.optionListContainer.actLc.actLcMcrit li:hover a:before {
	transform: rotateZ(90deg);
}
.optionListContainer.actLc.actLcMcrit li a {
	color: #333;
    padding: 10px 0 10px 30px;
    display: block;
}
.actSRCf {
    padding: 10px 0;
}

/* _________________________________________________________________________ JOBDETAIL */

#JD #bisjab {
	padding: 0;
}
#JD #bisjab > .sw > .row {
	background: #fff;
	padding: 60px 0;
	margin-bottom: 30px;
}
#JD #bisjab .sw {
    padding: 0 30px;
}
h2.subHeader.jbdSh.jbdShCp,
.text.jbdText.cpContainer.jbdCpContainer,
h2.subHeader.jbdSh.jbdShPubStart,
.text.jbdText.jbdTextPubStart,
.hookHeader.mDhT,
.hookSubHeader.mDhSh,
.hookItemTitle.mDhItT,
h2.subHeader.jbdSh.jbdShLoc,
.text.jbdText.jbdTextLoc,
.text.jbdStatPub {
	display: none;
}
.hookItemContainer.mDhItC {
    display: inline-block;
}
.hookItemContainer.mDhItC ul li {
    display: inline-block;
}
.hookItemContainer.mDhItC ul li:after {
    content: ',';
}
.hookItemContainer.mDhItC ul li:last-child:after {
    content: '';
}
.hookItemWord.mDhIw.Aantal.uren {
    background: url(/_images/aantaluur.png) no-repeat left center;
    padding-left: 22px;
}
.hookItemWord.mDhIw.Vakgebied {
    background: url(/_images/briefcase.png) no-repeat left center;
    padding-left: 24px;
}
.hookItemWord.mDhIw.Dienstverband {
    background: url(/_images/calendar.png) no-repeat left center;
    padding-left: 22px;
}
.hookItemWord.mDhIw.Regio,
.hookItemWord.mDhIw.Locatie  {
	background: url(/_images/locatie.png) no-repeat left center;
	padding-left: 22px;
}
.hookItemWord.mDhIw {
	margin-right: 15px;
}
h1.title.jbdTitle {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3rem;
}
h2.subHeader.jbdSh {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 800;
}
.text.jbdText ul {
    margin: 10px 0;
    padding-left: 20px;
}
.text.jbdText ul li {
    list-style: disc;
}
.outer.jbdOuter,
.hookOuter.mDhOut {
    padding-left: 25px;
}
#JD aside {
	padding-right: 25px;
    max-width: 300px;
    padding-left: 25px;
}
.photo1.jbdPhoto1 {
	display: none;
}
/* consultantViewHook */
.hookHeader.fhlTitle.chlTitle {
	display: none;
}
.hookItemContainer.fhlItemContainer.chlItemContainer {
    text-align: center;
}
.hookItemContainer.fhlItemContainer.chlItemContainer .chlPhoto1 img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 250px;
}
.hookItemWord.fhlItemWord.chlItemWord.chlSkype {
	font-size: 1.5rem;
    color: #666666;
    font-weight: 600;
    line-height: 1.8rem;
}
.hookItemTitle.fhlItemTitle.chlItemTitle {
    font-weight: 900;
    font-size: 2rem;
    color: #ee1f26;
	margin-bottom: 10px;
}
.hookItemText.fhlItemText.chlItemText.chlDesc {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneCell a,
.hookItemWord.fhlItemWord.chlItemWord.chlEmail a {
    font-weight: 600;
	color: #666666;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneCell a {
	background: url(/_images/phone.png) no-repeat 0px center;
	padding-left: 30px;
	transition: 0.2s;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneCell a:hover {
	background: url(/_images/phone.png) no-repeat 4px center;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail a {
	background: url(/_images/mail.png) no-repeat 0px center;
	padding-left: 30px;
	transition: 0.2s;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail a:hover {
	background: url(/_images/mail.png) no-repeat 4px center;
}
.hookItemWord.fhlItemWord.chlItemWord span {
	display: none;
}
/* Fixed apply bar */
.fixedApplyBar.scroll-down {
	transform: translateY(0);
}
.fixedApplyBar.scroll-up {
	transform: translateY(100%);
}
.fixedApplyBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ee1f26;
	z-index: 100;
    padding: 13px 0;
	transition: 0.3s;
}
.fixedApplyBar .col-md-4:nth-child(2) {
    text-align: center;
}
.fixedApplyBar .col-md-4:last-child {
    text-align: right;
}
.fixedApplyBar .buttonContainer.jbdBc,
.fixedApplyBar input  {
    margin: 0;
    line-height: 2.8rem;
}
.fixedApplyBar input.button.jbdButton.jbdButApl {
    background: #fff;
    color: #666666;
}
input.button.jbdButton.jbdButBack {
    padding-left: 25px;
}
aside input.button.jbdButton.jbdButApl {
    width: 100%;
    margin-top: 15px;
}
/* Addthis */
.at-style-responsive .at-share-btn {
    padding: 0!important;
    margin-left: 5px!important;
    background: transparent!important;
}
.addthis {
    margin-top: 5px;
}
.addthis > * {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
}
.addthis > span {
	margin-right: 5px;
}
/* Related Jobs */
.hookOuter.rJhAOut {
	display: none;
}
.hookHeader.rJhVT {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 5px 0;
    font-size: 2rem;
    margin-bottom: 30px;
}
.hookItemContainer.rJhVIc,
.hookItemContainer.rJhAIc {
	background: #fff;
	padding: 25px 25px 20px;
	margin-bottom: 30px;
	border-bottom: 5px solid #ee1f26;
	cursor: pointer;
}
.hookItemContainer.rJhVIc a,
.hookItemContainer.rJhAIc a {
	margin-bottom: 5px;
	font-size: 1.8rem;
    color: #ee1f26;
	font-weight: 800;
}
/* Sticky */
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
}
.stickyCol {
    width: 100%;
}
/* _________________________________________________________________________ CONTENT */

#CT .bisjab .text.contentText ul {
    margin: 10px 0;
    padding-left: 20px;
}
#CT .bisjab .text.contentText ul li {
    list-style: disc;
}
#CT .bisjab .text.contentText .t5o ul {
	margin: 0;
	padding-left: 0;
	width: unset;
	float: none;
	vertical-align: top;
}
#CT .bisjab .text.contentText .t5o ul li {
	list-style: none;
}

/* _________________________________________________________________________ APPLY */

.appRow {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
#SW .appRow h1 {
	text-align: center;
}
#SW .intro.aplLink.aplAplSLink li.aplAplyPass,
#SW .intro.aplLink.aplAplSLink li.aplAplyLogin {
    display: none;
}
#SW .intro {
    margin-bottom: 10px;
}
#SW .intro > ul {
    display: flex;
    margin: 0px -10px;
}
#SW .intro > ul li {
    padding: 0 10px;
    width: 100%;
}
#SW .intro > ul li a {
    padding: 5px 10px;
    font-weight: 900;
    width: 100%;
}
.formInputAVG {
    color: #b5b5b5;
    line-height: 1.6rem;
    font-size: 1.2rem;
}
#SW .otysSelectInner {
	background: #f7f7f7;
}
#SW .optionHolder {
	border: 0;
}
input.search {
	background-image: url(../_images/search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 17px auto;
}
/* _________________________________________________________________________ COOKIEBAR */

.ckOuter input[type=submit] {
    background: url(/_images_global/ckCheck.png) 8px no-repeat;
    padding: 4px 30px 4px 40px;
}
.ckOuter input[type=submit]:hover{
    background-color:#ee1f26;
}

/* _________________________________________________________________________ FANCYBOX */

.fancybox-skin {
    background: #fff!important;
	padding: 40px 30px!important;
}
.fancybox-skin .otysSelectInner .inputBox {
    border: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 30px;
    color: #636363;
    font-size: 1.5rem;
    font-weight: 500;
    background: #f7f7f7;
	width: 100%;
    min-height: unset;
}
.fancybox-skin .optionHolder {
	background: #f7f7f7;
    border: none;
}
.otysSelect.single div.selectedItem {
	color: #636363;
}
.formInput.actEqueryInput.captcha label {
	display: none;
}
.fancybox-skin .inputBox .selectedItems > div {
	margin: 0;
    margin-right: 5px;
}
.fancybox-skin span.selectTitle {
    line-height: 32px;
}
.fancybox-skin .inputBox .selectedItems > div {
    padding: 1px 20px 1px 5px;
    margin-top: 3px;
}
.fancybox-skin .formInput > div,
.fancybox-skin .formInput > input {
    max-width: calc(100% - 160px);
}
.fancybox-skin .formInput label {
    max-width: 160px!important;
    color: #ee1f26;
    font-weight: 800;
}
.fancybox-skin .buttonContainer.actEqueryBc,
.fancybox-skin .formInput.actEqueryInput.actEqueryEmailInput.captcha {
    margin-left: 160px;
}
.fancybox-skin .text {
	display: none;
}

/* _________________________________________________________________________ 1530PX */

@media screen and (max-width: 1530px) {

}

/* _________________________________________________________________________ 1100PX */

@media screen and (max-width: 1100px) {

}

/* _________________________________________________________________________ 991PX */

@media screen and (min-width: 991px) {
	nav.mainMenuContainer {
	    display: block!important;
	}
}
@media screen and (max-width: 990px) {
	#CT .bisjab ul {
		width: 100%;
		float: none;
	}
	.ocdBlock {
		position: initial;
	}
	#ocdLogin {
		top: 50px;
	    right: 10px;
	}
	div#ocdToggle {
	    line-height: 60px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    height: 60px;
	}
	div#ocdToggle span {
		display: none;
	}
	body:not(#HP) #teaser1 .mobileFoto{
		display: block;
	    line-height: 0;
	}
	body:not(#HP) #teaser1 .teaserItemContainer {
		display: none;
	}
	body:not(#HP) #teaser1 {
	    height: auto;
	}
	.bisjab2Kolom .text.contentText:last-child {
		margin-bottom: 30px;
	}
	.outer.jbdOuter, .hookOuter.mDhOut {
	    padding-left: 0;
	}
	#JD aside {
	    padding-right: 0;
		max-width: 100%;
	}
	.t5o {
		max-width: 100%;
	}
	#sticky.stick {
		position: relative!important;
		top: unset!important;
	}
	.fixedApplyBar .col-md-4:first-child,
	.fixedApplyBar .col-md-4:last-child {
	    display: none;
	}
	.fixedApplyBar.scroll-down {
		transform: translateY(-40px);
	}
	.fixedApplyBar.scroll-up {
		transform: translateY(calc(100% - 40px));
	}
	.optionListContainer.facetListCon:nth-child(3),
	.optionListContainer.facetListCon:nth-child(3) .optionList.facetList {
	    padding-left: 0;
	}
	.optionListContainer.facetListCon:nth-child(2),
	.optionListContainer.facetListCon:nth-child(2) .optionList.facetList {
	    padding-right: 0;
	}
	.optionListContainer.facetListCon {
	    width: 50%;
	    margin-bottom: 20px;
	}
	nav.mainMenuContainer li.hasChilderen > ul {
	    display: none;
		border-top: 1px solid #666;
	    border-bottom: 1px solid #666;
	}
	nav.mainMenuContainer .subMenu {
	    background: url(/_images/arrow-down-white.png) no-repeat center center;
	    width: 60px;
	    height: 50px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    cursor: pointer;
		transition: 0.2s;
	}
	nav.mainMenuContainer > ul > li.mainLev.hasChilderen > a {
		padding-right: 15px;
	}
	nav.mainMenuContainer .openSub .subMenu {
	    transform: rotateZ(180deg);
	}
	nav.mainMenuContainer li.hasChilderen.openSub > ul {
		display: block;
	}
	nav.mainMenuContainer li.hasChilderen ul li ul {
		display: none;
	}
	nav.mainMenuContainer li.subLevel_1 {
		position: relative;
	}
	nav.mainMenuContainer > ul > li:last-child > a {
	    padding-right: 15px;
	}
	nav.mainMenuContainer > ul > li > ul {
	    padding: 10px 0;
	    background: #fff;
	    color: #666666;
	    display: none;
	    border-radius: 2px;
	    margin: 0!important;
	}
	nav.mainMenuContainer > ul > li > ul a {
		width: 100%;
	}
	.menuOpen nav.mainMenuContainer {
	    transform: translateY(0);
	}
	.menuBlock {
		display: block;
	}
	.hamburger {
		display: inline-block;
	}
	nav.mainMenuContainer {
		position: fixed;
	    background-color: #909090;
	    width: 100%;
	    right: 0;
	    bottom: 0;
	    transition: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
	    transform: translateY(100%);
	    max-width: 100vw;
	    z-index: 999999;
	    height: calc(100% - 60px);
	    max-height: 100%;
	    overflow-y: auto;
	    text-align: center;
	}
	nav.mainMenuContainer ul li.mainLev {
	    display: block;
	}
	nav.mainMenuContainer > ul > li > a {
	    display: block;
	    line-height: 50px;
	}
	nav.mainMenuContainer > ul > li:hover > a {
		background: #afafaf;
	}
	.hookInput.actHInput.actHICrit,
	.hookButton.actHButton {
	    width: 100%;
	    border-right: 0;
	    margin-bottom: 15px;
	}
	.hookButton.actHButton {
		margin-bottom: 0;
	}
	.t1o .teaserItemContainer {
	    padding-top: 100px;
	}
	footer .col-md-3 {
	    margin-bottom: 30px;
	}
	body {
		padding: 60px 0 40px 0;
	}
	header {
		height: 60px;
	    position: fixed;
	}
	body.sticky .logoBlock {
	    max-width: 175px;
	}
	.logoBlock {
	    float: none;
	    height: 100%;
	    max-width: 175px;
	    margin: 0 auto;
	}
	.actSResContainer .row .col-md-6 {
	    margin-bottom: 30px;
	}
}

/* _________________________________________________________________________ 767PX */


@media screen and (min-width: 768px) {
	.optionHolder > .option:hover {
	    background-color: rgba(238, 31, 38, 0.3);
	}
}

@media screen and (max-width: 767px) {
	#JD #bisjab > .sw > .row {
	    padding: 30px 0;
	}
	#bisjab {
	    padding: 30px 0;
	}
	.fancybox-skin .formInput > div,
	.fancybox-skin .formInput > input {
	    max-width: 100%;
	}
	.fancybox-skin .formInput label {
	    max-width: 100%!important;
	}
	.fancybox-skin .buttonContainer.actEqueryBc, .fancybox-skin .formInput.actEqueryInput.actEqueryEmailInput.captcha {
	    margin-left: 0;
	}
	.optionListContainer.facetListCon, .optionListContainer.facetListCon .optionList.facetList {
		width: 100%;
		padding:0!important;
	}
	.containerBlock {
	    width: 100%;
	}
	.containerBlock .foto {
		display: none;
	}
	.containerBlock .mobileFoto {
		display: block;
	}
	.containerBlock:nth-child(2n+1) {
	    margin-bottom: 0;
	}
	.containerBlock .text {
	    padding: 15px 35px;
	}
	footer .topFooter {
		padding: 30px 0;
	}
	.footerMenu .col-md-3:nth-child(1),
	.footerMenu .col-md-3:nth-child(2) {
	    display: none;
	}
	footer .col-md-3:last-child {
		margin-bottom: 0;
	}
	.t2o ul li {
	    display: inline-block;
	    width: 30px;
	}
	.t2o ul li a {
		color: transparent;
	    display: block;
	    width: 0px;
	}

}

/* _________________________________________________________________________ 550PX */

@media screen and (min-width: 550px) {
	li.aplAplyLeave {
		display: none;
	}

}
@media screen and (max-width: 550px) {
	#SW .intro > ul {
		flex-wrap: wrap;
	}
	.fancybox-skin {
		padding: 40px 15px!important;
	}
}
