/*
Colors to replace:
Font color:  		#696969
Theme color: 		#f0c22d
Sub theme color: 	#3f425d
Light section color:#f2fcff
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
body, html {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	color:#696969;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
.intro,.text,.tekstblokje,.itemContainer, .itemDescription,.hookItemContainer,.hookText,.formText,.moduleIntro,.moduleTextm, .error{
	line-height:3.4rem;
}
.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{
	max-width:100%;
}
.intro.custRewriteIntro {
    padding: 10px 30px;
}
h1 {
	font-size: 3.4rem;
	line-height: 4.8rem;
	color: #454545;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 2.4rem;
	line-height: 3.4rem;
	color: #f0c22d;
	margin: 0 0 1em 0;
}
h3 {}
a {
	text-decoration: none;
	color: #f0c22d;
}
a:hover {}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
* {
	box-sizing: border-box;
	outline: none;
}
.table {
	height: 100%;
	width: 100%;
	display: table;
}
.cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
header {
    background: #fff;
}
/*******/
/*FORMS*/
/*******/
input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #bfbfbf;
}
input[type=text],input[type=password],textarea{
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #787878;
}
.formInputTaC {
	border: 1px solid #bfbfbf;
}
.button, a>s,s>a,a>strike,strike>a{
    font-family: 'Open Sans', sans-serif;
    background: #f0c22d url(../_images/btn-arrow-white.png) no-repeat right 30px center;
    padding: 16px 70px 16px 40px;
    color: #FFF;
    font-size: 1.8rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    border: 0;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    outline: none;
	transition: 0.3s;
}
.button:hover, a>s:hover,s>a:hover,a>strike:hover,strike>a:hover {
    background: #f0c22d url(../_images/btn-arrow-white.png) no-repeat right 25px center;
}
input.button.jbdButton.jbdButBack:hover {
    background-color: #fff;
    background: transparent url(../_images/btn-arrow-dark-back.png) no-repeat left center;
}
input.button[name="bBack"] {
	background: #f0c22d url(../_images/btn-arrow-white-back.png) no-repeat left 30px center;
	padding: 16px 40px 16px 70px;
}
input.button[name="bBack"]:hover {
	background: #f0c22d url(../_images/btn-arrow-white-back.png) no-repeat left 25px center;
}
.buttonContainer.aplBc.aplFgPwdSBcMp {
    margin: 30px 0 5px 0;
}
select,
.chosen-container {
	border: 1px solid #bfbfbf;
	padding: 10px 10px 9px 10px;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-appearance:none;
}
select {
	padding: 10px !important;
}
.chosen-choices {
	padding: 0;
}
div.chosen-container .chosen-results li.highlighted {
	background-color: #f0c22d;
	background-image: none;
}
div.chosen-container .chosen-drop {
	border: 0;
}
.chosen-container .chosen-results li,
.chosen-container-multi .chosen-choices li.search-choice span {
	line-height: 1 !important;
}
div.chosen-container-multi .chosen-choices li.search-choice {
	border: 0;
	background: none;
	box-shadow: none;
	padding: 0 0 0 15px;
	float: none;
	display: inline;
}
.chosen-container-multi .chosen-choices {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chosen-container-multi .chosen-choices .search-choice:after {
	content: ",";
	display: inline-block;
}
.search-choice + .search-field {
	display: none;
}
.chosen-drop .active-result:before {
	content: url(../_images/img_bk/facetCheck.png);
	margin: -4px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.chosen-drop .result-selected:before {
	content: url(../_images/img_bk/facetCheckChecked.png);
	margin: -4px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
div.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	left: 2px;
}
.chosen-choices {
	margin: 0;
	padding: 0;
}
.chosen-choices input {
	line-height: 22px;
}
input[type=checkbox]:checked:after {
	content: '\2714';
	font-size: 30px;
	position: absolute;
	top: 8px;
	left: 5px;
	color: #f0c22d;
	line-height: 18px;
}
input[type=checkbox]:checked {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	color: #f0c22d;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	padding: 17px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
}
input[type=radio]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #f0c22d;
}
input[type=radio]:checked {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	color: #f0c22d;
}
input[type=radio] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	padding: 11px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-bottom: -5px;
	cursor: pointer;
	outline: none;
}
input[type=text]:focus, input[type='password']:focus, textarea:focus,
input[type='text'].filled, input[type='password'].filled, textarea.filled{
    border: 1px solid #696969;;
}
.fileUpButton {
	background: url(../_images/upload.png) 98% 50% no-repeat;
    background-size: 28px;
	opacity: 1;
}
.fileUpButton:hover {
	background: url(../_images/upload.png) 98% 50% no-repeat;
    background-size: 28px;
	opacity: 0.8;
}
/***********/
/*FRAMEWORK*/
/***********/
.sw {
	max-width:1180px;
	margin:0 auto;
	padding: 0 15px;
}
.topMenu {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.topbar {
	position: relative;
    z-index: 100;
	background: #FFF;
}
#wLogo {
    float: left;
    margin: -10px 0 0 0;
}
#wLogo a,
#wLogo img {
    display: block;
}
.sticky #wLogo{
    float: left;
    margin: 14px 0 13px 0;
    max-height: 80px;
}
.sticky #wLogo img{
	max-height:80px;
}
/**/
.sticky .topbar {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: #333 0 0px 3px;
}
.text.contentText ul,.t2o .tIntro ul,.text.jbdText ul{
	padding:0;
    margin: 10px 0;
}
.text.contentText ul li,.t2o .tIntro ul li,.text.jbdText ul li{
	padding:0 0 0 25px;
	list-style: none;
	background-image: url('../_images/footer-arrow.png');
	background-repeat: no-repeat;
	background-position: left 9px;
}
/*********/
/*BUSJABS*/
/*********/
main {
	padding: 79px 0;
	display: block;
}
.home .outer h1 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.content .contentTitle {
    text-align: center;
	margin-bottom: 10px;
}
.content .col-md-7 .contentTitle {
    text-align: left;
}
.content .contentIntro {
	text-align: center;
	margin-bottom: 40px;
}
.content .contentOuter img {
	border-radius: 12px;
	border: 1px solid rgba(9,37,58,.1);
}
.content .contentOuter .col-md-4 a s,.content .contentOuter .col-md-4 a strike {
	width: 100%;
}
.content #s2 {
	padding: 0 0 100px 0;
}
.content.smallheader .actIl label{
	font-size:17px;
}
.content.smallheader .actSResContainer{
	padding: 0 30px;
}
.content h2{
	color: #3f425d;
}
/*********/
/*BISJABS*/
/*********/

/*********/
/*TEASERS*/
/*********/
/*TEASER1*/
video {
	width: 100%;
	display: block;
}
.t1o {
	position: relative;
	z-index: 50;
	padding: 109px 0 0 0;
}
.t1o .slick-slider {
    line-height: 0;
}
.t1o .tIntro {
	display: none;
}
.t1o .tItemCon img {
	width: 100%;
	display: block;
}
.t1o .tText {
	position: absolute;
	bottom: 210px;
	width: 100%;
}
.t1o .tText p{
    margin: 0 0 50px 0;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.t1o .tText p:last-child{
	margin:0;
}
.t1o .tTextInner {
	max-width: 660px;
	color: #FFF;
	font-size: 3.2rem;
}
.t1o .tText .tSubHeader {
    color: #fff;
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pager {
	position: absolute;
	z-index: 10000;
	right: 0;
	bottom: 25px;
	width: 100%;
}
.pager .sw {
	text-align: right;
	line-height: 1;
    font-size: 0;
    color: #FFF;
}
.pager .sw .slick-dots {
	display: inline-block !important;
}
#scrolldown {
    position: absolute;
	bottom: 50px;
	width: calc(100vw - 25px);
    left: 8px;
    z-index: 99999;
}
.icon-scroll {
    border-radius: 25px;
    box-shadow: 0 0 0 2px #fff inset;
    height: 54px;
    margin-left: -29px;
    margin-top: -45px;
    top: 50%;
    width: 40px;
    cursor: pointer;
}
.icon-scroll, .icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll:before {
    content: '';
    background-image: url(../_images/scrolldown.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    /* background: transparent; */
    margin-left: -8px;
    top: 8px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
.icon-scroll, .icon-scroll:before {
    position: absolute;
    left: 50%;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*TEASER2*/
#s2 {
	padding:100px 0;
}
.t2o .tTitle {
	font-size: 3.4rem;
	line-height: 4.8rem;
	font-weight: bold;
	color: #454545;
	margin: 0 0 1.5em 0;
	text-align: center;
}
.t2o .tFoto {
	border-radius: 10px 10px 0 0;
}
.t2o .tFoto img {
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.t2o .itemInner {
	position: relative;
	max-width: 265px;
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 10px;
}
.t2o .tText {
	padding: 30px;
	border-radius: 0 0 10px 10px;
}
.t2o .itemInner:hover .tText{
	color:#fff;
}
.t2o .tText ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.t2o .tText li {
	padding: 0 0 0 36px;
	margin: 8px 0 0 0;
}
.t2o .tText li:nth-child(1) {
	background: url(../_images/email.png) no-repeat left center;
}
.t2o .tText li:nth-child(2) {
	background: url(../_images/phone.png) no-repeat left center;
}
.t2o .tSubHeader {
	color: #3f425d;
	font-weight:700;
	font-size: 1.6rem;
}
.t2o .itemInner:hover {
	background:#3f425d;
}
.t2o .itemInner:hover .tFoto {
	opacity: 0.8;
}
.t2o .itemInner:hover .tText * {
	color: #FFF;
}
.t2o .itemInner:hover .tText li:nth-child(1) {
	background: url(../_images/email-hover.png) no-repeat left center;
}
.t2o .itemInner:hover .tText li:nth-child(2) {
	background: url(../_images/phone-hover.png) no-repeat left center;
}
.t2o .tIntro {
	text-align: center;
	margin: 36px 0 0 0;
}
.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;
}
.slick-dots li button:after {
	height: 13px;
	width: 13px;
	background:#f7f7f7;
	content: "";
	display: block;
	border-radius: 100px;
}
.slick-dots li.slick-active button:after {
	background: #f0c22d;
}
/*TEASER3*/
.t3o {
	display: inline-block;
}
.t3o .item{
	display: inline-block;
	color:#000;
	margin: 0 50px 0 0;
}
.t3o .item img {
	margin: 0 8px 0 0;
}
.t3o a {
	color:#000;
}
/*TEASER4*/
#s5 {
	position: relative;
	background: #373737;
	background-image:url(../_images/teaser4.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto 100%;
}
.t4o {
	padding:80px 0 100px 0;
}
.t4o .tTitle {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #f0c22d;
    margin: 0 0 20px 0;
    text-align:left;
    font-weight: bold;
}
.t4o .t4LeftSide{
	padding-right:65px;
}
.t4o .socialMediaItems {
    margin: 25px 0;
}
.t4o .tIntro {
    margin: 0 0 25px 0;
    line-height: 3.4rem;
    color: #FFF;
}
.t4o .tIntro p{
	margin:0;
}
.t4o .col-md-6:last-child{
	position:unset;
}
.t4o iframe {
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition:0.3s;
}
.t4o iframe:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.t4o .tItemCon {
	margin: 0 0 15px 0;
}
.t4o .tItemCon .icon {
	width: 70px;
	float: left;
}
.t4o .tItemCon .icon img {
	display: block;
}
.t4o .tItemCon .txt {
	float: left;
	font-size: 1.6rem;
	color: #FFF;
	line-height: 4.3rem;
}
.t4o .tItemCon .txt a {
	color: #FFF;
}
.t4o .contentContactButton input{
    width: auto;
    float: right;
    padding: 15px 40px;
    background-image: unset;
}
.t4o input[type=text],
.t4o textarea {
	border: 0;
	color: #bdbdbd;
	font-size: 1.6rem;
	padding: 15px 30px;
}
.socialMediaItems .socialMediaItem{
	display:inline-block;
	margin-right:8px;
}
/*TEASER5*/
.t5o {
	color: #454545;
	font-size: 1.6rem;
}
.t5o .tTitle {
	font-weight: bold;
	color:#3f425d;
	font-size: 2.4rem;
}
.teaser5Intro .tTitle {
    font-weight: bold;
    color: #3f425d;
    font-size: 2.4rem;
    margin-bottom:0;
}
.t5o .tIntro {
	margin:30px 0 38px 0;
	line-height: 3rem;
}
.t5o .tSubHeader {
    font-weight: bold;
    color: #3f425d;
    font-size: 2.4rem;
    margin-bottom:14px;
}
.t5o .tText {
	line-height: 3rem;
}
.t5o .tText p{
	margin-top:0;
}
.t5o .tText strong {
    display: inline-block;
    color: #3f425d;
    width: 105px;
}
.teaser5Intro .tIntro {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
/*TEASER6*/
.t6o {
	height: 280px;
	position: relative;
	padding: 117px 0 0 0;
}
.t6o .tItemCon {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.t6o .tText {
	position: absolute;
	bottom: -28px;
	width: 100%;
}
/*TEASER7*/
.t7o {
    max-width: 465px;
    margin-left: auto;
}
.t7o .mapsKaart{
	height:240px;
	overflow:hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom:20px;
    transition:0.3s;
}
.t7o .mapsKaart:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.t7o .tTitle{
    font-size: 3.4rem;
    line-height: 4.8rem;
	color: #3f425d;
    margin: 0 0 20px 0;
    font-weight:bold;
}
.t7o .ItemTitle {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3f425d;
}
.t7o .ItemText strong {
    display: inline-block;
    width: 105px;
    color: #3f425d;
    max-width: 100%;
}
.t7o .socialsPart img {
    margin-right: 20px;
}
.t7o .contactIntroText{
    margin-top: 50px;
}
.t7o .contactIntroText a{
	font-weight:bold;
}
/*TEASER8*/
#s2 {
	padding:100px 0;
}
.t8o .tTitle {
	font-size: 4.2rem;
	line-height: 6rem;
	color: #09253a;
	margin: 0 0 1em 0;
	text-align: center;
}
.t8o .tFoto {
	border-radius: 10000px;
	overflow: hidden;
	border:1px solid rgba(9,37,58,.2);
	margin: 0 0 1em 0;
}
.t8o .tFoto img {
	display: block;
}
.t8o .itemInner {
	position: relative;
	max-width: 265px;
	margin: 0 auto;
}
.t8o .itemInner .cell,
.t8o .itemInner .cell a {
	text-align: center;
	color: #696969;
	text-decoration: none;
}
.t8o .itemInner .cell .tKop {
	font-weight: 900;
}
.t8o .tIntro {
	text-align: center;
	margin: 36px 0 0 0;
}
/*Teaser 9*/
.t9o .tTitle {
    font-size: 3.4rem;
    line-height: 4.8rem;
    font-weight: bold;
    color: #3f425d;
    margin: 0 0 50px 0;
    text-align: center;
}
.teaser9Item {
    filter: grayscale(100%);
    transition:0.2s;
}
.teaser9Item:hover{
    filter: grayscale(0);
}
.teaser9Item img{
	margin:0 auto;
}
/******/
/*HLBS*/
/******/
/*HLB1*/
.mobileMenu {
	display: none;
}
nav {
	float: right;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li a {
	color: #000;
	text-decoration: none;
	font-size:1.8rem;
}
nav li a:hover,
nav li.active > a,
nav li[class*='active'] > a {
	color: #f0c22d;
}
/*LVL1*/
nav > ul > li {
	display: inline-block;
	margin: 0 0 0 38px;
}
nav > ul > li > ul > li {}
nav > ul > li > ul > li > a {
	background: url(../_images/btn-arrow-white.png) no-repeat left center;
	padding: 10px 0 10px 0;
    display: inline-block;
}
/*HOVER*/
nav > ul > li:hover > ul {
	display: block;
}
/*HLB2*/
footer {
    background: #f2fcff;
    padding: 80px 0;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul a {
	color: #454545;
	text-decoration: none;
}
footer ul li[class*=mainLev] > a {
	font-weight: bold;
	color: #3f425d;
	font-size: 2.4rem;
}
footer ul li[class*=mainLev] > ul {
	margin:20px 0 0 0;
}
footer ul li[class*=mainLev] > ul > li {
	margin:0 0 20px 0;
}
footer ul li[class*=mainLev] > ul a {
	font-size: 1.6rem;
}
footer ul li[class*=mainLev] > ul a:before {
	content: url(../_images/footer-arrow.png);
	margin: 0 30px 0 0;
}
/*HLB3*/
#s6 {
    background: #3f425d;
    font-size: 1.2rem;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
}
#s6 a {
	color: #FFF;
}
/*HLB4*/
.hlb4 {
	text-align: center;
}
.hlb4 a:first-child {
	margin: 0 32px 0 0;
}
/*HLB5*/
.hlb5 s {
	width: 100%;
	margin: 0 0 30px 0;
	display: block;
}
/*******/
/*HOOKS*/
/*******/
.hookHeader {
	font-size: 3.4rem;
	line-height: 4.8rem;
	color: #f0c22d;
	margin: 0 0 1em 0;
}
.hookOuter {
	margin: 0 0 80px 0;
}
/*OCD LOGIN*/
.loginCon {
	text-align: right;
	padding: 18px 0 0 0;
	font-size: 1.4rem;
}
.loginCon .loginBtn{
	display: inline-block;
	background: url(../_images/header-lock.png) no-repeat left center;
	padding: 0 0 0 24px;
	cursor: pointer;
}
.teaser8 {
	display: inline-block;
}
.hookText.webUserHookText.ocdHookText.ocdFrgtPswrd,.buttonsHolderHook{
    display: block;
    width: 430px;
    max-width:100%;
    margin-left: auto;
}
.hookInput.webUserHookInput.ocdHookInput {
    display: inline-block;
    width: calc(100% - 180px);
    float: left;
}
.hookWord.webUserHookKeyWord.ocdHookKeyWord label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f0c22d;
}
.hookWord.webUserHookKeyWord.ocdHookKeyWord {
    display: inline-block;
    width: 180px;
    float: left;
    line-height: 40px;
}
.hookText.webUserHookText.ocdHookText.ocdFrgtPswrd{
	margin-bottom:20px;
}
.hookText.webUserHookText.ocdHookText.ocdFrgtPswrd a {
    font-size: 1.6rem;
    color: #454545;
    text-decoration: underline;
}
.ocdHookText {
	font-size: 1.6rem;
	font-weight: normal;
}
.loginCon .sw {
	position: relative;
}
.webUserHookOuter {
	display: none;
}
body:after{
	transition:0.15s;
}
body.loginOpen:after{
	content:"";
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background-color: rgba(56, 59, 87, 0.95);
	z-index:1000;
}
.loginOpen .webUserHookOuter {
    display: block;
    position: fixed;
    top: calc(50% - 200px);
    right: calc(50% - 325px);
    z-index:99999;
    background: #fff;
    padding: 60px 50px;
    border-radius: 0;
    height: 400px;
    width: 710px;
}
.buttonsHolderHook {
    display: inline-block;
    float: right;
}
.hookText.webUserHookText.ocdHookText{
	display:inline-block;
	float:left;
}
.hookText.webUserHookText.ocdHookText.logged {
    display: block;
    float: none;
}
.hookOuter.webUserHookOuter.ocdHookOuter.ocdHOlogged .hookButton.webUserHookButton,
.hookText.webUserHookText.ocdHookText.logged span {
	display: inline-block;
}
.hookText.webUserHookText.ocdHookText.logged  {
	margin-bottom: 30px;
}
.hookText.webUserHookText.ocdHookText span{
	display:none;
}
.hookButton.webUserHookButton.ocdHookButton.wuhNotLoggedIn{
	display: inline-block;
	float: right;
}
.ocdHookHeader {
    font-size: 3.4rem;
    line-height: 3rem;
    color: #3f425d;
}
.ocdHookOuter .button {
	margin-right: 10px;
}
.closeLoginHook{
	position:absolute;
	right:30px;
	top:20px;
	cursor:pointer;
}
/*JOBSHORTLIST*/
#s1 {
	background: url(../_images/jsl-background.png) no-repeat;
	background-size: cover;
	padding: 100px 15px;
}
.jslOuter {
	margin: 0 0 40px 0;
}
.jslOuter .jslTitle {
	font-size: 4.2rem;
    line-height: 6rem;
    color: #09253a;
    margin: 0 0 1em 0;
    text-align: center;
    display: none;
}
.jslOuter .row {
	overflow: hidden;
}
.jslItemContainer {
	background: #FFF;
	padding: 30px;
	margin: 0 0 30px 0;
	cursor: pointer;
	border-radius: 5px;
}
.jslItemContainer a {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.4rem;
	display: inline-block;
}
.jslLocation {
	color: #bbb;
	font-size: 1.6rem;
	line-height: 1;
    margin: 30px 0 0 0;
}
.jslItemContainer:hover {
	background: #f0c22d;
}
.jslItemContainer:hover a,
.jslItemContainer:hover .jslLocation {
	color: #FFF;
}
.jslItemContainer:nth-child(1n+5) {
	border-bottom: 0;
}
.jslItemContainer:nth-child(4n+4) {
	border-right: 0;
}
/*NETWORK*/
#s3 {
    padding: 0 0 70px 0;
}
.networkHookOuter {
	margin: 0;
}
.networkHookOuter .slick-slider {
	border-radius: 12px;
    overflow: hidden;
}
.networkHookOuter .slider div {
	font-size: 0;
}
.networkHookHeader {
	font-size: 3.4rem;
	line-height: 4.8rem;
	font-weight: bold;
	color: #454545;
	margin: 0 0 1em 0;
	text-align: center;
}
.networkHookItemContainer {
	text-align: center;
	pointer-events: none;
}
.networkHookItemContainer img {
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block !important;
}
.networkHookItemLink {
	display: none;
}
.hookNetworkLogo {
	padding: 20px;
	height: 160px;
}
.hookNetworkLogo:before {
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*MORE DETAILS*/
.mDhOut {
    padding: 0;
    border-radius: 12px;
    margin: 0 0 50px 0;
    color: #454545;
    background-color: #f2fcff;
    padding: 15px 20px;
}
.mDhSh {
	display: none;
}
.mDhItT {
    color: #3f425d;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    width: 200px;
    max-width:100%;
}
.hookItemWord.mDhIw {
    display: inline-block;
    width: calc(100% - 230px);
    max-width:100%;
}
.hookItemWord.mDhIw ul li{
	display:inline-block;
}
.mDhIw ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mDhItC {
    margin:0;
}
span.at-icon-wrapper {
    height: 25px!important;
    width: 25px!important;
}
svg.at-icon {
    width: 25px!important;
    height: 25px!important;
}
/*CONSULTANTS*/
.chlOuter {
	background:#f2fcff;
	border-radius: 0 0 12px 12px;
	padding:30px 38px;
	margin: 0 0 30px 0;
}
.chlTitle {
	font-size: 2.4rem;
	color: #FFF;
    color: #3f425d;
    margin: 0 0 15px 0;
}
.chlItemTitle a {
    font-size: 2rem;
    color: #f0c22d;
    font-weight: bold;
}
.chlPhoto1 {
	margin-bottom: 30px;
}
.chlPhoto2 {
	border-radius: 12px;
	overflow: hidden;
}
.chlPhoto2 img {
	display: block;
	width: 100%;
}
.fhlItemWord span {
	font-weight: bold;
}
.fhlItemWord a {
    color: #454545;
}
.fhlItemWord {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 300;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail{
    background-image: url(../_images/email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:40px;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneWork{
    background-image: url(../_images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:40px;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail span{
	display:none;
}
.hookItemWord.fhlItemWord.chlItemWord.chlPhoneWork span{
	display:none;
}
/*OTHERS*/
.othersItems > div:nth-child(even) {
	background: rgba(0,0,0,.1);
}
.rJhVT {
	margin: 0;
}
.rJhVIc {
	padding: 20px 28px 12px 28px;
}
.rJhVIt a {
	font-size: 2.2rem;
}
.rJhVRegion {
	font-size: 2rem;
}
/*********/
/*MODULES*/
/*********/
/*****/
/*OCP*/
/*****/
.ocp2Detail ul {
	font-size: 0;
	line-height: 0;
}
.ocp2Detail ul li {
	font-size: 2.2rem;
	line-height: 3.4rem;
}
/**********/
/*ACTONOMY*/
/**********/
/*LEFT*/
.actLcMcrit .optionList a {
	background: url(../_images/cross.png) no-repeat left center;
	padding: 0 0 0 25px;
	font-size: 1.8rem;
}
.JobsOverviewEqual.JobsFacets {
    max-width: 265px;
}
.actSRFacetCont .facetListCon,
.actLcMcrit {
	border-bottom: 0;
    margin: 0 0 50px 0;
}
.text.jbdStatPub{
	display:none;
}
.jobdetail .photo1.jbdPhoto1{
	display:none;
}
.actSRFacetCont ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.actLcMcrit {}
.actLcMcrit .optionListTitle {
	font-size: 3.2rem;
	margin: 0 0 10px 0;
	color:#454545;
}
.facetListTitle a {
	font-size: 2.2rem;
	margin: 0 0 20px 0;
	color:#454545;
}
.facetList a {
	font-size: 1.8rem;
    line-height: 3rem;
	color: #696969;
}
.itemDescription.actItemDescr {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #454545;
}
.facetFreq:before {
	content: '(';
}
.facetFreq:after {
	content: ')';
}
/*RIGHT*/
h1.actTitle {
	margin: 0;
	padding: 0 30px;
	color: #f0c22d;
}
.actTopMenu {
	padding: 0 30px;
}
.actTopMenu > div {
	display: none;
}
.actTopMenu > div.actMlJc {
	display: block;
	margin:0 0 1em 0;
	padding: 0;
	border: 0;
	font-size: 3.2rem;
	color: #747373;
}
.actEquery {
	display: none;
}
.actSResContainer {
	padding: 0 30px;
}
/*ITEM*/
.actIc {
	margin: 0 0 15px 0;
	padding: 30px 0;
}
.actIc:nth-child(odd) {
	margin: 0 -30px 15px -30px;
	padding: 30px;
    background: #f2fcff;
}
.actItemTitle {
	margin: 0;
}
.actItemTitle a {
	font-size: 2.2rem;
	color: #3f425d;
}
span.jobLocation{
	color: #f0c22d;
	font-weight:300;
}
.menuLink.menuLinkFirstChild.actMl.actMlFc.actMlJc {
    font-size: 3.4rem;
    font-weight: 300;
    color: #454545;
}
.actIf {
	font-size: 1.4rem;
	color: #a6a6a6;
	padding: 0;
	display: none;
}
/*NAV*/
.actPageNav {}
.actPageNav a {
	font-size: 2rem;
	color: #666;
	padding: 15px 0;
    line-height: 1;
    width: 55px;
    text-align: center;
    display: inline-block;
}
.actPageNav a.actActive {
	color: #FFF;
	background: #f0c22d;
	border-radius: 12px;
}
.actPageNav a.actNext,
.actPageNav a.actLast,
.actPageNav a.actFirst,
.actPageNav a.actPrev {
	width: auto;
}
.actPageNav a.actNext,
.actPageNav a.actPrev {
	margin: 0 40px 0 20px;
}
.actBottomMenu {
	display: none;
}
/***********/
/*JOBDETAIL*/
/***********/
.jbdShLoc,
.jbdTextLoc,
.jbdShEmpl,
.jbdTextEmpl,
.jbdShCp,
.jbdCpContainer,
.jbdButPrint,
.jbdButMail {
	display: none;
}
.jbdButAplRight {
    width: 100%;
    margin: 0 0 30px 0;
}
.jbdButBack {
    background: transparent url(../_images/btn-arrow-dark-back.png) no-repeat 5px center;
    color: #454545;
    padding: 27px 20px 27px 20px;
}
.jbdBc .jbdButApl {
    max-width: 100%;
    width: auto;
}
.jbdSh {
	margin: 0;
}
.jbdText {
	margin: 0 0 30px 0;
}
.share {
	text-align:center;
}
.shareHeader {
    font-weight: bold;
    font-size: 1.8rem;
    color: #454545;
    text-align: right;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: middle;
}
.addthis_inline_share_toolbox{
	display:inline-block;
	vertical-align: middle;
}
.at-icon-wrapper svg {
	fill: #535353 !important;
}
.at-share-btn-elements a {
	background: none !important;
	padding: 0 !important;
}
.outer.jbdOuter .photo1.jbdPhoto1 {
	display: none;
}
.jobdetail .photo1.jbdPhoto1 {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
}
.jobdetail .photo1.jbdPhoto1 img {
    width: 100%;
    margin: 0;
}
.hookHeader.mDhT {
    color: #3f425d;
}
.hookHeader.agentsSubscribeHeader.actHHeader,
.hookText.agentsSubscribeText.actHText{
    display: none;
}
.ajaxWindow.newAgentFormFrag .formInput label {
    display: inline-block;
    width: 180px;
    line-height: 40px;
    font-weight: bold;
    color: #f0c22d;
}
.ajaxWindow.newAgentFormFrag .formInput > input[type=text],.ajaxWindow.newAgentFormFrag .splitter{
    display: inline-block;
    width: calc(100% - 200px)!important;
    vertical-align: middle;
    float: right;
}
.ajaxWindow.newAgentFormFrag {
    padding:50px 50px;
    max-width:660px;
    border-radius:0;
}
.ajaxWindow.newAgentFormFrag .text {
    display: none;
}
.ajaxWindow h1.title {
    margin-bottom: 20px;
}
.intro.actIntro.vacActIntro {
    font-weight: bold;
    margin-bottom: 25px;
}
.fancybox-skin{
	border-radius:0!important;
}
.fancybox-close {
    top: 20px!important;
    right: 25px!important;
    width: 26px!important;
    height: 26px!important;
    background-image: url(../_images/error.png)!important;
    background-size: 100% 100%!important;
}
.fancybox-overlay {
    background: rgba(56, 59, 87, 0.95)!important;
}
.agentsSubscribeOuter a.button {
    background-color: #3f425d;
    width: 100%;
}
.hookOuter.agentsSubscribeOuter.actHOuter {
    margin: 25px 0 0 0;
}
/* Facets */
div#facetsClick {
    display: none;
}
/*Contact*/
.outer.qsPIOuter h1.title {
    color: #3f425d;
    margin-bottom: 20px;
}
.outer.qsPIOuter input.button {
    float: right;
    background-image: none;
    padding: 16px 40px;
}
.contact .qsPIOuter .text {
    line-height: 2.8rem;
    font-size: 1.6rem;
}
.outer.qsPIOuter label{
	display:none;
}


/* INPUTS */
.outer.aplOuter{
    text-align: center;
}
.outer.aplOuter .buttonContainer{
	text-align: left;
}
h1.title.aplTitle.aplAplSTitle span {
    display: block;
    color: #f0c22d;
}
.intro.aplLink ul li, .intro.aplIntro ul li, .formField.aplFormField.aplStartFormFSgnUp ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.intro.aplLink ul, .intro.aplIntro ul, .formField.aplFormField.aplStartFormFSgnUp ul{
	margin:0;
	padding:0;
}
.intro.aplLink ul li a, .intro.aplIntro ul li a, .formField.aplFormField.aplStartFormFSgnUp ul li a {
    text-decoration: underline;
    color: #454545;
}
.formInput > * {
	text-align: left;
    float: left;
}
.formInputTaC {
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    text-align: left;
}
label[for=captcha] {
    display: none!important;
}
.outer.qsPIOuter .buttonContainer {
    float: left;
}
.formInput.aplCsc {
    margin-bottom: 13px;
}
h2.subHeader.aplSh.aplStartShFpwd,
.formField.aplFormField.aplStartFormFSgnUp h2{
    font-size: 3.4rem;
    line-height: 4.8rem;
    color: #454545;
    margin: 0 0 1em 0;
}
.explain {
    text-align: left;
}
.error {
    color: red;
    text-align: left;
}

/*BLOG MODULE*/
.blogHookCategoriesOuter .blogHookCategoriesHeader,
.blogHookCategoriesOuter .blogHookCategoriesRSSContainer {
    display: none;
}
.blgListouterSite .blgListTitle,
.outerCategoryArticleList .blgArtListTitle {
    text-align: center;
    margin: 0 0 15px 0;
}
.blgListouterSite .view-more-button {
    text-align: center;
    margin: 15px 0;
}
.blogHookCategoriesOuter {
    text-align: center;
    margin: 0 0 30px 0;
}
.blogHookCategoriesOuter .blogHookCategoriesContainer {
    display: inline-block;
    background-color: #f0c22d;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 14px;
    line-height: 1.4rem;
    margin: 0 3px 0 0;
}
.blogHookCategoriesOuter .blogHookCategoriesContainer a {
    color: #FFF;
}
.blogHookCategoriesOuter .blogHookCategoriesContainer:hover {
    background-color: #3f425d;
}
.blogHookCategoriesOuter .blogHookCategoriesContainer:hover a {
    color: #FFF;
}
.itemContainer.blgIc.blcListIc {
    background-color: #f5f5f5;
    border-radius: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}
.itemContainer.blgIc.blcListIc .blogItemPhoto {
    float: none;
    line-height: 0;
}
.itemContainer.blgIc.blcListIc .blogItemPhoto img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: auto;
}
.itemContainer.blgIc.blcListIc .blogItemText .blgListIdesc {
    margin-top: 5px;
}
.itemContainer.blgIc.blcListIc .blogItemText {
    padding: 23px 45px 55px 45px;
    position: relative;
}
.itemContainer.blgIc.blcListIc .blogItemText span.pubDate {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}
.itemContainer.blgIc.blcListIc .blogItemText h3.itemTitle.blgIlink.blgListIl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    line-height: 2.1rem;
    margin: 0;
    margin-bottom: 13px;
}
.itemContainer.blgIc.blcListIc .blogItemText h3.itemTitle.blgIlink.blgListIl a {
    color: #000;
}
.itemContainer.blgIc.blcListIc .blogItemText span.catName {
    background-color: #f0c22d;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 14px;
    display: inline-block;
    line-height: 1.4rem;
    margin: 0 3px 0 0;
}
.itemContainer.blgIc.blcListIc .blogItemText span.readMoreBlog {
    position: absolute;
    bottom: 25px;
}
.itemContainer.blgIc.blcListIc .blogItemText span.readMoreBlog a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f0c22d;
}
.blogDetailOuter .BlogDetailRightSideContainer {
    background-color: #f5f5f5;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 30px;
}
.blogDetailOuter .BlogDetailRightSideContainer .blgItemPhoto {
    float: none;
    max-width: 100%;
    height: auto;
}
.blogDetailOuter .BlogDetailTextCol .photo.blgItemPhoto {
    display: none;
}
.blogDetailOuter .BlogDetailRightSideContainer .blgItemPhoto img {
    border-radius: 30px;
}
.blogDetailOuter .BlogDetailRightSideContainer .BlogDetailAuthor span,
.blogDetailOuter .BlogDetailRightSideContainer .BlogDetailPublish span {
    display: block;
}
.blogDetailOuter .BlogDetailRightSideContainer .BlogDetailAuthor span.BlogDetailAuthorName,
.blogDetailOuter .BlogDetailRightSideContainer .BlogDetailPublish span.BlogDetailPublicationDate {
    font-size: 2rem;
    font-weight: bold;
    color: #f0c22d;
    margin: 20px 0 10px 0;
}
.blogDetailOuter .BlogDetailRightSide .addthisContainer {
    text-align: center;
    margin-bottom: 20px;
}
.blogDetailOuter .BlogDetailRightSide .addthisContainer span.addthisDeel {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
.blogDetailOuter .BlogDetailRightSide .blogOverviewMore {
    font-family: 'Open Sans', sans-serif;
    background: #3f425d url(../_images/btn-arrow-white.png) no-repeat right 30px center;
    padding: 16px 40px;
    color: #FFF;
    font-size: 1.8rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    border: 0;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    width: 100%;
}
.blogDetailOuter .BlogDetailRightSide .blogOverviewMore a {
    color: #FFF;
}
.blogDetailOuter .BlogDetailRightSide .blogOverviewMore:hover {
    background: #3f425d url(../_images/btn-arrow-white.png) no-repeat right 25px center;
}

/*TEAM*/
.team .tTitle {
	font-size: 3.4rem;
	line-height: 4.8rem;
	font-weight: bold;
	color: #1d1d1b;
	margin: 0 0 1.5em 0;
	text-align: center;
}
.team .tFoto {
	border-radius: 10px 10px 0 0;
}
.team .itemInner:hover .tFoto {
    opacity: 0.8;
}
.team .tFoto img {
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.team .itemInner {
	position: relative;
	max-width: 265px;
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 10px;
    margin-bottom: 30px;
}
.team .tText {
	padding: 30px;
	border-radius: 0 0 10px 10px;
}
.team .itemInner:hover .tText{
	color:#fff;
}
.team .tText ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team .tText li {
	padding: 0 0 0 36px;
	margin: 8px 0 0 0;
}
.team .tText li:nth-child(1) {
	background: url(../_images/email.png) no-repeat left center;
}
.team .tText li:nth-child(2) {
	background: url(../_images/phone.png) no-repeat left center;
}
.team .tSubHeader {
    color: #3f425d;
    font-weight: 700;
    font-size: 1.6rem;
}
.team .tText span,
.team .tText span strong {
    font-size: 1.4rem;
    color: #1d1d1b;
    font-weight: 800;
}
.team .itemInner:hover {
    background: #3f425d;
}
.team .itemInner:hover .tText * {
	color: #FFF;
}
.team .itemInner:hover .tText li:nth-child(1) {
	background: url(../_images/email-hover.png) no-repeat left center;
}
.team .itemInner:hover .tText li:nth-child(2) {
	background: url(../_images/phone-hover.png) no-repeat left center;
}
.team .tIntro {
	text-align: center;
	margin: 36px 0 0 0;
}

/*LLB*/
.LLB {
    display: inline-block;
    margin-left:50px;
}
.LLB a {
    display: inline-block;
}
.LLB a:not(:last-of-type) {
    margin-right: 5px;
    padding-right: 5px;
}
img#langFlag {
    margin-right: 5px;
    vertical-align: top;
}

/************/
/*RESPONSIVE*/
/************/
@media (min-width:1101px) {
	body nav > ul > li > a {
		padding:20px 0 28px 0;
		display: inline-block;
	}
	body.sticky nav > ul > li > a{
		padding:30px 0 28px 0;
	}
	body nav > ul > li.hasChilderen:after {
		content: "";
		display: block;
		background: url(../_images/menu-arrow.png) no-repeat top center;
		width: 100%;
		height: 9px;
		margin: -20px auto 11px auto;
	}
	/*LVL2*/
	body nav > ul > li > ul {
		display: none;
		position: absolute;
		margin: -5px 0 0 -20px;
		padding:30px 40px 20px 40px;
		background: #FFF;
		text-align: center;
	}
}
/**/
@media (max-width: 1690px) {
	.t1o .tText {
		bottom: 10%;
	}
}
@media (max-width:1100px) {
	nav > ul > li.hasChilderen > ul {
		display: none;
	}
	nav > ul > li.hasChilderen > ul.itemOpen {
		display: block;
		margin: 0 !important;
	}
	nav > ul > li.hasChilderen > span.collapse {
        background: url(../_images/menu-arrow.png) no-repeat center;
        cursor: pointer;
	    height: 55px;
        padding-top: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 65px;
        font-size: 75%;
        transition: 0.2s;
		-webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    nav > ul > li.hasChilderen > span.collapse.active {
		-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
	#wLogo {
		max-width: 138px;
	}
	/*TEASER1*/
	.t1o,
	.t6o {
		padding: 97px 0 0 0;
	}
	.t1o .tText .tSubHeader {
		font-size: 4.2rem;
		line-height: 5rem;
	}
	.t1o .tTextInner {
		font-size: 2.6rem;
	}
	#scrolldown {
		bottom: 20px;
	}
	/*************/
	/*MOBILE MENU*/
	/*************/
	header nav {
		display: none;
	}
	.mobileMenu {
		display: block;
	}
	.hamburger {
	    width: 69px;
	    float: right;
	    margin:0 -15px 0 0;
	    cursor: pointer;
	    padding: 18px 20px;
	}
	.hamburger .line {
	    height: 4px;
	    background: #f0c22d;
	    border-radius: 2px;
	    margin:0 0 6px 0;
	}
	.hamburger .line:nth-child(2) {
		width: 60%;
	}
	.hamburger .line:nth-child(3) {
		width: 75%;
		margin: 0;
	}
	/*MENU CLOSED*/
	nav {
	    position: fixed;
	    width: 390px;
	    right: 0;
	    top: 0;
	    z-index: 2000;
	    background: #FFF;
	    height: 100vh;
	    transition: all 0.3s ease 0s;
	    -webkit-transform: translateX(100%);
	    -moz-transform: translateX(100%);
	    -o-transform: translateX(100%);
	    transform: translateX(100%);
		padding: 86px 0 56px 0;
		max-width: 100vw;
        overflow-y: auto;
	}
	/*MENU OPEN*/
	.menuOpen nav {
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
	nav a,
	nav li {
		display: block !important;
		position: relative !important;
	}
	nav ul {
		position: relative !important;
	}
	nav a {
		padding: 16px;
	}
	nav > ul > li > ul > li {
		padding: 16px 16px 16px 36px;
	}
	/*CLOSE MENU BTN*/
	.closeMenu {
	    width: 24px;
	    height: 24px;
	    margin:-55px 26px 25px 0;
	    float: right;
	    position: relative;
	    cursor: pointer;
	}
	.closeMenu .line {
	    height: 4px;
	    background: #f0c22d;
	    border-radius: 2px;
	    position: absolute;
	    width: 100%;
	}
	.closeMenu .line:nth-child(1) {
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.closeMenu .line:nth-child(2) {
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.hasChilderen > ul {
		margin-left:0 !important;
	}
}
@media (max-width: 1023px) {
	#wLogo {
	    max-width: 110px;
	}
	/*TEASER1*/
	.t1o .tText .tSubHeader {
		font-size: 2.8rem;
	    margin: 0 0 10px 0;
	}
	.tTextInner {
		font-size: 2.2rem;
	}
	/*FOOTER*/
	footer .mainLev {
		display: none;
	}
	#s1 {
		padding: 50px 15px;
	}
	#s2,
	#s3 {
		padding: 50px 0;
	}
	/*TEASER4*/
	.t4o {
		padding: 50px 0 0 0;
		text-align: center;
	}
	.t4o .tItemCon {
		display: none;
	}
	.t4o .col2 {
		margin: 0 0 20px;
	}
	.t4o .col-md-3 {
		position: relative;
	}
	.t4o iframe {
		position: relative !important;
		width: calc(100% + 30px) !important;
		height: 360px;
		margin: 0 -15px;
	}
	.t4o .contentContactButton {
		margin: 0 0 0 -15px;
	}
	.t4o .contentContactButton .button {
		border-radius: 0 12px 12px 0;
	}
}
@media (max-width:991px) {
	/*FOOTER*/
	footer ul > li {
		margin: 0 0 1em 0;
	}
	/*BUTTONS*/
	.button, a s,a strike {
		background: #f0c22d url(../_images/btn-arrow-white.png) no-repeat right 30px center;
		padding: 18px 60px 18px 25px;
	}
	.t6o .tText {
		bottom: -25px;
	}
	.jbdButBack {
	    background: transparent url(../_images/btn-arrow-dark-back.png) no-repeat left center;
	    color: #454545;
	    padding: 27px 20px 27px 20px;
	}
	.jbdButAplRight {
		display: none;
	}
	.t4o .contentContactButton input{
		float:left;
	}
}
@media screen and (min-width: 768px){
	.outer .explain, .outer .formInput>label {
		max-width: 100%;
		display: block;
		float: none;
	}
}
@media (max-width:767px) {
	.joboverview #s6 {
	    margin-bottom: 45px;
	}
	/* clickable facet */
	.facetsClickTitle {
		display: inline-block;
	    background: url(../_images/filter.png) no-repeat center left;
	    padding-left: 30px;
	}
	div#facetsClick {
		display: block;
	    padding: 12px 30px;
	    background: #373737;
	    color: #fff;
	    height: 45px;
	    width: 100%;
	    cursor: pointer;
	    position: fixed;
        left: 0;
	    bottom: 0;
	    z-index: 100000;
	    text-align: center;
	}
	.JobsOverviewEqual.JobsFacets {
		overflow: hidden;
		padding: 15px 30px 20px 30px;
	    position: fixed;
        left: 0;
	    bottom: 0;
	    background: white;
	    z-index: 10000;
	    width: 100%;
	    height: 100%;
	    overflow-y: scroll!important;
	    transform: translateY(100%);
		transition: .5s;
	}
	.JobsOverviewEqual.JobsFacets {
	    max-width:100%;
	}
	.JobsOverviewEqual.JobsFacets.openFacets {
	    transform: translateY(0);
	}
	.actLcMcrit {
	    margin: 0 0 30px 0;
	}
	.optionListContainer.actLc.actLcMcrit .optionListTitle {
		display: none;
	}
	div#facetsClick {
		display: block;
	}
	.actSRFacetCont.actSRFacetContJobs {
	    padding: 0;
	}
	.actOuter {
		display: flex;
		flex-direction: column;
	}
	.actSRFacetCont {
		order: 2;
	}
	.actSResultsCont {
		order: 1;
	}
	.t1o .tText {
		display: none;
	}
	#wLogo {
		width: 50%;
	}
	.contactOuter .col-sm-6 {
		height: auto !important;
		margin: 0 0 2em 0;
	}
	.loginOpen .webUserHookOuter{
		right:20px;
		left:20px;
		top:20px;
	    max-width:calc(100% - 40px);
        padding:40px 30px;
        height:auto;
	}
	.t4o .socialMediaItems {
	    text-align: left;
	}
	.t4o .tIntro {
 	    text-align: left;
 	}
 	.t4o .t4LeftSide {
	    padding-bottom: 65px;
	}
	.t4o .t4LeftSide {
	    padding-right: 0;
	}
	.ajaxWindow.newAgentFormFrag .formInput label {
	    width:100%!important;
	}
	.ajaxWindow.newAgentFormFrag .formInput > input[type=text],.ajaxWindow.newAgentFormFrag .splitter{
	    width:100%!important;
	}
	.mapsKaart iframe{
		max-width:100%;
	}
}
@media (max-width: 500px) {
	h1 {
	    font-size: 3.2rem;
	    line-height: 4rem;
	}
	.actTopMenu > div.actMlJc {
		font-size:2.6rem;
	}
	.loginCon {
		display: block;
	    position: absolute;
	    z-index: 9999;
	    right: 50px;
	}
	.sticky .loginCon {
	    position: fixed;
	}
	#wLogo{
	    margin: 0;
	    max-height: 100%;
	}
	#wLogo img {
	    max-height: 60px;
	    margin: 5px 0 3px 0;
	}
	.sticky #wLogo img {
	    max-height: 50px;
	    margin: 0;
	}
	/*ACTONOMY*/
	.actSResContainer,
	.actTopMenu,
	.actSResultsCont h1.actTitle,
	.intro.custRewriteIntro {
	    margin: 0 -15px;
	}
	/*TEASER1*/
	.t1o,
	.t6o {
	    padding: 60px 0 0 0;
	}
	.t1o .tIntro {
		display: block;
		position: relative;
		height: calc(100vh - 60px);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.t1o .tIntro img {
		width: 100% !important;
		height: auto !important;
	}
	.t1o .tIntroText {
		position: absolute;
		bottom: 20px;
		padding: 0 22px;
		font-size: 4rem;
		color: #FFF;
		font-weight: 900;
		top:10%;
	}
	.t1o .tIntroText a {
		margin: 0 0 0 -22px;
	}
	.t1o .tIntroText a s,.t1o .tIntroText a strike{
		border-radius: 0 12px 12px 0;
	}
	.t1o .tSlider {
		display: none;
	}
	/*JOBSHORTLIST*/
	.jslItemContainer {
		padding: 20px;
	}
	/*HLB4*/
	.hlb4 {
		text-align: left;
		margin: 0 -15px 0 -30px;
	}
	.hlb4 a s,.hlb4 a strike  {
		border-radius: 0 12px 12px 0;
		width: 100%;
	}
	.hlb4 a:first-child s {
		border-left:0;
		margin: 0 0 20px 0;
	}
	/*TEASER2*/
	.t2o .tFoto,
	.t2o .itemInner .tText {
		border-radius: 12px;
	}
	.t2o .tIntro {
		display: none;
	}
	/*TEASER3*/
	.t3o {
		display: none;
	}
	/*FOOTER*/
	footer {
		padding: 50px 0;
	}
	.hookWord.webUserHookKeyWord.ocdHookKeyWord,.hookInput.webUserHookInput.ocdHookInput{
	    width:100%;
	}
	.hookText.webUserHookText.ocdHookText,.hookButton.webUserHookButton.ocdHookButton.wuhNotLoggedIn{
	    float: none;
	    display: block;
	    margin-bottom:10px;
	}
	.loginOpen .webUserHookOuter {
	    right: 0;
	    left: 0;
	    top: 0;
	    max-width: 100%;
	    height: 100%;
	}
	.pager .sw .slick-dots{
		display:none!important;
	}
	.hookItemWord.mDhIw {
	    width: 100%;
	}
	.mDhItT {
       width: 100%;
    }
}






#google_translate_element {
    display: none;
}
body.translateOpen:after{
	content:"";
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background-color: rgba(56, 59, 87, 0.95);
	z-index:1000;
}
.translateOpen #google_translate_element {
    display: block;
    position: fixed;
    top: calc(50% - 200px);
    right: calc(50% - 325px);
    z-index:99999;
    background: #fff;
    padding: 60px 50px;
    border-radius: 0;
    width: 710px;
}
.loginCon .translateBtn{
	display: inline-block;
    background: url(../_images/header-globe.png) no-repeat left center;
	padding: 0 0 0 24px;
    margin-left: 44px;
	cursor: pointer;
}
.closeTranslateHook{
	position:absolute;
	right:30px;
	top:20px;
	cursor:pointer;
}