html{
    font-size:62.5%;
}
body{
    margin:0;
	padding:0;
    font-size: 1.6rem;
    color: #0F203E;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
main{
    display:block;
}
*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
a:hover {
    text-decoration: none;
}
.text a {
    color: #32C7FC;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    margin:0;padding:0;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty,.teaserSubHeader:empty {
    margin: 0;
}
h1, h2.h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
    font-weight: 300;
    color: #0F203E;
    margin-bottom: 20px;
}
h1 b, h2 b, h3 b, h4 b h5 b {
    font-weight: 800;
}
h1 em, h2.h1 em {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
    display: block;
    color: #32C7FC;
    margin-bottom: 10px;
}
h2, h1.h2, h3.h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 300;
    color: #0F203E;
    margin-bottom: 20px;
}
h2 em, h1.h2 em {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    display: block;
    color: #32C7FC;
    margin-bottom: 5px;
}
h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
    color: #0F203E;
    font-weight: 300;
}
.teaserSubHeader {
    color: #0F203E;
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.teaserSubHeader em {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    display: block;
    color: #32C7FC;
    margin-bottom: 5px;
}
h2.subHeader.contentSubHeader {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
ul,ol,li{
    margin:0;padding:0;
}
li{
    list-style:none;
}
p, .text, .intro {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
img{
    max-width:100%;
    height:auto!important;
    display:block;
}
.sw{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
.table{
    height: 100%;
    width: 100%;
    display: table;
}
.cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.text {
    margin-bottom: 20px;
}
.cleaner {
    clear: both;
    display: block;
}
.text ul:not(.slick-dots) > li {
    line-height: 2.8rem;
    position: relative;
    padding-left: 28px;
}
.text ul:not(.slick-dots) > li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    color: #32C7FC;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 2.8rem;
    margin-right: 0;
    position: absolute;
    left: 0;
}
.error {
    margin-top: 10px;
    color: red;
}
.py-120 {
    padding: 120px 0;
}
.py-100 {
    padding: 100px 0;
}
.py-80 {
    padding: 80px 0;
}
.py-60 {
    padding: 60px 0;
}
.py-120:after, .py-100:after, .py-80:after, .py-60:after {
    clear: both;
    display: block;
    content: '';
}
/* Slick */
.arrows > div {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.arrows > div.slick-disabled {
    opacity: 0.2;
}
.arrows {
    display: block;
    float: right;
    margin-right: 15px;
}
.slick-slider *:focus{
    outline:none;
}
.slick-dots {
	list-style: none;
	margin: 20px 0 0 0;
	text-align: center;
    line-height: 0;
    padding: 0 15px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 0;
	outline: none;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    line-height: 0;
}
.slick-dots li button:after {
	height: 10px;
	width: 10px;
	background: #F7F8F9;
	content: "";
	display: block;
	border-radius: 100px;
}
.slick-dots li.slick-active button:after {
    background:#0F203E;
}

/* ___________________________________________________________________________ inputs */

button, .button, input[type=submit], input[type=button],
a>s, s>a, strike>a, a>strike {
    font-size: 1.6rem;
    cursor: pointer;
    border: 0;
    padding: 10px 20px 10px 40px;
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
    background-color: #083B66;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    margin: 0 5px 5px 0;
    background-image: url(/_images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    transition: 0.2s;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button:hover,.button:hover, input[type=text][type=submit]:hover,input[type=button]:hover,
a:hover>s, s>a:hover, strike>a:hover, a:hover>strike{
    background-color: #0F203Ede;
    color: #fff;
    background-position: 12px center;
}
button:focus, .button:focus, input[type=submit]:focus, input[type=button]:focus, input[type=text]:focus,
input[type=password]:focus, input[type=email]:focus, textarea:focus, input:focus{
	outline:0;
}
.buttonContainer {
    margin-top: 20px;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text], input[type=password], input[type=email], textarea, .formInputTaC {
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #454441;
    border: none;
    border-bottom: 1px solid #0F203E;
    padding: 10px 0;
    border-radius: 0;
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #000;
}
.g-recaptcha {
    margin: 30px 0 20px;
}
.formInput.aplCsc label,
label[for=captcha] {
    display: none;
}

/* Otysselect */
.otysSelectInner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #0F203E;
}
span.selectTitle {
    line-height: 32px;
}
.otysSelectInner .inputBox {
    padding: 3px 0 3px 0;
    min-height: 30px;
}
.otysSelect div.selectedItem,
.otysSelect.single div.selectedItem {
    padding: 0;
    margin: 0 10px 0 0;
    background: transparent;
    color: #454441;
}
.optionHolder {
    border: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 15px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 15px 0px;
    top: calc(100% + 1px);
}
.optionHolder>.option {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1.6rem;
}
.optionHolder>.option.selected {
    background-color: #0F203E;
}
.otysSelect.multiple div.selectedItem:after {
    content: ',';
}
.otysSelect.multiple div.selectedItem:last-child:after {
    display: none;
}
@media only screen and (min-width: 768px) {
    .optionHolder>.option:hover {
        background-color: rgba(0, 98, 118, .3);
    }
}





/* Inputlabels */
.formInput.specialLabel, .hookInput.specialLabel {
    position: relative;
    padding: 30px 0 0 0;
}
.formInput:after, .hookInput:after {
    clear: both;
    content: '';
    display: block;
}
.formInput.specialLabel > label, .formInput.aplCic.specialLabel label, .aplTextAreaInput:not(.aplPrivAreaInput) label,
.custLoginOuter.specialLabel label, .actEqueryInput.specialLabel label, .actFi.specialLabel label, .aplSelInput.specialLabel label, .hookInput.specialLabel label {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    z-index: 1;
    top: 35px;
    width: 100%;
    float: none;
    -webkit-transition: font-size .5s ease, color .5s ease, top .5s ease;
    -o-transition: font-size .5s ease, color .5s ease, top .5s ease;
    transition: font-size .5s ease, color .5s ease, top .5s ease;
    pointer-events: none;
    color: #C7C7C7;
}
.formInput.active > label,
.formInput.fieldactive > label,
.hookInput.active > label {
    font-size: 1.4rem;
    color: #0F203E;
    top: 15px;
    line-height: 1.8rem;
}

.formInput.aplFormCV label {
    display: none!important;
}

/* Radio & checkbox */
.formCheckboxContainer {
    margin: 10px 0 0 0;
    line-height: 2.4rem;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0F203E;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #0F203E;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #0F203E;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff;
    line-height: 20px;
}
input[type=checkbox]:checked {
	background-color: #0F203E;
	border: 1px solid #0F203E;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #0F203E;
	width: 20px!important;
    height: 20px;
    border-radius: 2px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
    margin: 0 10px 0 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
label.labelRadio{
    line-height: 15px;
    vertical-align: middle;
    margin: 5px 15px 5px 0;
    display: inline-block;
    width: auto;
    clear: none;
}
.formInput {
    margin: 0;
    padding: 30px 0 0 0;
}
.formInput.aplCsc {
    padding: 0;
}
.formInput.formSmallInput.aplFileButton {
    margin: 0;
    padding: 0;
}
.formInput.formSmallInput.aplFileButton a {
    margin-right: 10px;
}
.outer.aplOuter.aplStartOuter .formInput.aplStartInputE {
    margin-bottom: 20px;
}

/* File inputs */
label[for*=file], .formInput.aplFileInput label {
    display: none!important;
}
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f574';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
    color: #0F203E;
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #000;
}
.inputFile{
    cursor:pointer;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F4F8F9;
    border: 1px dashed #0F203E;
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    border-radius: 5px;
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 4rem;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
span.remove:after{
    content: '\f2ed';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
}
span.remove:hover:after {
    font-weight: bold;
}
input[type=file]{
    border: 1px solid #eee;
}

/* ___________________________________________________________________________ Header */

header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    z-index: 20;
    transition: 0.2s;
}
.logoLight {
    display: block;
}
.logoDark {
    display: none;
    width: 250px;
}
body.white .logoLight {
    display: none;
}
body.white .logoDark {
    display: block;
}
body.white header#header {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 40px;
}
.headerWrapper {
    display: flex;
}
nav.mainMenuContainer {
    flex-grow: 1;
    text-align: right;
}

header#header {
    transition: 0.2s;
    transform: translateY(0);
}
body.scroll-down header#header {
    transform: translateY(-100%);
}
body.scroll-up header#header {
    transform: translateY(0);
}


/* ___________________________________________________________________________ Hamburger */

.hamburger {
    display: block;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    height: 30px;
    padding: 0px 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.hamburger-inner {
    top: 50%;
    display: block;
}
.hamburger .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
         -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
            transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #32c7fc;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
    bottom: -8px;
}
.hamburger .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    -o-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* HAMBURGER MENU OPEN */
.menuOpen .hamburger .hamburger-inner {
    -webkit-transition-delay: .12s;
         -o-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
         -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
            transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menuOpen .hamburger .hamburger-inner, .menuOpen .hamburger .hamburger-inner:after, .menuOpen .hamburger .hamburger-inner:before {
    background-color: #32c7fc;
}
.menuOpen .hamburger .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.menuOpen .hamburger .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -o-transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/* ___________________________________________________________________________ Footer */

footer {
    background: linear-gradient(to bottom right, #092B50, #021337);
    padding: 90px 0 20px;
}
.hlb2 span.mainLev,
.t9o .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 30px;
    display: block;
}
.hlb2 ul li a {
    display: block;
    color: #fff;
    line-height: 3.7rem;
    font-size: 1.6rem;
    background-image: url(/_images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 35px;
    transition: 0.2s;
}
.hlb2 ul li a:hover {
    background-position: 3px 7px;
}
.t9o ul li a {
    display: block;
    color: #fff;
    line-height: 3.7rem;
    font-size: 1.6rem;
    padding-left: 35px;
    position: relative;
}
.t9o ul li a:before {
    content: '\f0e0';
    font-weight: bold;
    position: absolute;
    display: block;
    line-height: 3.7rem;
    font-family: "Font Awesome 5 Pro";
    color: #32C7FC;
    font-size: 1.6rem;
    border-radius: 100%;
    left: 0;
    transition: 0.2s;
}
.t9o ul li a:hover:before {
    transform: translateX(3px);
}
.t9o ul li a[href*=maps]:before {
    content: '\f606';
}
.t9o ul li:nth-child(2) a[href*=maps]:before,
.t9o ul li:nth-child(3) a[href*=maps]:before {
    display: none;
}
.t9o ul li a[href*=tel]:before {
    content: '\f095';
}
.t9o ul li a[href*=mailto]:before {
    content: '\f0e0';
}

/* BottomFooter */
.bottomFooter {
    padding: 60px 0 0 0;
    text-align: center;
    color: #374B68;
    font-size: 1rem;
    line-height: 1.4rem;
}
.bottomFooter a {
    color: #374B68;
    font-size: 1rem;
    line-height: 1.4rem;
}
ul.hlb3 > li {
    display: inline-block;
}
ul.hlb3 > li:after {
    content: ' |';
}
ul.hlb3 > li:last-child:after {
    display: none;
}

/* ___________________________________________________________________________ Content */

.content .t1o h2.h1 {
    text-align: center;
}
.bisjab .itemContainer {
    margin-bottom: 50px;
}
.bisjab .itemContainer:last-child {
    margin: 0;
}
.bisjab .foto img {
    margin-bottom: 60px;
}

/* Quote */
.quote {
    background: #F7F8F9;
    padding: 50px 0;
}
.quote .inner {
    display: flex;
}
.quote .foto {
    flex: 1 0 270px;
}
.quote .inner > div {
    align-self: center;
}
.quote .textContainer {
    padding-left: 30px;
    font-weight: bold;
}
.quote .teaserSubHeader {
    margin-bottom: 15px;
}
.quote img {
    border-radius: 100%;
}

/* 2 koloms */
.bisjab2Kolom {
    background: #F7F8F9;
}
.bisjab2Kolom .leftCol {
    background: #FDFDFE;
}
.bisjab2Kolom .leftCol:after {
    content: ' ';
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background: #FDFDFE;
}

/* Stappenplan */
.stappenPlan .itemContainer {
    background: #F7F8F9;
    position: relative;
}
.stappenPlan .itemContainer .inner {
    display: flex;
    align-items: center;
}
.stappenPlan .fotoContainer {
    padding: 40px;
    box-shadow: 0 0 15px rgba(15, 32, 62, 0.1);
    background: #fff;
    border-radius: 5px;
    flex: 0 0 370px;
    z-index: 2;
}
.stappenPlan .foto {
    margin-bottom: 35px;
}
.stappenPlan .foto:empty {
    margin: 0;
}
.stappenPlan .foto img {
    margin: 0 auto;
    max-width: 125px;
}
.stappenPlan .textContainer {
    padding: 130px 0 130px 30px;
    flex-grow: 1;
    z-index: 2;
}
.stappenPlan .text.contentText {
    max-width: 670px;
    float: right;
    margin: 0;
}
.stappenPlan .text strong,
.stappenPlan .fotoContainer strong {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
    display: block;
}
.stappenPlan .itemContainer .inner {
    position: relative;
}
.stappenPlan .itemContainer .inner:after {
    content: ' ';
    position: absolute;
    width: calc(((100vw - 100%) / 2) + 170px);
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background: #fff;
}
.stappenPlan .itemContainer,
.bisjab .stappenPlan .itemContainer:last-child {
    margin-bottom: 60px;
}
.stappenPlan .itemContainer:nth-child(even) {
    background: #fff;
}
.stappenPlan .itemContainer:nth-child(even) .inner {
    flex-direction: row-reverse;
    background: #F7F8F9;
}
.stappenPlan .itemContainer:nth-child(even) .textContainer {
    padding: 130px 30px 130px 0;
}
.stappenPlan .itemContainer:nth-child(even) .text.contentText {
    float: left;
}
.stappenPlan .itemContainer:nth-child(even) .inner:after {
    background: #F7F8F9;
}
.stappenPlan .itemContainer:nth-child(even) .inner:before {
    content: ' ';
    position: absolute;
    width: 170px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
}
.bisjabStappenplan .kolom2.center {
    margin-bottom: 100px;
}

/* Reviews */
.outer.bisjab.bisjabReviews {
    margin-bottom: 80px;
}
.reviews .col-md-6 {
    margin-bottom: 30px;
}
.reviews .itemContainer {
    padding: 40px;
    box-shadow: 0 0 15px rgba(15, 32, 62, 0.1);
    background: #fff;
    height: 100%;
    border-radius: 5px;
}
.reviews .contentSubHeader {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    display: block;
    color: #32C7FC;
    margin-bottom: 5px;
}
.reviews .text strong, .reviews .text b {
    color: #0F203E;
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* ___________________________________________________________________________ Contact */

.contact h1.title {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
}
.contact .t1o h2.h1 {
    text-align: center;
}
.contact #bisjab {
    background: #F7F8F9;
}
.contact #bisjab .leftCol {
    background: #FDFDFE;
}
.contact #bisjab .leftCol:after {
    content: ' ';
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background: #FDFDFE;
}
.contact .outer.qsPIOuter {
    max-width: 670px;
}

/* ___________________________________________________________________________ Joboverview */

.pageNav a {
    color: #0F203E;
    margin-right: 15px;
}
a.pnActive.actActive {
    font-weight: bold;
}
.overviewBlock {
    background: #FDFDFE;
}
.actSRFacetCont.actSRFacetContJobs {
    background: #F7F8F9;
}
.actSRFacetCont.actSRFacetContJobs:after {
    content: ' ';
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background: #F7F8F9;
}
.itemContainer.actIc {
    background: #fff;
    padding: 30px;
    transition: 0.2s;
    border-radius: 5px;
    margin-bottom: 25px;
}
.itemContainer.actIc:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.itemContainer.actIc:hover h3.h2.itemTitle.actItemTitle a {
    color: #32C7FC;
}
h3.h2.itemTitle.actItemTitle {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
h3.h2.itemTitle.actItemTitle a {
    color: #0F203E;
    display: block;
    transition: 0.2s;
}
.itemDescription.actItemDescr {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: normal;
}
.itemFooter.actIf {
    margin-top: 20px;
}
.itemFooterWord.itemMcriteria {
    background: #EAF9FF;
    color: #0F203E;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}
.itemFooterWord.itemMcriteria.Regio {
    background: #FFF4E5;
}
.itemFooterWord.itemMcriteria.Salaris {
    background: #ECFEE6;
}
.itemFooterWord.itemMcriteria span:after {
    content: ',';
}
.itemFooterWord.itemMcriteria span:last-child:after {
    display: none;
}

/* Facets */
.filterButton {
    display: none;
}
.actSRFacetCont .facetsInner {
    max-width: 350px;
}
.optionListContainer.actLc.actLcMcrit .optionListTitle {
    display: none;
}
.optionListContainer.facetListCon {
    margin-bottom: 50px;
}
.optionListContainer.facetListCon.facetLccategorie {
    display: none;
}
.optionListTitle.facetListTitle a {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #32C7FC;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
.optionListContainer ul li a {
    color: #0F203E;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 3.6rem;
}
.optionListContainer ul li a:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    position: absolute;
    left: 0;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    margin-top: 7px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 2.1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #C7EC9D;
}
.optionListContainer ul li a:hover:before,
.optionListContainer ul li a:active:before {
    color: #C7EC9D;
    content: '\f111';
}
.actSRCf ul li:last-child {
    margin-bottom: 40px;
}
.actSRCf .optionListContainer ul li a:before {
    font-weight: bold;
    color: #FF7070;
    content: '\f00d';
}
span.facetFreq {
    font-weight: bold;
    float: right;
}

/* Favorites */
.actIc {
    position: relative;
}
.favorites_cookies {
    position: absolute;
    right: 30px;
    top: -2px;
}
.favorites_cookies > div {
    position: relative;
    z-index: 10;
}
.favorites_cookies div:after {
    content: '\f02e';
    font-family: "Font Awesome 5 Pro";
    color: #CFD2D8;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2rem;
    z-index: -1;
}
.favorites_cookies div.delete:after  {
    color: #32C7FC;
}
.favorites_cookies input {
    font-size: 0;
    background: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 30px;
    border-radius: 0;
    border: none;
    z-index: 10;
}
.favorites_cookies input:hover {
    background: none;
}
input.button.jbdButton.jbdButBack {
    background: none;
    color: #0F203E;
    padding: 10px 20px;
    margin: 0;
}

/* Sticky apply */
body.jobDetail {
    padding-bottom: 80px;
}
.collapseStickyApply {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #083b66;
    left: calc(50% - 15px);
    right: calc(50% - 15px);
    top: -15px;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s;
    cursor: pointer;
}
.collapseStickyApply:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    line-height: 3.2rem;
}
.applyWrapper {
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
}
body.toggleApply .applyWrapper {
    transform: translateY(80px);
}
body.toggleApply .collapseStickyApply {
    transform: rotateZ(180deg);
    top: -35px;
}
.applyWrapper .stickyApply,
.applyWrapper .sw {
    height: 100%;
}
.applyWrapper .wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.applyWrapper .wrapper > div:first-child,
.applyWrapper .wrapper > div:last-child {
    flex: 0 0 170px;
}
.applyWrapper .middleBlock {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: calc(100% - 340px);
}
.applyWrapper .hookItemWord.mDhIw {
    margin-bottom: 0;
}
.applyWrapper .jobTitle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 30px;
}
.applyWrapper .hookOuter.mDhOut {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.applyWrapper input.button.jbdButton.jbdButBack {
    background-image: url(/_images/arrow-back.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    transition: 0.2s;
}
.applyWrapper input.button.jbdButton.jbdButBack:hover {
    background-position: 5px center;
}

/* ___________________________________________________________________________ Jobsrelatedjobshook */

section#jobsRelatedJobs {
    background: linear-gradient(to bottom right, #092B50, #021337);
}
.hookHeader.rJhVT h2 {
    color: #fff;
    margin-bottom: 30px;
}
.hookItemContainer.rJhVIc {
    background: #fff;
    padding: 30px;
    transition: 0.2s;
    border-radius: 5px;
    margin-bottom: 25px;
}
.hookItemContainer.rJhVIc:hover {
    cursor: pointer;
}
.hookItemTitle.rJhVIt {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.rJhVIt a {
    color: #0F203E;
    transition: 0.2s;
}
.rJhVIc:hover .rJhVIt a {
    color: #32C7FC;
}
.hookItemWord.rJhVDescription {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: normal;
}
.rJhVRegion {
    background: #FFF4E5;
    color: #0F203E;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
    margin-right: 8px;
}

/* ___________________________________________________________________________ Jobdetail */

.outer.jbdOuter {
    background: #F7F8F9;
}
.outer.jbdOuter .leftOuter {
    background: #FDFDFE;
}
.outer.jbdOuter .leftOuter:after {
    content: ' ';
    position: absolute;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    top: 0;
    left: calc((-100vw + 100%) / 2);
    background: #FDFDFE;
}
h2.subHeader.jbdSh {
    color: #0F203E;
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.text.jbdText {
    margin-bottom: 40px;
}
.jbdHeader h1.title.jbdTitle {
    color: #fff;
}
.hookItemWord.mDhIw {
    background: #EAF9FF;
    color: #0F203E;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}
.hookItemWord.mDhIw.Salaris {
    background: #ECFEE6;
}
.hookItemWord.mDhIw.Regio {
    background: #FFF4E5;
}
.hookItemWord.mDhIw span:after {
    content: ',';
}
.hookItemWord.mDhIw span:last-child:after {
    display: none;
}
/* Consultant hook */
span.chlItemFunctie {
    display: block;
    color: #32c7fc;
    font-weight: normal;
    font-size: 1.8rem;
    min-height: 30px;
}
.fhlMultiOuter.chlOuter .col-md-4 {
    margin-bottom: 30px;
}
.hookItemPhoto1.fhlPhoto1.chlPhoto1 img {
    width: 100%;
    max-width: 270px;
    margin-bottom: 40px;
    border-radius: 100%;
}
.hookItemTitle.fhlItemTitle.chlItemTitle {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.hookHeader.fhlTitle.chlTitle,
.hookItemText.fhlItemText.chlItemText.chlDesc {
    margin-bottom: 20px;
}
.chlOuter .hookItemWord a {
    color: #0F203E;
    line-height: 2.4rem;
    position: relative;
    padding-left: 35px;
    display: block;
    margin-bottom: 10px;
}
.chlOuter .hookItemWord a:before {
    color: #32c7fc;
    font-size: 1.6rem;
    line-height: 2rem;
    position: absolute;
    left: 0;
    font-weight: bold;
    margin-top: 2px;
    transition: 0.2s;
}
.chlOuter .hookItemWord a:hover:before {
    left: 3px;
}
.hookItemWord.chlPhoneHome a:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
}
.hookItemWord.chlPhoneCell a:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.hookItemWord.chlEmail a:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
}

/* ___________________________________________________________________________ Apply */

.intro.aplLink {
    margin-bottom: 60px;
}
.intro.aplLink p {
    margin-bottom: 20px;
}
.formInput.aplTextAreaInput.aplPrivAreaInput.privacyStatement,
.formInput.formSmallInput.aplCheckContainer label {
    display: none;
}

/* ___________________________________________________________________________ Home */

.bisjabHome .row > div {
    align-self: center;
}

/* ___________________________________________________________________________ Teaser 1 */

body:not(.home) .t1o .scrollButton {
    display: none;
}
.t1o .scrollButton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    background: #083B66 url(/_images/scroll.svg) no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
}
.t1o .scrollButton:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    color: #32C7FC;
    font-size: 1.4rem;
    font-weight: bold;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    animation: scroll 1s infinite alternate;
}
@keyframes scroll {
  from { transform: translateY(0);}
  to { transform: translateY(10px);}
}
section#teaser1,
.jbdHeaderOuter,
.bisjabHeaderOuter {
    background: linear-gradient(to bottom right, #092B50, #021337);
}
.t1o,
.jbdHeader,
.bisjabHeader {
    color: #fff;
    padding: 140px 0 80px;
}
body.home .t1o {
    padding: 230px 0 180px;
}
.t1o h1, .t1o h2, .t1o h3 {
    color: #fff;
}
.bisjabHeader h1 {
    margin: 0;
    color: #fff;
}
.t1o h1, .t1o h2.h1 {
    margin-bottom: 0;
}
.smallWidth .t1o h2.h1 {
    text-align: center;
}
.t1o .teaserItems {
    margin-top: 45px;
}
.t1o .teaserItems:empty {
    display: none;
}
.t1o .teaserSubHeader:empty {
    display: none;
}
.t1o .teaserSubHeader {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3rem;
    border-bottom: 1px solid #32C7FC;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: #fff;
}
.t1o .teaserSubHeader em {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    display: block;
    color: #32C7FC;
    margin: 0;
}
.t1o .teaserItemContainer:nth-child(2) {
    margin-top: 120px;
}
/* Search hook */
.textRotate {
    position: relative;
}
.txt-rotate.fake_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
}
.t1o input[type=text] {
    background: #083B66;
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px 10px;
    border: none;
}
.t1o input[type=text]:placeholder {
    color: #fff;
}
.t1o .otysSelectInner {
    background: #083B66;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
    border: none;
}
.t1o .optionHolder {
    background: #083B66;
    padding-top: 20px;
    border-radius: 0 0 20px 20px;
}
.t1o .otysSelectInner .inputBox {
    z-index: 10;
    padding: 4px 0 4px 0;
}
.t1o .optionHolder>.option {
    padding: 5px 20px;
}
.t1o .otysSelect div.selectedItem, .t1o .otysSelect.single div.selectedItem {
    color: #fff;
}
.t1o .otysSelect .navArrow {
    background-image: url(/_images/arrow-up.svg) ;
    background-size: auto 7px;
    right: 15px;
}
.t1o .hookButton.actHButton input {
    margin: 0;
    width: 100%;
    box-shadow: inset 0px 0px 0px 1px #32C7FC;
    background-color: transparent;
}
.t1o .hookButton.actHButton {
    width: 170px;
    float: left;
}
.t1o .hookInput.actHInput {
    float: left;
    width: calc((100% - 170px) / 2);
    padding-right: 30px;
}
.t1o .actHOuter.actJshOuter:after {
    display: block;
    content: '';
    clear: both;
}

/* Moving characters */
.t1o,
.jbdHeader,
.bisjabHeader {
    position: relative;
}
.t1o .sw,
.jbdHeader .sw,
.bisjabHeader .sw {
    z-index: 1;
    position: relative;
}
.movingCharacters {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.movingCharacters > span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    display: inline-block;
}
.movingCharacters > span svg {
    width: 100%;
    fill: rgba(255, 255, 255, 0.04)!important;
}
.movingCharacters > span.b {
    bottom: -50px;
    left: -45px;
}
body.home .movingCharacters > span.b {
    bottom: 0;
    left: -45px;
}
.movingCharacters > span.o {
    left: 25%;
    bottom: 100px;
}
body.home .movingCharacters > span.o {
    left: 25%;
    bottom: 400px;
}
.movingCharacters > span.l {
    left:55%;
    bottom:-50px;
}
body.home .movingCharacters > span.l {
    left:55%;
    bottom:-50px;
}
.movingCharacters > span.d {
    left: 80%;
    bottom: 100px;
}
body.home .movingCharacters > span.d {
    left: 80%;
    bottom: 200px;
}

@keyframes moveletterB {
  0%   {transform:translateY(0px)}
  100%   {transform:translateY(-60px);}
}
@keyframes moveletterO {
  0%   {transform:translateY(0px)}
  100%   {transform:translateY(40px)}
}
@keyframes moveletterL {
  0%   {transform:translateY(0px)}
  100%   {transform:translateY(-50px)}
}
@keyframes moveletterD {
  0%   {transform:translateY(0px)}
  100%   {transform:translateY(60px)}
}
.movingCharacters > span.b {
    transform: translateY(0px);
    animation: moveletterB 4s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.movingCharacters > span.o {
    transform: translateY(0px);
    animation: moveletterO 4s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.movingCharacters > span.l {
    transform: translateY(0px);
    animation: moveletterL 4s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.movingCharacters > span.d {
    transform: translateY(0px);
    animation: moveletterD 4s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Job categories */
.jobCatHookHeader {
    display: none;
}
.jobCatHookItemContainer > div {
    display: inline-block;
    margin: 0 70px 20px 0;
    min-width: 150px;
}
.jobCatHookItemContainer > div:last-child {
    margin: 0;
}
.jobCatHookItemContainer .jobCatHookItemTitle a {
    color: #384E6B;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 800;
    display: block;
    padding: 5px 0;
    transition: 0.2s;
}
.jobCatHookItemContainer .jobCatHookItemTitle a:hover {
    color: #fff;
    text-shadow: 0 0 20px rgba(50, 199, 252, .5);
}
.jobCatHookItemContainer .jobCatHookItemTitle a span {
    position: absolute;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: block;
    font-weight: 500;
    background-image: url(/_images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    opacity: 0;
    transform: translateX(50px);
    transition: 0.2s;
}
.jobCatHookItemContainer .jobCatHookItemTitle a:hover span {
    opacity: 1;
    transform: translateX(0);
    text-shadow: 0 0 20px rgba(50, 199, 252, .5);
}


/* Teaser 1 jobsmartacts */


.t1o .teaserItemContainer:nth-child(2) ul li:last-child {
    margin: 0;
}
.t1o .teaserItemContainer:nth-child(2) ul li {
    display: inline-block;
    margin: 0 70px 20px 0;
    min-width: 150px;
}
.t1o .teaserItemContainer:nth-child(2) ul li a {
    color: #384E6B;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 800;
    display: block;
    padding: 5px 0;
    transition: 0.2s;
}
.t1o .teaserItemContainer:nth-child(2) ul li a:hover {
    color: #fff;
    text-shadow: 0 0 20px rgba(50, 199, 252, .5);
}
.t1o .teaserItemContainer:nth-child(2) ul li a:after {
    content: 'Bekijk vacatures';
    position: absolute;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: block;
    font-weight: 500;
    background-image: url(/_images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    opacity: 0;
    transform: translateX(50px);
    transition: 0.2s;
}
.t1o .teaserItemContainer:nth-child(2) ul li a:hover:after {
    opacity: 1;
    transform: translateX(0);
    text-shadow: 0 0 20px rgba(50, 199, 252, .5)
}


/* ___________________________________________________________________________ Teaser 2 */

.t2o{
	display:none;
    position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
    background: linear-gradient(to bottom right, #092B50f2, #021337f2);
}
.t2o .popUpContainer{
	-webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 800px;
    max-height: 100%;
    z-index: 2;
}
.t2o .jobAlertBox{
    width: 100%;
    max-width: 400px;
    padding: 60px 30px;
    display: inline-block;
    float: left;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.t2o .additionalImage {
    width: 400px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.t2o .formInput.actEqueryInput.newRecaptcha {
    margin: 0;
    padding: 0;
}
.t2o .ajaxWindow.newAgentFormFrag,.t2o .simpleMessageFrag{
    min-height: 400px;
}
.t2o .formInput {
    margin: 0 0 15px 0;
}
.t2o .oldRecaptcha{
	display:none;
}
.t2o .ajaxWindow.newAgentFormFrag .intro,.ajaxWindow.newAgentFormFrag .text{
	display:none;
}
.t2o .errormailError {
    font-size: 1.2rem;
    line-height: 2rem;
    color: red;
}
.t2o .error {
    color: red;
    margin: 15px 0 15px 0;
}
.t2o .jbAlertDistanceMatching{
    display: inline-block;
    width: 100%;
}
.t2o .jbAlertDistanceMatching .actEqueryInputFragZipCode{
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
}
.t2o .jbAlertDistanceMatching .actEqueryInputFragMaxDistance {
    display: inline-block;
    width: 100px;
    float: left;
    padding-left: 15px;
}

/* ___________________________________________________________________________ Teaser 3 */

section#teaser3 {
    position: relative;
}
section#teaser3:before {
    content: '';
    background: #F7F8F9;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#teaser3:after {
    content: '';
    background: #FDFDFE;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.t3o {
    position: relative;
    z-index: 1;
}
.t3o p,
.t3o .intro p:last-child
.t3o .text {
    margin: 0;
}
.t3o .intro p {
    margin-bottom: 30px;
}
.t3o .slick-slide .teaserItemContainer {
    padding: 20px 15px;
}
.t3o .teaserInner {
    padding: 30px;
    box-shadow: 0 0 15px rgba(15, 32, 62, 0.1);
    background: #fff;
    border-radius: 5px;
    max-width: 450px;
    margin-left: auto;
}
.t3o .teaserSubHeader {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 10px;
}
.t3o .fotoContainer {
    margin-bottom: 35px;
}
.t3o .foto img {
    margin: 0 auto;
    max-width: 150px;
}
.t3o .text.teaserText {
    margin: 0;
}

/* ___________________________________________________________________________ Teaser 4 */

.t4o .fotoContainer {
    border-radius: 5px;
    overflow: hidden;
}

/* ___________________________________________________________________________ Teaser 5 */

#teaser5 {
    background: url(/_images/teaser5.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.t5o .teaserInner {
    display: flex;
    max-width: 760px;
    margin: 0 auto;
}
.t5o .fotoContainer {
    flex: 0 0 70px;
    margin-right: 30px;
}
.t5o .textContainer .teaserSubHeader {
    display: none;
}
.t5o .text.teaserText, .t5o .text.teaserText p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;
    margin: 0;
    font-weight: 300;
}
.t5o .text.teaserText strong {
    font-weight: bold;
}
.t5o .menu {
    margin: 0 0 60px 0;
}
.t5o .menu .menulist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    -o-transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89), -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
}
@media (min-width: 992px;) {
    .t5o .menu .menulist {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}
.t5o .menu .menulist li {
    width: calc(100% / 6);
    float: left;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
    cursor: pointer;
    padding: 0 0 20px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.t5o .menu .menulist li.current {
    font-weight: bold;
}
.t5o .menu .menubar{
    position: relative;
    height: 2px;
    width: 100%;
}
.t5o .menu .menubar:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: 1;
}
.t5o .menu .menubar .slide{
    width: calc(100% / 6);
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-transition: left 0.2s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    -o-transition: left 0.2s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transition: left 0.2s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    left: 0;
}
.t5o .menu .menubar .slide2,
.t5o .menu .menubar .slide3,
.t5o .menu .menubar .slide4,
.t5o .menu .menubar .slide5,
.t5o .menu .menubar .slide6{
    width: calc(100% / 6);
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    -o-transition: all 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transition: all 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    left: 0;
}
.t5o .items .item:nth-child(n+2){
    display: none;
}

/* ___________________________________________________________________________ Teaser 6 */

section#teaser6 {
    background: url(/_images/o.svg) no-repeat;
    background-position: -50px -50px;
    background-size: 700px auto;
}
.t6o {
    overflow: hidden;
}
.t6o h2 {
    margin-bottom: 50px;
}
.t6o .teaserInner {
    max-width: 50%;
    position: relative;
}
.t6o .textOuter {
    width: calc(100% + 70px);
    position: absolute;
    top: 70px;
    left: calc(100% - 70px);
}
.t6o .teaserItemContainer {
    padding-right: 20px;
}
.t6o .textContainer {
    padding: 40px;
    box-shadow: 0 0 15px rgba(15, 32, 62, 0.1);
    background: #fff;
    border-radius: 5px;
}
.t6o .textContainer .text, .t6o .textContainer p {
    margin: 0;
}
.t6o .arrows {
    float: left;
    margin: -48px 0 0 0;
    z-index: 10;
    position: relative;
}
.t6o .arrows > div {
    margin: 0 20px 0 0;
}
.t6o .slick-list {
    overflow: visible;
}
.t6o .slick-slide .fotoContainer {
    transform: translateX(-100%);
    transition: 0.5s ease-in;
    opacity: 0;
}
.t6o .slick-slide.slick-active .fotoContainer {
    transform: translateX(0);
    opacity: 1;
    transition: 0.5s .2s ease-out;
}
.t6o .slick-slide .textOuter {
    transform: translateX(100%);
    transition: 0.5s ease-in;
    opacity: 0;
}
.t6o .slick-slide.slick-active .textOuter {
    transform: translateX(0);
    opacity: 1;
    transition: 0.5s .2s ease-out;
}

/* ___________________________________________________________________________ Teaser 7 */

.t7o {
    padding-bottom: 120px;
}
.t7o .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.t7o .slick-slide img {
    display: inline-block;
    width: 100%!important;
    filter: grayscale(1);
    transition: 0.2s;
}
.t7o .slick-slide img:hover {
    filter: grayscale(0);
}
.t7o .slickSlider .teaserItemContainer {
    padding: 0 30px;
}

/* ___________________________________________________________________________ Teaser 8 */

footer .logo {
    margin-bottom: 30px;
    display: block;
}
.t8o .intro {
    margin-bottom: 30px;
    color: #fff;
}
.t8o p {
    color: #fff;
}
.t8o .teaserItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.t8o .textContainer li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    list-style: none;
    padding: 0!important;
}
.t8o .textContainer li:before {
    display: none;
}
.t8o .textContainer li a {
    font-size: 0;
    line-height: 0;
    display: block;
    text-align: center;
}
.t8o .textContainer li a:after {
    background: transparent;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 3rem;
    content: '\f178';
    font-family: "Font Awesome 5 Brands";
    color: #32C7FC;
    font-size: 1.6rem;
    border-radius: 100%;
    border: 2px solid;
}
.t8o .textContainer li a:hover:after {
    color: #fff;
}
.t8o .textContainer li a[href*=facebook]:after {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
}
.t8o .textContainer li a[href*=linkedin]:after {
    content: '\f0e1';
    font-family: "Font Awesome 5 Brands";
}
.t8o .textContainer li a[href*=twitter]:after {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
}


/* ___________________________________________________________________________ Teaser 10 & Loginhook */

.teaser10 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(to bottom right, #092B50f2, #021337f2);
}
.loginOpen .teaser10 {
    display: block;
}
.loginHook {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 770px;
    max-height: 100%;
    z-index: 2;
    width: 100%;
}
.loginHook .intro p {
    color: red;
    margin: 20px 0 10px;
}
.loginHookInner {
    width: 400px;
    padding: 60px 30px;
    display: inline-block;
    float: left;
    position: relative;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.hookText.webUserHookText.ocdHookText.logged {
    margin-bottom: 20px;
}
.additionalImage {
    width: 370px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0F203E;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.close:hover {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    opacity: 1!important;
}
.close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}
.close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
}
.loginHook .bottomBlock {
    margin: 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.ocdFrgtPswrd a {
    font-size: 1.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: #0F203E;
    text-align: left;
}
.ocdRegister a {
    font-size: 1.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: #0F203E;
    text-align: right;
}
li.openLogin span {
    float: left;
    display: block;
    background: #083B66;
    padding: 5px 20px 5px 45px;
    border-radius: 100px;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 3rem;
    margin-left: 20px;
    top: 5px;
    margin-top: -10px;
}
li.openLogin span:before {
    content: '\f2bd';
    font-family: "Font Awesome 5 Pro";
    color: #32c7fc;
    font-size: 2rem;
    line-height: 2rem;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 10px;
}
li.openLogin span:hover:before,
li.openLogin span:focus:before {
    font-weight: bold;
}

/* ___________________________________________________________________________ Teaser 11 */

#teaser11 {
    background: url(/_images/teaser5.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
#teaser11 h2, #teaser11 .intro {
    max-width: 770px;
    margin: 0 auto;
}
#teaser11 h2 {
    color: #fff;
    margin-bottom: 30px;
}
#teaser11 .intro p:first-child {
    margin-bottom: 30px;
}

/* ___________________________________________________________________________ Teaser 12 */

.t12o {
    float: right;
}
.t12o h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.t12o .intro {
    margin-bottom: 40px;
}
.t12o ul {
    margin: 20px 0 30px;
}
.t12o .teaserText li a {
    padding-left: 40px;
    display: inline-block;
    color: #0F203E;
    font-size: 1.6rem;
    line-height: 2.8rem;
    position: relative;
    margin: 5px 0;
}
.t12o .teaserText li a:before {
    content: none;
    font-family: "Font Awesome 5 Pro";
    color: #32C7FC;
    font-weight: bold;
    position: absolute;
    left: 0;
    transition: 0.2s;
}
.t12o .teaserText li a:hover:before {
    transform: translateX(3px);
}
.t12o .teaserText li a[href*=mailto]:before {
    content: '\f0e0';
}
.t12o .teaserText li a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.t12o .teaserText li a[href*=tel]:before {
    content: '\f095';
}

/* ___________________________________________________________________________ Teaser 13 */

section#teaser13 {
    background: linear-gradient(to bottom right, #092B50, #021337);
}
.t13o h2 {
    color: #fff;
    margin-bottom: 30px;
}
.jslItemContainer {
    background: #fff;
    padding: 30px;
    transition: 0.2s;
    border-radius: 5px;
    margin-bottom: 25px;
    cursor: pointer;
}
.jslFunctionName {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.jslFunctionName a {
    color: #0F203E;
    transition: 0.2s;
}
.jslItemContainer:hover .jslFunctionName a {
    color: #32C7FC;
}
.jslChapo {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: normal;
}
.jslLocation {
    background: #FFF4E5;
    color: #0F203E;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
    margin-right: 8px;
}

/* ___________________________________________________________________________ Teaser 14 */

.t14o .whatsapp {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}

/* ___________________________________________________________________________ Mediaqueries */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .actSResultsCont {
        padding-left: 30px;
    }
    .outer.jbdOuter .leftOuter {
        padding-right: 100px;
    }
    .outer.jbdOuter .sideBar {
        padding-left: 130px;
    }
    .contact #bisjab .leftCol,
    .bisjab2Kolom .leftCol {
        padding-right: 30px;
    }
    .contact #bisjab .rightCol,
    .bisjab2Kolom .rightCol {
        padding-left: 30px;
    }
    .bisjab2Kolom .rightCol .inner {
        max-width: 270px;
        float: right;
    }
    .bisjab2Kolom .leftCol .inner {
        max-width: 670px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* DESTKOP MENU */
@media (min-width: 1250px) {
    nav.mainMenuContainer.mobileMenu {
        display: none;
    }
    .hlb1 > li {
        display: inline-block;
        position: relative;
        border-right: 1px solid #283853;
    }
    .hlb1 > li:last-child {
        border-right: none;
    }
    .hlb1 > li > a {
        display: block;
        line-height: 3rem;
        padding: 0 20px;
    }
    .hlb1 > li > a span {
        float: left;
    }
    .hlb1 > li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.6rem;
        font-family: 'Montserrat', sans-serif;
    }
    .hlb1 > li.mainLevactive > a,
    .hlb1 li.subLevel_1active > a {
        font-weight: 500;
    }
    .hlb1 > li a:after {
        content: '';
        display: block;
        clear: both;
    }
    .hlb1 > li a:hover, .hlb1 > li a:focus {
        text-decoration: underline;
    }
    .hlb1 > li > ul {
        position: absolute;
        top: 100%;
        padding: 18px 0 0 0;
        text-align: left;
        width: 170px;
        left: 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        -webkit-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        -o-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
        visibility: hidden;
    }
    .hlb1 > li > ul > li {
        background: #fff;
    }
    .hlb1 > li > ul > li:first-child {
        padding-top: 20px;
    }
    .hlb1 > li > ul > li:last-child {
        padding-bottom: 20px;
    }
    .hlb1 > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
    .hlb1 > li > ul > li a {
        color: #0F203E;
        font-size: 1.4rem;
        display: block;
        line-height: 2rem;
        padding: 10px 20px;
    }
    /* Submenu */
    .hlb1 > li > ul + a .subMenu {
        display: block;
    }
    .hlb1 .subMenu {
        float: right;
        width: 16px;
        line-height: 3rem;
        margin-left: 8px;
        display: none;
    }
    .hlb1 .subMenu:after {
        content: '\f078';
        font-family: "Font Awesome 5 Pro";
        color: #32C7FC;
        font-size: 0.8rem;
        vertical-align: top;
    }
    body.white .hlb1 {
        margin-top: 10px;
    }
    body.white .hlb1 > li a {
        color: #0F203E;
    }
    body.white .hlb1 > li {
        border-right: 1px solid #E9EAED;
    }
    body.white .hlb1 > li:last-child {
        border-right: none;
    }
    .hamburger {
        display: none;
    }
}

/* MOBILE MENU */
@media (max-width: 1249px) {
    .headerWrapper {
        display: flex;
        justify-content: space-between;
    }
    header#header,
    body.white header#header {
        padding: 10px 20px;
    }
    header#header .logo img {
        width: 200px;
    }
    nav.mainMenuContainer {
        display: none;
    }
    nav.mainMenuContainer.mobileMenu {
        display: block;
        text-align: left;
    }
    .menuOpen nav.mainMenuContainer.mobileMenu {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .menuOpen .logoLight {
        display: none;
    }
    .menuOpen .logoDark {
        display: block;
    }
    nav.mainMenuContainer.mobileMenu {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        padding: 80px 30px 30px 30px;
        overflow-y: auto;
        z-index: 15;
        display: block;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    ul.hlb1 > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden;
    }
    ul.hlb1 > li a:hover, ul.hlb1 > li a:focus {
        color: #32C7FC;
    }
    ul.hlb1 > li > a {
        color: #0F203E;
        font-size: 1.6rem;
        line-height: 3.2rem;
        font-weight: 500;
        display: block;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        padding: 3px 0;
        position: relative;
    }
    ul.hlb1 > li.mainLevactive > a,
    ul.hlb1 li.subLevel_1active > a {
        color: #32C7FC;
    }
    ul.hlb1 > li > ul {
        padding-left: 20px;
        width: 100%;
        display: none;
    }
    ul.hlb1 > li.active > ul {
        display: block;
    }
    ul.hlb1 > li > ul > li > a {
        color: #0F203E;
        font-size: 1.4rem;
        line-height: 3.2rem;
        font-weight: ]500;
        display: block;
        width: 100%;
        padding: 3px 0;
    }
    ul.hlb1 > li > ul + a .subMenu {
        display: block;
    }
    ul.hlb1 .subMenu {
        float: right;
        width: 20px;
        display: none;
    }
    ul.hlb1 .subMenu:after {
        content: '\f13a';
        font-family: "Font Awesome 5 Pro";
        color: #32C7FC;
        font-weight: bold;
        font-size: 2rem;
    }
    li.openLogin span {
        margin: 10px 0 0;
        top: 0;
    }
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* Sticky apply */
    .outer.jbdOuter .sideBar {
        padding-left: 50px;
    }
    .applyWrapper .jobTitle {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 0;
    }
    .applyWrapper .detailHook {
        display: none;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* Titles */
    h1, h2.h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
    h2, h1.h2, h3.h2 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    h2.subHeader.jbdSh {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    /* Login & jobalert */
    .additionalImage,
    .t2o .additionalImage {
        display: none;
    }
    .loginHook,
    .t2o .popUpContainer {
        max-width: 450px;
    }
    .loginHookInner,
    .t2o .jobAlertBox {
        width: 100%;
        padding: 30px;
        max-width: 100%;
    }
    /* Stappenplan */
    .stappenPlan .textContainer {
        padding: 80px 0 80px 30px;
    }
    .stappenPlan .fotoContainer {
        flex: 0 0 320px;
    }
    /* Joboverview */
    .t1o, .jbdHeader, .bisjabHeader {
        color: #fff;
        padding: 100px 0 40px;
    }
    /* Teaser 1 */
    .t1o .hookInput.actHInput {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .t1o .hookButton.actHButton {
        width: 170px;
        float: right;
    }
    body.home .t1o {
        padding: 120px 0 100px;
    }
    .t1o .teaserItemContainer:nth-child(2) {
        margin-top: 60px;
    }
    .t1o .teaserItems {
        margin-top: 30px;
    }
    .jobCatHookItemContainer > div,
    .t1o .teaserItemContainer:nth-child(2) ul li {
        margin: 0 10px 20px 0;
        min-width: unset;
        width: calc(50% - 20px);
        float: left;
    }
    .jobCatHookItemContainer .jobCatHookItemTitle a,
    .t1o .teaserItemContainer:nth-child(2) ul li a {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .t1o .teaserItemContainer:nth-child(2) ul li a:after {
        transform: translateX(30px);
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    /* Teaser 5 */
    .t5o .menu{
       overflow: hidden;
   }
   .t5o .menu .menulist{
       white-space: nowrap;
       display: block;
       position: relative;
   }
   .t5o .menu .menulist li{
       width: 100%;
       float: none;
       display: inline-block;
   }
   .t5o .items .item .item-inner .block{
       width: 100%;
   }
   .t5o .items .item .item-inner .block:nth-child(1){
       margin: 0 0 40px 0;
   }
   .t5o .items .item .item-inner .block .body{
       padding: 0;
   }
   .t5o .teaserInner {
       flex-direction: column;
   }
   .t5o .fotoContainer img {
        margin: 0 auto 20px;
    }
    .t5o .text.teaserText, .t5o .text.teaserText p {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    /* Teaser 6 */
    .t6o .teaserInner {
        max-width: 100%;
    }
    .t6o .fotoContainer img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .t6o .textOuter {
        width: 100%;
        position: relative;
        top: -30px;
        left: 0;
    }
    .t6o .teaserItemContainer {
        padding: 0 0 30px 0!important;
    }
    .t6o .arrows {
        display: block;
        float: unset;
        margin: 0 auto;
        text-align: center;
    }
    .t6o .arrows > div {
        float: none;
        display: inline-block!important;
        margin: 0 10px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Spacings */
    .py-120 {
        padding: 80px 0;
    }
    .py-100 {
        padding: 60px 0;
    }
    .py-80 {
        padding: 40px 0;
    }
    .py-60 {
        padding: 20px 0;
    }
    /* Footer */
    footer .sw .row > div {
        margin-bottom: 50px;
    }
    footer .hlb2 {
        margin-bottom: 50px;
    }
    .bottomFooter {
        padding: 30px 0 0 0;
    }
    /* Sticky apply */
    .applyWrapper .jobTitle {
        display: none;
    }
    /* Bisjab */
    .bisjabHome .intro {
        display: none;
    }
    /* Teaser 1 */
    .jobCatHookItemContainer > div {
        margin: 0 0 30px 0;
        min-width: unset;
        width: 100%;
        float: left;
    }
    /* Teaser 3 */
    .t3o .arrows {
        display: block;
        float: unset;
        margin: 0 auto;
        text-align: center;
    }
    .t3o .arrows > div {
        float: none;
        display: inline-block!important;
        margin: 0 10px;
    }
    /* Teaser 6 */
    .t6o .textContainer {
        margin: 0 20px;
    }
    .t6o .fotoContainer img {
        max-width: 100%;
    }
    /* Teaser 12 */
    .t12o {
        float: none;
    }
    /* Bisjab */
    .quote .foto {
        flex: 1 0 200px;
    }
    /* Facets */
    .facetsInner.py-100 {
        padding: 0;
    }
    .filterButton {
        display: block;
    }
    .optionListTitle.facetListTitle a {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    .actSRFacetCont {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        z-index: 30;
        padding: 30px;
        -webkit-transform: translateY(100%);
         -ms-transform: translateY(100%);
             transform: translateY(100%);
        -webkit-transition: padding 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: padding 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out, padding 0.2s ease-in-out;
        transition: transform 0.3s ease-in-out, padding 0.2s ease-in-out;
        transition: transform 0.3s ease-in-out, padding 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
        overflow-y: auto;
    }
    .facetsOpen .actSRFacetCont {
        -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
             transform: translateY(0);
    }
    .facetsOpen.scroll-down .actSRFacetCont {
        padding-top: 30px;
    }
    .actSRFacetCont .facetsInner {
        max-width: 100%;
    }
    .filterButton {
        position: fixed;
        bottom: 20px;
        text-align: center;
        z-index: 30;
        left: 0;
        right: 0;
    }
    .filterButton .inner {
        background: #32c7fc;
        display: inline-block;
        padding: 0px 20px;
        color: #fff;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 3.2rem;
        border-radius: 100px;
        width: auto;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    }
    .filterButton .inner:before {
        content: '\f1de';
        font-family: "Font Awesome 5 Pro";
        font-size: 1.6rem;
        margin-right: 5px;
    }
    .filterButton span {
        color: #000;
        background: #fff;
        font-size: 1.6rem;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
        line-height: 1.6rem;
        margin-top: -3px;
    }
    /* Stappenplan */
    .stappenPlan .fotoContainer {
        margin: 0 20px;
        z-index: 10!important;
    }
    .stappenPlan .itemContainer {
        background: #fff!important;
    }
    .stappenPlan .itemContainer .inner {
        position: relative!important;
        flex-direction: column!important;
        background: #fff!important;
    }
    .stappenPlan .textContainer {
        padding: 50px 30px 30px 30px!important;
        background: #f7f8f9!important;
        margin-top: -20px!important;
    }
    .stappenPlan .itemContainer .inner:after,
    .stappenPlan .itemContainer .inner:before {
        display: none!important;
    }
    .stappenPlan .itemContainer, .bisjab .stappenPlan .itemContainer:last-child {
        margin-bottom: 40px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Loginhook */
    .loginHook .bottomBlock {
        flex-direction: column;
    }
    /* Bisjab */
    .quote .inner {
        flex-direction: column;
    }
    .quote .textContainer {
        padding: 0;
    }
    .quote .foto {
        display: none;
    }
    /* Stappenplan */
    .stappenPlan .text strong, .stappenPlan .fotoContainer strong {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 10px;
    }
}

.jbdOuter .korteOmschrijving {
    display: none;
}
