
@-webkit-keyframes slideLeft {
    100% { left: 0; }
}

@keyframes slideLeft {
    100% { left: 0; }
}
@-webkit-keyframes slideRight {
    100% { right: 0; }
}

@keyframes slideRight {
    100% { right: 0; }
}

body, html {
    font-family: 'Helvetica Neue';
}
body{
    margin: 0 !important;
}

.tekst-lichtblauw {
    color: #E6EFF4;
}
.tekst-groen {
    color: #017479;
}
.tekst-wit, .tekst-wit * {
    color: #ffffff;
}
a.link {
    font-size: 16px;
    line-height: 20px;
}
a.tekst-zwart, a.tekst-zwart:hover {
    color: #535351;
}
a.tekst-wit:hover {
    color: #ffffff;
}
.tekst-donkergroen {
    color: #034055;
}
.bg-lichtblauw {
    background-color: #E6EFF4;
}
.bg-donkergroen {
    background-color: #034055;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb50 {
    margin-bottom: 50px;
}
.mtmin10 {
    margin-top: -10px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt70 {
    margin-top: 70px;
}
.mt100 {
    margin-top: 100px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pl0border {
    padding-left: 0;
    border-left: 15px solid #ffffff;
}
.pr0border {
    padding-right: 0;
    border-right: 15px solid #ffffff;
}
.rowInspring {
    padding-left: 35px;
    padding-right: 35px;
}
.ml10 {
    margin-left: 10px;
}
.font16 {
    font-size: 16px;
}
.tekst-vetter {
    font-weight: 600;
}
h2.kleiner {
    font-size: 30px;
}
.zwart {
    color: #000000;
}
.dikOnderlijnen {
    font-weight: 800;
    padding-bottom: 5px;
    color: #017479;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid #017479;
    display: inline-block;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}
b, strong {
    font-weight: 800;
}
.mn {
    margin: 0 !important;
}
p.kleiner, .vacTekst, .vacTekst p, .vacTekst ul, .vacTekst ol, div.kleiner, div.kleiner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

div.kleiner > h1, div.kleiner > h2, div.kleiner > h3, div.kleiner > h4, div.kleiner > h5, div.kleiner > h6 {
    font-weight: 800;
    padding-bottom: 5px;
    color: #017479;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid #017479;
    display: inline-block;
}
.vacTekst ul li, .vacTekst ol li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.vacTekst ul,
.vacTekst ol,
.vacTekst.voorjou ul,
.vacTekst.voorjou ol,
.vacTekst.nietvoorjou ul,
.vacTekst.nietvoorjou ol {
    list-style: none;
    padding-left: 0;
}
.vacTekst.voorjou ul li,
.vacTekst.voorjou ol li,
.vacTekst.nietvoorjou ul li,
.vacTekst.nietvoorjou ol li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
}
.vacTekst ul li:before,
.vacTekst ol li:before,
.vacTekst.voorjou ul li:before,
.vacTekst.voorjou ol li:before {
    content: "\f00c";
    font: normal normal normal 20px FontAwesome;
    color: #017479;
    position: absolute;
    left: 0;
}
.vacTekst.nietvoorjou ul li:before,
.vacTekst.nietvoorjou ol li:before {
    content: "\f00d";
    font: normal normal normal 20px FontAwesome;
    color: #017479;
    position: absolute;
    left: 0;
}
.procedurePijl:not(:last-child):after {
    content: "\f061";
    font: normal normal normal 30px FontAwesome;
    color: #017479;
    position: absolute;
    right: 25px;
    top: 11px;
}
.tekst-vet {
    font-weight: 800 !important;
}
.font-normaal {
    font-weight: 300 !important;
}
h2.font-normaal {
    font-weight: 400 !important;
}
.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-center-ver {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.border8 {
    border-radius: 8px;
}
.volledig {
    width: 100%;
}
.knop {
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #034055;
    background-color: #E6EFF4;
    border: 1px solid #E6EFF4;
    border-radius: 20px;
    text-decoration: none;
}
.knop:hover {
    text-decoration: none;
    color: #E6EFF4;
    background-color: #034055;
}
.knopformulier {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    color: #eff7f9;
    background-color: #085cf0;
    border: 1px solid #085cf0;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 20px;
}

.knopformulier:hover {
    text-decoration: none;
    color: #085cf0;
    background-color: #ffffff;
}

/* MENU */
header {
    margin-top: 30px;
}
header .logo {
    height: 80px;
    line-height: 80px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
header .hoofdMenu {
    background-color: #E6EFF4;
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 30px;
}
header .hoofdMenu li a {
    color: #017479 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
header .hoofdMenu li a:hover {
    color: #034055 !important;
}
header .hoofdMenu li.active > a {
    background-color: #E6EFF4 !important;
    color: #034055 !important;
}
.dropdown-menu.metStijl {
    border-radius: 8px !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu.metStijl.donker:before {
    content: url('../img/menu-bol.png');
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu.metStijl li a {
    color: #FFFFFF !important;
    padding: 10px 30px;
}
.dropdown-menu.metStijl.donker li a:hover {
    background-color: #017479;
    color: #FFFFFF !important;
}
.dropdown-menu.metStijl li:not(:last-child) a {
    border-bottom: 1px solid #FFFFFF;
}
.dropdown-menu.metStijl.donker {
    background-color: #034055;
}

/*Banner*/
.parallelogram {
    transform: skew(25deg);
    -o-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
}
.parallelogram .banner {
    transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
}
.banner {
    width: 100%;
    height: 400px;
    background-position: top right;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.banner.banner-links {
    background-position: top left;
}
.banner.banner-center {
    background-position: top center;
}
.banner.banner-klein {
    height: 320px;
}
.banner.banner-kleiner {
    height: 230px;
}
.bg-transgroen-driehoek {
    position: absolute;
    left: -1000px;
    top: 0;
    width: 100%;
    height: 0;
    border-bottom: 400px solid rgba(3, 64, 85, .6);
    border-right: 150px solid transparent;
    z-index: 1;
}
.bg-transgroen-driehoek.links.triggeredCSS3{
    -webkit-animation: slideLeft 1s forwards;
    animation: slideLeft 1s forwards;
}
.banner.banner-klein .bg-transgroen-driehoek {
    border-bottom: 320px solid rgba(3, 64, 85, .6);
}
.bg-transgroen-driehoek.rechts{
    position: absolute;
    left: auto;
    right: -1000px;
    top: 0;
    border-left: 150px solid transparent;
    border-right: none;
}
.bg-transgroen-driehoek.rechts.triggeredCSS3{
    -webkit-animation: slideRight 1s forwards;
    animation: slideRight 1s forwards;
}
.bg-transgroen-driehoek.kleiner{
    width: 35%;
}
.driehoekLinksBeneden {
    width: 0;
    height: 0;
    border-bottom: 400px solid #ffffff;
    border-right: 300px solid transparent;
    position: absolute;
}
.driehoekRechtsBenedenParallel {
    position: absolute;
    right: -128px;
    border-top: 400px solid #ffffff;
    border-left: 300px solid transparent;
}
.driehoekRechtsBeneden {
    width: 0;
    height: 0;
    border-bottom: 400px solid #ffffff;
    border-left: 300px solid transparent;
    right: 0;
    top: -20px;
    position: absolute;
}
.driehoekRechtsBeneden.lichtblauw {
    width: 0;
    height: 0;
    border-bottom: 400px solid #E6EFF4;
    border-left: 300px solid transparent;
    right: 0;
    top: -20px;
    position: absolute;
}
.hoofingDonker {
    position: relative;
}
.hoofingDonker:before {
    position: absolute;
    top: -38px;
    left: 50px;
    width: 119px;
    height: 38px;
    background-image: url(../img/hoofing-donker_new.png);
    display: inline-block;
    content: "";
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.hoofingDonker.inverse:before {
    background-image: none;
    content: url('../img/bol-donker-inverse.png');
    position: absolute;
    bottom: -36px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}

.vacatureFilter {
    padding: 20px;
    padding-left: 70px;
    -webkit-box-shadow: 0 5px 6px -3px #696868;
    -moz-box-shadow: 0 5px 6px -3px #696868;
    box-shadow: 0 5px 6px -3px #696868;
}
.vacatureFilter .linkseInfo {
    display: inline-block;
    margin-right: 20px;
}
.vacatureFilter .filters {
    display: inline-block;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #ffffff;
    text-transform: none;
    border-radius: 20px;
    font-size: 18px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 47%;
    right: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #034055 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #034055 transparent;
    top: 25%;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #034055;
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}
.select-items div:not(:last-child){
    border-bottom: 1px solid #ffffff;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #E6EFF4;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
}
.select-items:before {
    content: url('../img/select-bol.png');
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.divLink {
    cursor: pointer;
}

.vacatureBlok {
    margin-bottom: 20px;
}
.vacatureBlok .vacatureAfbContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 215px;
    border-radius: 8px;
}
.vacatureBlok .vacatureAfbContainer .vacatureAfb{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .7s;
}
.vacatureBlok:hover .vacatureAfb  {
    transform: scale(1.1);
}
.vacatureBlok .vacatureInfo {
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 40px;
    min-height: 220px;
    position: relative;
    font-size: 16px;
}
.vacatureBlok .vacatureInfo .titel{
    font-weight: 800;
    text-transform: uppercase;
    color: #017479;
    font-size: 18px;
    display: block;
}
.vacatureBlok .vacatureInfo .weetjes{
    display: block;
    margin-top: 10px;
}
.vacatureBlok .vacatureInfo .weetjes .weetjetitel{
    color: #017479;
    text-transform: uppercase;
    font-weight: 500;
}
.vacatureBlok .vacatureInfo .extraLinks {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.vacatureBlok .vacatureInfo .extraLinks a {
    color: #034055;
    font-size: 18px;
}
.vacatureBlok .vacatureInfo .extraLinks a:not(:last-child) {
    margin-right: 5px;
}

.overzichtBlok {
    width: 100%;
    height: 250px;
    display: table;
    margin-bottom: 20px;
}
.overzichtBlok .overzichtAfbContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 8px;
}
.overzichtBlok .overzichtAfbContainer .overzichtAfb {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .7s;
}
.overzichtBlok:hover .overzichtAfb  {
    transform: scale(1.1);
}
.overzichtBlok:hover .ondertekst  {
    color: #034055;
}
.overzichtBlok .ondertekst {
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #017479;
}

.bg-lichtblauw.metbol {
    position: relative;
}
.bg-lichtblauw.metbol:before {
    content: url('../img/bol-lichtblauw.png');
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.storieBlok {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    padding: 10px;
}
.storieBlok .afbContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 6px -3px #696868;
    -moz-box-shadow: 0 5px 6px -3px #696868;
    box-shadow: 0 5px 6px -3px #696868;
}
.storieBlok .afbContainer .afbeelding {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .7s;
}
.storieBlok:hover .afbeelding  {
    transform: scale(1.1);
}
.storieBlok .tekst .titel {
    text-transform: uppercase;
    font-size: 18px;
    color: #017479;
}
.storieBlok .tekst {
    max-width: 200px;
}
.storieBlok .tekst p {
    margin-top: 10px;
    color: #034055;
}
.storieBlok:hover .driehoek {
    transform: translateX(14px);
}
.fullwidth {
    width: 100%;
}
.lijndrieContainer {
    position: relative;
    height: auto;
    width: 60px;
    min-height: 70px;
    margin: auto;
}
.lijndrieContainer .lijn {
    width: 2px;
    height: 100%;
    background: #017479;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    position: absolute;
}
.lijndrieContainer .driehoek {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #017479;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 9px;
    right: 36px;
    z-index: 2;
    transition: transform 0.3s ease;
    transform: translateX(0px);
}
.lijn-driehoek:hover .driehoek {
    transform: translateX(14px);
}

.vacature-share ul{
    list-style: none;
    width: 100%;
    padding: 0;
}
.vacature-share ul li{
    display: inline-block;
}
.vacature-share ul li a{
    display: inline-block;
    float: left;
    padding: 7px 4px;
    text-align: center;
    background: #034055;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    width: 36px;
    font-size: 22px;
}
.vacature-share ul li a:hover{
    color: #fff;
    background: #017479;
    cursor: pointer;
}

.vacatureTekstFilters {
    display: table;
    margin: auto;
    position: relative;
    float: unset;
}
.vacatureTekstFilters h3 {
    display: inline;
    padding-right: 20px;
    position: relative;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}
.vacatureTekstFilters h3:not(:last-child):after {
    content: '|';
    position: absolute;
    right: 7px;
}
.vacatureTekstFilters h3 a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: .7;
}

/*Solliciteer knoppen*/
.knoppenRechts {
    position: fixed;
    top: 150px;
    right: 0;
    width: 50px;
    z-index: 999;
}
.knoppenRechts a {
    display: block;
}
.playKnop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    height: auto;
    width: 75px;
}
.playKnop.links {
    right: 50%;
    left: auto;
}

/* Sollicitatieformulier */

.sollicitatieformulier-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
}
.sollicitatieformulier-popup.meteenTonen {
    display: block;
}
.sollicitatieformulier-popup .popup-body {
    /*margin-top: 100px;*/
    -webkit-box-shadow: 0 5px 6px -3px #696868;
    -moz-box-shadow: 0 5px 6px -3px #696868;
    box-shadow: 0 5px 6px -3px #696868;
}
.sollicitatieformulier-popup .sluiten {
    cursor: pointer;
    float: right;
    font-size: 45px;
    font-weight: 600;
    line-height: 20px;
}

.sollicitatieformulier-popup label.fieldLabel {
    font-size: 16px;
    color: hsla(207 ,100%, 24%, 1);
    margin-bottom: 0;
    padding-top: 5px;
}
.sollicitatieformulier-popup label.fieldLabel a {
    margin-left: 5px;
}

.sollicitatieformulier-popup input.text, .sollicitatieformulier-popup select {
    border: 1px solid #ffffff;
    outline: none;
    width: 100%;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffff;
    height: 28px;
    line-height: 20px;
    padding-left: 6px;
}
.sollicitatieformulier-popup textarea {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    outline: none;
    width: 100%;
    border-radius: 15px;
    min-height: 100px;
}
.sollicitatieformulier-popup input.text:focus,
.sollicitatieformulier-popup textarea:focus,
.sollicitatieformulier-popup select:focus {
    border: 1px solid #017479;
}
.checkbox-box label.foutief {
    color: red;
}
.sollicitatieformulier-popup input[type="file"].foutief, .besollicitatieformuliernl input[type="file"].foutief {
    border-bottom: 1px solid;
}
.sollicitatieformulier-popup input[type="file"] {
    outline: none;
    border: none;
}

.foutmelding {
    background-color: #ec0000;
    color: #fff;
    display: none;
    padding: 10px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    font-weight: 700;
    border-radius: 8px;
}
.foutmelding.tonen {
    display: block;
}
.foutief {
    border-color: #ec0000 !important;
}
span.verplicht,
.contourIndicator,
.fieldLabel.foutief {
    color: red !important;;
}

.c-sollicitatie-formulier {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 60px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.c-sollicitatie-formulier__img {
    height: 80px;
    margin: 0 auto;
}

.c-sollicitatie-formulier__header {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 48px 0;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-sollicitatie-formulier__header > h1 {
    font-weight: normal;
    font-size: 24px;
    margin: auto;
    color: #000;
}

.c-sollicitatie-formulier__header > p {
    line-height: 3;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}


.c-sollicitatie-formulier__skeleton {
    display: grid;
    grid-row-gap: 15px;

}


.c-sollicitatie-formulier__row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 12px;
    height: 30px;
    padding-right: 80px;
}

@media only screen and (max-device-width: 475px) {
    .c-sollicitatie-formulier {
        width: 100vw;
    }

    .c-sollicitatie-formulier__row {
        padding-right: 10px;
    }

}

@media (max-width: 540px){
    .c-sollicitatie-formulier__row{
        height: 0%;
    }
}

.c-sollicitatie-formulier__row.height {
    height: auto;
}

.c-sollicitatie-formulier__row.height > label {
    align-items: flex-start;
}

.c-sollicitatie-formulier__row > label {
    text-align: right;
    vertical-align: middle;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    word-break: break-word;
}

.c-sollicitatie-formulier__row > div > .checkbox-box {
    display: block;
}

.c-sollicitatie-formulier__row > input {
    width: 100%;
}

.c-sollicitatie-formulier__row > .privacy {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 12px;
}
.c-sollicitatie-formulier__row > .privacy > input {
    margin-top: 0;
    margin-right: 8px;
}

.c-sollicitatie-formulier__row > .privacy > a {
    margin-top: 0;
    margin-left: 8px;
}

.c-sollicitatie-formulier__row #privacy {
    margin-right: 5px;
}
.c-sollicitatie-formulier__row .privacyField {
    margin-top: -2px !important;
}
.c-sollicitatie-formulier__row .privacyField span {
    margin-right: 5px;
    margin-top: 4px;
}

.c-sollicitatie-formulier__submit {
    margin: 16px auto;
}

.besollicitatieformuliernl label.fieldLabel {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    margin-top: -6px;
}
.fileinput {
    font-size: 14px !important;
}
.motivatie label {
    align-items: start !important;
    margin-top: 4px !important;
}
.besollicitatieformuliernl input.text, .besollicitatieformuliernl select {
    border: 1px solid #E6EFF4;
    outline: none;
    width: 100%;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffff;
    height: 28px;
    line-height: 20px;
    padding-left: 6px;
}
.besollicitatieformuliernl textarea {
    background-color: #ffffff;
    border: 1px solid #E6EFF4;
    outline: none;
    width: 100%;
    border-radius: 15px;
    min-height: 100px;
}
.besollicitatieformuliernl input.text:focus,
.besollicitatieformuliernl textarea:focus,
.besollicitatieformuliernl select:focus {
    border: 1px solid #000000;
}
.besollicitatieformuliernl input[type="file"] {
    outline: none;
    border: none;
}
.besollicitatieformuliernl .row {
    margin-bottom: 15px;
}
.checkbox-box {
    margin-right: 10px;
}
.checkbox-box input {
    display: inline-block;
}
.checkbox-box label {
    font-size: 14px;
    color: #017479;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.inspring {
    padding-left: 40px;
}
.filters {
    display: block;
}
.filters .filter {
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-weight: 300;
    margin: 0;
    color: #034055;
    cursor: pointer;
}
.filters .filter a {
    line-height: 20px;
}
.filters .filter.actief {
    font-weight: 800;
}
.filters .filter:not(:last-child) {
    border-bottom: 1px solid #E6EFF4;
}
.stageBlok {
    display: none;
}
.minderPadding {
    padding: 0 5px;
}
.minderPadding-links{
    padding-left: 0;
}

.footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* HRO Footer */
@font-face {
    font-family: 'Cabin';
    src: url("../fonts/Cabin-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.logoHrorganizer{
    text-align: center;
    background-color: #eee;
    border-top: 1px solid #d1d1d1;
    width: 100%;
    padding-bottom: 24px;
    padding-top: 8px;
}

.hrorganizerlogo {
    cursor: pointer;
    display: inline-block;
    margin: 15px auto 10px auto;
}

.hrorganizerlogo .logo {
    float: left;
    position: relative;
    top: 0;
    width: 26px;
    height: 25px;
    margin-right: 5px;
}
.hrorganizerlogo .logo img {
    width:100%;
}

.hrorganizerlogo:hover .hrorganizer-o {
    color: #7ec4e4 !important;
}

.hrorganizerlogo:hover .logo-hro {
    background-image: url("../img/hrorganizerlogo-kleur.svg");
}

.hrorganizerlogo .logo-hro {
    width: 26px;
    height: 26px;
    background-image: url("../img/hrorganizerlogo-grijs.svg");
    background-size: cover;
}

.hrorganizerlogo .tekst {
    float: left;
    top: 0;
    position: relative;
    font-size: 24px;
    font-family: "Cabin", sans-serif;
    color: #464646;
    line-height: 26px;
    font-weight: 500 !important;
}
.hrorganizerlogo .tekst .hrorganizer-o {
    color: #b7b7b7;
}
.footer__sub.bg-wit .hrorganizerlogo .tekst {
    color: #464646;
}
.footer__sub.bg-wit .hrorganizerlogo .tekst .hrorganizer-o {
    color: #7ec4e4;
}
.footer__sub {
    margin-top: 0;
}

.kleiner ul {
    list-style: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.btnTrg{
    text-decoration: none;
}

.btnTrg:hover{
    text-decoration-line: underline;
    text-decoration-color: #085cf0;
}
.btnTrgKleur{
    color: #000000;
}

@media (max-width: 540px) {
    .besollicitatieformuliernl label.fieldLabel{
        font-size: 13px;
    }
    .tussentitel{
        text-align: center;
    }
    .checkbox-grid{
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .hoofdMenu .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hoofdMenu .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .driehoekRechtsBeneden,
    .driehoekLinksBeneden,
    .driehoekRechtsBenedenParallel {
        display: none;
    }
}
@media (max-width: 991px) {
    .driehoekRechtsBeneden {
        border-left: 200px solid transparent;
        top: -30px;
    }
    .driehoekLinksBeneden {
        border-right: 200px solid transparent;
    }
    .driehoekRechtsBenedenParallel {
        border-left: 200px solid transparent;
    }
}
@media (max-width: 1200px) {
    header .hoofdMenu .driehoekLinksBeneden {
        display: none;
    }
    .hoofdMenu .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.has-error {
    border-color: red !important;
    color: red !important;
}

.geboorteRow{
    display: flex;
    flex-direction: row;
}
details, fieldset:not(.form-composite) {
    background: none;
    margin-left: -25px;
}
.besollicitatieformuliernl input.text, .besollicitatieformuliernl select {
    border-radius: 10px;
}
.tussentitel{
    font-size: 16px;
    font-weight: bold;
}
.checkbox-item{
    margin-bottom: 10px;
}
.checkbox-item label{
    font-size: 13px !important;
}
.checkbox-grid{
    display: flex;
}
.checkbox-side{
    margin-right: 2rem;
}