/*Default color: #00A7E6*/

html{
    font-size:62.5%;
}
body{
    margin:0;
	padding:0;
    font-size: 1.6rem;
    color: #000000;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
main {
    display: block;
    padding: 80px 0;
}
body.content main {
    padding: 80px 0 0;
}
body.home main {
    padding: 60px 0;
}
*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
a:hover {
    text-decoration: none;
}
.text a {
    color: #00A7E6;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', 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: 3.4rem;
    line-height: 4.8rem;
    font-weight: bold;
    color: #080026;
    margin-bottom: 20px;
}
h1 b, h2 b, h3 b, h4 b h5 b {
    font-weight: 800;
}
h2, h1.h2, h3.h2 {
    font-size: 3.4rem;
    line-height: 4.8rem;
    font-weight: bold;
    color: #080026;
    margin-bottom: 20px;
}
h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
    color: #080026;
    font-weight: bold;
}
.teaserSubHeader,
h2.subHeader.contentSubHeader {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #00A7E6;
    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;
    color: #000000;
}
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) {
    padding: 10px 0;
}
.text ul:not(.slick-dots) > li {
    line-height: 2.8rem;
    position: relative;
    padding-left: 25px;
}
.text ul:not(.slick-dots) > li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    color: #00A7E6;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 2.4rem;
    margin-right: 0;
    position: absolute;
    left: 0;
}
.error {
    border: 1px solid #fa4145;
    color: #fa4145;
    padding: 10px;
    background: #fa414524;
    border-radius: 5px;
    margin: 20px 0;
}
.error.aplError.aplStartError {
    margin-top: 0;
}
.error:before {
    content: '\f06a';
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}
form .form .error[class*="error_Q"] {
    margin: -15px 0 20px;
    color: #fa4145;
    text-align: right;
    border: none;
    background: transparent;
    padding: 0;
}
form .form .error[class*="error_Q"]:before {
    content: '\f06a';
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}
.formInput.errorInput input,
.formInput.errorInput input:focus,
.formInput.errorInput textarea,
.formInput.errorInput textarea:focus {
    border-color: #fa4145;
}
.explain {
    padding: 0 10px 5px 0;
    line-height: 1.8rem;
    font-size: 1.2rem;
    position: relative;
    color: #6e6e6e;
}
.explain:before {
    content: '\f059';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #6e6e6e;
    margin-right: 5px;
}
.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;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    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: 30px 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:#00A7E6;
}

/* ___________________________________________________________________________ inputs */

button, .button, input[type=submit], input[type=button],
a>s, s>a, strike>a, a>strike,
.intro.aplLink ul li a,
.intro.aplIntro ul li a,
.text a>s, .text s>a, .text strike>a, .text a>strike{
    font-size: 1.5rem;
    cursor: pointer;
    border: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #00A7E6;
    display: inline-block;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    line-height: 2rem;
    margin: 0 5px 5px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;

    -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,
.intro.aplLink ul li a:hover,
.intro.aplIntro ul li a:hover{
    background-color: #00A7E6de;
    color: #fff;
}
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,
.intro.aplLink ul li a:focus,
.intro.aplIntro ul li a:focus{
	outline:0;
}
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: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    border: none;
    border: 1px solid #EBEBEB;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: normal;
}
.formInputTaC {
    background: #fff;
    max-height: 100px;
    overflow-y: auto;
    font-size: 1.4rem;
    color: #757575;
    font-weight: normal;
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #757575;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus{
    border: 1px solid #00A7E6;
    color: #000;
}
.g-recaptcha {
    margin: 0 0 20px;
    float: none!important;
}
.formInput.aplCsc label,
label[for=captcha] {
    display: none;
}
body.home .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}
body.home.sticky .grecaptcha-badge {
    opacity: 1;
    pointer-events: all;
}

/* Otysselect */
/*All Greys*/
.select {
    padding: 4px 40px 4px 20px;
}
.single .selected_item {
    padding: 4px 0;
}
.select,
.select .select_options,
input.select_searcher{
    border-color: #EBEBEB;
    background: #fff;
}
.select .select_options::-webkit-scrollbar-track,
.select .select_options::-webkit-scrollbar{
    background-color: #EBEBEB;
}
.select.single .selected_item[value=NULL],
.select .select_options .option[value=NULL],
.select_label{
    color: #757575;
}
.select .select_options .option {
    padding: 8px 20px;
    font-size: 1.4rem;
}
/*Selected option text*/
.active_options,
.select.multiple .selected_item,
.select .select_options .option.selected{
    color: #fff;
}
/*Option text color*/
.selected_item{
    color: #000;
}
/*Selected option background color*/
.select.multiple .selected_item,
.select .select_options .option.selected
{
    background-color: #00A7E6;
}
.select .select_options::-webkit-scrollbar-thumb{
    background-color: #00A7E6;
}
/*Hover over select option*/
.select .select_options .option:not(.selected):hover{
    background-color: #00A7E6de;
    color:#fff;
}
/*Counter*/
.counter{
    background-color: #00A7E6;
    color: #fff;
}

/* Radio & checkbox */
.formCheckboxContainer {
    margin: 0;
    line-height: 2.4rem;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00A7E6;
    -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 #00A7E6;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    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: 17px;
}
input[type=checkbox]:checked {
	background-color: #00A7E6;
	border: 1px solid #00A7E6;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	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: 0 0 20px 0;
}
.formInput.aplCsc {
    padding: 0;
}
.formInput.formSmallInput.aplFileButton {
    margin: 0;
    padding: 0;
}
.formInput.formSmallInput.aplFileButton a {
    margin-right: 10px;
}
.text.apltext.aplStartTextFpwd {
    display: none;
}

/* File inputs */
.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: #00A7E6;
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #000;
}
.inputFile{
    cursor: pointer;
    color: #757575;
}
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: #fff;
    border: 1px solid #EBEBEB;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border-radius: 3px;
}
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;
}

/* ___________________________________________________________________________ LLB */

body.sticky .languageBlock { display: none !important; }

.languageBlock > .table > .cell { position: relative; }

.languageBlock {
    display: none;
    margin-top: 13px;
    margin-left: 15px; 
    float: right;
}
.languageBlock.visible {
    display: inline-block;
}
.clickLlb {
    display: inline-block;
    cursor: pointer;
}
.llb {
    display: none;
    overflow: hidden;
    vertical-align: middle;
    line-height: 14px;
    padding: 10px 10px 0px;
    left: 101px;
    z-index: 9999;
    position: absolute;
    left: 25px;
    top: 23px;
    background-color: #FFF;
}
.llb > a {
    display: block;
    margin-bottom: 10px;
    width: 22px;
    height: 17px;
    background-size: cover;
    background-position: center;
}
.clickLlb > div {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    margin-left: 35px;
    background-size: cover;
    background-position: center;
}
.clickLlb > div::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f078';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px;
    top: -3px;
}
.clickLlb.open > div::after {
    top: 0;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}
.lang1, .langflag_1 { background: url(../_images_global/flags/svg/netherlands.svg) no-repeat; }
.lang2, .langflag_2 { background: url(../_images_global/flags/svg/germany.svg) no-repeat; }
.lang3, .langflag_3 { background: url(../_images_global/flags/svg/uk.svg) no-repeat; }
.lang4, .langflag_4 { background: url(../_images_global/flags/svg/france.svg) no-repeat; }
.lang5, .langflag_5 { background: url(../_images_global/flags/svg/czech.svg) no-repeat; }
.lang6, .langflag_6 { background: url(../_images_global/svg/spain.svg) no-repeat; }
.lang7, .langflag_7 { background: url(../_images_global/flags/svg/poland.svg) no-repeat; }
.lang8, .langflag_8 { background: url(../_images_global/flags/svg/slovenia.svg) no-repeat; }

@media (min-width: 992px) {
    body.sticky .languageBlock { display: none !important; }
    
    .currentLang1 .langflag_1,
    .currentLang2 .langflag_2,
    .currentLang3 .langflag_3,
    .currentLang4 .langflag_4,
    .currentLang5 .langflag_5,
    .currentLang6 .langflag_6,
    .currentLang7 .langflag_7,
    .currentLang8 .langflag_8 { display: none; }
}

/* ___________________________________________________________________________ Cookiebar */

.cktext a {
    color: #fff;
    text-decoration: underline;
}
.ckOuter{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    padding: 20px;
    z-index: 902;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ckOuter.closing{
    -webkit-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
}
.ckOuter .ckwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ckOuter .ckwrap .button{
    margin: 0;
}
.ckOuter .cookieBtns{
    padding: 0 0 0 15px;
}
.cookieBtns input {
    margin: 0;
}
.ckOuter .sw {
    display: flex;
    align-items: center;
}

/* ___________________________________________________________________________ Header */

body {
    padding-top: 110px;
}
.menuWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header#header {
    width: 100%;
    padding: 10px 40px;
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
header#header > .sw {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 90px;
}
header .logo a {
    display: block;
}
header .logo img {
    max-height: 90px;
    width: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sticky header .logo img {
    max-height: 60px;
}
.sticky header#header {
    padding: 5px 40px;
    height: 70px;
}
.sticky header#header .sw {
    height: 60px;
}
.sticky .t2o {
    margin: -50px 0 0 0;
}
.sticky .hlb1 {
    margin-top: 25px;
}
.hlb1,
header .logo img,
header#header,
.t2o {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.hlb1 > li {
    display: inline-block;
}
.hlb1 > li > a {
    color: #000;
    font-size: 1.8rem;
    line-height: 5rem;
    display: block;
    padding: 0 15px;
}
.hlb1 li > a {
    color: #000;
}
.hlb1 > li:last-child > a {
    padding-right: 0;
}
.hlb1 > li > a:hover,
.hlb1 > li li > a:hover,
.hlb1 > li.mainLevactive > a,
.hlb1 > li.mainLevactive li.subLevel_1active > a {
    color: #00A7E6;
}

/* Hamburger */
.hamburger {
    display: none;
    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: 24px;
    padding: 0;
    text-align: right;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
.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: #454545;
}
.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: #454545;
}
.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);
}

/* ___________________________________________________________________________ Home bisjab */

.bisjabHome h1 {
    text-align: center;
}
.bisjabHome {
    padding-bottom: 80px;
}
.bisjab .intro {
    margin-bottom: 30px;
}

/* ___________________________________________________________________________ Login hook */

.loginOuter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
}
.loginOpen .loginOuter {
    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: 400px;
    max-height: 100%;
    z-index: 2;
    width: 100%;
}
.loginHook .intro p {
    color: red;
    margin: 20px 0 10px;
}
.loginHookInner {
    max-width: 100%;
    padding: 30px;
    display: inline-block;
    float: left;
    position: relative;
}
.loginHook .hookInput {
    margin-bottom: 10px;
}
.hookText.webUserHookText.ocdHookText.logged {
    margin-bottom: 20px;
}
.loginHook .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #080026;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.loginHook .close:hover {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    opacity: 1!important;
}
.loginHook .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);
}
.loginHook .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);
}
.loginButtonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loginHook .bottomBlock {
    margin: 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.loginHook .bottomBlock a:hover {
    color: #00A7E6;
}
.ocdFrgtPswrd a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #000000;
    text-align: left;
}
.ocdRegister a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #000000;
    text-align: right;
}

/* ___________________________________________________________________________ Jobshortlist */

section#jobShortlist {
    background: url(../_images/jobshortlist.jpg) no-repeat;
    background-size: cover;
}
.jslOuter .col-md-6 {
    margin-bottom: 20px;
}
.jslLocation:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    color: #00A7E6;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-right: 5px;
}
.jslItemContainer {
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    height: 100%;
    cursor: pointer;
}
.jslFunctionName a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #080026;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.jslItemContainer:hover .jslFunctionName a {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.jslTitle h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
}
ul.hlb2 {
    text-align: center;
    margin-top: 30px;
}

/* ___________________________________________________________________________ Consultanthook */

.consDetOuter #chlDetailTopLeft {
    width: 275px;
    float: left;
}
.consDetOuter #chlDetailTopRight {
    width: calc(100% - 300px);
    float: right;
}
.consDetOuter #chlDetailTopLeft img { width: 100%; height: auto; }
.consDetOuter .consDetTitle { margin-bottom: 10px; }
.consDetOuter .faceTextWord { display: inline-block; margin-right: 25px; }
.consDetOuter .consDetTextCv { margin-top: 20px; }

.consDetOuter .consDetShCv,
.consDetOuter .consDetName { display: none; }

section#consultantHook h2 {
    text-align: center;
    margin-bottom: 35px;
}
.chlItemContainer img {
    width: 100%;
    border-radius: 5px;
}
.chlItemContainer {
    padding: 0 5px;
}
.chlDetails {
    padding: 20px 30px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.chlItemContainer:hover .chlDetails {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
}
.chlItemContainer .readMore {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 20px;
    color: #080026;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    position: absolute;
}
.chlItemContainer:hover .readMore {
    height: 30px;
}
.chlItemTitle a {
    color: #080026;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.chlDetails a {
    color: #000;
}
.chlPhone:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.chlEmail:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
ul.hlb3 {
    text-align: center;
    margin-top: 30px;
}

/* ___________________________________________________________________________ Footer */

footer {
    background: #f8f8f8;
    padding: 80px 0;
}
footer h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
}
/* Hlb4 */
ul.hlb4 li {
    line-height: 2.8rem;
}
ul.hlb4 li a {
    color: #000;
    padding-left: 20px;
    position: relative;
    display: block;
}
ul.hlb4 li a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.hlb4 li a:hover:before  {
    left: 3px;
}
.bottomFooter {
    background: #080026;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.8rem;
}
.bottomFooter a {
    color: #fff;
}
.bottomFooter a:hover {
    text-decoration: underline;
}
.bottomFooter .hlb5 {
    display: inline-block;
}
.bottomFooter .hlb5 span:before {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}
.bottomFooter .copyright {
    display: inline-block;
}

/* ___________________________________________________________________________ Teaser 1 */

.t1o .teaserItemContainer {
    position: relative;
}
.t1o .desktopFoto img {
    width: 100%;
}
.t1o .textContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.t1o .textHolder {
    max-width: 560px;
}
.t1o .sw {
    width: 100%;
}
.t1o .teaserSubHeader {
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.t1o .teaserText,
.t1o .teaserText p {
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.t1o .teaserText:last-child,
.t1o .teaserText p:last-child {
    margin: 0;
}
.t1o .slick-slide {
    line-height: 0;
}
.t1o ul.slick-dots {
    position: absolute;
    right: 0px;
    bottom: 15px;
}
.t1o .teaserIntro {
    display: none;
    position: relative;
}
.t1o .introTekst {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.t1o .introTekst,
.t1o .introTekst p {
    color: #fff;
}
.t1o .introTekst:last-child,
.t1o .introTekst p:last-child {
    margin: 0;
}
.t1o .introFoto img {
    width: 100%!important;
}

@media (max-width: 991px) {
    .t1o .teaserSubHeader {
        font-size: 3rem;
        line-height: 4rem;
    }
}
@media (max-width: 768px) {
    .t1o .slickSlider {
        display: none;
    }
    .t1o .teaserIntro {
        display: block;
    }
    .t1o .teaserText, .t1o .teaserText p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

/* ___________________________________________________________________________ Teaser 2 */

.t2o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 10px 0;
}
/* Login */
.t2o .login {
    padding: 0 30px;
    cursor: pointer;
}
.mainMenuContainer .login {
    cursor: pointer;
}
.t2o .login span:before,
.mainMenuContainer .login span:before {
    content: '\f30d';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.mainMenuContainer .login span {
    color: #000;
    font-size: 1.8rem;
    line-height: 3.2rem;
    display: block;
}
/* Intro */
.t2o .teaserIntro li {
    display: inline-block;
    margin-left: 30px;
}
.t2o .teaserIntro li:first-child {
    margin-left: 0;
}
.t2o .teaserIntro li a {
    color: #000;
}
.mainMenuContainer .teaserIntro li a {
    color: #000;
    font-size: 1.8rem;
    line-height: 3.2rem;
    display: block;
}
.t2o .teaserIntro li a:before,
.mainMenuContainer .teaserIntro li a:before {
    content: '';
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.t2o .teaserIntro li a[href*=tel]:before,
.mainMenuContainer .teaserIntro li a[href*=tel]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
}
.t2o .teaserIntro li a[href*=mailto]:before,
.mainMenuContainer .teaserIntro li a[href*=mailto]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
}
/* Items */
.t2o .teaserText li {
    display: inline-block;
    margin-left: 5px;
}
.t2o .teaserText li a {
    font-size: 0;
}
.t2o .teaserText li a:before {
    content: '';
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.4rem;
    background: #00A7E6;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.t2o .teaserText li a:hover:before {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.t2o .teaserText li a[href*=linkedin]:before {
    content: '\f0e1';
    font-family: "Font Awesome 5 Brands";
}
.t2o .teaserText li a[href*=facebook]:before {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
}
.t2o .teaserText li a[href*=instagram]:before {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
}
.t2o .teaserText li a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.t2o .teaserText li a[href*=twitter]:before {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
}

/* ___________________________________________________________________________ Teaser 3 */

section#teaser3 {
    background: #F5F5F5;
}
.t3o h2 {
    margin-bottom: 50px;
}
.t3o .teaserItemContainer {
    padding: 0 15px;
}
.t3o .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.t3o .slick-slide img {
    display: inline-block;
}
.t3o .slick-dots li:not(.slick-active) button:after {
    background: #000;
}

/* ___________________________________________________________________________ Teaser 4 */

@media (min-width: 768px) {
    .t4o .teaserItemContainer {
        height: calc(100% - 75px);
    }
    .t4o .teaserItemContainer .teaserFoto {
        height: 100%;
    }
    .t4o .teaserItemContainer .teaserFoto iframe {
        height: 100%!important;
    }
}
@media (max-width: 768px) {
    .t4o .col-md-6:first-child {
        margin-bottom: 30px;
    }
}

/* ___________________________________________________________________________ Teaser 5 */

.t5o .intro ul:after {
    content: '';
    display: block;
    clear: both;
    position: relative;
}
.t5o .intro ul {
    margin-top: 30px;
}
.t5o .intro ul li {
    float: left;
    margin-right: 10px;
    height: 28px;
}
.t5o .intro ul li a {
    font-size: 0;
    line-height: 0;
}
.t5o .intro ul li a:before {
    background: #00A7E6;
    width: 28px;
    height: 28px;
    display: block;
    content: '';
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.t5o .intro ul li a:hover:before {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.t5o .intro ul li a[href*=linkedin]:before {
    content: '\f0e1';
    font-family: "Font Awesome 5 Brands";
}
.t5o .intro ul li a[href*=facebook]:before {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
}
.t5o .intro ul li a[href*=instagram]:before {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
}
.t5o .intro ul li a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.t5o .intro ul li a[href*=twitter]:before {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
}

/* ___________________________________________________________________________ Teaser 6 */

.t6o a {
    color: #000;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.t6o a:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
}
.t6o a[href*=mailto]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
}
.t6o a[href*=tel]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
}
.t6o a[href*=maps]:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
}


/* ___________________________________________________________________________ Teaser 7 */

.t7o .teaserItemContainer {
    position: relative;
}
.t7o .desktopFoto img {
    width: 100%;
}
.t7o .textContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.t7o .textHolder {
    max-width: 560px;
}
.t7o .sw {
    width: 100%;
}
.t7o .teaserSubHeader {
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.t7o .teaserText,
.t7o .teaserText p {
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.t7o .teaserText:last-child,
.t7o .teaserText p:last-child {
    margin: 0;
}
.t7o .slick-slide {
    line-height: 0;
}
.t7o ul.slick-dots {
    position: absolute;
    right: 0px;
    bottom: 15px;
}
.t7o .teaserIntro {
    display: none;
    position: relative;
}
.t7o .introTekst {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.t7o .introTekst,
.t7o .introTekst p {
    color: #fff;
}
.t7o .introTekst:last-child,
.t7o .introTekst p:last-child {
    margin: 0;
}
.t7o .introFoto img {
    width: 100%!important;
}

@media (max-width: 991px) {
    .t7o .slickSlider {
        display: none;
    }
    .t7o .teaserIntro {
        display: block;
    }
}

/* ___________________________________________________________________________ Teaser 8 */

.t8o .introFoto {
    margin-bottom: 40px;
}
.t8o strong, .t8o b {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

/* ___________________________________________________________________________ Contact */

.bisjabContact .mediaContainer {
    margin-bottom: 50px;
}
.bisjabContact .t6o h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #00A7E6;
}

/* ___________________________________________________________________________ Joboverview */

.itemContainer.actIc {
    padding: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.itemContainer.actIc:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    cursor: pointer;
}
.itemContainer.actIc:hover h3.itemTitle.actItemTitle a {
    color: #00A7E6;
}
.itemContainer.actIc:nth-child(even) {
    background: #F7F7F7;
}
h3.itemTitle.actItemTitle {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin: 0;
}
h3.itemTitle.actItemTitle a {
    display: block;
    color: #080026;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.itemDescription.actItemDescr {
    margin-bottom: 20px;
}
.mCriteriaHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.itemMcriteria {
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
}
.itemMcriteria span:after {
    content: ',';
}
.itemMcriteria span:last-child:after {
    display: none;
}
.itemMcriteria:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.4rem;
    margin-right: 5px;
}
.itemMcriteria.Regio:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
}
.itemMcriteria.Gewenst:before {
    content: '\f017';
    font-family: "Font Awesome 5 Pro";
}
.itemMcriteria.Salaris:before {
    content: '\f153';
    font-family: "Font Awesome 5 Pro";
}

/* Facets */
.facetsInner {
    max-width: 315px;
}
.filterButton {
    display: none;
}
.facetListCon {
    margin-bottom: 60px;
}
.facetListCon:last-child {
    margin: 0;
}
.facetListTitle {
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #080026;
    display: block;
    margin-bottom: 30px;
}
.optionList ul li a {
    display: block;
    color: #000000;
    font-size: 1.6rem;
    line-height: 3.4rem;
    padding-left: 30px;
    position: relative;
}
.optionList ul li a:hover {
    color: #00A7E6;
}
.optionList ul li a:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    color: #83E37C;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    background: #F5F5F5;
    display: block;
    line-height: 1.8rem;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-top: 8px;
    border-radius: 2px;
}
.actLcMcrit .optionList ul li a:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    color: #FF7070;
}
.actLcMcrit .optionList ul li a:hover:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
}
.actLcMcrit .optionList ul li a:hover {
    color: #FF7070;
    text-decoration: line-through;
}
.optionList ul li a:hover:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
}
.optionList ul li a span {
    float: right;
}
.actSRCf ul li:last-child {
    margin-bottom: 40px;
}
.actLcMcrit .optionListTitle {
    display: none;
}

/* ___________________________________________________________________________ Jobsearchagent */

.hookOuter.agentsSubscribeOuter.actHOuter {
    margin-top: 60px;
}
.hookHeader.agentsSubscribeHeader.actHHeader {
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #080026;
    display: block;
    margin-bottom: 30px;
}
.hookText.agentsSubscribeText.actHText {
    margin-bottom: 20px;
}

.jbl-pop-up {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
}
.jobalertopen .jbl-pop-up {
    display: block;
}
.popUpContainer {
    max-width: 500px;
    background: #fff;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: relative;
    opacity:0;
    overflow: hidden;
}
.jobalertopen .popUpContainer {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity:1;
}
.ajaxWindow form > .text {
    display: none;
}
.errormailError {
    font-size: 1.2rem;
    color: red;
}
.intro.actIntro.vacActIntro {
    margin-bottom: 20px;
}
a.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00A7E6;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
a.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);
}
a.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);
}
a.close:hover {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    opacity: 1;
}

/* ___________________________________________________________________________ Jobdetail */

h2.subHeader.jbdSh {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #00A7E6;
    margin-bottom: 10px;
}
.text.jbdText {
    margin-bottom: 40px;
}
input.jbdButton.jbdButBack {
    background: transparent;
    color: #000;
}
input.jbdButton.jbdButBack:hover {
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
}
.sideBar input.button.jbdButton.jbdButApl {
    width: 100%;
    margin-bottom: 20px;
}
/* Jobdetailhook */
.jbdHeader {
    margin-bottom: 40px;
}
.jbdHeader .hookOuter.mDhOut {
    display: inline-block;
}
.hookItemContainer.mDhItC {
    display: inline-block;
    margin-right: 20px;
}
.hookItemWord.mDhIw ul li {
    display: inline-block;
}
.hookItemWord.mDhIw ul li:after {
    content: ',';
}
.hookItemWord.mDhIw ul li:last-child:after {
    display: none;
}
.hookItemContainer.mDhItC ul:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.4rem;
    margin-right: 5px;
}
.hookItemContainer.mDhItC.Regio ul:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
}
.hookItemContainer.mDhItC.Gewenst ul:before {
    content: '\f017';
    font-family: "Font Awesome 5 Pro";
}
.jbdTextLoc {
    display: inline-block;
    margin-right: 20px;
}
.jbdTextLoc:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.4rem;
    margin-right: 5px;
}
/* Consultanthook */
#consultantBlock {
    background: #F4f4f4;
    padding: 30px 40px;
    border-radius: 5px;
}
#consultantBlock .hookItemWord a {
    color: #000000;
}
#consultantBlock .chlPhoto1 {
    margin-bottom: 30px;
}
/* Consultant detail */
.consDetOuter h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
}
.consDetIcActJob h3 {
    margin-bottom: 5px;
}
.consDetTextCv,
.consDetTextPersonal {
    margin-bottom: 30px;
}
.consDetIcActJob a {
    font-size: 1.8rem;
    color: #00A7E6;
}
.consDetIcActJob a:hover {
    color: #00A7E6ad;
}
.photo1.facePhoto1.consDetPhoto1 {
    float: left;
    margin-right: 20px;
}
.photo1.facePhoto1.consDetPhoto1 img {
    border-radius: 5px;
}
.consDetTextPersonal .textWord a {
    color: #000;
}
.consDetName span,
.consDetPhoneCell span,
.consDetMail span {
    display: none;
}
.consDetPhoneCell,
.consDetMail {
    position: relative;
}
.consDetPhoneCell:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.consDetMail:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #00A7E6;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
/* Relatedjobshook */
#relatedJobsHook {
    margin-top: 40px;
}
#relatedJobsHook .hookHeader {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
}
#relatedJobsHook .rJhVOut {
    margin-bottom: 30px;
}
#relatedJobsHook .hookItemContainer a {
    padding: 10px;
    display: block;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#relatedJobsHook .hookItemContainer a:hover {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
#relatedJobsHook .hookItemContainer:nth-child(odd) {
    background: #f4f4f4;
    border-radius: 5px;
}

/* ___________________________________________________________________________ Smallwidth & apply */

.smallwidthOuter {
    max-width: 570px;
    margin: 0 auto;
}
.aplSubTitle, .aplTitle.aplAplSTitle {
    text-align: center;
}
.intro.aplLink,
.intro.aplIntro {
    margin-bottom: 50px;
}
.intro.aplLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.intro.aplIntro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro.aplLink ul li a,
.intro.aplIntro ul li a {
    margin: 0 5px 10px;
}
.intro.aplIntro p {
    margin-bottom: 20px;
}

/* ___________________________________________________________________________ Login */

.intro.aplIntro.aplStartIntro {
    display: none;
}
form#aplStartLoginF,
form#aplStartPasswF {
    margin-bottom: 30px;
}

/* ___________________________________________________________________________ Blog */

h1.title.blgTitle.blgListTitle {
    text-align: center;
}
/*RSS*/
.blog-categories {
    text-align: center;
    margin-bottom: 30px;
}
.blog-categories > a {
    display: inline-block;
    padding: 9px 30px;
    font-size: 1.8rem;
    line-height: 2rem;
    border: 1px solid #00A7E6;
    cursor: pointer;
    color: #00A7E6;
    border-radius: 5px;
    margin: 5px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-categories > a:hover {
    background: #00A7E6;
    color: #fff;
}
.blog-categories > a.active {
    background: #00A7E6;
    color: #fff;
}
/*Overivew*/
.blg-bts {
    padding: 15px;
}
.itemContainer.blgIc {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
            box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}
.itemContainer.blgIc h3 a,
h3.hookItemTitle.blogHookItemLink a {
    color:#080026;
    transition: 0.2s;
}
.itemContainer.blgIc:hover h3 a,
.blogHookItemContainer:hover h3.hookItemTitle.blogHookItemLink a {
    color:#00A7E6;
}
.blogHookItemContainer:hover {
    cursor: pointer;
}
.blgIc .item-image{
    height: 200px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.blgIc .item-content {
    padding: 30px;
}
.blgIc .category > div{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00A7E6;
    margin-right: 0;
}
.blgIc .category > div + div:before {
    content: ', ';
}
.blgIc .text.item-description {
    margin: 0 0 10px 0;
}
.blgIc .item-date,
.hookItemWord.blogHookWord {
    padding-left: 25px;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
}
.blgIc .item-date:before,
.hookItemWord.blogHookWord:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f073';
    position: absolute;
    left: 0;
    top: -1px;
    color: #00A7E6;
}
.sweep {
    animation: sweep-in;
    -webkit-animation: sweep-in 1s;
    animation:         sweep-in 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-transition-timing-function: cubic-bezier(0.21, 0.44, 0.45, 1.24);
         -o-transition-timing-function: cubic-bezier(0.21, 0.44, 0.45, 1.24);
            transition-timing-function: cubic-bezier(0.21, 0.44, 0.45, 1.24);
}
.team-detail-text-wrapper{
    opacity:0;
}

@-webkit-keyframes sweep-in{
    0%{
        -webkit-transform: translateY(0);
        opacity:0;
    }
    50%{
        -webkit-transform: translateY(30px);
        opacity:0.5;
    }
    100%{
        -webkit-transform: translateY(0);
        opacity:1;
    }
}
.fade-effect{
    animation: fadeeffect;
    -webkit-animation: fadeeffect 1s;
    animation:         fadeeffect 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
.team-detail-text-wrapper.fade-effect{
    opacity:1;
}
@-webkit-keyframes fadeeffect{
    0%{
        -webkit-transform: translateY(0);
        opacity:0;
    }
    50%{
        -webkit-transform: translateY(10px);
        opacity:0.5;
    }
    100%{
        -webkit-transform: translateY(0);
        opacity:1;
    }
}
/*Load more*/
.load-more-bar{
    margin-top:30px;
}
.loadmore.button.disabled{
    pointer-events:none;
    background:#cecece;
    color:#fff;
}
a.loadmore.button {
    color: #fff!important;
}
/*Modules - Blog detail*/
.outer.blogOuter.blogDetailOuter {
    margin-bottom: 80px;
}
.outer.blogDetailOuter:before {
    content: '';
    width: 100%;
    left: 0;
    height: 400px;
    background: #fff;
    top: 0;
    position: absolute;
    z-index: -1;
}
.blogDetailOuter .category{
    color:#00A7E6;
    font-size:1.8rem;
    line-height:3rem;
    text-align:center;
    font-weight:bold;
}
.blogDetailOuter .category > div + div:before {
    content: ', ';
}
.blogDetailOuter .category > div {
    display: inline-block;
    vertical-align: middle;
}
.blogDetailOuter h1{
    text-align:center;
    margin:0 0 30px 0;
}
.blogDetailOuter .text img{
    border-radius:15px;
    margin:0 0 50px 0;
}
.blogDetailOuter .bottom-bar{
    margin:30px 0 0 0;
}
.blogDetailOuter .bottom-bar .back-link{
    font-size:1.6rem;
    line-height:3.2rem;
    font-weight:bold;
    color:#00A7E6;
}
.addthis_inline_share_toolbox {
    display: inline-block;
    float: right;
}
.addthis_inline_share_toolbox *:focus{
    outline:none;
}
.at-resp-share-element .at-share-btn {
    margin: 0;
    padding: 0;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact > span.at-icon-wrapper {
    position: relative;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact > span.at-icon-wrapper:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f1e0';
    position: absolute;
    left: 0;
    color: #00A7E6;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact > span.at-icon-wrapper > svg {
    display: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    margin: 0;
    padding: 0;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    background-color: transparent!important;
}
form#aplStartSignTkF {
    margin-top: 50px;
}
/*Hooks - Blog shortlist*/
.blogItemWrapper {
    padding:15px;
}
.hookItemContainer.blogHookItemContainer {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
            box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    overflow:hidden;
    background-image: url(../_images/vacancies/hover.svg);
    background-repeat: no-repeat;
    background-position:200% bottom;
    background-size:51px 95px;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.hookItemContainer.blogHookItemContainer:hover{
    background-position: right bottom;
}
.blogHookItemImage {
    height: 200px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.blogHookItemContent {
    padding:30px;
}

/* ___________________________________________________________________________ Responsive */

@media (min-width: 992px) {
    .hlb1 { float: right; }
    .hlb1 > li > a span {
        float: left;
    }
    .hlb1 > li {
        position: relative;
    }
    .hlb1 > li > ul {
       position: absolute;
       top: 100%;
       background: #fff;
       padding: 15px 0;
       width: 200px;
       left: -15px;
       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:hover > ul {
       visibility: visible;
       opacity: 1;
       -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
   }
   .hlb1 > li > ul > li a {
       display: block;
       line-height: 3rem;
       padding: 5px 30px;
   }
   /* Submenu */
   .hlb1 > li > ul + a .subMenu {
       display: block;
   }
   .hlb1 .subMenu {
       float: right;
       width: 16px;
       line-height: 5rem;
       margin-left: 8px;
       display: none;
   }
   .hlb1 .subMenu:after {
       content: '\f078';
       font-family: "Font Awesome 5 Pro";
       color: #00A7E6;
       font-weight: bold;
       font-size: 1.6rem;
   }
}
@media (max-width: 991px) {
    /* LLB */
    .languageBlock {
        float: none;
        margin: 0;
    }
    .clickLlb { display: none; }
    .llb {
        display: block !important;
        position: static;
        padding: 0;
        background: transparent;
    }
    .llb > a {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    /* 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;
    }
    body {
        padding-top: 90px;
    }
    header#header {
        height: 90px;
        padding: 10px 15px;
    }
    header#header > .sw {
        height: 70px;
    }
    header .logo img {
        max-height: 70px;
    }
    .sticky header#header {
        height: 70px;
        padding: 5px 15px;
    }
    .sticky nav.mainMenuContainer {
        top: 70px;
    }
    .menuHolder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bisjab.bisjabContent .col-md-8 {
        margin-bottom: 30px;
    }
    .t2o,
    .sticky .t2o  {
        margin: 0 20px 0 0;
    }
    .hamburger {
        display: block;
    }
    ul.hlb1 {
        margin-bottom: 30px;
    }
    .sticky .hlb1 {
        margin-top: 0;
    }
    nav.mainMenuContainer {
        width: 300px;
        height: auto;
        position: fixed;
        background: #fff;
        right: 0;
        top: 90px;
        padding: 30px;
        overflow-y: auto;
        z-index: 40;
        display: block;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
   }
   .menuOpen nav.mainMenuContainer {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: -12px 12px 15px rgba(0, 0, 0, 0.05);
        box-shadow: -12px 12px 15px rgba(0, 0, 0, 0.05);
    }
   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: #00A7E6;
   }
   ul.hlb1 > li > a {
       color: #000;
       font-size: 1.8rem;
       line-height: 3.2rem;
       display: block;
       -webkit-box-ordinal-group: 0;
           -ms-flex-order: -1;
               order: -1;
       width: 100%;
       padding: 3px 0;
       position: relative;
   }
   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: #000;
       font-size: 1.6rem;
       line-height: 3.2rem;
       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: '\f078';
       font-family: "Font Awesome 5 Pro";
       color: #00A7E6;
       font-weight: bold;
       font-size: 2rem;
   }

   /* Footer */
   footer .leftFooter {
       margin-bottom: 60px;
   }
}

@media (max-width: 768px) {
    main {
        padding: 60px 0;
    }
    body.content main {
        padding: 60px 0 0;
    }
    footer {
        padding: 60px 0;
    }
    /* Spacings */
    .py-120 {
        padding: 80px 0;
    }
    .py-100 {
        padding: 60px 0;
    }
    .py-80 {
        padding: 40px 0;
    }
    .py-60 {
        padding: 20px 0;
    }
    .bisjabHome {
        padding-bottom: 40px;
    }
    .jslTitle h2 {
        margin-bottom: 30px;
    }
    .t4o.py-80 {
        padding-bottom: 0;
    }
    /* Footer */
    footer .leftFooter,
    footer .centerFooter {
        margin-bottom: 40px;
    }
    /* Consultantdetail */
    .photo1.facePhoto1.consDetPhoto1 {
        float: none;
        margin: 0 0 20px 0;
    }
    /* Jobdetail */
    .vacancyDetail .sideBar {
        margin-top: 40px;
    }
    .applyBar input {
        margin: 0!important;
    }
    .applyBar {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 10;
        padding: 10px 15px;
        -webkit-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.05);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
    }
    body.scroll-up .applyBar {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    body.scroll-down .applyBar {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@media (max-width: 767px){
    /* Facets */
    .facetsInner {
        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 {
        display: block;
        position: fixed;
        bottom: 20px;
        text-align: center;
        z-index: 30;
        left: 0;
        right: 0;
    }
    .filterButton .inner {
        background: #00A7E6;
        display: inline-block;
        padding: 0px 20px;
        color: #fff;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 3.2rem;
        border-radius: 3px;
        width: auto;
        cursor: pointer;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
                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;
    }
}


@media (max-width: 600px) {

    .consDetOuter #chlDetailTopLeft { width: 150px; }
    .consDetOuter #chlDetailTopRight { width: calc(100% - 175px); }

}


@media (max-width: 500px) {
    .loginHook { max-width: calc(100% - 30px); }
    .loginHook .bottomBlock { flex-direction: column; }
    .consDetOuter #chlDetailTopLeft { width: 100%; float: none; }
    .consDetOuter #chlDetailTopRight { width: 100%; float: none; }
}
