body {
    background-color: #F4F4F4;
}
div.fslider {
    height: 300px;
}

.vacatureTextBlock{
	background-color: var(--blue);
	min-height:30vh;
	margin-bottom:30px;
}

.vacatureTextBlock{
	background-size: cover;
	background-position:center;
}

.vacatureTextBlock:empty{
    display:none;
}

.vacatureTextBlock.vervuld .redirect{
    display: none;   
}
.vacatureTextBlock.vervuld .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 40%);
    backdrop-filter: blur(1px);
    z-index: 2;
    overflow: hidden;
}
.vacatureTextBlock.vervuld .overlay span{
	background-color: var(--blueDark);
	color: #fff;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	width: 100%;
    font-weight:400;
	transform: rotateZ(-30deg) translateX(-28%) translateY(-60%);
}

.iconsHolder{
    display:flex;
    width: 100%;
    gap: 10px;
    padding: 25px 0 35px;
}
.icon{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc((100% - ((50px + 20px) * 4) / 5));
}
.icon div{
    display:inline-flex;
    background-color: #00a6da;
    padding: 16px;
    border-radius:50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.icon div img{
    width: 28px;
    image-rendering: -webkit-optimize-contrast;
}
.icon span{
    font-weight: bold;
    font-size: 14px;
}

.iconDivider{
    display:flex;
    align-items: center;
    width: 50px;
    flex: none;
}
.iconDivider img{
    max-width: 100%;
}
.iconDivider:nth-of-type(4n) img{
    transform: scaleY(-1) translateY(26px);
}

.vacature p.redirect {
	position:Absolute;
	width:100%;
	bottom:0;
	left:0;
	margin: 0;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

div.sideBox div.sideTitle{
    padding: 20px 24px !important;
}

div.sidevak div.sideBox div.sideContent {
    padding: 20px 23px 0px !important;
}

div.vacatures div.topNavigator{
	padding: 30px 0 10px;
}

div.vacatures:not(.article) div.colSide > .sideBox:first-of-type{	
    margin-top: -60px;
}

div.vacatures div.titleBar{
	margin-bottom:0;		
}
div.vacatures:not(.article) div.titleBar{
	margin-top:60px;
}
div.vacatures:not(.article) div.titleBar h3 {
	width:100%;
}

div.vacatures p:first-of-type{
}

div.vacatures textarea {	
    min-height: 150px;
}
div.vacatures input:not([type='radio']):not([type='checkbox']), div.vacatures textarea, div.vacatures select {
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    border-radius: 0px;
    background-color: rgb(240 136 39);
    /* background-color: white !important; */!i;!;
    /* border-color: rgba(0,0,0,0.1); */!i;!;
    /* color: var(--themeBorderColorDark) !important; */!i;!;!o;!om;!o;!;
    border-color: transparent;
}
div.vacatures input.is-invalid{
	box-shadow:0 0 0 2px #ff00001c;
}

div.vacatures form label{
	width:100%;
	margin:0;
}

label.fileInput {
    padding: 10px;
    border: 0px solid #ffffff;
    display: flex;
    background-color: #f08827;
    margin-bottom: 10px !important;!i;!;!m;!;
}
label.fileInput span {
    padding-top: 3px;
}

.moveRow{
	cursor:pointer !important;
}

.vacatures h2{
	font-size:28px;
}

/* --- in artikel --- */
font.location{
	font-weight: 600;
    margin-top: -8px;
    margin-bottom: 17px;
    display: inline-block;
    color: #c7c7c7;
}

.bereikenOptions{
    display: flex;
    flex-direction: row;
    padding: 9px 0;
}
.bereikenOptions label{
    min-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
}
/* .bereikenOptions label .customCheckbox{
    width: auto;
    margin: 0;
} */

.checkbox{
    --size:25px;
    width:var(--size);
    height:var(--size);
    display: inline-block;
}
.checkbox input{
    display:none;
}
.checkbox span{
    border-radius: 0px;
    border:1px solid #ddd;
    width: 100%;
    height: 100%;
    display: inline-block;
}
label:hover .checkbox span,
.checkbox:hover span,
.checkbox input:checked + span{
    background-color: #ff8700;
    box-shadow: inset 0 0 0 4px #fff;
	cursor:pointer;
}




@media (min-width: 767px){
	div.vacatures div.colSide{
		padding-left: 48px;			
	}
}
@media (max-width: 1024px){
    .vacatures .container.contact > div{
        padding:0;
    }
    .vacatures .container.contact > div > div{
        padding:0;
    }
}
@media (max-width: 767px){
	.vacatures .content img{
		max-width:100%;
		height:auto !important;
	}
}



/* -- icons --- */

@media (max-width: 1024px){
    .iconsHolder{}
    .iconsHolder .iconDivider{
    width: 45px;
}
    .iconsHolder .icon span{
    font-size: 13px;
}
}
@media (max-width: 670px){
    .iconsHolder{}
    .iconsHolder .iconDivider{
    width: 29px;
}
    .iconsHolder .icon{
    width: calc((100% - ((40px + 20px) * 4) / 5));
}    
}
@media (max-width: 593px){
    .iconsHolder{}
    .iconsHolder .iconDivider{
		display:none;
	}
    .iconsHolder .icon{}
}
@media (max-width: 500px){	
    .iconsHolder{
		display:none;
	}
}