<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Primary color:		#74151B */
/* Secundairy color:    #4ABDCE */
/* Highlight color:		#4ABDCE */
/* Blue backgrounds:	#EDFBFA */
/* Text color:			#191919 */

@font-face {
    font-family: 'Rutan';
    src: url('../_fonts/Rutan/Rutan-Regular.eot');
    src: url('../_fonts/Rutan/Rutan-Regular.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/Rutan/Rutan-Regular.svg#Rutan-Regular') format('svg'),
            url('../_fonts/Rutan/Rutan-Regular.ttf') format('truetype'),
            url('../_fonts/Rutan/Rutan-Regular.woff') format('woff'),
            url('../_fonts/Rutan/Rutan-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rutan-Bold';
    src: url('../_fonts/RutanBold/Rutan-Bold.eot');
    src: url('../_fonts/RutanBold/Rutan-Bold.eot?#iefix') format('embedded-opentype'),
            url('../_fonts/RutanBold/Rutan-Bold.svg#Rutan-Bold') format('svg'),
            url('../_fonts/RutanBold/Rutan-Bold.ttf') format('truetype'),
            url('../_fonts/RutanBold/Rutan-Bold.woff') format('woff'),
            url('../_fonts/RutanBold/Rutan-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
  
  

/*Normalize styling*/
html {
    font-size:62.5%;
}
body {
    margin: 0;
    padding: 80px 0 0 0;
    font-family: 'Rutan', sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #191919;
}
* {
    box-sizing:border-box;
}
*:focus {
    outline:none;
}
a {
    color: #4ABDCE;
    text-decoration:none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hidden {
    display: none;
}
a:hover {
    color: #4ABDCE;
    text-decoration:none;
}
h1,
h2,
h3,
h4,
h5 {
    margin:0;
    font-family: 'Rutan-Bold', sans-serif;
    color: #74151B;
}
h2:empty,
h3:empty,
h4:empty,
h5:empty {
    margin:0;
}
p,
ul,
li{
    margin:0;
    padding:0;
}
img {
    display:block;
    max-width:100%;
    height:auto!important;
}
select {
    display:none;
}
.slick-slider *:focus {
    outline:none;
}
.main {
    opacity:0;
}
iframe {
    border: none;
}
.cleaner {
    clear: both;
}


/**************************************** General styling ****************************************/

.actJsaConfirmOuter,
.simpleMessage {
    max-width: 1200px;
    padding: 50px 30px;
    margin: 0 auto;
}
.sw {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}
.sw.md {
    max-width: 1150px;
}
.sw.cnt {
    max-width: 920px;
}
.sw.sm {
    max-width: 580px;
}
h1 {
    font-size: 5.7rem;
    line-height: 7rem;
    font-weight: 900;
}
h2 {
    font-size: 4.2rem;
    line-height: 5.4rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}
h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    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&gt;s,
s&gt;a,
strike&gt;a,
a&gt;strike,
.bisjab a&gt;s,
.bisjab s&gt;a,
.bisjab strike&gt;a,
.bisjab a&gt;strike {
    -webkit-appearance: none;
    font-family: 'Rutan-Bold', sans-serif;
    display: inline-block;
    padding: 10px 29px 10px 29px;
    border-radius: 5px;
    border: 1px solid #4ABDCE;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: bold;
    background-color: #4ABDCE;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
}
button:hover,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a&gt;s:hover,
s&gt;a:hover,
strike&gt;a:hover,
a&gt;strike:hover,
.bisjab a&gt;s:hover,
.bisjab s&gt;a:hover,
.bisjab strike&gt;a:hover,
.bisjab a&gt;strike:hover {
    background-color: transparent;
    border: 1px solid #4ABDCE;
    color: #4ABDCE!important;
}


/**************************************** Forms ****************************************/

input:focus,
button:focus,
textarea:focus {
    outline:none;
}
input:not(.slick-arrow):not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
button:not(.slick-arrow):not(button):focus,
textarea:focus {
    border: 1px solid #CACADD;
}
input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    font-family: 'Rutan', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #000;
    border: 1px solid #EDFBFA;
    padding: 12px 20px 10px 20px;
    background-color: #EDFBFA;
    border-radius: 3px;
}
.errorMode input:not(.slick-arrow):not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
input[type=text].fieldError,
input[type=password].fieldError,
input[type=checkbox].fieldError,
input[type=radio].fieldError,
textarea.fieldError,
.aplFileInput.fieldError .fileInputHolder,
.errorMode input[type=text],
.errorMode input[type=password],
.errorMode input[type=checkbox],
.errorMode input[type=radio],
.errorMode textarea,
.formInput.errorMode .select,
.formSmallInput.errorMode .select,
.aplFileInput.errorMode .fileInputHolder {
    border: 1px solid #FF0000;
}
textarea {
    min-height:120px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
    color: #000000;
}
.fileInputHolder {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #EDFBFA;
    border: 1px solid #EDFBFA;
    width: 100%;
    padding: 12px 20px 10px 20px;
    text-align: left;
    border-radius: 3px;
}
.aplMFileInput label {
    display: none !important;
}
.fileInputHolder.empty &gt; .remove {
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f574';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
    color: #4ABDCE;
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #74151B;
}
.error {
    position: relative;
    padding-left: 20px;
    font-size: 1.2rem;
    color: #FF0000;
}
.error:before{
    content: '\f06a';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2.5rem;
}
form &gt; .error {
    font-weight: bold;
    margin-bottom: 20px;
}
form .explain {
    font-size: 1.2rem;
}
.inputFile{
    font-family: 'Rutan', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #000;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    font-size: 0;
    cursor:pointer;
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 4rem;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
span.remove:after{
    content: '\f317';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
}
span.remove:hover:after {
    color: #E73283;
    font-weight: bold;
}
.formInput {
    margin-bottom: 20px;
}
.formInput.aplFileInput label,
.formInput.aplFormInput.aplCvTkInput label,
.formInput.infoFormInput.aplFormCV label {
    display:none!important;
}
label[for=cv_file] {
    display: none!important;
}
.interaction-hook form .text {
    margin-bottom: 30px;
}
.qsPIOuter.interaction-hook {
    padding-top: 0;
    padding-bottom: 0;
}
.formInput .aplMCheckContainer span,
.formInput .aplMRadioContainer label {
    display: block;
}
.formCheckboxContainer &gt; * {
    vertical-align: middle;
}
label.labelRadio {
    line-height: 15px;
    vertical-align: middle;
    margin: 5px 15px 5px 0;
    display: inline-block;
    width: auto;
    clear: none;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #4ABDCE;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
input[type=radio]:after {
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
    background: #4ABDCE;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: '';
    opacity: 1;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #4ABDCE;
}
.formCheckboxContainer {
    margin: 0;
    line-height: 2.4rem;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #191919;
	width: 20px!important;
    height: 20px;
    border-radius: 5px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	outline: none;
    margin: 0 10px 8px 0;
    position: absolute;
    top: 3px;
    left: 0;
}
input[type=checkbox]:checked {
	border: 1px solid #191919;
}
input[type=checkbox]:after {
    content: '\2714';
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 2px;
    color: #4ABDCE;
    line-height: 1.7rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=checkbox]:checked:after {
    font-size: 1.5rem !important;
    opacity: 1;
}
input[type=checkbox][disabled] {
    cursor: default;
}
.formInput.aplCheckContainer {
    position: relative;
    padding-left: 30px;
}
.formInput.aplCheckContainer .formCheckboxContainer {
    display: inline-block;
}
.formInput.aplCheckContainer label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 3rem;
    width: calc(100% - 50px);
    float: left;
}
.formInput.aplCheckContainer label span.terms {
    color: #74151B;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formInput.aplCheckContainer label span.terms:hover {
    color: #4ABDCE;
}
.formInput.aplTextAreaInput.aplPrivAreaInput label {
    display: none;
}
.formInput.aplTextAreaInput.aplPrivAreaInput {
    margin: 0 0 0 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formInput.aplTextAreaInput.aplPrivAreaInput.showing {
    max-height: 300px;
    padding-bottom: 20px;
}


/**************************************** OTYS Select ****************************************/

.select {
    padding: 13px 40px 12px 20px;
    border: 1px solid #EDFBFA;
    background-color: #EDFBFA;
    border-radius: 5px;
}
.select.options_open {
    border: 1px solid #CACADD;
}
.fieldError .select {
    box-shadow: 0 4px 10px #4ABDCE45;
}
.select:after {
    content: '\f063';
    color: #4ABDCE;
    display: inline-block;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 13px;
    height: 17px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: none;
}
.select .select_options{
    background: #EDFBFA;
    box-shadow: 0 8px 10px rgba(93,93,93,0.4);
    border-radius: 0 0 0 5px;
    left: 0;
    width: 100%;
    border: none;
    outline: 1px solid #CACADD;
}
.select .select_options .option {
    padding: 4px 10px;
    margin: 2px 10px;
}
.select_label {
    padding: 2px 12px 2px 0;
    margin: 0.5px 2px;
}
.select.multiple .selected_item {
    line-height: 2.3rem;
}
.select.single .selected_item {
    padding: 2px 12px 2px 0;
    margin: 0.5px 2px 0.5px 0;
}
.select .select_options::-webkit-scrollbar-track,
.select .select_options::-webkit-scrollbar{
    background-color: #f0f0f0;
}
.select.single .selected_item[value=NULL],
.select .select_options .option[value=NULL],
.select_label{
    color: #000;
}
.active_options,
.select.multiple .selected_item,
.select .select_options .option.selected{
    color: #FFF;
}
.selected_item{
    color: #000;
    padding: 3px 12px;
}
.select.multiple .selected_item,
.select .select_options .option.selected {
    background-color: #4ABDCE;
    border-radius: 5px;
}
.select .select_options::-webkit-scrollbar-thumb {
    background-color: #4ABDCE;   
}
.select .select_options .option:not(.selected):hover{
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
}


/**************************************** Texts ****************************************/

.text,
.text p{
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
}
.text a:not(.button) {
    text-decoration: underline;
    font-weight: 400;
}
.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;
}
.bisjab a {
    color: #4ABDCE;
}
.bisjab a:hover {
    color: #74151B;
}
.text ul,
.text ol,
.bisjab ul,
.bisjab ol {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
}
.text ul li,
.bisjab ul li {
    list-style: none;
}
.text ul &gt; li:before,
.bisjab ul &gt; li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    color: #4ABDCE;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 3.1rem;
    margin-right: 0;
    position: absolute;
    left: 0;
}
.text ol,
.bisjab ol {
    margin: 15px 0;
    padding-left: 30px;
    position: relative;
    counter-reset: li;
}
.text ol li,
.bisjab ol li {
    list-style: none;
    counter-increment: li;
}
.text ol &gt; li:before,
.bisjab ol &gt; li:before {
    content: counter(li);
    direction: rtl;
    color: #4ABDCE;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-right: 0;
    position: absolute;
    left: 0;
    margin-top: 2px;
}
.text p{
    margin:0 0 30px 0;
}
.text p:last-child{
    margin:0;
}


/**************************************** Slick Dots ****************************************/

ul.slick-dots{
    margin:50px 0 0 0;
    text-align:center;
}
ul.slick-dots li{
    display:inline-block;
    text-align:right;
    border-bottom:1px solid #000;
    width:90px;
    cursor:pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.slick-dots li.slick-active{
    box-shadow: inset 0 -3px 0px #000;
}
ul.slick-dots li button{
    padding:0;
    background:transparent;
    color:#000;
    font-size:1rem;
    font-weight:900;
}


/**************************************** Cookiebar ****************************************/

.ckOuter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #4ABDCE;
    padding: 15px 0;
    line-height: 2.2rem;
}
.ckOuter &gt; .sw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ckOuter.accepted {
    display: none;
}
.cookieBtns {
    display: inline-block;
    padding-left: 30px;
}
.cookieBtns input[type=submit] {
    margin-bottom: 0;
}
.ckOuter.close {
    display: none;
}


/**************************************** Apply pages ****************************************/

.aplOuter,
.qsPIOuter {
    padding-top: 80px;
    padding-bottom: 80px;
}
.aplOuter h1 {
    font-size: 4.2rem;
    line-height: 5.4rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}
.aplIntro,
.apltext,
.aplText,
.aplStartFormTkSgnUp .text {
    margin-bottom: 40px;
}
.aplButtons {
    margin-top: 20px;
}
.aplButtons .button,
.aplEventButtons .button {
    border: 1px solid #74151B;
    background-color: #74151B;
}
.aplButtons .aplAplyLogin,
.aplButtons .aplAplyPass {
    display: none;
}
.aplButtons .button:hover,
.aplEventButtons .button:hover {
    background-color: transparent;
    border: 1px solid #74151B;
    color: #74151B !important;
}
.aplApplyButtons,
.aplEventButtons {
    margin-bottom: 40px;
}
.appRow span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #191919;
}
form#aplStartPasswF,
form#aplStartSignTkF {
    margin-top: 60px;
}
.aplJlSOuter .aplJlSLink {
    display: none;
}


/**************************************** Header ****************************************/

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 10px 0;
    z-index: 201;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
}
.header .sw {
    display: flex;
}
.header .logo {
    flex-grow: 0;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}
.header .menu {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}
.header #hamburger {
    display: none;
}


/**************************************** HLB 1 ****************************************/

.hlb1{
    width:100%;
    text-align:right;
}
.hlb1 li{
    display: inline-block;
    font-family: 'Rutan', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
}
.hlb1 &gt; li{
    margin:0 10px;
    position:relative;
}
.hlb1 &gt; li:last-of-type{
    margin: 0 0 0 10px;
}
.hlb1 &gt; li:first-of-type{
    margin: 0 10px 0 0;
}
.hlb1 li a{
    display: block;
    color: #191919;
}
.hlb1 &gt; li &gt; a {
    padding:20px 10px;
}
.hlb1 li a:hover {
    text-decoration: none;
    color: #4ABDCE;
}
.hlb1 &gt; li.mainLevactive &gt; a,
.hlb1 &gt; li &gt; ul &gt; li.subLevel_1active &gt; a,
.hlb1 &gt; li &gt; ul &gt; li &gt; ul &gt; li.subLevel_2active &gt; a {
    font-weight: normal;
    color: #4ABDCE;
}
.hlb1 &gt; li &gt; ul {
    position: absolute;
    top:100%;
    padding-top:10px;
    width: auto;
    background: #FFF;
    text-align: left;
    min-width: 200px;
    display:none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.05);
}
.hlb1 &gt; li &gt; ul &gt; li {
    display: block;
    line-height: 3rem;
    position: relative;
}
.hlb1 &gt; li &gt; ul &gt; li a {
    padding: 5px 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.hlb1 &gt; li &gt; ul &gt; li a:hover {
    text-decoration: none;
    color: #4ABDCE;
}
.hlb1 &gt; li &gt; ul &gt; li &gt; ul {
	position: absolute;
    top: 0;
    width: auto;
    text-align: left;
    min-width: 200px;
	display: none;
    left: 100%;
	background: #FFF;
	-webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.hlb1 &gt; li &gt; ul &gt; li &gt; ul &gt; li {
	display: block;
    line-height: 3rem;
    position: relative;
}
.hlb1 &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    padding: 5px 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.hlb1 &gt; li &gt; .hlb1SubToggle {
    display: none;
}


/**************************************** HLB 1 - Login ****************************************/

.menu &gt; .loginButton &gt; .webUserHookOuter {
    display: none;
}
.menu .loginButton {
    font-size: 0;
    display: none;
}
.menu .loginButton a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-left: 35px;
}
.menu .loginButton a:before {
    content: "\f502";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 900 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu .loginButton a:hover:before {
    color: #191919;
}


/**************************************** HLB 1 - Favorites ****************************************/

.aplRadioError  { clear: both; margin-left: -30px; }

.LoginButtonError,
.favoritesRow h1 {
    display: none;
}
.menu .nshDetailsContainer {
    font-size: 0;
}
.menu .nshDetailsContainer a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
}
.menu .nshDetailsContainer a:before {
    content: "\f005";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 900 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 2px;
}
.menu .nshDetailsContainer a:hover:before {
    color: #191919;
}


/**************************************** HLB 2 &amp; HLB 3 ****************************************/

.footer ul {
    list-style: none;
}
.footer .hlb2 h4,
.footer .hlb3 h4 {
    color: #FFF;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer .hlb2 a,
.footer .hlb3 a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-left: 0;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer .hlb2 a:hover,
.footer .hlb3 a:hover {
    text-decoration: none;
    padding-left: 23px;
}
.footer .hlb2 a:before,
.footer .hlb3 a:before{
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    padding-left: -20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    width: 14px;
    height: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.footer .hlb2 a:hover:before,
.footer .hlb3 a:hover:before {
    padding-left: 0;
    opacity: 1;
}

/**************************************** LLB ****************************************/

div#llb {
    /*display: inline-block;*/
    display: none;
    line-height: 6rem;
    margin-left: 30px;
}
div#llb &gt; a{
    width: 20px;
    height: 15px;
    background-color: transparent;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
div#llb &gt; a.langflag_1{background-image:url(../_images_global/flags/Netherlands.png);}
div#llb &gt; a.langflag_2{background-image:url(../_images_global/flags/Germany.png);}
div#llb &gt; a.langflag_3{background-image:url(../_images_global/flags/United_Kingdom.png);}
div#llb &gt; a.langflag_4{background-image:url(../_images_global/flags/France.png);}
div#llb &gt; a.langflag_5{background-image:url(../_images_global/flags/Czech_Republic.png);}
div#llb.currentLang1 &gt; .langflag_1{display:none;}
div#llb.currentLang2 &gt; .langflag_2{display:none;}
div#llb.currentLang3 &gt; .langflag_3{display:none;}
div#llb.currentLang4 &gt; .langflag_4{display:none;}
div#llb.currentLang5 &gt; .langflag_5{display:none;}

/**************************************** Footer ****************************************/

.footer {
    background-color: #800F18;
    padding: 80px 0 60px 0;
}
.bottomFooter {
    background-color: #800F18;
    color: #FFFFFF45;
    text-align: center;
    padding-bottom: 20px;
}
.bottomFooter a {
    color: #FFFFFF45;
}
.bottomFooter a:hover {
    text-decoration: underline;
}
.bottomFooter .copyright,
.bottomFooter .hlb4 {
    display: inline;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 300;
}


/**************************************** Global Teasers ****************************************/

.teaserIntro,
.teaserIntro p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
}


/**************************************** Teaser 1 - Header photo ****************************************/

.t1 {
    margin-bottom: 60px;
}
.t1 .headerPhotos {
    position: relative;
}
.t1 .headerPhotoContainer .row {
    position: relative;
}
.t1 .headerPhotoContainer .headerPhotoKopCol {
    position: absolute;
    right: 0;
}
.t1 .headerPhotoContainer .headerPhotoKopCol {
    padding-top: 85px;
}
.t1 .headerPhoto {
    min-height: 460px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: -60px;
}
.t1 .headerPhotos .headerPhotosBackground {
    min-height: 400px;
    background-color: #EDFBFA;
    position: absolute;
    width: calc((100% - (100% - 1170px) / 2) - 20px);
    top: 0;
    right: 0;
}
.t1 .actJshOuter form {
    display: flex;
}
.t1 .actJshOuter .actHInput {
    max-width: 370px;
    width: 100%;
}
.t1 .actJshOuter .select {
    padding: 13px 40px 12px 20px;
    border: none;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(93,93,93,0.25);
}
.t1 .actJshOuter .select .select_options {
    background: #FFF;
    border-radius: 0 0 0 5px;
    left: 0;
    width: 100%;
    outline: none;
}
.t1 .actJshOuter .select .select_options .option:not(.selected):hover {
    background-color: #4ABDCE25;
    color: #000;
    border-radius: 5px;
}
.t1 .actJshOuter .select.options_open {
    border-radius: 5px 5px 0 0;
}
.t1 .actJshOuter .select.single .selected_item[value=NULL],
.t1 .actJshOuter .select .select_options .option[value=NULL],
.t1 .actJshOuter .select_label {
    color: #000;
}
.t1 .actJshOuter .actHButton {
    margin-left: 30px;
}
.t1 .actJshOuter .actHButton button {
    background: #4ABDCE;
    padding: 15px 15px;
    border: none;
}
.t1 .actJshOuter .actHButton button:hover {
    background: #4ABDCE;
}
.t1 .actJshOuter .actHButton button:after {
    content: '\f061';
    color: #FFF;
    display: block;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 2rem;
    font-weight: bold;
}
body.noSearchHook:not(.eventdetail):not(.blogdetail) .t1 .headerPhotoContainer .headerPhotoTextCol {
    display: none;
}
body.noSearchHook .t1 .headerPhotoContainer .headerPhotoKopCol {
    padding-top: 0;
    height: 100%;
    align-items: center;
    display: flex;
}


/**************************************** Teaser 2 - Header photo job detail ****************************************/

body.blogdetail .t2,
body.vacancydetail .t2 {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
body.blogdetail .t2.reveal,
body.vacancydetail .t2.reveal {
    opacity: 1;
}
.t2 .headerPhotos {
    position: relative;
}
.t2 .headerPhotoContainer .row {
    position: relative;
}
.t2 .headerPhotoContainer .headerPhotoKopCol {
    position: absolute;
    right: 0;
}
.t2 .headerPhotoContainer .headerPhotoKopCol {
    padding-top: 80px;
    padding-bottom: 80px;
}
.t2 .headerPhoto {
    min-height: 460px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.t2 .headerPhotos .headerPhotosBackground {
    min-height: 230px;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 1170px) / 2);
    top: 0;
    right: 0;
}
.t2 .headerPhotos .headerPhotoTextCol {
    display: flex;
    align-self: flex-end;
    min-height: 150px;
    flex-direction: column;
}
.t2 .headerPhotos .headerPhotoTextCol .headerPhotoContent {
    display: flex;
    flex: 1;
    align-items: center;
}
.t2 .headerPhotoKopCol .vacancyShareConainer {
    position: absolute;
    top: 30px;
    right: 15px;
}
.vacancydetail .t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShare {
    margin-left: -3px;
}
.t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShare {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShareMail {
    display: none;
}

.t2 .headerPhotoKopCol .vacancyShareWhatsapp a,
.t2 .headerPhotoKopCol .favorites_cookies button.AddFav,
.t2 .headerPhotoKopCol .favorites_cookies button.delFav,
.t2 .headerPhotoKopCol .vacancyShareMail button.jbdButMail,
.eventdetail .t1 .headerPhotoKopCol .eventSharePrint button.eventButtonPrint,
.eventdetail .t1 .headerPhotoKopCol .eventShareMail button.eventButtonMaf {
    font-size: 0;
    padding: 8px 7px;
    background-color: transparent;
    line-height: 1;
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.t2 .headerPhotoKopCol .favorites_cookies button.delFav {
	border: 1px solid #74151B;
    background-color: #74151B;
}
.t2 .headerPhotoKopCol .vacancyShareWhatsapp a:hover,
.t2 .headerPhotoKopCol .favorites_cookies button.AddFav:hover,
.eventdetail .t1 .headerPhotoKopCol .eventSharePrint button.eventButtonPrint:hover,
.t2 .headerPhotoKopCol .vacancyShareMail button.jbdButMail:hover,
.eventdetail .t1 .headerPhotoKopCol .eventShareMail button.eventButtonMaf:hover {
    background-color: #4ABDCE;
}
.t2 .headerPhotoKopCol .favorites_cookies button.delFav:hover {
	border: 1px solid #74151B;
	
}
.t2 .headerPhotoKopCol .favorites_cookies button.AddFav:before,
.t2 .headerPhotoKopCol .favorites_cookies button.delFav:before {
    content: "\f005";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 900 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.t2 .headerPhotoKopCol .vacancyShareWhatsapp a:hover:before,
.t2 .headerPhotoKopCol .favorites_cookies button.AddFav:hover:before,
.t2 .headerPhotoKopCol .favorites_cookies button.delFav:hover:before,
.eventdetail .t1 .headerPhotoKopCol .eventSharePrint button.eventButtonPrint:hover:before,
.t2 .headerPhotoKopCol .vacancyShareMail button.jbdButMail:hover:before,
.eventdetail .t1 .headerPhotoKopCol .eventShareMail button.eventButtonMaf:hover:before {
    color: #FFF;
}
.t2 .headerPhotoKopCol .favorites_cookies button.delFav:before {
    color: #FFF;
}
.t2 .headerPhotoKopCol .vacancyShareWhatsapp a:before {
    content: "\f232";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 400 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.t2 .headerPhotoKopCol .vacancyShareMail button.jbdButMail:before,
.eventdetail .t1 .headerPhotoKopCol .eventShareMail button.eventButtonMaf:before {
    content: "\f0e0";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 600 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.eventdetail .t1 .headerPhotoKopCol .eventSharePrint button.eventButtonPrint:before {
    content: "\f02f";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 600 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.addthis_inline_share_toolbox {
    display: block;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    margin: 0;
    padding: 0;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    background-color: transparent!important;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact &gt; span.at-icon-wrapper {
    position: relative;
    line-height: 36px !important;
    height: 36px !important;
    width: 36px !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact &gt; span.at-icon-wrapper:before {
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    content: '\f1e0';
    position: absolute;
    left: 0;
    color: #74151B20;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 36px;
    height: 36px;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact &gt; span.at-icon-wrapper &gt; svg {
    display: none;
}


/**************************************** Teaser 3 - Home: Slider 1 ****************************************/

.t3 {
    position: relative;
    padding: 60px 0 0 0;
}
.t3 .t3Background {
    min-height: 330px;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 987px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.t3 h2.teaserTitle {
    margin: 0 0 40px 0;
}
.t3 .superSliderSW {
    width: calc(100% - (100% - 1170px) / 2);
    margin-left: auto;
}
.t3 .superSliderOverflowBox {
    overflow-x: hidden;
}
.t3 .superSliderFixedWidth {
    width: 1575px;
}
.t3 .superSliderContainer .superSlider {
    display: flex;
}
.t3 .superSliderContainer .superSliderArrows {
    width: 100px;
    flex-shrink: 0;
}
.t3 .superSliderContainer .superSliderArrows .slick-prev,
.t3 .superSliderContainer .superSliderArrows .slick-next {
    display: block !important;
    background-color: transparent;
    padding: 12px;
    margin-bottom: 20px;
}
.t3 .superSliderContainer .superSliderArrows .slick-prev:hover,
.t3 .superSliderContainer .superSliderArrows .slick-next:hover {
    background-color: #4ABDCE;
}
.t3 .superSliderContainer .superSliderArrows .slick-prev:after,
.t3 .superSliderContainer .superSliderArrows .slick-next:after {
    content: '';
    font-weight: bold;
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    width: 18px;
    cursor: pointer;
}
.t3 .superSliderContainer .superSliderArrows .slick-prev:hover:after,
.t3 .superSliderContainer .superSliderArrows .slick-next:hover:after{
    color: #FFF;
}
.t3 .superSliderContainer .superSliderArrows .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t3 .superSliderContainer .superSliderArrows .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t3 .superSliderSlickItem .superSliderSlickItemInner {
    position: relative;
    margin: 0 12px;
    overflow: hidden;
    border-radius: 5px;
}
.t3 .superSliderSlickItem .teaserPhoto {
    position: relative;
    display: inline-block;
}
.t3 .superSliderSlickItem .teaserPhoto img {
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.t3 .superSliderSlickItem:hover .teaserPhoto img {
    transform: scale(1.05);
}
.t3 .superSliderSlickItem .teaserShadowOverlay {
    background-image: url(../_images/t3-shadow-overlay.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 370px;
    z-index: 1;
}
.t3 .superSliderSlickItem .bisjabTextBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 370px;
    padding: 30px 40px;
    text-align: left;
    z-index: 2;
}
.t3 .superSliderSlickItem .bisjabTextBox .teaserText {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 5px;
    color: #FFF;
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.t3 .superSliderSlickItem:hover .bisjabTextBox .teaserText {
    opacity: 1;
}
.t3 .superSliderSlickItem .bisjabTextBox .teaserKop {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 3.2rem;
    color: #FFF;
    position: relative;
}
.t3 .superSliderSlickItem .bisjabTextBox .teaserKop:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    position: absolute;
    right: 50px;
    color: #FFF;
    font-size: 18px;
    width: 18px;
    height: 28px;
    line-height: 2.8rem;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.t3 .superSliderSlickItem:hover .bisjabTextBox .teaserKop:after {
    opacity: 1;
    right: 0;
}
.t3 .superSliderSlickItem .clickVacancyCat {
    display: inline-block;
}


/**************************************** Teaser 4 - Home: Free teaser 1 ****************************************/

.t4 {
    padding: 100px 0 50px;
}
body.content .t4 {
    padding: 0px 0 50px;
}
.t4 .row {
    align-items: center;
}
.t4 .teaserPhoto img {
    border-radius: 5px;
}


/**************************************** Teaser 5 - Home: Slider 2 ****************************************/

.t5 {
    padding-bottom: 75px;
}

.t5 .bslOuter {
    position: relative;
    padding: 60px 0 0 0;
}

/**************************************** Teaser 6 - Home: Free teaser 2 ****************************************/

.t6 {
    margin: 50px 0 100px;
}
.t6 .row {
    align-items: center;
}
.t6 .teaserPhoto img {
    border-radius: 5px;
}


/**************************************** Teaser 7 - More information block ****************************************/

.t7 {
    position: relative;
    padding: 60px 0 0 0;
    margin-bottom: 160px;
}
.t7 h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
.t7 .t7Background {
    min-height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 787px) / 2);
    top: 0;
    left: 0;
}
.t7 .photoCol {
    margin-bottom: -60px;
}
.t7 .bisjabTextBox {
    padding: 30px 0 50px 0;
}
.t7 .teaserText {
    display: inline-block;
}
.t7 .teaserText a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-right: 30px;
    color: #191919;
}
.t7 .teaserText a:before {
    content: '';
    font-weight: bold;
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    width: 16px;
    cursor: pointer;
}
.t7 .teaserText a[href*=tel]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.t7 .teaserText a[href*=mailto]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t7 .teaserText a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t7 .teaserPhoto img {
    border-radius: 5px;
}


/**************************************** Teaser 8 - Apply procedure ****************************************/

.t8 {
    margin-bottom: 100px;
}
body.content .t8 {
    margin-top: 100px;
}
.t8 .titleSW h2 {
    text-align: left;
    margin: 0 0 40px 0;
}
.t8 .menuContainer {
    margin: 0 0 60px 0;
}
.t8 .menuContainer .menuItems {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
    transform: translateX(0);
}
.t8 .menuContainer .menuItems li {
    font-family: "Ruton-Bold", sans-serif;
    width: 24%;
    float: left;
    line-height: 2.6rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 20px 0;
    margin-right: 30px;
    color: #74151B;
    border-bottom: 4px solid #74151B;
    opacity: 0.25;
    -webkit-transition: 0.3s .1s ease-out;
    -o-transition: 0.3s .1s ease-out;
    transition: 0.3s .1s ease-out;
}
.t8 .menuContainer .menuItems li:hover {
	opacity: 0.5;
}
.t8 .menuContainer .menuItems li.current {
    opacity: 1;
}
.t8 .menuContainer .menuItems li:last-child {
    margin-right:0;
}
.t8 .menuContainer .menuItems li em {
    font-family: "Ruton", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #4ABDCE;
    display: block;
    font-style: normal;
}
.t8 .itemContainer .row {
	align-items: center;
}
.t8 .itemContainer .item .teaserKop {
    display: none;
}
.t8 .arrowsSW {
	display: none;
}
.t8 .arrowsSW .sliderArrows {
    text-align: center;
    flex-shrink: 0;
    margin-top: 30px;
}
.t8 .arrowsSW .sliderArrows button {
    display: inline-block !important;
    background-color: transparent;
    padding: 12px;
    margin: 0 10px;
}
.t8 .arrowsSW .sliderArrows button:after {
    content: '';
    font-weight: bold;
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    width: 18px;
    cursor: pointer;
}
.t8 .arrowsSW .sliderArrows .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t8 .arrowsSW .sliderArrows .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.t8 .itemContainer .item .photoCol img {
    border-radius: 5px;
}

/******** Animate the blocks, not sure if this can stay ********/

.t8 .itemContainer .item .photoCol,
.t8 .itemContainer .item .textCol {
	transition: 0.5s .25s ease-out;
}
.t8 .itemContainer .item .photoCol {
    transform: translateX(-150px);
    opacity: 0;
}
.t8 .itemContainer .item .textCol {
    transform: translateX(150px);
    opacity: 0;
}
.t8 .slick-slide.slick-active .item .photoCol,
.t8 .slick-slide.slick-active .item .textCol {
    transform: translateX(0) !important;
    opacity: 1 !important;
}


/**************************************** Teaser 9 - Login photo ****************************************/

.t9 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: url("../_images/t10-bg.jpg") no-repeat center center /cover;
}
body.loginHook .t9 {
    display:block;
}
.t9 .ocdHookOuter {
    padding: 50px 50px 120px 50px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.t9 .loginHook {
    -webkit-transform: translateY(-45%) translateX(-50%);
    -ms-transform: translateY(-45%) translateX(-50%);
    transform: translateY(-45%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 450px;
    max-height: 100%;
    z-index: 2;
    width: 100%;
    border-radius: 5px;
}
.t9 .loginHook .h2 {
    color: #74151B;
    font-family: "Rutan-Bold";
    font-size: 4.2rem;
    line-height: 5.4rem;
    margin: 0 0 20px 0;
}
.t9 .ocdHookOuter .loginHookField {
    margin: 0 0 20px 0;
}
.t9 .loginHookLinks {
    font-size: 1.6rem;
    font-family: 'Rutan', sans-serif;
    margin: 0 0 0 0;
}
.t9 .loginHookLinks a {
    color: #23232350;
}
.t9 span.ocdFrgtPswrd {
    float: right;
}
.t9 .loginHookPhoto{
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display: inline-block;
    float:left;
    border-radius: 0 5px 5px 0;
}
.closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.closeButton:after {
    content: '\f00d';
    color: #4ABDCE;
    display: inline-block;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 3rem;
    line-height: 2rem;
    font-weight: bold;   
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.closeButton:hover:after {
    color: #4ABDCE;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.t9 form .intro {
    position: absolute;
    font-size: 1.2rem;
    color: #4ABDCE;
    max-width: 100%;
    padding-right: 20px;
    line-height: 2.2rem;
    padding-top: 3px;
}
.t9 .buttons {
    position: absolute;
    bottom: 50px;
}
.t9 .buttons input {
    margin-bottom: 0;
}
.t9 .buttons input:focus {
    border: 1px solid #4ABDCE;
}


/**************************************** Teaser 10 - Jobalert photo ****************************************/

.t10{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: url("../_images/t10-bg.jpg") no-repeat center center /cover;
}
.t10 .popUpContainer{
    -webkit-transform: translateY(-45%) translateX(-50%);
    -ms-transform: translateY(-45%) translateX(-50%);
    transform: translateY(-45%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    max-width: 450px;
    max-height: 100%;
    z-index: 2;
    border-radius: 5px;
}
.t10 .jobAlertBox{
    width: 100%;
    padding: 50px;
    display: inline-block;
}
.t10 .jobAlertPhoto {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.t10 .ajaxWindow.newAgentFormFrag,.t10 .simpleMessageFrag{
    min-height: 250px;
}
.t10 .formInput {
    margin: 0 0 15px 0;
}
.t10 .oldRecaptcha{
    display:none;
}
.t10 .ajaxWindow.newAgentFormFrag .intro,.ajaxWindow.newAgentFormFrag .text{
    display:none;
}
.t10 .errormailError {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #4ABDCE;
}
.t10 .error {
    color: #4ABDCE;
    margin: 15px 0 15px 0;
}
.t10 .jbAlertDistanceMatching{
    display: inline-block;
    width: 100%;
}
.t10 .jbAlertDistanceMatching .actEqueryInputFragZipCode{
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
}
.t10 .jbAlertDistanceMatching .actEqueryInputFragMaxDistance {
    display: inline-block;
    width: 100px;
    float: left;
    padding-left: 15px;
}
.t10 .grecaptcha-badge {
    display: none;
}


/**************************************** Teaser 11 - Footer Linker kolom ****************************************/

.t11 {
    color: #FFF;
}
.t11 .teaserPhoto {
    margin-bottom: 15px;
}
.t11 .teaserText,
.t11 .teaserText p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.t11 .teaserText p {
    margin-bottom: 30px;
}
.t11 .teaserText p:last-child {
    margin-bottom: 0;
}
.t11 .teaserText button:hover,
.t11 .teaserText .button:hover,
.t11 .teaserText a&gt;s:hover,
.t11 .teaserText s&gt;a:hover,
.t11 .teaserText strike&gt;a:hover,
.t11 .teaserText a&gt;strike:hover {
    background-color: #FFF;
}


/**************************************** Teaser 12 - JSL ****************************************/

.t12 {
    position: relative;
    margin-bottom: 100px;
    padding-top: 60px;
}
.t12 .jslBackground {
    max-height: 230px;
    height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 987px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.jslTitle1 {
    margin-bottom: 40px;
}
.jslFunctionName a {
    color: #74151B;
}


/**************************************** Teaser 13 - Social teaser ****************************************/

.t13 { display: none; margin-top: 15px; border-top: 1px solid #D9D9E5; padding-top: 40px; }
.t13-item { display: inline-block; float: left; }
.t13-item:hover a:before { color: #4ABDCE; }
.t13-item a { font-size: 0; color: black; }
.t13-item a:before { 
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands; 
    content: "\f16d"; 
    color: #4ABDCE; 
    display: inline-block; 
    text-align: center; 
    font-size: 25px; 
    font-weight: 300; 
    margin-right: 15px; 
}
.t13-item a[href*=instagram]:before { content: "\f16d"; }
.t13-item a[href*=twitter]:before { content: "\f099"; }
.t13-item a[href*=whatsapp]:before { content: "\f232"; }
.t13-item a[href*=facebook]:before { content: "\f39e"; }
.t13-item a[href*=linkedin]:before { content: '\f0e1'; }


/**************************************** General Bisjab ****************************************/

.bisjab {
    padding: 100px 0;
}
.bisjab.content3 {
    padding: 100px 0 25px;
}
.bisjab .bisjabIntroBox {
    margin-bottom: 100px;
}
.bisjab .bisjabIntroPhoto img {
    margin: 0 auto 30px auto;
}
.bisjab .bisjabTextBox {
    margin-bottom: 60px;
}
.bisjab .bisjabTextBox:last-child {
    margin-bottom: 0;
}
.bisjab .bisjabTextBox:last-child .bisjabPhoto {
    margin-bottom: 0;
}
.bisjab .bisjabIntroText,
.bisjab .bisjabIntroText p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 400;
}
.bisjab .bisjabPhoto {
    margin-bottom: 30px;
}
.bisjab .bisjabText,
.bisjab .bisjabText p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
}
.bisjab .bisjabText p {
    margin-bottom: 30px;
}
.bisjab .bisjabText p:last-child {
    margin-bottom: 0;
}


/**************************************** Bisjab home ****************************************/

.bisjab.home {
    padding: 100px 0;
}
.bisjab.home .bisjabKop {
    text-align: center;
}
.bisjab.home .bisjabText,
.bisjab.home .bisjabText p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 3.6rem;
}
/* .bisjab.home .bisjabText s {
    display: block;
    text-align: center;
} */
.content2 .grecaptcha-badge {
    display: none !important;
}


/**************************************** Bisjab Content Simpel 1 &amp; 2 ****************************************/

.bisjab.contentBisjab .bisjabPhoto {
    margin-top: 60px;
    margin-bottom: 60px;
}
.bisjab.contentBisjab .bisjabPhoto:empty {
    display: none;
}


/**************************************** Bisjab Content Departments ****************************************/

.bisjab.contentDepartments .contentDepartmentsInner {
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
}
.bisjab.contentDepartments .contentDepartmentsInner:last-child {
    margin-bottom: 0;
}
.bisjab.contentDepartments .depBackground {
    height: 100%;
    max-height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bisjab.contentDepartments .contentDepartmentsInner .textCol {
    margin-top: 30px;
}
.bisjab.contentDepartments .contentDepartmentsInner:nth-child(odd) .depBackground {
    right: 0;
    left: auto;
}


/**************************************** Bisjab Content Team ****************************************/

.bisjab.contentTeam .contentTeamBlock {
    margin-bottom: 30px;
}
.bisjab.contentTeam .contentTeamBlockInner {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
}
.bisjab.contentTeam .contentTeamBlockInner .teamPhoto {
    width: 120px;
}
.bisjab.contentTeam .contentTeamBlockInner .teamPhoto img {
    border-radius: 5px;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox {
    width: calc(100% - 120px);
    padding-left: 40px;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox .bisjabKop em {
    font-style: normal;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.6rem;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul {
    margin: 0;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li:before {
    display: none;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li &gt; a {
    color: #74151B;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li &gt; a:hover {
    color: #4ABDCE;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li &gt; a:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    color: #4ABDCE;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-right: 0;
    position: absolute;
    left: 0;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li a[href*=tel]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li a[href*=mailto]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox ul &gt; li a[href*=linkedin]:before {
    content: '\f0e1';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}


/**************************************** Bisjab Contact ****************************************/

.bisjab.contentContact {
    
}
.bisjab.contentContact .contentContactColLeft .contactPhoto {
    margin-bottom: 30px;
}
.bisjab.contentContact .contentContactColLeft .contactPhoto img {
    border-radius: 5px;
}
.bisjab.contentContact .interaction-hook form .title {
    display: none;
}


/**************************************** Job Shortlist ****************************************/

.jslOuter {
    position: relative;
}
.jslOuter .jslItemsCol {
    padding: 0;
}
.jslOuter .jslItemContainer {
    padding: 0 15px 15px 15px;
}
.jslOuter .jslItemInner {
    padding: 30px 40px 10px 40px;
    border-radius: 5px;
    background-color: #FFF;
    cursor: pointer;
}
.jslOuter .jslTextInner {
    display: inline-block;
    position: relative;
    width: 100%;
}
.jslOuter .jslTextInner .jslTexts {
    float: left;
    width: calc(100% - 115px);
}
.jslOuter .jslTextInner .jslTextView {
    float: right;
    width: 110px;
    text-align: left;
}
.jslOuter .jslTextInner .jslItemText {
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.jslOuter .jslTextInner .jslTextView a {
    font-weight: 800;
    color: #4ABDCE;
    padding-left: 0;
    opacity: 0;
}
.jslOuter .jslTextInner .jslTextView a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
    right: 30px;
}
.jslOuter .jslItemInner:hover .jslTextInner .jslTextView a {
    padding-left: 15px;
    opacity: 1;
}
.jslOuter .jslItemInner:hover .jslTextInner .jslTextView a:after {
    right: 0;
}
.jslOuter .jslItemTitle a:hover {
    color: #74151B;
}
.jslOuter .jslItemContainer:hover .jslItemInner {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
}


/**************************************** Vacancy Overview ****************************************/

.vacRes1OuterTop .vacResTitle {
    padding-top: 60px;
}
.vacRes1OuterTop .vacResTitle h2 {
    margin: 0;
}
.vacRes1OuterTop .vacResIntroText {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.vacRes1Outer {
    position: relative;
    margin-top: 60px;
}
.vacRes1Outer .vacResBackground {
    min-height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 587px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.actSResultsCont {
    padding-top: 60px;
    padding-bottom: 100px;
}
.actSRFacetCont {
    padding-top: 60px;
    padding-bottom: 100px;
}
.vacRes1Outer .facetListing,
.vacRes1Outer .selectedCriteria {
    max-width: 340px;
}
.vacRes1Outer .facetListTitle,
.vacRes1Outer .facetTitle {
    position: relative;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    color: #74151B;
    cursor: pointer;
}
.vacRes1Outer .facetListTitle:after {
    content: '\f062';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    position: absolute;
    right: 17px;
    font-size: 1.8rem;
    color: #4ABDCE;
    top: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.vacRes1Outer .facetListCon.facet-closed .facetListTitle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vacRes1Outer #filterButton {
    display: none;
}
.vacRes1Outer .optionListContainer {
    margin-bottom: 40px;
}
.vacRes1Outer .selectedCriteria .optionListContainer {
    margin-bottom: 0;
}
.vacRes1Outer .actSROf .optionListContainer:last-child {
    margin-bottom: 0;
}
.vacRes1Outer .optionList.facetList,
.vacRes1Outer .selectedCriteria .facetHolder {
    background-color: #FFF;
    border-radius: 5px;
    padding: 0;
    margin: 15px 0;
}
.vacRes1Outer .optionList.facetList ul,
.vacRes1Outer .selectedCriteria .facetHolder ul {
    list-style: none;
    padding: 20px 20px 16px 20px;
}
.vacRes1Outer .selectedCriteria .optionListContainer.actLcDist {
    display: none;
}
.vacRes1Outer .optionList.facetList a,
.vacRes1Outer .selectedCriteria a {
    position: relative;
    line-height: 3.2rem;
    color: #191919;
}
.vacRes1Outer .optionList.facetList a:before,
.vacRes1Outer .selectedCriteria a:before {
    content: '';
    color: #4ABDCE;
    display: inline-block;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    font-size: 1.6rem;
    line-height: 1.3rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.25;
}
.vacRes1Outer .optionList.facetList a:before {
    content: '\f067';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.vacRes1Outer .selectedCriteria a:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-size: 2.5rem;
    line-height: 2rem;
    width: 20px;
    height: 20px;
    opacity: 1;
    vertical-align: middle;
}
.vacRes1Outer .optionList.facetList a:hover,
.vacRes1Outer .selectedCriteria a:hover {
    text-decoration: none;
}
.vacRes1Outer .optionList.facetList a:hover:before,
.vacRes1Outer .selectedCriteria a:hover:before {
    opacity: 1;
}
.vacRes1Outer .optionList.facetList a .facetFreq {
    float: right;
}
.vacRes1Outer .agentButtonContainer {
    position: absolute;
    top: 0;
    right: 15px;
}
.vacRes1Outer .agentButtonContainer a.jobalert {
    padding: 11px 9px 3px 10px;
}
.vacRes1Outer .agentButtonContainer a.jobalert:before {
    content: "\f0f3";
    position: relative;
    width: 24px;
    color: #FFF;
    font-size: 2.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 900 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.vacRes1Outer .agentButtonContainer a.jobalert:hover:before {
    color: #4ABDCE;
}
.actSResContainer {
    margin-bottom: 40px;
}
.actSResContainer .itemLogo {
    display: none;
}
.actSResContainer .itemContainer {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 30px 40px 20px 40px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.actSResContainer .itemContainer:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
}
.actSResContainer .favorites_cookies {
    position: absolute;
    right: 40px;
    top: 40px;
}
.actSResContainer .favorites_cookies button.AddFav,
.actSResContainer .favorites_cookies button.delFav {
    font-size: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 0;
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.actSResContainer .favorites_cookies button.AddFav:before,
.actSResContainer .favorites_cookies button.delFav:before {
    content: "\f005";
    position: relative;
    width: 25px;
    color: #4ABDCE;
    font-size: 1.8rem;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    font-weight: 900 !important;
    opacity: 0.25;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.actSResContainer .favorites_cookies button.delFav:before {
    color: #4ABDCE;
    opacity: 1;
}
.actSResContainer .favorites_cookies button.AddFav:hover:before {
    opacity: 1;
}
.actSResContainer .favorites_cookies button.delFav:hover:before {
    opacity: 0.25;
}
.actSResContainer .actVacTitle.itemTitle {
    width: calc(100% - 25px);
}
.actSResContainer .actVacTitle.itemTitle a,
.actSResContainer .actVacTitle.itemTitle a:hover {
    color: #74151B;
}
.actSResContainer .actVacTitle.itemTitle a:hover {
    text-decoration: none;
    color: #74151B;
}
.actSResContainer .actVacCols {
    display: inline-block;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.actSResContainer .actVacCols .actLeftCol {
    /* width: calc(100% - 125px); */
    /* float: left; */
    padding-right: 30px;
}
.actSResContainer .actVacCols .actLeftCol .actItemDescr {
    margin-left: 40px;
    margin-left: 0px;
}
.actSResContainer .actVacCols .actLeftCol .actItemDescr:before {
    content: '\f00c';
    content: none;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    position: absolute;
    color: #4ABDCE;
    font-size: 2rem;
    font-weight: bold;
    top: 0;
    left: 0;
}
.actSResContainer .actVacCols .actRightCol {
    width: auto;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.vacRes1Outer .itemLogo img {
    max-width: 150px;
    max-height: 67px;
}
.actSResContainer .actVacPlaceDate,
.actSResContainer .actVacMC {
    color: #4ABDCE;
    font-weight: bold;
    display: inline;
    /* white-space: nowrap;
    -o-text-overflow: clip; */
    text-overflow: clip;
    font-weight: normal;
}
.actSResContainer .actVacMC.Regio{
    display: none;
}
.actSResContainer .actVacPlaceDate:after,
.actSResContainer .actVacMC:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
}
.actSResContainer .actVacPlaceDate:last-child:after,
.actSResContainer .actVacMC:last-child:after {
    display: none;
}
.actSResContainer .actVacMCContainer {
    display: inline-block;
    position: relative;
    width: 100%;
}
.actSResContainer .actVacMCContainer .actVacMCInner {
    max-width: 550px;
    float: left;
}
.actSResContainer .actVacMCContainer .actVacReadMore {
	position: relative;
    width: 125px;
    float: right;
    text-align: left;
}
.actSResContainer .actVacMCContainer .actVacReadMore a {
    color: #4ABDCE;
    font-weight: bold;
    padding-left: 0;
    opacity: 0;
}
.actSResContainer .actVacMCContainer .actVacReadMore a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
    right: 30px;
}
.actSResContainer .itemContainer:hover .actVacReadMore a {
    padding-left: 15px;
    opacity: 1;
}
.actSResContainer .itemContainer:hover .actVacReadMore a:after {
    right: 0;
}
.actSResultsCont .vacResFooterText {
    margin-bottom: 40px;
}

/**************************************** Paging controls ****************************************/

.actJshOuter{
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin: 0 0 30px 0;
    background: #FFF;
}
.actJshOuter label{
    font-size: 2rem;
    line-height: 2.5rem;
    color: #74151B;
    font-weight: 700;
    font-family: 'chevin-pro', sans-serif;
}
.actJshOuter .actHWMaxdistance span{
    float: right;
    font-size: 1.6rem;
    line-height: 2rem;
}
.actJshOuter .actHWMaxdistance span.set:after{
    content: 'km';
    display: inline-block;
}
.actJshOuter .actHButton .button{
    width: 100%;
}
.actJshOuter input{
    display: block;
    float: none;
    width: 100%;
}
.actJshOuter input[type="text"]{
    border: 1px solid #4ABDCE;
    background-color: white;
}
.actJshOuter input[type="text"]::placeholder{
    color:rgba(0, 0, 0, 0.5)
}
.actJshOuter .hookInput{
    margin: 0 0 30px 0;
}
.actJshOuter .actHICrit{
    display: none;
}
.actJshOuter .actHICrit{
    display: none;
}
.actJshOuter .actHICrit.custom_crit_data_4{
    display: block;
}
.actJshOuter .actHICrit{
    display: none;
}
.actJshOuter .select .option{
    position: relative;
}
.actJshOuter .select .option:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    margin: 0 10px 0 0;
}
.actJshOuter .select .option.selected:after{
    content: '\f00d';
    position: absolute;
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    color: #ffffff;
    left: 13px;
    top: 3px;
    font-size: 14px;
    font-weight: 400;
}
.actJshOuter .select .option[value="0"]{
    display: none !important;
}
.slidecontainer {
    width: 100%;
    margin: 20px 0;
}
  
/* Range slider */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%; 
    height: 3px; 
    background: #4ABDCE; 
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover {
    opacity: 1; 
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px; 
    height: 20px; 
    background: #4ABDCE; 
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}
.slider::-webkit-slider-thumb:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 0;
    background: red;
    width: 10px;
    height: 10px;
}
.slider::-moz-range-thumb {
    width: 20px; 
    height: 20px;
    background: #4ABDCE;
    cursor: pointer;
}


/**************************************** Paging controls ****************************************/

.actPageNav a.actPage {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 0px 0;
    padding-top: 10px;
    margin-right: 7px;
    background-color: #FFF;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
}
.actPageNav a.actPage:hover,
.actPageNav a.actPage.actActive,
.actPageNav a.actPage.actActive:hover {
    background-color: #4ABDCE;
    color: #FFF;
}
.actPageNav a.actPrev {
    margin-right: 15px;
}
.actPageNav a.actNext {
    margin-left: 10px;
}
.actPageNav a.actPrev:hover,
.actPageNav a.actNext:hover {
    color: #4ABDCE;
}
.blgPagination ul {
    list-style: none;
}
.blgPagination ul &gt; li {
    display: inline-block;
}
.blgPagination .blgPageNav a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 0px 0;
    padding-top: 10px;
    margin-right: 7px;
    background-color: #FFF;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
}
.blgPageNav a:hover,
.blgPageNav.active_page a,
.blgPageNav.active_page a:hover {
    background-color: #4ABDCE;
    color: #FFF;
}


/**************************************** Vacancy detail ****************************************/

.jbdOuter .chapoSW {
    padding-top: 100px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    text-align: center;
}
.jbdOuter .vacancySW {
    padding-top: 60px;
    padding-bottom: 80px;
}
.actVacDMCcontainer .actVacDMC {
    display: inline-block;
    color: #4ABDCE;
    font-weight: normal;
}
.actVacDMCcontainer .actVacDMC:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
}
.actVacDMCcontainer .actVacDMC:last-child:after {
    display: none;
}
.jbdOuter .jbsRef,
.jbdOuter .buttonContainer .jbdButPrint {
    display: none;
}
.jbdOuter .vacancySW h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    margin: 40px 0 20px 0;
}
.jbdOuter .photo1 {
    padding: 30px;
    display: none;
}
.jbdOuter .photo1 img {
    margin: 0 auto;
    max-width: 250px;
}
.jbdOuter .jbdButBack,
.eventdetail .eventDetailButtonBack {
    position: relative;
    border: transparent;
    background-color: transparent;
    color: #4ABDCE;
    padding: 12px 40px 8px 10px;
}
.jbdOuter .jbdButBack:hover,
.eventdetail .eventDetailButtonBack:hover {
    padding: 12px 17px 8px 33px;
}
.jbdOuter .jbdButBack:before,
.eventdetail .eventDetailButtonBack:before {
    content: '\f060';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    width: 14px;
    height: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.jbdOuter .jbdButBack:hover:before,
.eventdetail .eventDetailButtonBack:hover:before {
    opacity: 1;
}
.jbdOuter .jbdStatPub {
    font-weight: bold;
    text-decoration: underline;
    color: #4ABDCE;
}
.jbdOuter .applyBarSticky {
    position: fixed;
    bottom: -70px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #EDFBFA;
    -webkit-transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
body.showStickyApplyBar .jbdOuter .applyBarSticky {
    bottom: 0;
}
.jbdOuter .applyBarStickyInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
}
.jbdOuter .applyBarStickyInner .applyBarStickyTitle {
    font-weight: 900;
    font-size: 2rem;
    color: #74151B;
    font-family: "Rutan-Bold";
}
.jbdOuter .applyBarStickyInner .applyBarStickyButton .button {
    margin-bottom: 0;
}
.jbdButBack {
    display: none;
}


/**************************************** Consultant hook ****************************************/

.chlOuter {
    position: relative;
    padding: 60px 0 0 0;
    margin-bottom: 160px;
}
.chlOuter .chlBackground {
    min-height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 787px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.chlOuter .chlTitle {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
.chlOuter .photoCol {
    margin-bottom: -60px;
}
.chlOuter .fhlPhoto1 img {
    border-radius: 5px;
}
.chlOuter .chlDesc,
.chlOuter .chlDesc p {
    font-family: 'Rutan', sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
}
.chlOuter .contactBox {
    padding: 30px 0 50px 0;
}
.chlOuter .contactBox .chlConsName {
    display: none;
}
.chlOuter .chlItemWord {
    display: inline-block;
}
.chlOuter .chlItemWord a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-right: 25px;
    color: #191919;
}
.chlOuter .chlItemWord:last-child a {
    margin-right: 0;
}
.chlOuter .chlItemWord a:before {
    content: '';
    font-weight: bold;
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    width: 16px;
    cursor: pointer;
    vertical-align: middle;
}
.chlOuter .chlItemWord a[href*=tel]:before {
    content: '\f095';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.chlOuter .chlItemWord a[href*=mailto]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.chlOuter .chlItemWord a[href*=whatsapp]:before {
    content: '\f232';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}


/**************************************** Consultant detail ****************************************/

.consDetOuter {
    margin: 100px 0;
}
.consDetOuter .consDetPhoto1 {
    float: right;
    max-width: 225px;
}
.consDetOuter .consDetText {
    margin-bottom: 30px;
}
.consDetOuter .consDetItitleActJob {
    margin: 0 0 5px 0;
}
.consDetOuter .consDetTextWord span {
    font-weight: bold;
}


/**************************************** Mail a friend ****************************************/

.jbMafOuter {
    padding: 100px 0;
}
.jbMafOuter h1 {
    font-size: 4.2rem;
    line-height: 5.4rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}
.jbMafOuter h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    margin: 20px 0;
}
.jbMafTYOuter {
    padding: 150px 0;
}


/**************************************** Related Jobs hook ****************************************/

.rJhVOut,
.rJhAOut {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}
.rJhVOut .hookTitle {
    margin-bottom: 40px;
}
.rJhVOut .relatedBackground,
.rJhAOut .relatedBackground {
    max-height: 230px;
    height: 100%;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 987px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.rJhVOut .vacItemsCol,
.rJhAOut .vacItemsCol {
    padding: 0;
}
.rJhVOut .rJhVIt a {
    color: #74151B;
}
.rJhVOut .vacItemContainer,
.rJhAOut .vacItemContainer {
    padding: 0 15px 15px 15px;
}
.rJhVOut .vacItemInner,
.rJhAOut .vacItemInner {
    padding: 40px 40px 20px 40px;
    border-radius: 5px;
    background-color: #FFF;
    cursor: pointer;
}
.rJhVOut .hookTextInner,
.rJhAOut .hookTextInner {
    display: inline-block;
    position: relative;
    width: 100%;
}
.rJhVOut .hookTextInner .hookTexts,
.rJhAOut .hookTextInner .hookTexts {
    float: left;
    width: calc(100% - 115px);
}
.rJhVOut .hookTextInner .hookTextView,
.rJhAOut .hookTextInner .hookTextView {
    float: right;
    width: 110px;
    text-align: left;
}
.rJhVOut .hookTextInner .hookItemText,
.rJhAOut .hookTextInner .hookItemText {
    font-weight: bold;
    color: #74151B;
}
.rJhVOut .hookTextInner .hookTextView a,
.rJhAOut .hookTextInner .hookTextView a {
    font-weight: 800;
    color: #4ABDCE;
    padding-left: 0;
    opacity: 0;
}
.rJhVOut .hookTextInner .hookTextView a:after,
.rJhAOut .hookTextInner .hookTextView a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
    right: 30px;
}
.rJhVOut .vacItemInner:hover .hookTextInner .hookTextView a,
.rJhAOut .vacItemInner:hover .hookTextInner .hookTextView a {
    padding-left: 15px;
    opacity: 1;
}
.rJhVOut .vacItemInner:hover .hookTextInner .hookTextView a:after,
.rJhAOut .vacItemInner:hover .hookTextInner .hookTextView a:after {
    right: 0;
}
.rJhVOut .hookItemTitle a:hover,
.rJhAOut .hookItemTitle a:hover {
    color: #74151B;
}
.rJhVOut .vacItemContainer:hover .vacItemInner,
.rJhAOut .vacItemContainer:hover .vacItemInner {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
}


/**************************************** Favorite vacancies ****************************************/

.favouriteJobList .favoritesRow {
    padding: 100px 0;
}
.favouriteJobList .favoritesRow #no-vacancies,
.favouriteJobList .noSavedFavorites {
	text-align: center;
	width: 100%;
}
.favouriteJobListItemInner{
	padding: 40px 40px 20px 40px;
    border-radius: 5px;
    background-color: #FFF;
    margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.favouriteJobListItemInner h3 a,
.favouriteJobListItemInner h3 a:hover {
    color: #74151B;
}
.favouriteJobListItemInner .hookTextInner {
    display: inline-block;
    position: relative;
    width: 100%;
}
.favouriteJobListItemInner .hookTextInner .hookTexts {
    float: left;
    width: calc(100% - 155px);
	font-weight: bold;
    color: #4ABDCE;
}
.favouriteJobListItemInner .hookTextInner .hookTextDelete {
    float: right;
    width: 150px;
    text-align: left;
}
.favouriteJobListItemInner .hookTextDelete a {
	font-weight: bold;
    color: #4ABDCE !important;
	cursor: pointer;
    opacity: 0;
}
.favouriteJobListItemInner:hover .hookTextDelete a {
    opacity: 1;
}
.favouriteJobListItemInner .hookTextDelete a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
	opacity: 0;
    right: 15px;
}
.favouriteJobListItemInner .hookTextDelete:hover a {
	padding-left: 10px;
}
.favouriteJobListItemInner .hookTextDelete:hover a:after {
	opacity: 1;
	right: 0;
}


/**************************************** Blog Overview ****************************************/

.blogOuter {
    padding-top: 40px;
    padding-bottom: 100px;
}
.blogOuter .blogSW {
    max-width: 1000px;
}
.blogOuter .blogListItem {
    margin-bottom: 30px;
}
.blogOuter .blogListItemInner {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.blogOuter .blogListItemInner .blogListPhotoOuter {
    overflow: hidden;
}
.blogOuter .blogListItemInner .blogListPhoto {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blogOuter .blogListItemInner:hover .blogListPhoto {
    transform: scale(1.03);
}
.blogOuter .blogListTextBox {
    padding: 30px 40px 10px 40px;
}
.blogOuter .blogItemTitle a {
    color: #74151B;
    font-weight: normal;
}
.blogOuter .blogItemTitle a:hover {
    color: #74151B;
}
.blogOuter .blogListCatDateContainer {
    margin-bottom: 10px;
}
.blogOuter .blogListCatDateContainer .blogListCatDate {
    display: inline-block;
    font-weight: normal;
    color: #4ABDCE;
}
.blogOuter .blogListCatDateContainer .blogItemDate {
    display: none;
}
.blogOuter .blogItemReadMore {
	position: relative;
    width: 70px;
    float: right;
    text-align: left;
}
.blogOuter .blogItemReadMore a {
    color: #4ABDCE;
    font-weight: bold;
    font-size: 0;
    padding-left: 0;
    opacity: 0;
}
.blogOuter .blogItemReadMore a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
    right: 30px;
}
.blogOuter .blogListItemInner:hover .blogItemReadMore a {
    padding-left: 15px;
    opacity: 1;
}
.blogOuter .blogListItemInner:hover .blogItemReadMore a:after {
    right: 0;
}
.blogOuter h3 a:hover {
    color: #74151B;
}
.blogListCats .blogCategory:after {
    content: "|";
    content: none;
    display: inline-block;
}
.blogHookCategoriesOuter .blogCatContainer {
    text-align: center;
    margin-bottom: 40px;
}
.blogHookCategoriesOuter .blogCatContainer .button {
    background-color: transparent;
    color: #4ABDCE !important;
    margin: 0 5px;
}
.blogHookCategoriesOuter .blogCatContainer .button:hover {
    background-color: #4ABDCE;
    color: #FFF !important;
}


/**************************************** Blog Detail ****************************************/

.blogdetail .t1 {
    margin-bottom: 150px;
}
.blogdetail .t1 .headerPhotos .headerPhotosBackground {
    min-height: 310px;
}
.blogdetail .t1 .headerPhoto {
    margin-bottom: -150px;
}
body.blogdetail.noSearchHook .t1 .headerPhotoContainer .headerPhotoTextCol {
    display: block;
    position: absolute;
    right: 0;
    z-index: -1;
    z-index: 0;
}
.blogdetail .t1 .blogCatDateContainer {
    line-height: 5rem;
}
.blogdetail .t1 .blogCatDateContainer .blogCatDate {
    display: inline-block;
    color: #4ABDCE;
}
.blogdetail .t1 .blogCats .blogCategory:after {
    content: "|";
    display: inline-block;
}
.blogDetailOuter {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blogDetailOuter .blgItemBanner img,
.blogDetailOuter .blgItemPhoto img {
    margin: 0 auto;
}
.blogDetailOuter .backButtonContainer {
    margin-top: 40px;
}
.blogDetailOuter .backButtonContainer .backButton {
    position: relative;
    border: transparent;
    background-color: transparent;
    color: #4ABDCE;
    padding: 12px 40px 8px 0;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blogDetailOuter .backButtonContainer .backButton:before {
    content: '\f060';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    width: 14px;
    height: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.blogDetailOuter .backButtonContainer .backButton:hover {
    padding: 12px 17px 8px 23px;
    color: #4ABDCE;
}
.blogDetailOuter .backButtonContainer .backButton:hover:before {
    opacity: 1;
    color: #4ABDCE;
}
.blogDetailOuter .blogDetailContainer &gt; .blogShareConainer {
    display: none;
}
body.blogdetail .blogShareConainer {
    margin: 15px 0 0 0;
}
.at-style-responsive .at-share-btn {
    background-color: transparent !important;
    border: 1px solid #4ABDCE !important;
    border-radius: 3px !important;
}
.at-style-responsive .at-share-btn .at-icon {
    fill: #4ABDCE !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact &gt; span.at-icon-wrapper:before {
    color:#4ABDCE !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    height: 44px;
    width: 44px;
    margin-bottom: 5px;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact &gt; span.at-icon-wrapper {
    height: 44px !important;
    width: 44px !important;
    line-height: 44px !important;
}


/**************************************** Blog Shortlist ****************************************/

.bslOuter {
    position: relative;
    padding: 60px 0 100px 0;
}
.bslOuter .bslBackground {
    min-height: 330px;
    background-color: #EDFBFA;
    position: absolute;
    width: calc(100% - (100% - 987px) / 2);
    top: 0;
    left: 0;
    z-index: -1;
}
.bslOuter h2.bslTitle {
    margin: 0 0 40px 0;
}
.bslOuter .superSliderSW {
    width: calc(100% - (100% - 1170px) / 2);
    margin-left: auto;
}
.bslOuter .superSliderOverflowBox {
    overflow-x: hidden;
}
.bslOuter .superSliderFixedWidth {
    width: 1500px;
}
.bslOuter .superSliderContainer .superSlider {
    display: flex;
}
.bslOuter .superSliderContainer .superSliderArrows {
    width: 100px;
    flex-shrink: 0;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev,
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next {
    display: block !important;
    background-color: transparent;
    padding: 12px;
    margin-bottom: 20px;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev:hover,
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next:hover {
    background-color: #4ABDCE;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev:after,
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next:after {
    content: '';
    font-weight: bold;
    color: #4ABDCE;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
    width: 18px;
    cursor: pointer;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev:hover:after,
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next:hover:after{
    color: #FFF;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
}
.bslOuter .superSliderSlickItem .superSliderSlickItemInner {
    position: relative;
    margin: 0 15px 15px 15px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    cursor: pointer;
}
.bslOuter .superSliderSlickItem .bslPhotoOuter {
    overflow: hidden;
}
.bslOuter .superSliderSlickItem .bslPhoto {
    height: 220px !important;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px 5px 0 0;
}
.bslOuter .superSliderSlickItemInner:hover .bslPhoto {
    transform: scale(1.05);
}
.bslOuter .bslTextBoxInner {
    padding: 30px 40px 10px 40px;
}
.bslOuter .bslTextBoxInner h3 a:hover {
    color: #74151B;
}
.bslOuter .bslCatDateContainer {
    margin-bottom: 10px;
}
.bslOuter .bslItemLink a {
    color: #74151B;
}
.bslOuter .bslCatDateContainer .bslCatDate {
    display: inline-block;
    color: #4ABDCE;
}
.bslOuter .blogCategory:after {
    content: "|";
    display: inline-block;
}
.bslOuter .superSliderSlickItem .clickVacancyCat {
    display: inline-block;
}
.bslOuter .blogItemReadMore {
    position: relative;
    width: 70px;
    float: right;
    text-align: left;
}
.bslOuter .blogItemReadMore a {
    color: #4ABDCE;
    font-weight: bold;
    font-size: 0;
    padding-left: 0;
    opacity: 0;
}
.bslOuter .blogItemReadMore a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: -26px;
    right: 30px;
}
.bslOuter .superSliderSlickItemInner:hover .blogItemReadMore a {
    padding-left: 15px;
    opacity: 1;
}
.bslOuter .superSliderSlickItemInner:hover .blogItemReadMore a:after {
    right: 0;
}


/**************************************** Event Overview ****************************************/

.eventListOuter .eventList {
    margin-top: 100px;
    margin-bottom: 100px;
}
.eventListOuter .eventItem {
    margin-bottom: 30px;
    cursor: pointer;
}
.eventListOuter .eventItem:last-child {
    margin-bottom: 0;
}
.eventListOuter .eventItemInner {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}
.eventListOuter .eventItemInnerLeft {
    display: inline-block;
    width: 100%;
    max-width: 270px;
}
.eventListOuter .eventItemInner .eventItemPhotoOuter {
    overflow: hidden;
}
.eventListOuter .eventItemInner .eventItemPhoto {
    height: 141px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.eventListOuter .eventItemInner:hover .eventItemPhoto {
    transform: scale(1.03);
}
.eventListOuter .eventItemReadMore {
    position: relative;
    width: 70px;
    float: right;
    text-align: left;
}
.eventListOuter .eventItemReadMore a {
    color: #4ABDCE;
    font-weight: bold;
    font-size: 0;
    padding-left: 0;
    opacity: 0;
}
.eventListOuter .eventItemInner:hover .eventItemReadMore a {
    padding-left: 15px;
    opacity: 1;
}
.eventListOuter .eventItemReadMore a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    position: absolute;
    color: #4ABDCE;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: -2px;
    top: 0;
    right: 30px;
}
.eventListOuter .eventItemInner:hover .eventItemReadMore a:after {
    right: 0;
}
.eventListOuter .eventItemInnerRight {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
}
.eventListOuter .eventDetailsContainer {
    font-weight: bold;
    color: #74151B;
}
.eventListOuter .eventDetailsContainer .eventDetails {
    display: inline-block
}
.eventListOuter .eventDetailsContainer .eventDate:after {
    content: "|";
    display: inline-block;
}
.eventListOuter .eventItemContent h3 {
    margin: 0;
}
.eventListOuter .eventItemContent h3 a:hover {
    color: #74151B;
}


/**************************************** Event detail ****************************************/

.eventdetail .t1 {
    margin-bottom: 150px;
}
.eventdetail .t1 .headerPhotos .headerPhotosBackground {
    min-height: 310px;
}
.eventdetail .t1 .headerPhoto {
    margin-bottom: -150px;
}
body.eventdetail.noSearchHook .t1 .headerPhotoContainer .headerPhotoTextCol {
    position: absolute;
    right: 0;
    z-index: -1;
}
.eventdetail .t1 .eventDetailsContainer {
    line-height: 10rem;
}
.eventdetail .t1 .eventDetailsContainer .eventDetails {
    display: inline-block;
    color: #74151B;
    font-weight: bold;
}
.eventdetail .t1 .eventDetailsDate:after {
    content: "|";
    display: inline-block;
}
.eventdetail .t1 .headerPhotoKopCol .eventShareConainer {
    position: absolute;
    top: 30px;
    right: 15px;
}
.eventdetail .t1 .headerPhotoKopCol .eventShare {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.eventdetail .eventDetailPage {
    margin-top: 100px;
    margin-bottom: 100px;
}
.eventdetail .eventDetailPage h3 {
    margin: 40px 0 20px 0;
}
.eventdetail .eventDetailPage h3:first-of-type {
    margin: 0 0 20px 0;
}
.eventdetail .buttonContainer {
    margin-top: 40px;
}
.eventdetail .eventVideoTop,
.eventdetail .eventWidgetTop {
    margin-bottom: 40px;
}
.eventdetail .eventVideoBottom,
.eventdetail .eventWidgetBottom {
    margin-top: 40px;
}
.eveMafOuter {
    margin-top: 100px;
    margin-bottom: 100px;
}
.eveMafOuter h1 {
    font-size: 4.2rem;
    line-height: 5.4rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}
.eveMafOuter h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 800;
    margin: 30px 0 10px 0;
}


/**************************************** Online CV ****************************************/

div#OCPD {
    padding: 40px 0;
}
.customCv .t1,
.customCv footer,
.customCv .bottomFooter {
    display: none;
}


/**************************************** Agenda public invitation ****************************************/

.outer.pInSgOuter,.outer.pInBkOuter{
    max-width: 600px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.pInSgChoiceItem{
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.pInSgChoiceRadio {
    float: right;
}
.pInSgChoiceDetails &gt; div{
    font-size:1.4rem;
    line-height:1.8rem;
}
.pInSgChoiceDetails &gt; div &gt; span {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.text.pInSgText {
    margin: 0 0 30px 0;
    font-size: 2rem;
    line-height: 3.9rem;
}
.pInSgMoreItem {
    margin: 0 0 30px 0;
}
.pInSgMoreRadio {
    float: right;
}
input#public_invitation_datepicker {
    margin: 15px 0;
}
.outer.pInSgOuter input[type=radio]{
    -webkit-appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #707070;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0;
    cursor: pointer;
}
.outer.pInSgOuter input[type=radio]:checked{
    background-image:url(../_images/check.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:14px auto;
}
.text.pInBkText {
    margin: 0 0 30px 0;
}


/***********************************************************************************************/
/**************************************** Media queries ****************************************/
/***********************************************************************************************/

@media only screen and (min-width: 768px) {
    .bisjab.contentDepartments .contentDepartmentsInner:nth-child(odd) .photoCol {
        order: 1;
        margin-left: 0;
    }
    .bisjab.contentDepartments .contentDepartmentsInner:nth-child(odd) .textCol {
        order: -1;
    }
    .bisjab.contentDepartments .contentDepartmentsInner .textCol {
        margin-top: 0;
    }
}
@media only screen and (min-width:991px) {
    .hlb1 &gt; li:hover &gt; ul{
        display:block;
    }
	.hlb1 &gt; li &gt; ul &gt; li:hover &gt; ul{
        display:block;
    }
    .bisjab.contentDepartments .depBackground {
        max-height: 380px;
    }
    .bisjab.contentDepartments .contentDepartmentsInner {
        padding: 80px 0;
        margin-bottom: 30px;
    }
    .bisjab.contentDepartments .contentDepartmentsInner:last-child {
        padding: 80px 0 0 0;
        margin-bottom: 0;
    }
    .bisjab.contentDepartments .contentDepartmentsInner:nth-child(odd) .photoCol {
        margin-left: 16.666667%;
    }
    .bisjab.contentDepartments .contentDepartmentsInner:nth-child(odd) .textCol {
        margin-left: 0;
    }
    .bisjab.contentDepartments .depBackground {
        width: calc(100% - (100% - 0px) / 2);
    }
}
@media only screen and (max-width:1350px) {
    .ckOuter{
        font-size:1.4rem;
        line-height:2rem;
    }
    .cookieBtns{
        margin:10px 0 0 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .t1 .headerPhotoCol {
        padding: 0;
    }
    .t2 .headerPhotoCol {
        padding: 0;
    }
    .t3 .superSliderSW {
        width: 100%;
        padding: 0 0 0 30px;
    }
    .t3 .superSliderContainer .superSliderArrows {
        width: 54px;
        flex-shrink: 0;
    }
    .t3 .superSliderFixedWidth {
        width: 1170px;
    }
    .bslOuter .superSliderSW {
        width: 100%;
        padding: 0 0 0 15px;
    }
    .bslOuter .superSliderContainer .superSliderArrows {
        width: 54px;
        flex-shrink: 0;
    }
    .bslOuter .superSliderFixedWidth {
        width: 1170px;
    }
    .bisjab.contentTeam .contentTeamBlockInner {
        padding: 20px;
    }
    .bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox {
        padding-left: 20px;
    }
}
@media only screen and (max-width:991px) {
    .t13 { 
        display: block;
    }
    h1 {
        font-size: 4.5rem;
        line-height: 5.3rem;
    }
    h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    body{
        padding: 58px 0 0 0;
    }
    .footer {
        padding: 60px 0 40px 0;
    }
    .header .menu {
        display: inline-block;
        top: 58px;
        position: fixed;
        width: 350px;
        height: calc(100% - 58px);
        background: #fff;
        right: -400px;
        align-items: normal;
        padding: 20px 40px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    body.menuOpen .header .menu{
        right: 0;
        border-top: 1px solid #80808017;
    }
    .hlb1 {
        text-align: left;
        max-height: calc(100% - 100px);
        overflow: auto;
        padding-bottom: 15px;
    }
    .hlb1 li,
    .hlb1 &gt; li:first-of-type,
    .hlb1 &gt; li:last-of-type {
        display: block;
        margin: 0;
        border-bottom: 1px solid #D9D9E5;
    }
    .hlb1 &gt; li &gt; a,
    .hlb1 &gt; li:first-of-type &gt; a,
    .hlb1 &gt; li:last-of-type &gt; a {
        padding:10px 0 10px 40px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    body.menuOpen .hlb1 &gt; li &gt; a,
    body.menuOpen .hlb1 &gt; li:first-of-type &gt; a,
    body.menuOpen .hlb1 &gt; li:last-of-type &gt; a {
        padding:10px 0 10px 0;
        color: #74151B;
        font-family: "Rutan-Bold", sans-serif;
    }
    .hlb1 li .hlb1SubToggle {
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        right: 0;
        top: 0;
    }
    .hlb1 li .hlb1SubToggle:before {
        content: '\f063';
        color: #4ABDCE;
        display: inline-block;
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        margin-top: 11px;
        font-size: 18px;
        width: 18px;
        height: 18px;
        line-height: 2rem;
        font-weight: bold;
        -webkit-transition: 0.2s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .hlb1 &gt; li.subOpen &gt; span.hlb1SubToggle:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
	.hlb1 &gt; li&gt; ul &gt; li.subOpen &gt; span.hlb1SubToggle:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .hlb1 &gt; li &gt; ul,
	.hlb1 &gt; li &gt; ul &gt; li &gt; ul {
        position: static;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .hlb1 &gt; li &gt; ul &gt; li {
        border-bottom: 0;
		padding-left: 10px;
    }
	.hlb1 &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        border-bottom: 0;
		padding-left: 10px;
    }
    .hlb1 &gt; li &gt; ul &gt; li &gt; a,
	.hlb1 &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        padding: 5px 0;
        font-weight: 400;
    }
    .hlb1 li.subOpen &gt; ul{
        display:block;
        margin-left: 0!important;
    }
    div#llb {
        /*display: inline-block;*/
        display: none;
        line-height: 4rem;
        margin-left: auto;
        margin-right: 15px;
    }
    .header #hamburger {
        display: block;
        margin-left: auto;
        float: right;
        width: 40px;
        height: 38px;
        line-height: 3.8rem;
        cursor: pointer;
        z-index: 3;
        position: relative;
    }
    .header #hamburger .toggleNav {
        display: inline-block;
        vertical-align: middle;
    }
    .header #hamburger .toggleNav span {
        width: 35px;
        height: 4px;
        background: #74151B;
        display: block;
        margin: 5px 0;
        -webkit-transition: all 0.35s cubic-bezier(1, 0, 0.29, 1);
        -o-transition: all 0.35s cubic-bezier(1, 0, 0.29, 1);
        transition: all 0.35s cubic-bezier(1, 0, 0.29, 1);
        position: relative;
    }
    body.menuOpen .header #hamburger .toggleNav span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(7px) translateX(6px);
        -ms-transform: rotate(45deg) translateY(7px) translateX(6px);
        transform: rotate(45deg) translateY(7px) translateX(6px);
    }
    body.menuOpen .header #hamburger .toggleNav span:nth-child(2) {
        opacity: 0;
        -webkit-transform: scale(0) translateX(125px);
        -ms-transform: scale(0) translateX(125px);
        transform: scale(0) translateX(125px);
        width: 0;
    }
    body.menuOpen .header #hamburger .toggleNav span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
        -ms-transform: rotate(-45deg) translateY(-7px) translateX(6px);
        transform: rotate(-45deg) translateY(-7px) translateX(6px);
    }
	.additionalButtons {
        padding: 20px 0;
        border-bottom: 1px solid #D9D9E5;
    }
    .loginButton,
    .favoriteJobs {
        display: inline-block;
    }
    .menu .favoriteJobs {
        float: right;
    }
    .menu .loginButton,
    .menu .nshDetailsContainer {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 2.5rem;
		padding: 10px 0;
    }
    .menu .loginButton a,
    .menu .nshDetailsContainer a {
        margin-left: 0;
        width: inherit;
        color: #74151B;
        font-family: "Rutan-Bold", sans-serif;
    }
	.menu .loginButton a:before,
    .menu .nshDetailsContainer a:before {
        margin-right: 10px;
        color: #4ABDCE;
    }
    body.noSearchHook .t1 .headerPhotoContainer .headerPhotoKopCol {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .aplOuter,
    .qsPIOuter {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contentS2ColRight,
    .bisjab.contentBisjab .bisjabPhoto {
        margin-top: 30px;
    }
    .t1,
    .blogdetail .t1,
    .eventdetail .t1 {
        margin-bottom: 0;
    }
    .t1 .headerPhotoContainer .headerPhotoKopCol {
        position: relative;
        padding-top: 40px;
    }
    .t1 .headerPhotoContainer .headerPhotoKopCol h1 {
        margin-bottom: 15px;
    }
    .t1 .headerPhotoContainer .headerPhotoTextCol {
        padding-bottom: 40px;
    }
    .fullwidth .t1 .headerPhotoContainer .headerPhotoKopCol {
        padding-bottom: 40px;
    }
    .t1 .headerPhotos .headerPhotosBackground,
    .blogdetail .t1 .headerPhotos .headerPhotosBackground {
        min-height: 100%;
        width: 100%;
        top: 0;
    }
    .t1 .headerPhoto,
    .blogdetail .t1 .headerPhoto {
        margin-bottom: 0;
    }
    .t1 .actJshOuter form {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .t1 .actJshOuter .actHInput {
        max-width: none;
    }
    .t2 {
        margin-bottom: 0;
    }
    .t2 .headerPhotoContainer .headerPhotoKopCol {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .t2 .headerPhotoContainer .headerPhotoKopCol .headerPhotoKop {
        width: calc(100% - 175px);
        float: left;
    }
    .t2 .headerPhotos .headerPhotosBackground {
        min-height: calc(100% - 90px);
        width: 100%;
        top: 0;
    }
    .t2 .headerPhoto {
        margin-bottom: 0;
    }
    .t2 .headerPhotoKopCol .vacancyShareConainer {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        line-height: 5.3rem;
    }
    .t2 .headerPhotos .headerPhotoTextCol {
        background-color: #FFF;
    }
    .t3 {
        padding: 50px 0 0 0;
    }
    .t3 .t3Background {
        width: 100%;
    }
    .t3 h2.teaserTitle {
        margin: 0 0 30px 0;
    }
    .t3 .superSliderSW {
        padding: 0 30px;
    }
    .t3 .superSliderContainer .superSliderArrows {
        width: 64px;
        flex-shrink: 0;
    }
    .t3 .superSliderContainer .superSliderArrows .slick-prev,
    .t3 .superSliderContainer .superSliderArrows .slick-next {
        margin: 0 10px 20px 10px;
    }
    .t3 .superSliderFixedWidth {
        width: 100%;
    }
    .t3 .superSliderSlickItem .bisjabTextBox {
        padding: 20px 25px;
    }
    .t7,
    .chlOuter {
        padding: 60px 0;
        margin-bottom: 100px;
    }
    .t7 .t7Background,
    .chlOuter .chlBackground {
        width: 100%;
    }
    .t7 .photoCol,
    .chlOuter .photoCol {
        margin-bottom: 0;
    }
    .t8 .menuContainer .menuItems li{
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0 0 10px 0;
		margin-right: 20px;
    }
	.t8 .slick-slide.slick-active .item .photoCol img {
		margin: 0 auto;
	}
    .t9 .loginHook {
        max-width: 450px;
        width:100%;
    }
    .t10 .popUpContainer{
        max-width:450px;
    }
    .t11 {
        margin-bottom: 40px;
    }
    .t12 .jslBackground {
        width: 100%;
        max-height: 100%;
    }
    .closeButton:after {
        color: #4ABDCE;
    }
    .vacRes1Outer .vacResBackground {
        width: 100%;
    }
    .vacRes1Outer .agentButtonContainer {
        position: fixed;
        top: auto;
        bottom: 15px;
        right: 15px;
        z-index: 110;
    }
    .vacRes1Outer .actSRFacetCont {
        padding-top: 0;
        padding-bottom: 0;
    }
    .vacRes1Outer #filterButton { 
       display: block;
        position: fixed;
        bottom: 70px;
        right: 15px;
        background: #4ABDCE;
        padding: 11px;
        border-radius: 5px;
        text-align: center;
        font-size: 0;
        line-height: 1;
        color: #fff;
        font-weight: 900;
        z-index: 110;
    }
    .vacRes1Outer #filterButton:before {
        content: "\f1de";
        position: relative;
        width: 24px;
        color: #FFF;
        font-size: 2.3rem;
        font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
        font-weight: 900 !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .vacRes1Outer .actSRFacetInner {
        position: fixed;
        width: 100%;
        height: calc(100% - 58px);
        right: calc(100% + 50px);
        top: 58px;
        background: #fff;
        z-index: 99;
        padding: 40px 40px 40px 40px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .vacRes1Outer .actSRFacetInner.openFacets {
        right: 0;
        overflow-y: scroll;
    }
    .vacRes1Outer .facetListing,
    .vacRes1Outer .selectedCriteria {
        max-width: calc(100% - 30px);
    }
	.vacRes1Outer .selectedCriteria{
		padding-top: 15px;
        margin-bottom: 0;
	}
    .vacRes1Outer .facetListTitle, .vacRes1Outer .facetTitle {
        font-size: 2rem;
        line-height: 2.8rem;
        font-weight: bold;
    }
    .vacRes1Outer .facetListTitle:after {
        right: -2px;
    }
    .vacRes1Outer .optionList.facetList,
    .vacRes1Outer .selectedCriteria .facetHolder {
        background-color: #FFF;
        border-radius: 5px;
        padding: 5px 0 0 0;
        margin: 0;
    }
    .vacRes1Outer .optionList.facetList ul, .vacRes1Outer .selectedCriteria .facetHolder ul {
        padding: 20px 0 16px 0;
    }
    .vacRes1Outer .optionListContainer {
        border-bottom: 1px solid #D9D9E5;
        padding: 15px 0;
        margin-bottom: 0;
    }
    .actSResContainer .actVacMCContainer .actVacMCInner {
        max-width: 100%;
    }
    .rJhVOut .relatedBackground,
    .rJhAOut .relatedBackground {
        width: 100%;
        max-height: 100%;
    }
    .eveMafOuter {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    body.blogdetail.noSearchHook .t1 .headerPhotoContainer .headerPhotoTextCol {
        position: relative;
        background-color: #FFF;
        z-index: 1;
    }
    .blogdetail .t1 .blogCatDateContainer {
        line-height: 5rem;
    }
    .blogDetailOuter {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bslOuter {
        padding: 50px 0 70px 0;
    }
    .bslOuter .bslBackground {
        width: 100%;
    }
    .bslOuter h2.bslTitle {
        margin: 0 0 30px 0;
    }
    .bslOuter .superSliderSW {
        padding: 0 15px;
    }
    .bslOuter .superSliderContainer .superSliderArrows {
        width: 64px;
        flex-shrink: 0;
    }
    .bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev,
    .bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next {
        margin: 0 10px 20px 10px;
    }
    .bslOuter .superSliderFixedWidth {
        width: 100%;
    }
    .bslOuter .superSliderSlickItem .bslTextBoxInner {
        padding: 20px 20px 0px 20px;
    }
    .eventdetail .t1 .headerPhotos .headerPhotosBackground {
        min-height: calc(100% - 100px);
    }
    .eventdetail .t1 .headerPhoto {
        margin-bottom: 0;
    }
    .eventdetail .headerPhotoKopCol h1 {
        width: calc(100% - 130px);
        float: left;
    }
    .eventdetail .t1 .headerPhotoKopCol .eventShareConainer {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        line-height: 5.3rem;
    }
    body.eventdetail.noSearchHook .t1 .headerPhotoContainer .headerPhotoTextCol {
        position: relative;
        z-index: 1;
    }
    .eventdetail .eventDetailPage {
        margin-top: 0;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width:768px) {

    .header .logo { max-width: 130px; }

    .jslTitle1,
    .rJhVOut .hookTitle {
        margin-bottom: 20px;
    }

    h1,
    .aplOuter h1,
    .jbMafOuter h1,
    .eveMafOuter h1 {
        font-size: 3.0rem;
        line-height: 3.7rem;
    }
    h2 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .hlb2 {
        margin-bottom: 20px;
    }
    .bottomFooter {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .text,
    .text p,
    .bisjab .bisjabText,
    .bisjab .bisjabText p,
    .intro p,
    .teaserIntro,
    .teaserIntro p,
    .t7 .teaserText a,
    .vacRes1OuterTop .vacResIntroText {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .bisjab.home .bisjabText,
    .bisjab.home .bisjabText p,
    .bisjab .bisjabIntroText,
    .bisjab .bisjabIntroText p,
    .jbdOuter .chapoSW {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .bisjab,
    .bisjab.home {
        padding: 60px 0;
    }
    .bisjab.content3 {
        padding: 60px 0 0px;
    }
    .bisjab .bisjabIntroBox {
        margin-bottom: 60px;
    }
    .bisjab.contentContact .contentContactColRight,
    .bisjab.content2 .content2ColRight{
        margin-top: 30px;
    }
    .bisjab .bisjabText p {
        margin-bottom: 15px;
    }
    body.noSearchHook .t1 .headerPhotoContainer .headerPhotoKopCol {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .t1 .headerPhoto {
        min-height: 350px;
    }
    .t2 .headerPhoto {
        min-height: 350px;
    }
    .t2 .headerPhotos .headerPhotosBackground {
        min-height: calc(100% - 90px);
    }
    .t2 .headerPhotoContainer .headerPhotoKopCol .headerPhotoKop {
        width: calc(100% - 45px);
    }
    .t2 .headerPhotoKopCol .vacancyShareConainer {
        line-height: 4rem;
    }
    .t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShareWhatsapp,
    .t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShareMail,
    .t2 .headerPhotoKopCol .vacancyShareConainer .vacancyShareFavorites {
        display: none;
    }
    .t3 .superSliderSlickItem .bisjabTextBox {
        padding: 10px 15px;
    }
    .t3 .superSliderSlickItem .bisjabTextBox .teaserKop {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .t3 .superSliderSlickItem .bisjabTextBox .teaserText {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .t4 {
        padding: 0px 0 30px;
    }
    .t4 .photoCol {
        text-align: center;
    }
    .t4 .textCol {
        margin-bottom: 40px;
    }
    .t4 .teaserPhoto img {
        display: inline-block;
    }
	.t6 {
        margin: 30px 0 60px;
    }
    .t6 .photoCol {
        margin-bottom: 40px;
        text-align: center;
    }
    .t6 .teaserPhoto img {
        display: inline-block;
    }
	.t7,
    .chlOuter {
        padding: 60px 0 15px 0;
        margin-bottom: 60px;
    }
    .t7 .t7Background,
    .chlOuter .chlBackground {
        min-height: 65%;
    }
    .t8 {
        margin-bottom: 60px;
    }
    body.content .t8 {
        margin-top: 60px;
    }
    .t8 .menuContainer {
        overflow: hidden;
    }
    .t8 .menuContainer .menuItems {
        white-space: nowrap;
        display: block;
        position: relative;
    }
    .t8 .menuContainer .menuItems li{
        width: 75%;
        float: none;
        display: inline-block;
		margin-right: 10px;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        -o-transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        transition: transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89), -webkit-transform 0.5s cubic-bezier(0.11, 0.63, 0.26, 0.89);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .t8 .itemContainer .item .photoCol {
        transform: translateX(0);
        opacity: 1;
    }
    .t8 .itemContainer .item .textCol {
        transform: translateX(0);
        opacity: 1;
    }
	.t8 .arrowsSW {
		display: block;
	}
    .t8 .itemContainer .item .photoCol {
        display: none;
    }
    .t10 .jobAlertBox {
        padding: 30px 30px;
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
    .t12 {
        margin-bottom: 70px;
    }
    .actSResContainer .actVacCols .actLeftCol .actItemDescr {
        margin-left: 0;
    }
    .actSResContainer .actVacCols .actLeftCol .actItemDescr:before {
        display: none;
    }
	.actSResContainer .actVacPlaceDate,
	.actSResContainer .actVacMC {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.actSResContainer .actVacCols .actLeftCol,
	.actSResContainer .actVacMCContainer .actVacMCInner {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.actSResContainer .actVacCols .actRightCol {
        display: none;
    }
	.actSResContainer .actVacCols .actRightCol,
	.actSResContainer .actVacMCContainer .actVacReadMore {
		width: 100%;
		float: none;
	}
	.actSResContainer .actVacCols .actRightCol .actItemLogo {
		margin: 10px 0;
	}
	.actSResContainer .actVacMCContainer .actVacReadMore {
		text-align: center;
		margin-top: 10px;
        display: none;
	}
	.actSResContainer .actVacCols .actRightCol .actItemLogo img {
		width: auto;
		max-width: 500px;
		margin: 0 auto;
	}
	.actSResContainer .actVacMCContainer .actVacReadMore a {
		padding-right: 0;
		opacity: 1;
	}
	.actSResContainer .actVacMCContainer .actVacReadMore a:after {
		position: relative;
		padding-left: 10px;
		right: 0;
		margin-top: 0;
	}
	.actSResContainer .itemContainer:hover .actVacReadMore a {
		padding-left: 0;
	}
    .jbdOuter .chapoSW {
        padding-top: 30px;
    }
    .jbdOuter .vacancySW {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .jbdOuter .vacancySW h2 {
        font-size: 2.2rem;
        margin: 20px 0 10px 0;
    }
    .jslOuter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .jslOuter .jslItemInner {
        padding: 20px 20px 5px 20px;
    }
    .rJhVOut, .rJhAOut {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .rJhVOut .vacItemInner, .rJhAOut .vacItemInner {
        padding: 20px 20px 5px 20px;
    }
    .jbdOuter .applyBarStickyInner .applyBarStickyTitle {
        display: none;
    }
    .jbdOuter .applyBarStickyInner {
        justify-content: center;
    }
    .favouriteJobList .favoritesRow {
        padding: 30px 0;
    }
    .favouriteJobListItemInner {
        padding: 20px 20px 5px 20px;
    }
    .consDetOuter .consDetPhoto1 {
        float: none;
        max-width: none;
    }
    .eveMafOuter {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .blogOuter {
        padding-bottom: 20px;
    }
    .blogOuter .blogListTextBox {
        padding: 20px 20px 0px 20px;
    }
    .bslOuter .superSliderSlickItem .bslTextBoxInner {
        padding: 15px;
    }
    .bslOuter .superSliderSlickItem .bslTextBoxInner h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin: 0 0 5px 0;
    }
    .eventdetail .headerPhotoKopCol h1 {
        width: calc(100% - 39px);
        float: left;
    }
    .eventdetail .t1 .headerPhotoKopCol .eventShareConainer .eventSharePrint,
    .eventdetail .t1 .headerPhotoKopCol .eventShareConainer .eventShareMail {
        display: none;
    }
}
@media only screen and (max-width:500px) {
    body {
        padding: 52px 0 0 0;
    }
    .header .menu {
        top: 52px;
        width: 100%;
        right: -100%;
        height: calc(100% - 52px);
    }
    .header {
        padding: 7px 0;
    }
	.hlb1 li {
        font-size: 1.6rem;
        overflow-x: hidden;
    }
    .t1 .headerPhoto {
        min-height: 300px;
    }
    .t2 .headerPhoto {
        min-height: 300px;
    }
    .t3 .superSliderContainer .superSlider {
        display: block;
    }
    .t3 .superSliderContainer .superSliderArrows {
        display: none;
    }
    .t3 .superSliderFixedWidth .superSliderSlick {
        text-align: center;
    }
    .t3 .superSliderSlickItem .superSliderSlickItemInner {
        position: relative;
        margin: 0 0 20px 0;
    }
    .t8 .menuContainer {
        margin: 0 0 40px 0;
    }
    .t9 .loginHook {
        max-width: calc(100% - 20px);
    }
    .t9 .ocdHookOuter {
        width: 100%;
        padding: 30px 30px 130px 30px;
        min-width:0;
    }
    .t9 form .intro {
        font-size: 1.1rem;
    }
    .t9 .buttons {
        bottom: 30px;
    }
    .t10 .popUpContainer{
        max-width: calc(100% - 20px);
    }
    .t10 .jobAlertBox{
        width: 100%;
        padding: 40px 30px;
        min-width:0;
    }
    .t9 .ocdHookOuter .loginHookField {
        margin: 0 0 10px 0;
    }
	.vacRes1Outer .actSRFacetInner {
        top: 52px;
		height: calc(100% - 52px);
		padding: 5px 30px 40px 30px;
    }
	.vacRes1Outer .facetListing, .vacRes1Outer .selectedCriteria {
		max-width: 100%;
	}
	.actSResContainer .actVacCols .actRightCol .actItemLogo img {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}
    .actSResContainer .itemContainer {
        padding: 20px;
    }
    .actSResContainer .favorites_cookies {
        right: 20px;
        top: 20px;
    }
    .bslOuter,
    .t5 .bslOuter {
        padding: 50px 0 40px 0;
    }
    .bslOuter .superSliderSW {
        padding: 0;
    }
    .bslOuter .bslBackground {
        min-height: 360px;
    }
    .bslOuter .superSliderContainer .superSlider {
        display: flex;
        flex-direction: column;
    }
    .bslOuter .superSliderContainer .superSliderOverflowBox {
        order: 1;
    }
    .bslOuter .superSliderContainer .superSliderArrows {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .bslOuter .superSliderContainer .superSliderArrows .bsl-slick-prev,
    .bslOuter .superSliderContainer .superSliderArrows .bsl-slick-next {
        display: inline-block !important;
    }
    .bslOuter .superSliderSlickItem .superSliderSlickItemInner {
        position: relative;
        margin-bottom: 20px;
    }
    .bslOuter h2.bslTitle {
        margin: 0 15px 30px 15px;
    }
    .bisjab.contentTeam .contentTeamBlockInner {
        display: block;
    }
    .bisjab.contentTeam .contentTeamBlockInner .teamPhoto {
        width: 100%;
    }
    /* .bisjab.contentTeam .contentTeamBlockInner .teamPhoto img {
        margin: 0 auto;
    } */
    .bisjab.contentTeam .contentTeamBlockInner .teamInfoTextBox {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
    .eventListOuter .eventItemInnerLeft {
        display: none;
    }
    .eventListOuter .eventItemInnerRight {
        padding: 20px;
    }
}</pre></body></html>