@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,700,900');

/*Default color: #AA8B4C*/

/*Normalize styling*/
html{
    font-size:62.5%;
}
body{
    margin:0;
    padding: 100px 0 0 0;
    font-family: 'Cairo', sans-serif;
    font-size: 1.6rem;
    color: #000;
}
*{
    box-sizing:border-box;
}
h1,h2,h3,h4,h5{
    margin:0;
    font-family:'Cairo', sans-serif;
}
p,ul,li{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
    color:#AA8B4C;
}
.tText a {
    text-decoration: underline;
    font-weight: bold;
}
img{
    display:block;
    max-width:100%;
    height:auto!important;
}
select{
    display:none;
}
.slick-slider *:focus{
    outline:none;
}
#main{
    opacity:0;
}
.cleaner {
    clear: both;
}
.buttonContainer {
    clear: both;
}
/*General styling*/
.sw{
    max-width:1380px;
    padding:0 15px;
    margin:0 auto;
}
.sw.cnt {
    max-width:910px;
}
.smallwidthContainer {
    background: #fff;
    border: 1px solid #EEE;
    padding: 50px;
}
h1{
    font-size:3.6rem;
    line-height:4.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
h2,
.jslTitle,
.hookHeader {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
}
.outer h2.subHeader:not(.nwSh) {
    color: #AA8B4C;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
}
.content h2.bItemKop {
    font-size: 2rem;
    line-height: 3rem;
}
h3{
    font-size:2.8rem;
    line-height:3.2rem;
    font-weight:bold;
    color:#000;
}
h4{
    font-size: 2rem;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.table{
    height:100%;
    width:100%;
    display:table;
}
.cell{
    display:table-cell;
    height:100%;
    width:100%;
    vertical-align:middle;
}
button,.button,input[type=submit],input[type=button],a>s,s>a,strike>a,a>strike{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Cairo', sans-serif;
    display: inline-block;
    background: #AA8B4C;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    background-color: #AA8B4C;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-decoration: none!important;
    transition: 0.2s;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hookButton.actHButton .button, .hookButton.actHButton input[type=submit] {
    margin: 0;
}
button:hover,.button:hover,input[type=submit]:hover,input[type=button]:hover,a>s:hover,s>a:hover,strike>a:hover,a>strike:hover{
    background-color:#AA8B4Ce6;
}
input:focus,textarea:focus{
    outline:none;
}
.formInput {
    margin-bottom: 10px;
    clear: right;
}
label {
    margin: 10px 0 0 0;
    line-height: 2.4rem;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type=text], input[type=password], textarea, .formInputTaC {
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    border: 1px solid #EEE;
    padding: 10px 20px;
}
.formInput.formSmallInput.apllDate > div {
    width: 100%;
}
textarea, .formInputTaC {
    line-height: 3rem;
}
textarea{
    min-height:120px;
}
input[type=text]::placeholder,input[type=password]::placeholder,textarea::placeholder{
    color: #000;
}
.formInput:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* Explains & Errors */
form .form .explain, form .form .error[class*="error_Q"] {
    background: #fff;
    padding: 2px 15px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    position: relative;
    float: right;
    max-width: calc(100% - 170px);
}
form .form .explain {
    max-width: 100%;
    float: none;
    text-align: left;
}
form .form .error[class*="error_Q"] {
    color: red;
}
form .error:not([class*="error_Q"]) {
    margin: 30px 0;
    padding: 5px 20px;
    border: 1px solid #eee;
    clear: both;
    font-weight: bold;
    background: #ff000017;
    border-color: red;
    color: red;
}
form .form .error[class*="error_Q"]:before,
form .error:not([class*="error_Q"]):before {
    content: '\f12a';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
    color: red;
}
form .error:not([class*="error_Q"]):before {
    font-size: 1.5rem;
}
form .form .explain:before {
    content: '\f059';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
}
form .form .explain:after, form .form .error[class*="error_Q"]:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(10px + (1px * 2));
    background: #eee;
    top: calc(0px - (10px + (1px * 2)));
    right: calc(10px * 2);
}
.error[data-error=" "],
.error:empty {
    display: none;
}

/* 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: #AA8B4C;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #AA8B4C;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #eee;
    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: 1px;
    left: 3px;
    color: #fff;
    line-height: 16px;
}
input[type=checkbox]:checked {
	background-color: #AA8B4C;
	border: 1px solid #AA8B4C;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #eee;
	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;
}



/*File inputs*/
.outer input[type=file] {
    margin-left: 170px;
}
.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: #AA8B4C;
    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;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    max-width: calc(100% - 170px)!important;
    width: 100%;
    padding: 8px 20px;
    margin-left: 170px;
}
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;
}
span.selectTitle {
    line-height: 34px;
    font-size: 1.6rem;
}
.filled span.selectTitle {
    line-height: 34px;
    padding: 5px;
    background-image: none;
    background-color: transparent;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    margin: 4px 3px 4px 3px;
}
.inputBox .selectedItems > div{
	font-size: 1.6rem;
    margin: 4px 3px 4px 3px;
}
.optionHolder > .option {
    font-size: 1.4rem;
    line-height: 2rem;
}
.otysSelectInner {
    box-shadow: inset 0 0 0 1px #eee;
    font-family: Arial, sans-serif;
}
span.selectTitle {
    line-height: 22px;
}
.otysSelectInner .inputBox {
    min-height: 20px;
    padding: 14px 20px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.otysSelect .navArrow{
    width: 12px;
    right: 10px;
    top: 20px;
    height: 12px;
}
.optionHolder {
    border: 1px solid #f0f0f0;
    border-top: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.optionHolder>.option {
    padding: 5px 20px;
    font-size: 1.5rem;
}
.inputBox .selectedItems>div {
    line-height: 22px;
    margin: 0 4px 0 0;
    background-color: #AA8B4C;
}
.optionHolder>.option.selected {
    background-color: #AA8B4C!important;
}
.optionHolder>.option:hover {
    background-color: #AA8B4C20;
}
.otysSelectInner.filled .inputBox{
    width:100%;
}
.otysSelect.single div.selectedItem {
    padding: 0;
}
.otysSelect{
    color: #000;
    text-align: left;
    font-weight: normal;
}
.optionHolder::-webkit-scrollbar-track{
    background-color: #F5F5F5;
}
.optionHolder::-webkit-scrollbar{
    width: 4px;
    background-color:#000;
}
.otysSelectInner.count.filled>span.counter {
    background-color: #AA8B4C;
}
.optionHolder::-webkit-scrollbar-thumb{
    background-color:#AA8B4C;
}
.formInput.formSmallInput.apllDate>div>div.otysSelect {
    max-width: 100%;
}
.text,.text p{
    font-family: 'Cairo', sans-serif;
    font-size:1.6rem;
    line-height:2.8rem;
}
.text a:not(.button){
    text-decoration: underline;
}
.text ul li a:not(.button) {
    text-decoration: none;
}
.text a:hover{
    text-decoration:none;
}
.text h2{
    font-size:2.2rem;
    line-height:3.4rem;
    font-weight:700;
}
.text ul{
    margin:15px 0;
    padding-left:25px;
}
.text ul li{
    list-style:disc;
}
.text ol li {
    list-style: decimal;
}
.text p{
    margin:0 0 15px 0;
}
.text p:last-child{
    margin:0;
}
.ckOuter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 5px solid #AA8B4C;
    padding: 15px 0;
    line-height: 4.6rem;
    z-index: 9999;
}
.ckOuter.accepted {
    display: none;
}
.cookieBtns {
    display: inline-block;
    float: right;
}
.ckOuter.close {
    display: none;
}
/* solliciteer met cv */
.formInput.aplCsc.aplStkCsc label {
    font-size: 0;
}
.intro.aplIntro.aplCvTkIntro {
    margin-bottom: 30px;
}

/*____________________________________________________________________________ HEADER */

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    z-index: 300;
    transition: 0.2s;
    box-shadow: inset 0px -1px 0 #eee;
}
header#header .menuContainer {
    display: flex;
    flex-direction: column;
}
header#header #logo {
    position: absolute;
    left: 15px;
    top: 10px;
    transition: 0.2s;
}
header#header #logo a {
    display: block;
}
header#header #logo img,
header#header #logo svg {
    max-height: 86px;
    transition: 0.2s;
}
body.companies #hlb1 {
    display: none;
}
body.companies ul#hlb3 > li:first-child {
    font-weight: bold;
}
body.candidate #hlb2 {
    display: none;
}
body.candidate ul#hlb3 > li:last-child {
    font-weight: bold;
}
#menu {
    z-index: 999;
}
.menuContainer .favorites {
    display: inline-block;
}
.menuContainer .favorites a:before {
    content: '\f005';
    line-height: 2.5rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1px;
}
.menuContainer .favorites:hover a:before {
    background: #AA8B4C;
}

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

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


/*____________________________________________________________________________ SLICK */

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 0;
	outline: none;
    cursor: pointer;
    padding: 10px;
}
.slick-dots li button:after {
	height: 13px;
	width: 13px;
	background:#d0d0d0;
	content: "";
	display: block;
	border-radius: 100px;
}
.slick-dots li.slick-active button:after {
	background: #AA8B4C;
}

/*____________________________________________________________________________ BISJAB */

#HP .bisjab {
    padding: 80px 0;
}
#HP .bisjab h1 {
    text-align: center;
    margin-bottom: 30px;
}

/*____________________________________________________________________________ TEASER1 */

body.candidate .t6o {
    display: none;
}
body.companies .t1o {
    display: none;
}
#HP .t1o .tDesktopFoto {
    position: relative;
    height: 605px;
}
body:not(#HP) .t1o .tDesktopFoto {
    position: relative;
    height: 380px;
}
.t1o .tTextInner {
    margin-bottom: 90px;
}
.t1o .tFoto {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.t1o .tText {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.t1o .tSubHeader {
    font-size: 4.8rem;
    line-height: 5.2rem;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
}
.t1o .tBody,
.t1o .tBody p {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #fff;
    margin: 0;
    font-weight: 300;
}
.t1o .tExtraBlock {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    padding: 30px 15px;
    background: #0000004d;
    text-align: center;
}
.t1o .tExtraBlock p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
}

/*____________________________________________________________________________ TEASER2 */

.t2o {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
    line-height: 3rem;
}
.t2o ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.t2o ul:after {
    content: '';
    clear: both;
    display: block;
    position: relative;
}
.t2o ul li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px;
    width: 25px;
    font-size: 0;
    float: left;
    margin-right: 5px;
}
.t2o ul li:last-child {
    margin: 0;
}
.t2o ul li a:before {
    display: inline-block;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
}
.t2o ul li a:hover:before {
    background: #AA8B4C;
}
.t2o ul li a[href*="facebook"]:before {
    content: '\f39e';
}
.t2o ul li a[href*="twitter"]:before {
    content: "\f099";
}
.t2o ul li a[href*="linkedin"]:before {
    content: "\f0e1";
}
.t2o ul li a[href*="instagram"]:before {
    content: "\f16d";
}
.t2o ul li a[href*="whatsapp"]:before {
    content: "\f232";
}
.t2o ul li a[href*="mailto:"]:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
}
.t2o ul li a[href*="tel:"]:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
	transform: rotate(90deg);
}

/*____________________________________________________________________________ TEASER3 */

.t3o {
    padding: 100px 0 90px;
}
.t3o .tSubHeader {
    color: #AA8B4C;
    text-transform: initial;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.t3o .tText, .t3o .tText p {
    color: #000;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-transform: initial;
    margin: 0 0 10px 0;
}
.t3o .tText a {
    font-size: 1.6rem;
    color: #000;
    line-height: 2.4rem;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}
.t3o .tText a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    top: 5px;
    font-size: 1.4rem;
    right: -20px;
    color: #AA8B4C;
    transition: 0.2s;
}
.t3o .tItemCon:hover {
    cursor: pointer;
}
.t3o .tItemCon .tFoto {
    overflow: hidden;
}
.t3o .tItemCon img {
    transition: 0.2s;
}
.t3o .tItemCon:hover img {
    transform: scale(1.1);
}
.t3o .tItemCon:hover .tText a:after {
    right: -25px;
}
.t3o .tItemCon:hover .tText a {
    color: #AA8B4C;
}
.t3o .tFoto {
    line-height: 0;
    margin-bottom: 20px;
}
.t3o .tFoto img {
    width: 100%;
}

/*____________________________________________________________________________ TEASER4 */

#teaser4 {
    background: #F9F9F9;
}
.t4o {
    padding: 80px 0;
}
.t4o h2 {
    text-align: center;
    margin-bottom: 50px;
}
.t4o .tFoto {
    padding: 0 30px;
}
.t4o .tFoto img {
    width: 100%;
}
/* Networkhook */
.hookItemLogo.hookNetworkLogo {
    padding: 0 30px;
}
.hookItemLogo.hookNetworkLogo img {
    width: 100%;
}
.t4o .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.t4o .slick-slide img {
    display: inline-block;
}

/*____________________________________________________________________________ TEASER5 */

.t5o ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.t5o ul:after {
    content: '';
    clear: both;
    display: block;
    position: relative;
}
.t5o ul li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    font-size: 0;
    float: left;
    margin-right: 5px;
}
.t5o ul li:last-child {
    margin: 0;
}
.t5o ul li a:before {
    display: inline-block;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
}
.t5o ul li a:hover:before {
    background: #AA8B4C;
}
.t5o ul li a[href*="facebook"]:before {
    content: '\f39e';
}
.t5o ul li a[href*="twitter"]:before {
    content: "\f099";
}
.t5o ul li a[href*="linkedin"]:before {
    content: "\f0e1";
}
.t5o ul li a[href*="instagram"]:before {
    content: "\f16d";
}
.t5o ul li a[href*="whatsapp"]:before {
    content: "\f232";
}
.t5o ul li a[href*="mailto:"]:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
}
.t5o ul li a[href*="tel:"]:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
	transform: rotate(90deg);
}
footer .t5o .tTitle {
    display: block;
}


/*____________________________________________________________________________ TEASER6 */

#HP .t6o .tDesktopFoto {
    position: relative;
    height: 605px;
}
body:not(#HP) .t6o .tDesktopFoto {
    position: relative;
    height: 380px;
}
.t6o .tTextInner {
    margin-bottom: 90px;
}
.t6o .tFoto {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.t6o .tText {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.t6o .tSubHeader {
    font-size: 4.8rem;
    line-height: 5.2rem;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
}
.t6o .tBody,
.t6o .tBody p {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #fff;
    margin: 0;
    font-weight: 300;
}
.t6o .tExtraBlock {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 30px 15px;
    background: #0000004d;
    text-align: center;
}
.t6o .tExtraBlock p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
}

/*____________________________________________________________________________ SEARCHHOOK */

.actJshOuter {
    margin-top: 35px;
    position: relative;
}
.actJshOuter:after {
    content: '';
    clear: both;
    display: block;
}
.actJshOuter h3,
.hookInput.actHInput.actHSCountry {
    display: none;
}
.actJshOuter .actHInput {
    margin: 0 0 15px 0;
}
.actJshOuter input[type=text],
.actJshOuter .otysSelect {
    max-width: 100%;
    float: none;
}
.actJshOuter input[type=text] {
    padding: 13px 20px;
}
.hookBottomLink.actHBl {
    position: absolute;
    font-size: 1.6rem;
    line-height: 2.4rem;
    bottom: -40px;
}
.hookBottomLink.actHBl a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

/*____________________________________________________________________________ JOBSHORTLIST */

#jsl {
    background: #F9F9F9;
}
.jslOuter:after {
    content: "";
    display: block;
    clear: both;
}
.jslTitle {
    padding: 80px 0 30px 0;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.jslTitle h2 {
    margin: 0;
}
.jslItems {
    padding: 0 15px;
}
.jslItemContainer {
    width: calc(50% - 30px);
    float: left;
    background: #FFF;
    padding: 30px;
    border: 1px solid #EEEEEE;
    margin: 0 15px 30px 15px;
}
.jslThumb {
    float: left;
    width: 125px;
    padding: 0 30px 0 0;
    margin-top: 5px;
}
.jslThumb img {
    max-width: 100%;
}
.jslItemText {
    float: left;
    width: calc(100% - 125px);
    margin: 0 0 20px 0;
}
.jslFunctionName a {
    font-size: 2.4rem;
    color: #000;
    font-weight: 400;
    line-height: 3rem;
}
.jslFunctionName a:hover {
    color: #AA8B4C;
}
.jslEmployee {
    color: #000;
}
.jslLocation {
    border-top:1px solid rgba(122,146,160,0.25);
    font-size: 1.6rem;
    padding: 18px 0 0 0;
}
.jslLocation:before {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1;
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
}
.jslLocation span {
    display: none;
}
.jsl-button {
    float: right;
    color: #113144;
}
.jsl-button:after {
    margin: -2px 0 0 15px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    content: '\f138';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #AA8B4C;
    font-size: 2rem;
    vertical-align: middle;
}
.jsl-button:hover:after {
    margin: -2px 5px 0 10px;
}
.jslItemContainer:hover {
    border: 1px solid #EEE;
}
/*HLB6*/
.hlb6 {
	text-align: center;
	padding: 20px 0 80px;
}

/*____________________________________________________________________________ CATEGORY */

body.companies .category.candidateCategory {
    display: none;
}
body.candidate .category.companiesCategory {
    display: none;
}
.category {
    padding: 80px 0;
    background: url(../_images/category.jpg) no-repeat;
    background-size: cover;
}
.category .hookHeader {
    color: #fff;
    margin: 0 0 30px 0;
}
/* Facethook */
.actFoJobsHook li,
.actFoCandHook li {
    width: 50%;
    float: left;
}
.actFoJobsHook li a,
.actFoCandHook li a {
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    display: block;
    margin: 10px 0;
    padding: 0 30px 0 20px;
    position: relative;
}
.actFoJobsHook li a:before,
.actFoCandHook li a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    color: #AA8B4C;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    transition: 0.2s;
}
.actFoJobsHook li a:hover:before,
.actFoCandHook li a:hover:before {
    left: 3px;
}
.actFoJobsHook span.facetHookComma,
.actFoCandHook span.facetHookComma {
    display: none;
}
.actFoJobsHook span.facetHookFreq,
.actFoCandHook span.facetHookFreq {
    float: right;
    font-size: 1.6rem;
}

/* Vac category hook */
/* Hide when 0 jobs in a category */
.hookItemTitle.jobCatHookItemTitle.number0 {
    display: none;
}
.jobCatHookItemContainer:after {
    clear: both;
    content: '';
    display: block;
    position: relative;
}
.jobCatHookHolder .jobCatHookItemTitle {
    float: left;
    width: calc(100% / 3);
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
}
.jobCatHookHolder .jobCatHookItemTitle span {
    border-radius: 100px;
    background: #fff;
    position: absolute;
    right: 40px;
    top: -16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    height: 30px;
    min-width: 30px;
}
.jobCatHookHolder .jobCatHookItemTitle a {
    background: #AA8B4C;
    color: #FFF;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}
.jobCatHookHolder .jobCatHookItemTitle a:hover {
    background-color: #AA8B4Ce6;
}

/*____________________________________________________________________________ ACTONOMY OVERVIEW */

body:not(#HP) main#main {
    padding: 60px 0;
    background: #F9F9F9;
}
.intro.custRewriteIntro {
    margin-bottom: 30px;
}
.text.custRewriteFooter {
    margin-top: 30px;
}
.actCvsTools {
    display: none;
}
.itemWord.actIw.actIwCompany span {
    font-weight: bold;
    width: 100px;
    display: inline-block;
}
/* Favorites */
.favorites_cookies.favorites_cookies_detail {
    position: absolute;
    right: 50px;
    top: 50px;
    float: none;
}
.favorites_cookies {
    float: right;
    margin-top: 2px;
}
.toggleFavorite input {
    font-size: 0;
    background: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
}
.toggleFavorite input:hover {
    background-color: transparent;
}
.toggleFavorite {
    position: relative;
    line-height: 0;
}
.toggleFavorite:hover {
    font-weight: bold;
}
.toggleFavorite:after {
    content: '\f005';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #AA8B4C;
}
.hide-by-default.toggleFavorite:after {
    font-weight: bold;
}
.hide-by-default.toggleFavorite:hover:after {
    font-weight: normal;
}

/* Favorites page */
.favouriteJobList h1 {
    text-align: center;
    margin-bottom: 30px;
    flex: 1 0 100%;
}
.favouriteJobList {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.favouriteJobListItem {
    background: #fff;
    padding: 30px;
    margin: 0 10px 20px;
    position: relative;
    flex: 1 0 calc(33.3% - 60px);
    border: 1px solid #EEE;
    display: flex;
    flex-direction: column;
}
.favouriteJobListItem a {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}

/* Pagenav */
.pageNav.actPageNav a {
    color: #000;
}
.pageNav.actPageNav a.pnLast.actLast,
.pageNav.actPageNav a.pnFirst.actFirst {
    display: none;
}
.pageNav.actPageNav a.pnActive.actActive {
    font-weight: bold;
}
.pageNav.actPageNav a {
    margin-right: 30px;
}
.pageNav.actPageNav a.actNext a {
    margin-right: 0;
}
/* End pagenav */
.premiumText {
    float: right;
    font-size: 1.6rem;
    font-weight: 900;
    color: #AA8B4C;
    position: absolute;
    right: 30px;
    top: 30px;
}
h3.itemTitle.actItemTitle a {
    color: #000;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 10px;
    display: block;
}
h3.itemTitle.actItemTitle a:hover {
    color: #AA8B4C;
}
.actCustOuter .actIcPremium h3.itemTitle.actItemTitle {
    margin-right: 100px;
}
.actSResultsCont .actMlJc,
.menuContainer.actMc.actBottomMenu {
    display: none;
}
.itemContainer.actIc {
    background: #fff;
    padding: 30px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    position: relative;
}
.itemContainer.actIc.actIcPremium,
.itemContainer.actIc.actIcPremium .actCustFooter {
    border-color: #AA8B4C;
}
.itemFooterWord.actIFw.actIFwPd {
    float: left;
}
.premiumJobText {
    float: right;
    margin-right: 15px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #AA8B4C;
}
.actLeftCol {
    width: 120px;
    float: left;
}
.actRightCol {
    width: calc(100% - 120px);
    float: left;
    padding-left: 30px;
}
h3.h2.itemTitle.actItemTitle a {
    color: #000000;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    display: block;
    margin-bottom: 5px;
}
h3.h2.itemTitle.actItemTitle a:hover {
    color: #AA8B4C;
}
.itemImage.actItemImage img {
    width: 100%;
}
.itemImage.actItemImage {
    padding-top: 10px;
}
.actRightCol .itemFooterWord.actIFw {
    font-size: 1.4rem;
    line-height: 3rem;
}
.actCustFooter {
    border-top: 1px solid #EEE;
    padding-top: 25px;
    margin-top: 25px;
}
.actCustFooter .itemFooterWord {
    float: left;
    margin-right: 20px;
}
.actLocation:before {
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.actIcPremium .actLocation:before {
    color: #AA8B4C;
}
a.actReadMore {
    float: right;
    color: #000;
    position: relative;
    padding-right: 30px;
}
a.actReadMore:after {
    content: '\f138';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #AA8B4C;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: 0;
}

/* Facets */
.actSRCf,
.actSROf .optionListContainer {
    border: 1px solid #EEEEEE;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.actSRFacetCont .optionListTitle,
.actSRFacetCont .optionListTitle a {
    font-weight: bold;
    color: #000;
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    position: relative;
}
.actSRFacetCont .optionListTitle a:after {
    content: '\f138';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #AA8B4C;
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.2s;
    transform: rotateZ(90deg);
}
.actSRFacetCont .optionListTitle.divUitgeklapt a:after {
    transform: rotateZ(0);
}
.actSRFacetCont .optionList ul li:first-child {
    margin-top: 10px;
}
.actSRFacetCont .optionList ul li a {
    color: #000;
    font-size: 1.7rem;
    line-height: 3rem;
}
.actSRFacetCont .optionList ul li a span {
    float: right;
}
.actSRCf .optionList ul li a {
    position: relative;
    padding-left: 30px;
}
.actSRCf .optionList ul li a:before {
    content: '\f057';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 2rem;
    margin-right: 10px;
    position: absolute;
    left: 0;
    transition: 0.2s;
}
.actSRCf .optionList ul li a:hover:before {
    transform: rotateZ(90deg);
}

/* Jobagent */
.agentsSubscribeOuter .hookHeader,
.agentsSubscribeOuter .hookText {
    display: none;
}
.agentsSubscribeOuter .button {
    width: 100%;
    text-align: center;
}
.newAgentFormFrag .text {
    display: none;
}
.fancybox-skin {
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 30px!important;
    color: #000!important;
}
.ajaxWindow.newAgentFormFrag .otysSelect {
    max-width: 100%;
}
.ajaxWindow.newAgentFormFrag h2.title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 20px;
}
.actEquerySmsInput {
    display: none;
}
.intro.actIntro.vacActIntro {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.ajaxWindow.newAgentFormFrag .formInput label {
    margin: 0 0 10px;
}
.buttonContainer.actEqueryBc {
    margin-left: 0;
}
a.fancybox-item.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #AA8B4C;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
a.fancybox-item.fancybox-close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
a.fancybox-item.fancybox-close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}
a.fancybox-item.fancybox-close:hover {
    transform: rotateZ(90deg);
    opacity: 1;
}
/* End Jobalert */


/* Jobdetail */
.outer.jbdOuter {
    padding: 50px;
    background: #fff;
    border: 1px solid #EEE;
    position: relative;
}
input.button.jbdButton.jbdButBack {
    background: transparent;
    color: #000;
}
h2.subHeader.jbdSh {
    font-size: 2rem;
    line-height: 3rem;
}
.text.jbdText {
    margin-bottom: 30px;
}
.sideBar input.button.jbdButton.jbdButApl {
    width: 100%;
}
/* Jobdetail customers hook */
.networkHook {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #EEE;
}
.networkRewrite {
    display: none;
}
.hookItemTitle.rChVIt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.nwHookLogo img {
    width: 100%;
    margin-bottom: 20px;
}
.hookText.nwHookLink a {
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
/* Jobdetail related jobs hook */
.hookHeader.rJhVT {
    margin: 60px 0 30px;
    text-align: center;
}
/* Jobdetail jobdetail hook */
.hookSubHeader.mDhSh,
.hookItemTitle.mDhItT {
    display: none;
}
.mDhOut {
    margin: 0 0 10px 0;
    max-width: calc(100% - 40px);
}
.mDhItC {}
.mDhItC ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mDhItC li,
.text.jbdText.jbdTextLoc {
    margin: 0 0 10px 0;
    color: #000;
    float: left;
    margin-right: 30px;
    position: relative;
    line-height: 3rem;
    padding-left: 30px;
}
.mDhItC li:before,
.text.jbdText.jbdTextLoc:before {
    content: '\f058';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 2rem;
    position: absolute;
    left: 0;
}
.text.jbdText.jbdTextLoc:before {
    content: '\f3c5';
}

/* Filter overview */
.overview-filter {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #AA8B4C;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
}
.overview-filter span {
    font-size: 1.6rem;
}
.overview-filter:before {
    content: '\f1de';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.6rem;
    margin-right: 5px;
}

/*____________________________________________________________________________ SMALLWIDTH */

.smallwidthContainer {
    background: #fff;
    border: 1px solid #EEE;
    padding: 50px;
}
.smallwidthContainer .text {
    margin-bottom: 30px;
}
.smallwidthContainer .intro ul {
    margin: 20px 0;
}
.smallwidthContainer .intro ul li a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}
.applySpan {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}

/*____________________________________________________________________________ CONTENT */

.contentContainer {
    background: #fff;
    border: 1px solid #EEE;
    padding: 50px;
}
.contentContainer h1, .contentContainer .bisjabIntro {
    margin: 0 auto;
    text-align: center;
    max-width: 880px;
}
.contentContainer h1 {
    margin-bottom: 20px;
}
.contentContainer .bisjabIntro {
    font-weight: bold;
    margin-bottom: 30px;
}
.contentContainer h2.bItemKop {
    font-size: 2rem;
    line-height: 3rem;
}
.contentContainer .text {
    margin-bottom: 30px;
}
#CT #jsl {
    display: none;
}
#CT.candidate #jsl {
    display: block;
}
#CT .jslTitle {
    padding: 0 0 30px 0;
}
#CT .jslOuter {
    padding-bottom: 60px;
}

/*____________________________________________________________________________ CUSTOMER LOGIN */

/*Login relation */
.outer.custOuter form[name=form2] {
    margin-top: 30px;
}
.outer.custOuter.custLoginOuter .buttonContainer h2.subHeader {
    display: inline-block;
    margin-left: 30px;
    color: #000;
    font-weight: normal;
    font-size: 1.6rem;
    cursor: pointer;
}
.outer.custOuter.custLoginOuter .buttonContainer h2.subHeader:hover {
    text-decoration: underline;
}
.outer.custOuter .intro {
    margin-bottom: 30px;
}

/*____________________________________________________________________________ CANDIDATE OVERVIEW */

.actIcCvs .itemRightSide {
    width: 280px;
    float: left;
}
.actIcCvs .itemLeftSide {
    width: calc(100% - 280px);
    float: left;
    padding-right: 30px;
}
.actIcCvs .itemLine.actIlCvsCity:before {
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.actIcCvs .itemLine:before {
    content: '\f058';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    width: 20px;
    display: inline-block;
}
.actIcCvs .itemFooterWord.actIlCvsUpdated:before {
    content: '\f073';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.intro.actIntro.candActIntro {
    margin-bottom: 30px;
}

/*____________________________________________________________________________ LOGIN HOOK */

.loginButtonMenu a {
    line-height: 3rem;
    font-size: 1.4rem;
    color: #000;
}
.loginButtonMenu a:hover {
    color: #AA8B4C;
}
.loginButtonMenu {
    display: inline-block;
    margin-left: 20px;
}
.loginHookOuter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.9);
}
body.loginHook .loginHookOuter {
    display: block;
}
#login {
    -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: 420px;
    max-height: 100%;
    z-index: 2;
    width: 100%;
}
#login .ocdHookHeader {
    display: block;
}
.hookOuter.webUserHookOuter.ocdHookOuter {
    margin: 0;
    padding: 30px;
}
.hookHeader.webUserHookHeader.ocdHookHeader {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 30px;
}
.hookText.webUserHookText.ocdHookText span {
    display: none;
}
.hookText.webUserHookText.ocdHookText.logged span {
    display: inline-block;
}
.hookText.webUserHookText.ocdHookText.logged {
    margin-bottom: 20px;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input {
    background: #000000;
    border: #000;
    margin-left: 10px;
}
.hookButton.webUserHookButton.ocdHookButton.wuhLoggedinOut input:hover {
    background: #AA8B4C;
    border: #AA8B4C;
}
#login .hookWord {
    font-weight: bold;
    margin-bottom: 5px;
}
#login .loginButtonContainer {
    display: flex;
    justify-content: space-between;
}
#login .hookInput.webUserHookInput.ocdHookInput {
    margin-bottom: 20px;
}
#login .intro {
    margin-bottom: 20px;
    color: red;
    font-weight: normal;
}
#login .rightBlock {
    display: flex;
    margin-top: 8px;
}
#login .rightBlock a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#login .ocdRegister a {
    color: #fff;
    font-weight: bold;
}
#login .bottomBlock {
    background: #AA8B4C;
    text-align: center;
    padding: 5px;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #AA8B4C;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.close:hover {
    transform: rotateZ(90deg);
}
.close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
.close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}

/*____________________________________________________________________________ CUSTOMER OVERVIEW */

/* Customer search hook */
.hookInput.actHInput.actHVsi,
.hookInput.actHInput.actHIMindistance,
.hookInput.actHInput.actHILocation,
.hookHeader.actHHeader {
    display: none;
}
/* Customer matchcriteria */
.cluetipMatchcriteria .crit {
    float: left;
    margin-right: 20px;
}
.cluetipMatchcriteria:after {
    clear: both;
    content: '';
    display: block;
}
.cluetipMatchcriteria .crit span {
    margin-right: 10px;
}
.cluetipMatchcriteria .crit span:after {
    content: ',';
}
.cluetipMatchcriteria .crit span:last-child:after {
    display: none;
}
.cluetipMatchcriteria .crit:before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    margin-right: 5px;
}
.cluetipMatchcriteria .crit.Regio:before {
    content: '\f3c5';
}
.actIcPremium .cluetipMatchcriteria .crit:before {
    color: #AA8B4C;
}

/*____________________________________________________________________________ CUSTOMER DETAIL */

.nwDOuter #kolomleft,
.nwDOuter #kolomright {
    background: #fff;
    border: 1px solid #EEE;
    padding: 50px;
}
.nwDOuter #kolomright {
    padding: 30px;
}
.nwTwCity:before {
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
.nwDOuter .websiteLink {
    font-weight: bold;
    margin-top: 20px;
}
.nwpName {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#nwPPlogo {
    margin-bottom: 30px;
}
.nwJobShortList {
    margin-top: 80px;
}
.nwJobShortList h2.subHeader {
    text-align: center;
}
.nwDOuter .introText {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
}
#kolomleft h2.subHeader.nwSh.nwDSh {
    font-size: 2rem;
    line-height: 3rem;
}
.text.nwText.nwDText {
    margin-bottom: 30px;
}
.nwJobShortList h2.subHeader.nwSh.nwDSh {
    margin-bottom: 40px;
}
/* Toggle */
.qp-pagenav {
    margin-bottom: 30px;
}
.togglepage.qa-page {
    display: none;
}
.togglepage.qa-page.active {
    display: block;
}
.qp-pagenav ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    flex-grow: 1;
}
.qp-pagenav ul li a {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #AA8B4C;
    border: 1px solid #AA8B4C;
}
.qp-pagenav ul li a:hover {
    background: #AA8B4C;
    color: #fff;
}
.qp-pagenav ul li.active a {
    background: #AA8B4C;
    color: #fff;
}
.qp-pagenav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.qp-pagenav ul:after {
    position: relative;
    display: block;
    clear: both;
    content: '';
}

/*____________________________________________________________________________ WEBSHOP */

.wSpOuter.wSpCatListOuter .intro {
    display: none;
}
.wSpOuter.wSpCatListOuter h1 {
    text-align: center;
    margin-bottom: 30px;
}
.wSpOuter.wSpCatListOuter .col-md-4 {
    margin-bottom: 30px;
}
.wSpOuter.wSpCatListOuter .itemContainer {
    background: #fff;
    border: 1px solid #EEE;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.wSpOuter.wSpCatListOuter .itemContainer .overlay {
    background: #AA8B4C;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
}
.wSpOuter.wSpCatListOuter .itemContainer:hover .overlay {
    opacity: 1;
}
.wSpOuter.wSpCatListOuter .overlay h3.itemTitle a {
    color: #fff;
    display: block;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: normal;
    margin-bottom: 10px;
}
.wSpOuter.wSpCatListOuter .overlay .price {
    font-size: 3.2rem;
    line-height: 5.2rem;
    font-weight: bold;
}
.wSpOuter.wSpCatListOuter .overlay a.wSpLReadmore {
    color: #fff;
    margin-top: 40px;
    display: block;
    font-size: 2rem;
    line-height: 3rem;
}
h3.itemTitle.wSpLPt a {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.wSpOuter.wSpCatListOuter .itemContainer:hover h3.itemTitle.wSpLPt a {
    color: #AA8B4C;
}
.wSpBSHfooter {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 30px;
}
.wSpBSHfooter .price {
    font-weight: bold;
    color: #000;
    font-size: 2rem;
    line-height: 3rem;
    float: left;
}
.wSpBSHfooter .wSpLReadmore {
    color: #000;
    float: right;
    position: relative;
    padding-right: 30px;
}
.wSpBSHfooter .wSpLReadmore:after {
    content: '\f138';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #AA8B4C;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: 0;
}

/* Webshop detail */
.wSpOuter.wSpCatDetailOuter h2.wSpSubT {
    display: none;
}
.wSpOuter.wSpCatDetailOuter .itemDescription {
    margin-bottom: 20px;
}
.wSpOuter.wSpCatDetailOuter .itemContainer span {
    width: 180px;
    display: inline-block;
    color: #AA8B4C;
    font-weight: bold;
}
.wSpOuter.wSpCatDetailOuter .itemContainer {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
}
.wSpOuter.wSpCatDetailOuter .itemContainer.wSpAmm label {
    display: inline-block;
    width: 180px;
    float: left;
    color: #AA8B4C;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 0 0 5px;
}
.wSpOuter.wSpCatDetailOuter input.wSpText {
    width: 50px;
    float: none;
    display: inline-block;
    line-height: 2rem;
    padding: 5px 5px;
    text-align: center;
}
.wSpOuter.wSpCatDetailOuter .itemContainer.wSpAmm:after {
    display: block;
    content: '';
    clear: both;
}
.wSpOuter.wSpCatDetailOuter .buttonContainer.wSpDBuyButton {
    margin-top: 30px;
}
/* Webshop cart */
#webShopCartViewForm {
	margin: 0 0 30px 0;
}
.intro.wSpSCartAdded {
    display: none;
}
.wSpSCartProductsTbl {
	width: 100%;
}
.wSpSCartProductsTbl thead th {
	color: #000;
	text-align: left;
}
.wSpSCartProductsTbl tbody td {
	padding: 10px 0;
}
tfoot.wSpOrderTotals.wSpSCartTotals th {
    text-align: left;
    color: #AA8B4C;
}
.wSpLItemNoImgC .wSpLItemNoImg, .wSpLItemNoImgC .wSpLItemComSoon {
    font-size: 13px;
    line-height: 13px;
}
.wSpAmm input[type="text"] {
    width: 50px;
    float: none;
    display: inline-block;
    line-height: 2rem;
    padding: 5px 5px;
    text-align: center;
    max-width: 100%!important;
}
td.wSpSCartPcol7 a:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
}
/* Login order */
.outer.wSpOuter.wSpCOlOuter h2 {
    color: #AA8B4C;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
}
.outer.wSpOuter.wSpCOlOuter .text {
    margin-bottom: 20px;
}
form.wSpCOlGuestItem {
    margin-top: 50px;
}
.buttonContainer.wSpCOlLoginButton {
    margin-top: 20px;
}
.wSpCOlOuter input.button.forgotButton {
    color: #000;
    background: transparent;
    font-weight: normal;
}
.formInput.wSpTcAgree label {
    width: 100%!important;
    float: none!important;
}
.formInput.wSpTcAgree {
    margin-bottom: 30px!important;
}

/* Bedankt voor uw bestelling */
.wSpVoProductsPos {
    margin-bottom: 30px;
}
.wSpVoProductsPos table {
    width: 100%;
    text-align: left;
}
tfoot.wSpOrderTotals.wSpVoTotals th {
    text-align: left;
    color: #AA8B4C;
}

/* Webshop shortlist */
.hlb7 {
    margin-top: 40px;
    text-align: center;
}
section#webshopShortlist {
    background: #F9F9F9;
    padding: 80px 0;
}
section#webshopShortlist h2 {
    text-align: center;
    margin-bottom: 30px;
}
.hookItemContainer.wSpHic.wSpBSHic {
    background: #fff;
    border: 1px solid #EEE;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.hookItemTitle.wSpHit.wSpBSHit a {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.hookItemTitle.wSpHit.wSpBSHit a:hover {
    color: #AA8B4C;
}
.hookItemImage.wSpHii.wSpBSHimage {
    display: none;
}
.wSpBSHic .wSpBSHfooter {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 30px;
}
.wSpBSHic .wSpBSHfooter .wSpBSHiwPriceEx {
    font-weight: bold;
    color: #000;
    font-size: 2rem;
    line-height: 3rem;
    float: left;
}
.wSpBSHic .wSpBSHfooter a {
    color: #000;
    float: right;
    position: relative;
    padding-right: 30px;
}
.wSpBSHic .wSpBSHfooter a:after {
    content: '\f138';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #AA8B4C;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: 0;
}
.hookItemContainer.wSpHic.wSpBSHic .overlay {
    background: #AA8B4C;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
}
.hookItemContainer.wSpHic.wSpBSHic:hover .overlay {
    opacity: 1;
}
.hookItemContainer.wSpHic.wSpBSHic .overlay .wSpBSHiwPriceEx {
    font-size: 3.2rem;
    line-height: 5.2rem;
    font-weight: bold;
}
.hookItemContainer.wSpHic.wSpBSHic .overlay a {
    color: #fff;
    margin-top: 40px;
    display: block;
    font-size: 2rem;
    line-height: 3rem;
}

/*____________________________________________________________________________ CANDIDATE DETAIL */

.candAdvDetailOuter .inner {
    background: #fff;
    border: 1px solid #EEE;
    padding: 50px;
}
.candAdvDetailOuter .inner.rightColumn {
    padding: 30px;
}
.candAdvDetailPersonal .itemLine {
    line-height: 2rem;
}
.candAdvDetailPersonal .itemLine label {
    display: block;
    font-weight: bold;
}
.candAdvDetailOuter h2.subheader {
    color: #AA8B4C;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
}
.candAdvDetailPersonalTable {
    margin-bottom: 30px;
}
.rightColumn .candAdvDetailPersonalTable {
    margin: 0;
}
.cadCVLeft {
    vertical-align: top;
}
table.candAdvDetailPersonalTable.cADTabTWork tr td {
    padding-bottom: 15px;
}
.rightColumn .buttonContainer input {
    width: 100%;
}
.rightColumn .buttonContainer {
    width: 100%;
    margin-top: 30px;
}
.actMlinkBack a {
    color: #000;
    font-weight: bold;
}
.candAdvContactOuter .intro {
    margin-bottom: 30px;
}
.roundedAnchor.candAdvDetailroundedAnchor {
    margin: 30px 0;
}
/* Matchcriteria */
.itemLine.actIl.actIlCvs.actIlCad.canPersCrite.cadPersLineEven,
.itemLine.actIl.actIlCvs.actIlCad.canPersFlags.cadPersLineOdd {
    display: none;
}
.critItem span {
    margin: 0 0 10px 0;
    color: #000;
    float: left;
    margin-right: 30px;
    position: relative;
    line-height: 3rem;
    padding-left: 30px;
}
.critItem span:before {
    content: '\f058';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 2rem;
    position: absolute;
    left: 0;
}
.critItem.Regio span:before {
    content: '\f3c5';
}
.candAdvDetailPersonalPhoto img {
    max-width: 220px;
    margin-bottom: 30px;
}
.candAdvDetailOuter .buttonContainer.topButton {
    display: none;
    margin-bottom: 10px;
}
.candAdvDetailOuter .buttonContainer.topButton input {
    width: 100%;
}

/*____________________________________________________________________________ INTERACTION PAGE */

.qsPIOuter form .text {
    margin-bottom: 0;
}
.qsPIOuter form h1 {
    margin-bottom: 20px;
}


/*____________________________________________________________________________ BLOG */

/*____________________________________________________________________________ BLOG OVERVIEW */

.outer.blgouterSite.blgListouterSite.blogOuter {
    padding: 40px 0 ;
}
.outer.blgouterSite.blgListouterSite.blogOuter .blgListTitle {
    display: none;
}
.hookOuter.blogHookCategoriesOuter {
    text-align: center;
    padding: 0;
}
.hookOuter.blogHookCategoriesOuter a {
    background-color: #FFFFFF;
    color: #000;
    display: inline-block;
    font-size: 1.9rem;
    line-height: 3rem;
    font-weight: bold;
    border: 1px solid #EEEEEE;
    border-radius: 0px;
    padding: 5px 20px;
    margin:5px 10px;
    transition: 0.2s;
}
.hookOuter.blogHookCategoriesOuter a:hover {
    color: #AA8B4C;
}
.catSlider{
    overflow: auto;
    white-space: nowrap;
}
.catSlider::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.catSlider::-webkit-scrollbar
{
    height: 5px;
    background-color:transparent;
}
.catSlider::-webkit-scrollbar-thumb
{
    background-color: #555;
}
.itemContainer.blgIc.blcListIc{
    margin: 0 0 30px 0;
    cursor:pointer;
}
.blogItemImage {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blogItemContent{
    position: relative;
    border-radius: 0;
    border: 1px solid #EEEEEE;
    background: #fff;
    margin: -20px 20px 0 20px;
    padding: 25px 40px 25px 40px;
    text-align: center;
    transition: 0.1s;
}
.itemCategories {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.itemCategory {
    background: #4C6670;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2rem;
    padding: 5px 20px;
    margin: 0 3px;
    border-radius: 3px;
}
h3.itemTitle.blgIlink.blgListIl {
    margin: 0 0 15px 0;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400;
}
.itemContainer.blgIc.blcListIc h3 a{
    color: #343434;
}
.itemContainer.blgIc.blcListIc:hover h3 a{
    color: #AA8B4C;
}
.blogItemDescription.text {
    margin: 0 0 20px 0;
}
.blogItemDate {
    font-size: 1.2rem;
    font-weight: bold;
}
.pageNav.blgPagination{
    margin:40px 0 0 0;
    text-align: center;
}
.pageNav.blgPagination ul{
    padding:0;
}
.pageNav.blgPagination ul li{
    display: inline-block;
    margin: 0 3px;
}
.pageNav.blgPagination li a {
    color: #000;
    margin: 0 10px;
}
.pageNav.blgPagination li.active_page a {
    display: inline-block;
    font-weight: bold;
}
.pageNav.blgPagination li.active_page{
    font-weight:bold;
}
/*____________________________________________________________________________ BLOG DETAIL */

#BD .outer {
    padding: 80px 0;
}
#BD .blogDetailOuter {
    background: #fff;
    border: 1px solid #EEEEEE;
    padding: 40px;
}
.blogBottom {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 20px 0;
    margin-top: 50px;
}
.bbItem {
    display: flex;
    align-items: center;
}
.bbItem i.fas {
    margin-right: 7px;
}
.bbItem.pubdate > span {
    margin: 0 4px;
}
div#sharingBlog {
    text-align: right;
    padding: 25px 0;
}
div#sharingBlog > .sw > span {
    font-weight: 900;
}
#BD a.at-icon-wrapper.at-share-btn {
    background: transparent!important;
}
.photo.blgItemPhoto {
    margin: 0 auto 40px auto;
    max-width: 430px;
}
.blogDetailOuter .bottom-bar {
    margin-top: 30px
}

/*____________________________________________________________________________ FOOTER */

footer#footer {
    padding: 100px 0;
}
.copyright {
	color: #fff;
}
.bottomFooter {
    background: #000000;
    padding: 10px 0;
    color: #fff;
}
/*HLB4*/
.hlb4 a {
    color: #000;
}
.hlb4 a:hover {
    color: #AA8B4C;
}
/*HLB5*/
.hlb5 {
	float: right;
}
.hlb5 a {
	color: #fff;
}
.hlb5 a:before {
	content: "-";
	padding: 0 5px;
}
.hlb5 a:first-child:before {
	content: "";
}


body.companies #login .bottomBlock{
    display:none;
}



/*____________________________________________________________________________ MEDIA QUERIES */

@media only screen and (min-width:992px){
    /* Header */
    .topMenu,
    .botMenu {
        text-align: right;
    }
    .topMenu {
        padding-top: 4px;
        padding-bottom: 12px;
        line-height: 0;
    }
    /* Hlb 1&2 menu */
    nav#menu ul.hlb > li {
        display: inline-block;
        position: relative;
    }
    nav#menu ul.hlb > li > a {
        display: block;
        padding: 0 20px;
        line-height: 4rem;
        font-size: 1.8rem;
        color: #000000;
    }
    nav#menu ul.hlb > li.mainLevactive > a {
        font-weight: bold;
        color: #AA8B4C;
    }
    nav#menu ul.hlb > li > a:hover {
        color: #AA8B4C;
    }
    nav#menu ul.hlb > li:first-child > a {
        padding-left: 0;
    }
    nav#menu ul.hlb > li:last-child > a {
        padding-right: 0;
    }
    body.scroll-up header#header {
        top: 0;
    }
    body.scroll-down header#header {
        top: -40px;
    }
    body.scroll-down header#header #logo {
        top: 45px;
    }
    body.scroll-down header#header #logo img,
    body.scroll-down header#header #logo svg {
        max-height: 50px;
    }
    body.scroll-down .t2o,
    .menuContainer .favorites {
        margin-top: -5px;
    }
    /* Submenu */
    nav#menu ul.hlb > li > ul {
        position: absolute;
        padding-top: 10px;
        width: 200px;
        right: 10px;
        opacity: 0;
        transform: translateY(-20px);
        transition: 0.2s;
        visibility: hidden;
    }
    nav#menu ul.hlb > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    nav#menu ul.hlb > li > ul > li a {
        display: block;
        background: #fff;
        padding: 10px;
        line-height: 2.4rem;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        color: #000;
    }
    nav#menu ul.hlb > li > ul > li a:hover {
        color: #AA8B4C;
    }
    nav#menu ul.hlb > li > ul > li.subLevel_1active a {
        font-weight: bold;
        color: #AA8B4C;
    }
    nav#menu ul.hlb > li > ul > li:last-child a {
        border-bottom: 1px solid #eee;
    }
    nav#menu ul.hlb > li:first-child > ul ~ span {
        position: absolute;
        bottom: 0;
        left: calc(50% - 15px);
    }
    nav#menu ul.hlb > li > ul ~ span {
        position: absolute;
        bottom: 0;
        left: calc(50% - 5px);
    }
    nav#menu ul.hlb > li > ul ~ span:after {
        content: '\f0dd';
        font-family: "Font Awesome 5 Pro";
        font-size: 1.4rem;
        font-weight: bold;
        color: #000;
        width: 10px;
        display: block;
        line-height: 1rem;
    }
    /* Hlb 2 menu */
    ul#hlb3 {
        display: inline-block;
        line-height: 0;
    }
    ul#hlb3 > li {
        display: inline-block;
    }
    ul#hlb3 > li > a {
        display: block;
        padding: 0 15px;
        line-height: 3rem;
        position: relative;
        font-size: 1.4rem;
        color: #000;
    }
    ul#hlb3 > li > a:hover {
        color: #AA8B4C;
    }
    ul#hlb3 > li:first-child > a {
        padding-left: 0;
    }
    ul#hlb3 > li:last-child > a {
        padding-right: 0;
    }
    ul#hlb3 > li > a:after {
        content: '';
        right: 0;
        background: #000;
        width: 1px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
    }
    ul#hlb3 > li:last-child > a:after {
        display: none;
    }
    /* Searchhook */
    .actJshOuter .actHInput {
        margin: 0;
    }
    .actJshDist {
        width: 400px;
        float: left;
    }
    .actJshDist > div {
        width: 50%;
        float: left;
        padding-left: 30px;
    }
    .hookButton.actHButton {
        width: 200px;
        padding-left: 30px;
        float: left;
    }
    .hookButton.actHButton input {
        width: 100%;
        padding: 14px 20px;
    }
    .hookInput.actHInput.actHIKw {
        width: calc(100% - 600px);
        float: left;
    }
}
@media only screen and (max-width:991px){
    body {
        padding: 70px 0 0 0;
    }
    header#header #logo img,
    header#header #logo svg {
        max-height: 50px;
    }
    nav#menu {
        display: none;
        position: fixed;
        background: #fff;
        right: 0;
        top: 70px;
        padding: 30px;
        border: 1px solid #eee;
        border-top: none;
        border-right: none;
        width: 300px;
        width: 300px;
        height: calc(100% - 70px);
        overflow-y: auto;
    }
    body.menuOpen nav#menu {
        display: block;
    }
    .hamburger {
        display: inline-block;
    }
    header#header .menuContainer {
        flex-direction: row;
    }
    .topMenu {
        flex-grow: 1;
        flex-shrink: 0;
        text-align: right;
    }
    .botMenu {
        flex-shrink: 1;
        flex-grow: 0;
    }
    /* Mobile menu */
    nav#menu a {
        color: #000;
        display: block;
        line-height: 2rem;
        padding: 5px 0;
    }
    nav#menu ul.hlb > li.mainLevactive > a,
    nav#menu ul.hlb > li > ul > li.subLevel_1active > a {
        color: #AA8B4C;
    }
    nav#menu a:hover {
        color: #AA8B4C;
    }
    #menu ul > li {
        position: relative;
    }
    #menu ul > li .hlbtoggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        width: 20px;
        display: block;
    }
    #menu ul > li .hlbtoggle:before {
        content: '\f0dd';
        font-family: "Font Awesome 5 Pro";
        font-size: 1.4rem;
        font-weight: bold;
        color: #000;
        width: 20px;
        display: block;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
    }
    #menu ul > li > ul {
        display: none;
    }
    #menu ul > li.subOpen > ul {
        display: block;
        margin: 10px 0;
    }
    #menu ul > li > ul > li {
        padding-left: 10px;
        font-size: 1.4rem;
    }
    ul#hlb3 {
        width: 100%;
        margin-bottom: 20px;
    }
    ul#hlb3 li {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: center;
        font-size: 1.2rem;
    }
    ul#hlb3:after {
        content: '';
        display: block;
        clear: both;
    }
    ul#hlb3 li a {
        border: 1px solid #AA8B4C;
    }
    ul#hlb3 li:first-child a {
        border-radius: 5px 0 0 5px;
        color: #AA8B4C;
    }
    ul#hlb3 li:last-child a {
        border-radius: 0 5px 5px 0;
    }
    .candidate ul#hlb3 li:last-child a {
        background: #AA8B4C;
        color: #fff;
        font-weight: normal;
    }
    .candidate ul#hlb3 li:first-child a:hover {
        background: #AA8B4C1a;
        color: #AA8B4C;
    }
    .companies ul#hlb3 li:first-child a {
        background: #AA8B4C;
        color: #fff;
        font-weight: normal;
    }
    .companies ul#hlb3 li:last-child a:hover {
        background: #AA8B4C1a;
        color: #AA8B4C;
    }
    .companies ul#hlb3 li:last-child a {
        color: #AA8B4C;
    }
    /* Teasers */
    .t2o {
        line-height: 5rem;
    }
    .t2o ul li {
        height: 50px;
    }
    .loginButtonMenu a {
        line-height: 5rem;
    }
    .topMenu #hlb3 {
        display: none;
    }
    .jslItemContainer {
        width: 100%;
        margin: 0 0 30px;
    }
    #HP .bisjab.content .col-md-6 {
        margin-bottom: 30px;
    }
    .category .col-md-6:first-child {
        margin-bottom: 30px;
    }
    /* Searchhook */
    .hookButton.actHButton {
        text-align: right;
    }
    .hookBottomLink.actHBl {
        bottom: 20px;
    }
    .actJshOuter {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    /* PCP */
    .qp-pagenav ul {
        flex-direction: column;
    }
    .qp-pagenav ul li {
        margin-right: 0;
    }
    .nwDOuter #kolomleft, .nwDOuter #kolomright {
        padding: 30px;
    }
    .nwDOuter #kolomleft {
        margin-bottom: 30px;
    }
    /* Category */
    .jobCatHookHolder .jobCatHookItemTitle {
        width: calc(100% / 2);
        padding-right: 20px;
        margin-bottom: 30px;
    }
    /* Footer */
    footer .hlb4 {
        display: none;
    }
    footer {
        text-align: center;
    }
    footer .row > div {
        margin-bottom: 30px;
    }
    footer .row > div:last-child {
        margin-bottom: 0;
    }
    footer .logoFooter img {
        margin: 0 auto;
    }
    footer h4 {
        margin: 0 0 10px 0;
    }
    .t5o ul li {
        float: none;
        margin: 0 3px;
    }
    footer#footer {
        padding: 60px 0;
    }
    .category {
        padding: 60px 0;
    }
    /* Favorites */
    .favouriteJobListItem {
        flex: 1 0 calc(50% - 40px);
    }
}
@media (min-width: 768px) {
    .outer .formInput>label {
        display: block;
        float: left;
        width: 170px;
        min-height: 1px;
    }
    .outer .formInput>label.labelRadio {
        width: auto;
    }
    .outer .apllDate>div, .outer .chosen-container, .outer .fileUpButton, .outer .fileUpParrent,
    .outer .formMultiCheckbox>div, .outer .formRadio>div, .outer .g-recaptcha, .outer .mceEditor,
    .outer div.formInputTaC, .outer input[type=text], .outer input[type=password], .outer input[type=file], .outer select, .outer textarea, .otysSelect, .formCheckboxContainer {
        max-width: calc(100% - 170px);
        float: left;
    }
    .outer input[type=file] {
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width:767px){
    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
    h2, .jslTitle, .hookHeader {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    body:not(#HP) main#main {
        padding: 30px 0;
    }
    .fileInputHolder {
        max-width: 100%!important;
        margin-left: 0;
    }
    .outer input[type=file] {
        margin-left: 0;
    }
    /* Footer */
    .copyright {
        width: 100%;
        text-align: center;
        display: block;
    }
    .hlb5 {
        float: none;
        text-align: center;
    }
    /* Searchook */
    .t1o .tSubHeader {
        font-size: 3rem;
        line-height: 4rem;
    }
    .actJshOuter {
        margin-top: 20px;
    }
    /* Content */
    .contentContainer {
        padding: 30px;
    }
    /* Overview */
    .actIc .actRightCol {
        width: 100%;
        float: none;
        padding: 0;
    }
    .actIc .actLeftCol {
        display: none;
    }
    .actIcCvs .itemLeftSide {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .actIcCvs .itemRightSide {
        width: 100%;
        float: none;
    }
    a.actReadMore {
        float: left;
    }
    /* Filter overview */
    .overview-filter {
        display: block;
    }
    .actSRFacetCont {
        position: fixed;
        width: 100%;
        right: 0;
        top: 120px;
        z-index: 200;
        background: #f9f9f9;
        height: calc(100vh - 120px);
        transition: all 0.3s ease 0s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        padding: 30px;
        overflow-y: auto;
    }
    body.filter-open .actSRFacetCont {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    #OV {
        padding-bottom: 50px;
    }
    .smallwidthContainer,
    .outer.jbdOuter {
        padding: 30px;
    }
    .favorites_cookies.favorites_cookies_detail {
        top: 30px;
        right: 30px;
    }
    /* Candidate detail */
    .candAdvDetailOuter .inner {
        padding: 30px;
    }
    .candAdvDetailOuter .col-md-7 {
        margin-bottom: 30px;
    }
    .candAdvDetailOuter .buttonContainer.topButton {
        display: block;
    }
    /* Teaser 1 & 6 */
    .t1o .tSubHeader,
    .t6o .tSubHeader {
        font-size: 2.8rem;
        line-height: 4rem;
        margin: 0;
    }
    .t1o .tBody, .t1o .tBody p,
    .t6o .tBody, .t6o .tBody p {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media only screen and (max-width:500px){
    /* Mobile menu */
    .loginButtonMenu {
        display: inline-block;
        margin-left: 5px;
    }
    .hamburger {
        margin-left: 10px;
    }
    /* Jobshortlist */
    .jsl-button {
        display: block;
        float: none;
    }
    .jslThumb {
        display: none;
    }
    .jslItemText {
        float: none;
        width: 100%;
    }
    .jobCatHookHolder .jobCatHookItemTitle {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .smallwidthContainer,
    .outer.jbdOuter {
        padding: 15px;
    }
    body:not(#HP) main#main {
        padding: 30px 0;
    }
    .favorites_cookies.favorites_cookies_detail {
        top: 15px;
        right: 15px;
    }
    /* Content */
    .contentContainer {
        padding: 15px;
    }
    .favouriteJobListItem {
        flex: 1 0 calc(100% - 20px);
    }
}
