@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

html{
    font-size:62.5%;
}
body{
    margin:0;
	padding:0;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
    padding-top: 80px;
    overflow-x: hidden;
    background: #F5F7FB;
}
main {
    display: block;
    padding: 40px 0 0;
    z-index: 10;
    background: #F5F7FB;
}
*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
a:hover {
    text-decoration: none;
}
.text a {
    color: rgba(var(--color1), 1);
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Rubik', sans-serif;
    margin:0;
    padding:0;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0;
}
h1, h2.h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #171725;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #171725;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 5px;
    font-weight: 500;
}
.hide { 
    display: none;
}
.gradient-bar:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: url(../_images/footer-gradient-bar.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.teaserSubHeader {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #133E60;
}
.center {
    text-align: center;
}
ul,ol,li{
    margin:0;padding:0;
}
li{
    list-style:none;
}
p, .text, .intro {
    font-size: 1.6rem;
    line-height: 3rem;
}
p:last-child {
    margin-bottom: 0;
}
img{
    max-width:100%;
    height:auto!important;
    display:block;
}
.sw{
    max-width:1230px;
    margin:0 auto;
    padding:0 30px;
}
.sw-small {
    max-width:618px;
    margin:0 auto;
    padding:0 30px;
}
.text {
    margin-bottom: 20px;
}
.cleaner {
    clear: both;
    display: block;
}
.text ul:not(.slick-dots) > li {
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.text ul:not(.slick-dots) > li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    color: rgba(var(--color1), 1);
    font-size: 6px;
    line-height: 28px;
    font-weight: bold;
    margin-right: 0;
    position: absolute;
    left: 0;
}

/* Slick */
.slick-slider *:focus{
    outline:none;
}
.slick-dots {
	list-style: none;
	margin: 20px 0 0 0;
	text-align: center;
    line-height: 0;
    padding: 0 15px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border: 0;
	outline: none;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    line-height: 0;
}
.slick-dots li button:after {
	height: 10px;
	width: 10px;
	background: rgba(0, 98, 255, 0.2);
	content: "";
	display: block;
	border-radius: 100px;
}
.slick-dots li.slick-active button:after {
    background:rgba(var(--color1), 1);
}

/* ___________________________________________________________________________ inputs */

button, .button, input[type=submit], input[type=button],
a>s, s>a, strike>a, a>strike {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: rgba(var(--color1), 1);
    cursor: pointer;
    border: 0;
    padding: 7px 27.5px;
    margin: 0 5px 5px 0;
    border-radius: 25px;
    border: 1px solid rgba(var(--color1), 1);
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.aplRadioInput input {
    margin-top: 0;
}
.button.closedButton {
    color: #fff;
    background-color: rgba(var(--color1), 1);
    border: 1px solid rgba(var(--color1), 1);
}
.button.closedButton:hover {
    background-color: rgba(var(--color1), 0.8);
    border: 1px solid rgba(var(--color1), 0.8);
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover,
a:hover>s, s>a:hover, strike>a:hover, a:hover>strike{
    -webkit-filter: brightness(1)!important;
            filter: brightness(1)!important;
    background-color: rgba(var(--color1), 1);
    color: #fff;
}
button:focus, .button:focus, input[type=submit]:focus, input[type=button]:focus, input[type=text]:focus,
input[type=password]:focus, input[type=email]:focus, textarea:focus, input:focus{
	outline:0;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus, input:focus {
    border: 1px solid #2764F6;
}

input[type=text], input[type=password], input[type=email], textarea, .formInputTaC, .select {
    -webkit-appearance: none;
    border: 1px solid white;
    border-radius: 5px;
    background: #EEF2FA;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 13px 15px;
    color: #171725;
    width: calc(100% - 168px);
    float: right;
}
.aplRadioInput label {
    margin-top: 0;
}
.error {
    margin: -10px 0 10px 0;
    color: #FC5756;
    margin-left: 168px;
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.errorInput input {
    border: 1px solid #FC5756;
}
.formInputTaC {
    font-size: 10px;
    line-height: 16px;
    max-height: 120px;
    overflow-y: auto;
}
input[type=text]:placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, 
input[type=password]:placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder, 
input[type=email]:placeholder, input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, 
textarea:placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #171725;
}
.apllDate > div {
    display: inline-block;
    width: calc(100% - 185px);
}
.hookInput,
.formInput {
    margin-bottom: 15px;
}
.formInput label span {
    color: rgba(var(--color2), 1);
}
form label {
    width: 168px;
    float: left;
    font-weight: 500;
    color: #171725;
    font-size: 15px;
    margin: 9px 0 0 0;
    position: relative;
    /* z-index: 1; */
}
.formSmallInput.aplCheckContainer {
    display: flex;
    align-items: center;
}
.hookInput:after,
.formInput:after {
    content: '';
    clear: both;
    position: relative;
    display: block;
}
.job-alert-inner .buttonContainer {
    margin-left: 0;
}
.custRewriteIntro {
    margin-bottom: 20px;
}

.explain {
    padding: 0 10px 5px 0;
    line-height: 18px;
    font-size: 12px;
    position: relative;
    color: #171725;
    display: none;
}
.tooltipExplain {
    position: relative;
}
.tooltipExplain label {
    width: 225px;
    position: absolute;
    top: 100%;
    left: calc(50% - 112.5px);
    box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
    background: white;
    padding: 5px;
    border-radius: 5px;
    color: #696969;
    font-size: 1.4rem;
    line-height: 1.9rem;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.tooltipExplain:hover label {
    opacity: 1;
}
.tooltipExplain label:before {
    content: "";
    position: absolute;
    top: -7.5px;
    left: calc(50% - 5px);
    border-color: transparent #FFF #FFF transparent;
    width: 0; 
    height: 0; 
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid white;
}
.tooltipExplain:before{
    content: '\f059';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #171725;
    margin-left: 5px;
}
/* Otysselect */
.select {
    padding: 7px 40px 7px 15px;
    color: #171725;
}
.selected_item {
    color: #171725;
}
.select.multiple .selected_item,
.select .select_options .option.selected{
    background-color: rgba(var(--color1), 1);
}
.select .select_options::-webkit-scrollbar-thumb{
    background-color: rgba(var(--color1), 1);
}
.select .select_options .option {
    padding: 8px 20px;
}
.select.single .selected_item {
    padding: 4px 0;
    margin: 2px 0;
}
.select.single .selected_item[value=NULL], .select .select_options .option[value=NULL], .select_label {
    color: #171725;
    font-weight: normal;
}
.ajaxWindow .select .select_options {
    max-height: 120px;
}
.select,
.select .select_options,
input.select_searcher {
    border: 1px solid #white;
}
.select.options_open, .select.options_open .select_options {
    border-color: #8397C4;
}
/*Hover over select option*/
.select .select_options .option:not(.selected):hover{
    background-color:rgba(var(--color1), 0.8);
    color:#fff;
}
/* Fileupload */
.aplFileButton > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:after {
    content: '\f055';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 40px;
    color: rgba(var(--color1), 1);
    font-weight: bold;
}
.fileInputHolder.empty:hover:after {
    color: #000;
}
.inputFile{
    cursor: pointer;
    color: #171725;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #EEF2FA;
    width: calc(100% - 168px);
    padding: 9px 15px;
    text-align: left;
    border-radius: 5px;
    margin-left: 168px;
    border: 2px dashed rgba(var(--color1), 1);
}
span.remove {
    position: absolute;
    right: 0;
    line-height: 40px;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
span.remove:after {
    content: '\f1f8';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 40px;
    color: rgba(var(--color2), 1);
    opacity: 0.5;
    font-weight: bold;
}
span.remove:hover:after {
    opacity: 1;
}

/* Radio & checkbox */

.formCheckboxContainer {
    margin: 0;
    line-height: 40px;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(var(--color1), 1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid rgba(var(--color1), 1);
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #DFE4EF;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 11px;
    position: absolute;
    top: -2px;
    left: 2px;
    color: #fff;
    line-height: 17px;
}
input[type=checkbox]:checked {
	background-color: rgba(var(--color1), 1);
	border: 1px solid rgba(var(--color1), 1);
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #DFE4EF;
	width: 15px!important;
    height: 15px;
    border-radius: 2px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
    margin: 7px 10px 0 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
label.labelRadio{
    line-height: 15px;
    vertical-align: middle;
    margin: 5px 15px 5px 0;
    display: inline-block;
    width: auto;
    clear: none;
}

/* ___________________________________________________________________________ header */

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 1px 10px #00000033;
    height: 80px;
}
#top > div:after {
    content: '';
    display: table;
    clear: both;
}
.top-right {
    float: right;
    display: flex;
    align-items: center;

}
.top-right.mobile-menu {
    display: none;
}
.top-right.mobile-menu .webUserHookOuter {
    display: none;
}
.top-right.mobile-menu span.toggleSub {
    display: none;
}
.top-left {
    float: left;
    z-index: 10;
    position: relative;
}
/* Login */

#top-login,
nav#hlb1 {
    display: inline-block;
}
/* logo */
#logo {
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: 80px;
}
#logo > a {
    display: block;
}
#logo a img {
    display: block;
    height: 60px!important;
    width:auto!important;
}
/* menu */
nav#hlb1 > ul > li {
    display: inline-block;
}
#top-login a,
nav#hlb1 > ul > li > a {
    display: block;
    font-size: 1.8rem;
    line-height: 80px;
    padding: 0 15px;
    font-weight: bold;
    color: #171725;
}
#top-login {
    padding-left: 20px;
    position: relative;
}
a#loginOpen {
    line-height: 22px;
    color: rgba(var(--color1), 1);
    border: 1px solid rgba(var(--color1), 1);
    border-radius: 25px;
    padding: 8px 30px !important;
    transition: all 0.2s;
}
a#loginOpen:hover {
    background: rgba(var(--color1), 1);
    color: white;
}
#top-login ul ul a {
   font-size: 1.6rem;
   line-height: 2.2rem; 
   font-weight: 400;
}
#top-login > a:hover,
nav#hlb1 > ul > li > a:hover {
    opacity: 0.9;
}
nav#hlb1 > ul > li.mainLevactive > a {
    color: rgba(var(--color1), 1);
}
span.toggleSub {
    display: none;
    line-height: 80px;
    position: absolute;
    right: 14px;
    top: 0;
}
.hasChildren span.toggleSub {
    display: block;
}
span.toggleSub:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    color: rgba(var(--color1), 1);
}
nav.myProfileDropdown.clone {
    display: none;
}
nav.myProfileDropdown a {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #171725;
}
nav.myProfileDropdown a#loginOpen {
    display: inline-block;
}
li.hasChildren {
    padding-right: 20px;
}
nav.myProfileDropdown span.toggleSub {
    right: -7px;
    width: 30px;
    display: flex;
    justify-content: center;
}
nav.myProfileDropdown span.toggleSub:hover {
    cursor: pointer;
}
nav.myProfileDropdown li.hasChildren {
    padding-right: 25px;
}
#top nav.myProfileDropdown > ul > li > a {
    padding-right:  0;
}
nav.myProfileDropdown > ul > li,
nav#hlb1 > ul > li {
    position: relative;
}
nav.myProfileDropdown > ul > li > ul,
nav#hlb1 > ul > li > ul {
    border-radius: 10px;
    position: absolute;
    top: 100%;
    top: calc(100% - 10px);
    background: #fff;
    padding: 10px 0;
    width: 200px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    -o-transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    transition: 0.2s cubic-bezier(0.65, 0.45, 0.2, 1.65);
    visibility: hidden;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
nav.myProfileDropdown > ul > li > ul {
    top: calc(100% - 10px);
    left: auto;
    right: 0;
    min-width: 185px;
    width: auto;
    text-align: left;
}
nav.myProfileDropdown ul ul li a:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    color: #696969;
    font-weight: bold;
    display: inline-block;
    margin-right: 7.5px;
}
#top-login nav.myProfileDropdown ul ul {
    padding: 10px 0;
}
#top-login nav.myProfileDropdown ul ul li a {
    padding: 5px 20px;
    color: #171725;
}
nav.myProfileDropdown ul ul li:hover {
    background-color: #EDF2FB;
}
nav.myProfileDropdown ul ul li:hover a:before {
    color: rgba(var(--color1), 1);
}
nav.myProfileDropdown ul li.myProfileLink a:before { content: '\f007'; }
nav.myProfileDropdown ul li.myFavoritesLink a:before { content: '\f004'; }
nav.myProfileDropdown ul li.logoutLink a:before { content: '\f2f5'; }

nav#hlb1 > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
nav.myProfileDropdown > ul > li > ul > li a,
nav#hlb1 > ul > li > ul > li a {
    display: block;
    padding: 5px 20px;
    color: #171725;
    font-weight: 500;
}
nav.myProfileDropdown > ul > li > ul > li a:hover,
nav#hlb1 > ul > li > ul > li a:hover {
    opacity: 0.9;
}
nav.myProfileDropdown > ul > li > ul > li.subLevel_1active a,
nav#hlb1 > ul > li > ul > li.subLevel_1active a {
    color: rgba(var(--color1), 1);
}
.myProfileDropdown {
    display: flex;
    align-items: center;
}
.candidateAvatar {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
}
.candidateMyProfileHook {
    display: none;
}

/* ___________________________________________________________________________ hamburger */

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

/* HAMBURGER MENU OPEN */
.menuOpen .hamburger .hamburger-inner, .menuOpen .hamburger .hamburger-inner:after, .menuOpen .hamburger .hamburger-inner:before {
    background-color: #454545;
}
#mobileHeader {
    display: none;
}
#favorites {
    display: flex;
    align-items: center;
    height: 30px;
    border-right: 2px solid #DBDBDB;
    padding: 0 15px;
    position: relative;
    top: 2px;
}
#favorites a {
    font-size: 0;
}
#favorites a:before {
    font-size: 20px;
    color: #FC5756;
}
#favorites .nshDetailsContainer {
    line-height: 1;
}
.ctaLoginLabel {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-right: 10px;
    display: inline-block;
}
/*Dont show favorites when not enabled, because this isnt a default function*/
.favorites_cookies,#favorites{
    display:none!important;
}
/* ___________________________________________________________________________ teasers */

/* Teaser 1 */

#t1 {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9990;
    background:rgba(0,0,0,0.9);
}
#t1 .grecaptcha-badge {
    display: none;
}
#t1 #footer-gradient-bar {
    margin-top: 0;
    position: relative;
    top: -1px;
}
#t1 .popUpContainer {
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column-reverse;
    -webkit-transform: translateY(-50%) translateY(1px) translateX(-50%);
    -ms-transform: translateY(-50%) translateY(1px) translateX(-50%);
    transform: translateY(-50%) translateY(1px) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 570px;
    max-height: 100%;
    z-index: 2;
    overflow:hidden;
}
#t1 .jobAlertBox {
    background: #fff;
    padding: 30px 30px 40px;
    margin-top: -1px;
}
#t1 .additionalImage {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
#t1 .ajaxWindow.newAgentFormFrag,#t1 .simpleMessageFrag{
    max-width: none;
}
#t1 .formInput {
    margin: 0 0 15px 0;
}
#t1 .oldRecaptcha{
    display:none;
}
#t1 .ajaxWindow.newAgentFormFrag .intro {
    display:none;
}
#t1 .errormailError {
    font-size: 1.2rem;
    line-height: 2rem;
    color: red;
}
#t1 .error {
    color: red;
    margin: 15px 0 15px 0;
}
#t1 .jbAlertDistanceMatching {
    display: flex;
    justify-content: space-between;
}
#t1 .jbAlertDistanceMatching > *{
    width: calc(50% - 7.5px);
    margin-bottom: 0;
}
#t1 .actEqueryInput {
    margin-bottom: 0;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
}
.close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
.close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}

.newAgentFormFrag input,
.newAgentFormFrag .select {
    width: 100%;
    float: none;
}
.newAgentFormFrag .newAgentFormFragFieldContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newAgentFormFrag .newAgentFormFragFieldContainer > *{
    width: calc(50% - 15px);
    margin-bottom: 15px;
}
.newAgentFormFrag .buttonContainer:not(.jbdBc) {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
}
.newAgentFormFrag h2.title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 2.4rem;
    color: #171725;
}
.newAgentFormFrag .text {
    text-align: center;
    color: #696969; 
    margin-bottom: 25px;
}

/* Teaser 2 */

#top .webUserHookOuter {
    display: none;
}
#t2{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
    background:rgba(0,0,0,0.9);
}
#t2 h2 {
    display: none;
}
body.loginHook #t2{
    display:block;
}
#t2 .ocdHookOuter {
    margin-top: -1px;
    padding: 40px 30px;
    background-color: white;
}
#t2 .loginHook {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 570px;
    max-height: 100%;
    z-index: 2;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
#t2 #footer-gradient-bar {
    margin-top: 0;
    position: relative;
    top: -1px;
}
#t2 .ocdHookOuter .loginHookField {
    margin: 0 0 40px 0;
}
#t2 .ocdHookOuter .loginHookField:nth-child(3) {
    margin: 0 0 10px 0;
}
#t2 .loginHookLinks {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    margin: 0 0 40px 0;
}
#t2 .loginHookLinks a{
    color:#000;
}
#t2 span.ocdSignUp {
    float: right;
}
#t2 .additionalImage{
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#t2 form .intro {
    display: flex;
    position: absolute;
    background-color: #e06662;
    color: white;
    max-width: calc(100% - 80px);
    border-radius: 10px;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
}
#t2 form .intro:before {
    display: inline-block;
    content: '\f06a';
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: white;
}
#t2 form .intro p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
#t2 .ocdFrgtPswrd {
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: inline-block;
    float: right;
}
#t2 .ocdFrgtPswrd a {
    color: #171725;
}
#t2 .buttonContainer {
    padding-top: 40px;
    display: flex;
    margin-left: 168px;
}
#t2 .buttonContainer span {
    color: #696969;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: block;
}
#t2 .ocdHookText {
    min-width: 135px;
}
#t2 .buttonContainer a {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: rgba(var(--color1), 1);
    display: block;
    margin-top: 2px;
    text-decoration: underline;
}
#t2 .buttonContainer input[type="submit"] {
    margin-right: 15px;
}
#t2 label {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

/* ___________________________________________________________________________ footer */

#footer-gradient-bar {
    margin-top: 80px;
    display: block;
    height: 5px;
    width: 100%;
    background: url("../_images/footer-gradient-bar.jpg") center center no-repeat;
    background-size: 100% 100%;
}
footer#footer {
    background: transparent;
    color: #171725;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}
footer#footer span,
footer#footer ul.hlb2 {
    display: inline-block;
}
ul.hlb2 li {
    display: inline-block;
}
ul.hlb2 li a {
    display: block;
    color: #171725;
}
ul.hlb2 li a:before {
    content: '|';
    margin: 0 10px;
}

/* ___________________________________________________________________________ Vacancy overview */

.actSROf {
    padding-right: 30px;
}
.actTopMenu {
    display: flex; 
    justify-content: space-between;
}
#numberOfResultsFound {
    width: 100%;
    text-align: right;
}
.actTopMenu { 
    align-items: center;
    margin-bottom: 20px;
}
h1.title.actTitle {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0;
    flex-shrink: 0;
    color: #171725;
}
/* Facets */
.facetsButton {
    display: none;
}
.optionListContainer.actLcKeywords {
    display: none;
}
.optionListContainer.facetListCon {
    padding-bottom: 30px;
}
.optionListTitle.facetListTitle {
    font-size: 2.0rem;
    line-height: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.optionListTitle.facetListTitle a {
    color: #171725;
    font-weight: 600;
    width: 100%;
    display: block;
}
.optionListTitle.facetListTitle a:after {
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 16px;
    float: right;
    color: #171725;
    margin-right: 7px;
}
.facetClosed .optionListTitle.facetListTitle a:after {
    transform: scaleY(-1);
}
.optionList.facetList ul li {
    margin-bottom: 5px;
}
.optionList.facetList ul li:last-child {
    margin-bottom: 0;
}
.optionList.facetList ul li a {
    color: #133E60;
    padding-left: 27.5px;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 6px 10px 6px 35px;
    border-radius: 5px;
    display: block;
}
.optionList.facetList ul li:hover {
    background-color: rgba(var(--color1), 1)0d;
    border-radius: 5px;
}
.optionList.facetList ul li a:before {
    /* content: '\f0c8';
    font-family: "Font Awesome 5 Pro"; */
    width: 15px;
    height: 15px;
    border-radius: 3px;
    content: "";
    display: inline-block;
    border: 2px solid rgba(var(--color1), 1);
    color: #2764F6;
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 18px;
    font-weight: 100;
}
.optionList.facetList ul li a:hover:before {
    background: rgba(var(--color1), 1) url("../_images/icon-check.svg") no-repeat center center / 10px 7.5px;
}
.optionList.facetList ul li a span {
    float: right;
    color: rgba(var(--color1), 1);
    font-size: 1.8rem;
    font-weight: bold;
}
.actLcMcrit .optionListTitle {
    display: none;
}
.actLcMcrit ul li a {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
    padding-left: 27.5px;
    position: relative;
    color: #171725;
    display: block;
}
.actLcMcrit ul li a:before {
    content: '\f2d3';
    font-size: 18px;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(var(--color2), 1);
}
.actLcMcrit ul li a:hover:before {
    font-weight: bold;
}

/* List */
.itemContainer.actIc {
    background: #fff;
    margin-bottom: 30px;
    padding: 25px 40px;
    padding: 30px 30px 25px 30px; /* minus 10 at the bottom to account for margin-bottom of match criteria */
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    transition: 0.2s;
    position: relative;
}
.favorites_cookies {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.favorites_cookies.show {
    opacity: 1;
}
.favorites_cookies .changeFav.addFav span {
    display: none; 
}
.itemContainer.actIc:hover {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.actItemTitle {
    padding-right: 30px;
}
.actIc .container-left {
    flex-basis: 90px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    display: flex;
}
.actIc .container-left .jobThumb {
    width: 100%;
    border-radius: 10px;
    align-self: center;
    margin-bottom: auto;
}
.actIc .container-right {
    flex-grow: 1;
    position: relative;
    width: calc(100% - 110px);
}
.itemTags:before,
.itemTags:after,
.actIc:before,
.actIc:after,
.actIc .container-bottom:before,
.actIc .container-bottom:after {
    content: "";
    display: table;
    clear: both;
}
.actIc .container-bottom {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
h3.h2.itemTitle.actItemTitle a {
    color: #171725;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
.pubStatus {
    font-family: "Rubik", sans-serif;
    color: rgba(var(--color1), 1);
    margin-bottom: 0;
    font-size: 18px;
    position: absolute;
    bottom: 9px;
    right: 0;
}
.jbdStatPub.dateTime {
    color: rgba(var(--color1), 1);
}
.itemTags .itemTag {
    font-size: 16px;
    line-height: 22px;
}
.itemTags .val {
    color: rgba(var(--color1), 1);
    display: inline-block;
}
.itemTags .val:after {
    content: ',';
}
.itemTags .val:last-child:after {
    display: none;
}
.itemTags .itemTag {
    float: left;
    padding: 4px 10px;
    border-radius: 5px;
    background: #EDF2FB;
    margin: 5px 10px 5px 0;
    color: rgba(var(--color1), 1);
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.itemTags .itemTag:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: rgba(var(--color1), 1);
    margin-right: 2px;
    font-weight: bold;
    content: none !important;
}
.itemTags .itemTag.location:before {
    content: '\f124';
}
.itemTags .itemTag.Regio:before {
    content: '\f124';
}
.itemTags .itemTag.Functiegroep:before {
    content: '\f02b';
}
.itemTags .itemTag.Salaris:before {
    content: '\f153';
}

/* Favorites */

body.smallWidth .bisjab.transparent #formTop {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.favouriteJobList .gradient-bar {
    margin-bottom: 30px;
}
.favouriteJobList h1 {
    margin-bottom: 0;
}
.removeFavoriteButton label {
    display: none;
}
.removeFavoriteButton i {
    font-weight: 500;
    color: #FC5756;
    font-size: 20px;
}
.favouriteJobListItem {
    background: #fff;
    margin: 15px 0;
    padding: 25px 40px;
    display: flex;
    border-radius: 20px;
    transition: 0.2s;
    position: relative;
    justify-content: space-between;
}
.favouriteJobListItem:hover {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.favouriteJobList #bottomRowInner {
    background: white;
    padding: 30px 50px;
    margin-top: -30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/* .favouriteJobListItem a { */
.favoriteJobListItemTitle {
    color: #171725;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
    display: block;
    font-family: "Rubik", sans-serif;
}
.favouriteJobListItem .favoritesLocation {
    color: rgba(var(--color1), 1);
    background-color: #EDF2FB;
    font-size: 1.6rem;
    line-height: 2.2rem;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
}
.favouriteJobListItem .removeFavoriteButton {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: calc(50% - 25px);
    right: -18px;
    z-index: 100000000000;
}
.favouriteJobList h1 i {
    color: #FC5756;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

/* Job Search Hook (JSH) */
.search-hook.search-hook-vacancies {
    display: block;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    border-radius: 20px;
}
.search-hook-vacancies form {
    display: flex;
    justify-content: space-between;
}
.search-hook-vacancies .actHHeader,
.search-hook-vacancies .actHBl,
.search-hook-vacancies .actHKw,
.search-hook-vacancies .actHVsl,
.search-hook-vacancies .actHVsi {
    display: none;
}
.search-hook-vacancies .sh-text-search {
    float: left;
    width: calc(100% - 190px);
    margin-bottom: 0;
    position: relative;
}
.search-hook-vacancies .sh-text-search input::placeholder,
.search-hook-vacancies .sh-text-search input::-ms-input-placeholder,
.search-hook-vacancies .sh-text-search input::-ms-input-placeholder {
    color: #ADADB2;
}
.search-hook-vacancies .sh-button {
    position: relative;
    float: right;
    width: 175px; 
    width: auto; 
    text-align: center;
}
.search-hook-vacancies .sh-button button,
.search-hook-vacancies .sh-button input {
    width: 100%;
    margin-bottom: 0;
    background: rgba(var(--color1), 1);
}
.search-hook-vacancies .sh-button i {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
}
.search-hook-vacancies input[type="text"] {
    background: white;
}
.search-hook-vacancies .sh-button button,
.search-hook-vacancies input {
    font-family: "Rubik",sans-serif;
    border: none;
    float: none; 
    width: 100%;
    font-size: 2.0rem;
    line-height: 2.4rem;
    padding: 22px 30px;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}
.search-hook-vacancies .sh-button button {
    color: white;
}
.search-hook-vacancies input:focus,
.search-hook-vacancies input:active {
    border: none;
}
.search-hook-vacancies .sh-button button:hover,
.search-hook-vacancies .sh-button button:active,
.search-hook-vacancies .sh-button button:focus {
    background: #004098;
}
.suggestions {
    padding: 0;
    background: #FFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    overflow-y: auto;
    max-height: 300px;
    display: none;
    width: calc(100% - 0px);
    z-index: 999;
    position: absolute;
    left: 0px;
    top: calc(100% + 10px);
    border-radius: 20px;
}
.suggestions.active{
    display: block;
}
.suggestions > div{
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.suggestions > div:hover{
    color: white;
    background: #3a3a3a;
}

/* Jobalert */
.job-alert {
    color: #fff;
    padding: 0;
}
.job-alert .buttonContainer {
    width: 100%; 
}
.job-alert .buttonContainer a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: rgba(var(--color1), 1);
    color: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
    border: none;
    padding: 21px 50px 21px 20px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.job-alert .buttonContainer a:hover {
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    background: #004098;
}
.job-alert .buttonContainer .icon-left {
    display: inline-block;
    margin-right: 15px; 
}
.job-alert .buttonContainer .icon-right {
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
}
.actHContainer {
    display: none;
}
.search-hook {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.actHContainer {
    max-width: 250px;
    text-align: center;
    font-weight: 500;
}
.search-hook a.button {
    color: #fff;
}
.newAgentFormFrag .intro {
	margin-bottom: 20px;
}
.intro.actIntro.vacActIntro {
    margin-bottom: 40px;
}
/* Favorites */
.favorites_cookies .changeFav:after {
    content: '\f004';
    font-family: "Font Awesome 5 Pro";
    color: rgba(var(--color2), 1);
    font-weight: 500;
    opacity: 1 !important;
}
.favorites_cookies .changeFav {
    color: #133E60;
    font-size: 20px;
    line-height: 17px;
    text-align: right;
    transition: 0.2s;
}
.favorites_cookies .changeFav.addFav span,
.favorites_cookies .changeFav.delFav:hover:after,
.favorites_cookies .changeFav.addFav:after {
    opacity: 1;
    cursor: pointer;
}
.favorites_cookies .changeFav.delFav span,
.favorites_cookies .changeFav.addFav:hover:after {
    opacity: 1;
    cursor: pointer;
}
.favorites_cookies .changeFav.addFav {
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
        -ms-transform: scale(1); 
            transform: scale(1);
}
.favorites_cookies .changeFav.addFav:hover {
    /* -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2); 
    transform: scale(1.2); */
    animation:pulse 1s infinite;
}
.favorites_cookies .changeFav.addFav:hover:after {
    color: red;
}
.favorites_cookies .changeFav.delFav span {
    display: none;
}
.favorites_cookies .changeFav.delFav:after {
    font-weight: bold;
}
@keyframes pulse {
	10% {
        transform: scale(1.2);
    }
}

/* Pagination */
.pageNav.actPageNav {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.pageNav.actPageNav a {
    background: transparent;
    width: auto;
    margin: 0 7.5px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #133E60;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.pageNav.actPageNav a span,
.pageNav.actPageNav a.actLast,
.pageNav.actPageNav a.actFirst {
    display: none;
}
.pageNav.actPageNav a.actFirst,
.pageNav.actPageNav a.actPrev,
.pageNav.actPageNav a.actNext,
.pageNav.actPageNav a.actLast {
    background-color: #EDF2FB;
    color: rgba(var(--color1), 1);
    width: 30px;
}
.pageNav.actPageNav a.actLast {
    margin-right: 0;
}
.pageNav.actPageNav a:hover,
.pageNav.actPageNav a.pnActive.actActive {
    background-color: transparent;
    color: rgba(var(--color1), 1);
}
.pageNav.actPageNav a.actFirst:hover,
.pageNav.actPageNav a.actPrev:hover,
.pageNav.actPageNav a.actNext:hover,
.pageNav.actPageNav a.actLast:hover {
    background-color: rgba(var(--color1), 1);
    color: white;
    transition: all 0.3s ease;
}

/* ___________________________________________________________________________ Favorites */

.nshDetailsContainer a {
    position: relative;
}
.nshDetailsContainer a:before {
    content: '\f004';
    font-family: "Font Awesome 5 Pro";
    color: #696969;
    font-weight: bold;
    margin-right: 10px;
}

/* ___________________________________________________________________________ Vacancy detail */

.jbdOuter #topRowInner {
    background-color: white;
    position: relative;
}
.jbdOuter #topRowInner:after {
    content:"";
    display: block;
    height: 5px;
    width: 100%;
    background: url(../_images/footer-gradient-bar.jpg) center center no-repeat;
    background-size: cover;
}
.jbdOuter #rowInnerContainer {
    box-shadow: 0 5px 20px rgba(0,0,0,0.03); 
    border-radius: 20px;
    overflow: hidden;
}
.jbdOuter #bottomRowInner {
    background: #fff;
    padding: 30px 50px;
}
.jbdStatPub {
    color: rgba(var(--color1), 1);
    margin: 0;
    text-transform: lowercase;
}
#jobDetailBanner {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#jobDetailInfo {
    position: relative;
    padding: 0 50px 45px 50px;
}
.jbdButBack {
    font-size: 0;
    width: 50px;
    text-align: center;
    margin-left: -20px;
    display: inline-block;
    flex-shrink: 0;
}
.jbdButBack:hover {
    cursor: pointer;
}
.jbdButBack:before {
    content: '\f053';
    font-size: 18px;
    line-height: 40px;
    color: #171725;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    display: inline-block;
}   
.stick-apply .jbdButApl:hover,
.jbdButton.jbdButApl:hover {
    background-color: rgba(var(--color1), 1);
    border-color: rgba(var(--color1), 1);
}
.jbdOuter .favorites_cookies,
.stick-apply .favorites_cookies {
    position: static;
}
.jbdOuter .jbdStatPub.dateTime {
    color: #696969;
    font-family: "Rubik", sans-serif;
    float: right;
    font-size: 1.3rem;
    line-height: 1.7rem;
}
h1.title.jbdTitle {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #171725;
}
.hookOuter.mDhOut.itemTags {
    position: relative;
    overflow: hidden;
    padding-right: 15px;
}
.jbdSh { 
    font-size: 1.8rem;
    line-height: 2.2rem;
    color:#171725;
    margin-top: 40px;
}
.jbdSh:first-child { 
    margin-top: 0;
}
.jbdPhoto {
    margin-top: -40px;
    background-color: white;
    border: 5px solid white;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* HIDING LOGO AND RELATION IN CASE OF ANONYMOUS */
#jobDetailInfo.hideLogoAndRelation { padding: 45px 50px !important; flex-direction: row !important; }
@media (max-width: 767.98px) { #jobDetailInfo.hideLogoAndRelation { padding: 30px 20px !important; } }

#jobDetailInfo.hideLogoAndRelation .jbdPhoto,
#jobDetailInfo.hideLogoAndRelation #jbdEmployer { display: none !important; }
#jobDetailInfo.hideLogoAndRelation h1.title.jbdTitle { order: 1 !important; width: calc(100% - 250px) !important; }
#jobDetailInfo.hideLogoAndRelation .jbdInteraction { order: 2 !important; margin-top: 0 !important; }
#jobDetailInfo.hideLogoAndRelation #jobDetailExtraInfo { order: 3 !important; }

/**************************************************/

.jbdPhoto {
    margin-right: 10px;
}
.jbdPhoto img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
#jbdEmployer {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    color: #696969;
    font-size: 1.6rem;
}
#jbdEmployer.pushRelationDown {
    margin-top: 17.5px;
}
.jbdInteraction {
    margin-top: 20px;
}
#jbdButTop {
    position: relative;
    z-index: 1;
}
#jbdButTop .button {
    margin: 0;
}
.jbdStatPub {
    float: right;
}
.itemTagsInner {
    /* overflow-x: scroll;
    white-space: nowrap; */
    width: calc(100% - 35px);
    /* margin-bottom: -17px; to hide the scrollbar - not working because of collapsing margins */
}
body.viewingOnMobileDevice .itemTagsInner {
    margin-bottom: 0;
}
.jbdOuter #printframe {
    display: none;
}
/* AddThis */
.addthis_inline_share_toolbox {
    margin: 0 10px;
}
.addthis_inline_share_toolbox .at-share-btn-elements > a {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}
.addthis_inline_share_toolbox .at-share-btn-elements > a .at-icon-wrapper:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    content: "\f1e0";
    color: rgba(var(--color2), 1);
    display: inline-block;
}
.addthis_inline_share_toolbox .at-share-btn-elements > a .at-icon-wrapper svg {
    display: none !important;
}
iframe#printframe {
    display: none;
}

/* STICKY APPLY */

#headerWrapper {
    -webkit-transform: translateY(0px); /* height of #top */
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all  0.3s ease;
    position: relative;
    z-index: 10;
}
#top.show-sticky-apply #headerWrapper {
    -webkit-transform: translateY(-80px); /* height of #top */
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}
#stickyApplyWrapper {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px !important;
}
#stickyApplyWrapper .stick-apply {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(80px); /* height of #top */
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    transition: all .4s ease;
    opacity: 0;
    display: flex;
    align-items: center;
}
#top #stickyApplyWrapper .stick-apply > .sw {
    width: 100%;
}
#top.show-sticky-apply #stickyApplyWrapper .stick-apply {
    -webkit-transform: translateY(0px); /* height of #top */
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.stick-apply .functionTitle {
    font-family: "Rubik", san-serif;
    color: #171725;
    font-size: 20px;
    line-height: 25px;
}
.stick-apply .button {
    background-color: rgba(var(--color2), 1);
    border: 1px solid rgba(var(--color2), 1);
    color: white;
    margin: 0;
}


/* ___________________________________________________________________________ Consultant hook */

.chlOuter { 
    background: white;
    overflow: hidden;
    border-radius: 20px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    padding: 30px 30px 30px;
    margin-top: 50px;
}
.chlItemTitle {
    display: none;
}
.chlTitle.mobile {
    display: none;
}
.chlTitle h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.4rem;
}
.chlPhoto {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.chlPhoto img {
    width: 100%;
}
#chlContainerLeft {
    float: left;
    margin-right: 50px;
}
#chlContainerRight {
    width: calc(100% - 200px);
    float: right;
}
.chlDesc {
    margin-bottom: 15px;
}
.fhlItemWord {
    display: inline-block;
    color: rgba(var(--color1), 1);
    font-size: 1.4rem;
    line-height: 1.9rem;
    border-radius: 5px;
    background-color: #EDF2FB;
    padding: 5px 10px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    word-break: break-word;
}
.chlMoreLink {
    display: none;
}
.chlSkype {
    color: rgba(var(--color1), 1);
    font-size: 13px;
}
.chlItemWord a {
    color: rgba(var(--color1), 1);
    display: block;
    padding-left: 26px;
    position: relative;
}
.chlItemWord a:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: rgba(var(--color1), 1);
    position: absolute;
    left: 0;
    font-size: 18px;
}
.chlItemWord.chlEmail .label {
    display: none;
}
.chlItemWord.chlPhone a:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.chlItemWord.chlPhoneCell a:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}
.chlItemWord.chlEmail a:before {
    content: '\f0e0';
}
/* ___________________________________________________________________________ Related jobs */

section.relatedJobsHook {
    padding: 40px 0 0;
}
section.relatedJobsHook .slick-dots {
    margin: 0;
}
.relatedJobsHook h2 {
    color: #171725;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.relatedJobContainer {
    margin-bottom: 30px;
}
.rJhVOut .slider {
    margin-left: -15px;
    width: calc(100% + 30px);
}
.rJhVIc {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.rJhVIc:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.13);
}
.rJhVIc:hover .hookItemTitle a {
    color: rgba(var(--color1), 1);
}
.rJhVIc .container-right > a {
    display: none;
}
.rJhVIc .container-left {
    flex-basis: 90px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}
.rJhALogo {
    border-radius: 10px;
    overflow: hidden;
}
.rJhVRegion {
    color: rgba(var(--color1), 1);
    background: #EDF2FB;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    position: relative;
}
.rJhVIt a {
    color: #171725;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}
.rJhVIc.alt-markup {
    flex-direction: column;
}
.rJhVIc.alt-markup a.button {
    align-self: flex-start;
}

/* ___________________________________________________________________________ Online Job Presentation */

.ojp2Detail > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.ojp2Detail .ojpPhoto img {
    border-radius: 10px;
}
.ojp2Detail .vacancyRightKol .ojp2Ic {
    border-radius: 5px;
}

/* ___________________________________________________________________________ Special padding */

.bisjab {
    padding: 30px;
}
.bisjab .aplOuter:not(.aplTyOuter):not(.aplSimplMessOuter):not(.aplStkOuter) {
    margin: -30px;
}
.aplStkOuter form#mainfrm {
    padding: 0;
}

/* ___________________________________________________________________________ Smallwidth */

body.smallWidth .bisjab #formTop {
    padding: 35px 30px;
}
body.smallWidth .bisjab form {
    padding: 35px 30px;
}
body.smallWidth .actJsaConfirmOuter form {
    padding: 0;
}
body.smallWidth .actJsaConfirmOuter .intro {
    margin-bottom: 15px;
}
body.smallWidth .bisjab:not(.transparent) {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 3%);
    /* overflow: hidden; */
}

/* ___________________________________________________________________________ Apply */

h1.aplTitle {
    margin: 0;
    font-size: 2rem;
    line-height: 2.4rem;
}
#ctaLabel {
    color: #696969;
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 5px;
}
#aplCta .button {
    margin-right: 0;    
}

/* Terms and conditions */

.formInput.formSmallInput.aplCheckContainer .formCheckboxContainer {
    display: inline-block;
}
.formInput.aplTextAreaInput.aplPrivAreaInput{
    margin: 0 0 0 0;
    padding-bottom:0;
    font-size: 12px;
    line-height: 16px;
    max-height:0;
    overflow:hidden;
    transition:0.3s;
}
.formInput.formSmallInput.aplCheckContainer label {
    float: none;
    width: auto;
    display: inline-block;
}
.formInput.aplTextAreaInput.aplPrivAreaInput label{
    display:none;
}
.formInput.aplTextAreaInput.aplPrivAreaInput.showing{
    max-height:300px;
    padding-bottom: 20px;
}
.formInput.aplTextAreaInput.aplPrivAreaInput .formInputTaC {
    width: 100%;
    float: none;
}
.formInput span.terms {
    cursor: pointer;
    text-decoration: underline;
    color: #171725;
}

/* Apply login */

.aplStartFrgtPwd,
.aplJlSFrgtPswrd {
    color: #171725;
    text-decoration: underline;
    float: right;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: inline-block;
}
.aplStartOuter .aplStartBc,
.aplJlSOuter .buttonContainer { margin-top: 50px; }
.aplStartOuter .aplStartBc input[type="submit"],
.aplJlSOuter .buttonContainer input[type="submit"] { margin-bottom: 0px; }

/* Apply failed - errors - qsWrapper */

.qsWrapper .LoginButtonError { display: none; margin-bottom: 0; }
.qsWrapper form > .error { display: none; }

/* Enroll */

.aplAplyTk { margin: 0; }

/* ___________________________________________________________________________ Cookiebanner */

.cktext a {
    color: #fff;
    text-decoration: underline;
}
.ckOuter {
    display: none;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    left: calc(50% - 485px);
    width: 970px;
    max-width: calc(100% - 30px);
    color: #fff;
    background: rgba(var(--color1), 1);
    padding: 15px 40px;
    z-index: 19;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 0.5s ease;
}
.ckOuter.show {
    display: block;
}
.ckOuter.closing {
    -webkit-transform: translateY(100%) translateY(25px) !important;
        -ms-transform: translateY(100%) translateY(25px) !important;
            transform: translateY(100%) translateY(25px) !important;
}
.ckOuter .ckwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ckOuter .cookieBtns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ckOuter .cookieBtns .button {
    background-color: white;
    margin: 0;
}
.ckOuter .cookieBtns .button:hover {
    background: rgba(var(--color1), 1);
    color: white;
    border-color: white;
}
.ckIcon {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    flex-shrink: 0;
    margin-right: 40px;
    display: flex;
    justify-content: center;
}
.ckIcon svg {
    width: 30px;
    height: auto;
}
.ckIcon path#Path_40 {
    fill: rgb(var(--color1));
}
.ckText {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: white;
    padding-right: 40px;
}
.ckText .customerName {
    font-size: 2rem;
    line-height: 2.4rem;
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.cookieBtnRefuse {
    color: white;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}
.cookieBtnRefuse:hover {
    cursor: pointer;
    text-decoration: underline;
}


/* ___________________________________________________________________________ Ajax window */

.ajaxWindow {
    width: auto;
    max-width: 500px;
}
.fancybox-skin {
    padding: 30px!important;
    background: #fff!important;
}
a.fancybox-item.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(var(--color2), 1);
    width: 28px;
    height: 28px;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.3s;
}
a.fancybox-item.fancybox-close:before {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(45deg);
}
a.fancybox-item.fancybox-close:after {
    content: '';
    width: 14px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 7px;
    transform: rotateZ(-45deg);
}
a.fancybox-item.fancybox-close:hover {
    transform: rotateZ(90deg);
    opacity: 1;
}
.newAgentFormFrag h2 {
    font-size: 32px;
    line-height: 38px;
}

/* ___________________________________________________________________________ Apply */

h1.title.aplTitle span {
    display: block;
    color: rgba(var(--color1), 1);
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}
.intro.aplLink {
    text-align: center;
}
.intro.aplLink ul {
    display: flex;
    justify-content: center;
}


@media (min-width: 1024px) {    

    nav.myProfileDropdown > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    nav.myProfileDropdown > ul > li:hover span.toggleSub:after {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1);
    }
            
}

@media (max-width: 1024px) {

    /* General */

    span.remove:after {
        opacity: 1;
    }

    /* Teasers */
    
    #t2 .ocdHookOuter {
        padding: 30px;
    }

    /* Cookie banner */

    .ckOuter {
        left: 25px; 
        max-width: calc(100% - 50px);
    }

    /* Menu */

    span.toggleSub {
        height: 35px;
        width: 50px;
        text-align: center;
    }
    span.toggleSub:after {
        font-size: 18px;
        line-height: 1;
    }
    .mobile-menu span.toggleSub {
        right: 0;
    }
    #top .myProfileDropdown > ul > li > .webUserHookHeader.loggedin {
        display: none;
    }
    .top-right.mobile-menu #top-login .myProfileDropdown > ul > li > .webUserHookHeader.loggedin {
        color: white;
    }
    body.menuOpen main {
        z-index: 20;
    }
    #top > div .myProfileDropdown.clone {
        position: absolute;
        margin: 20px 0;
        right: 30px;
        display: flex;
    }
    nav.myProfileDropdown li.hasChildren {
        padding-right: 0;
        padding-left: 3px;
    }
    nav.myProfileDropdown .ctaLoginLabel {
        display: none;
    }
    #top {
        z-index: 100;
        opacity: 1;
        transition: all 0.2s;
    }
    body.hideTop #top {
        z-index: 10;
    }
    #top > div {
        text-align: center;
    }

    #top .hamburger {
        margin: 28px 0;
        position: absolute;
        left: 30px;
    }
    nav.myProfileDropdown a#loginOpen {
        padding: 8px 16px !important;
    }
    .top-right {
        position: relative;
        z-index: -1;
        background: rgba(var(--color1), 1);
        background: rgba(var(--color1), 1);
        padding-left: 30px;
        padding-right: calc(50% + 25px);
        text-align: left;
        display: flex; 
        flex-direction: column;
        justify-content: center;
    }
    .top-left {
        display: inline-block;
        float: none;
    }
    main {
        position: relative;
        right: 0;
        position:  relative;
        left: 0;
        margin-top: 0;
        transform-origin: 0;
        transition: all 0.3s ease-in-out;
    }
    main,
    .top-right {
        transition: all 0.3s ease-in;
    }
    body.menuOpen {
        padding-top: 0;
        padding-top: 60px;
    }
    body.menuOpen #top {
        opacity: 0;
    }
    main.scaleUp {
        -webkit-transform: scale(1) !important;
            -ms-transform: scale(1) !important;
                transform: scale(1) !important;
        left: 0 !important;
    }
    body.menuOpen main {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
        border-radius: 15px !important;
        overflow: hidden;
        background: #F5F7FB;
        padding-top: 45px;
        margin-top: 0; 
        min-width: 100%;
        top: 0;
        height: 100%;
        position: fixed;
        left: 50%;
        transform-origin: center;
        transition: all 0.3s ease-in-out;
    }
    body.menuOpen main.resetValues {
        top: auto !important;
        border-radius: 0 !important;
    }
    li.hasChildren {
        padding-right: 0;
    }
    nav#hlb1 > ul > li > ul {
        position: static;
        display: none;
        opacity: 1; 
        transform: none;
        visibility: visible;
        box-shadow: none;
        width: 100%;
        padding: 0;
        border-radius: 0;
    }
    nav#hlb1 > ul > li > ul {
        display: block;
        border-radius: 5px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms ease;
    }
    nav.myProfileDropdown > ul > li.subOpen ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    nav.myProfileDropdown > ul > li.subOpen ul,
    nav#hlb1 > ul > li.subOpen > ul {
        display: block;
        max-height: 200px;
        top: calc(100% - -15px);
    }
    nav.myProfileDropdown > ul > li.subOpen span.toggleSub:after {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1);
    }
    #hlb1 ul > li > ul > li a {
        display: block;
        padding: 5px 20px;
        color: #171725;
        font-weight: 500;
    }
    #mobileHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }
    #ctaLoginLabel {
        display: none;
    }
    #mobileHeaderLabel {
        color: white;
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
    #mobileHeaderToggle {
        width: 50px;
        height: 50px;
        display: inline-block;
    }
    #mobileHeaderToggle:hover {
        cursor: pointer;
    }
    #mobileHeaderToggle:before {
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        margin-right: 5px;
        font-weight: normal;
        font-size: 22px;
        content: '\f178';
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .ctaLoginLabel {
        display: block;
    }
    .ctaLoginLabel,
    #top-login a#loginOpen { 
        color: white;
    }
    .top-right #top-login a#loginOpen { 
        border-color: white;
    }
    .top-right #top-login a#loginOpen:hover { 
        background: white;
        color: rgba(var(--color1), 1);
    }
    .top-right #top-login {
        margin-top: 50px;
    }
    .hamburger {
        display: inline-block;
    }
    .top-right.mobile-menu {
        display: flex;
    }
    .top-right {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        float: none;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    #footer-gradient-bar {
        margin-top: 40px;
    }
    body.menuOpen .top-right {
        z-index: 20;
    }
    .menuOpen .top-right {
        opacity: 1;
    }
    #top-login {
        padding-left: 0;
    }
    #top-login, 
    nav#hlb1 {
        display: block;
        width: 100%;
    }
    nav#hlb1 > ul > li,
    #top-login {
        display: block;
        width: 100%;
    }
    nav#hlb1 > ul > li.mainLevactive > a {
        color: white;
        opacity: 0.85;
    }
    nav#hlb1 > ul > li > a,
    span.toggleSub:after {
        color: white;
    }
    nav.myProfileDropdown.clone span.toggleSub {
        position: static;
    }
    nav.myProfileDropdown.clone span.toggleSub:after {
        color: rgba(var(--color1), 1);
    }
    nav#hlb1 > ul > li > a,
    #top-login > a,
    span.toggleSub {
        line-height: 40px;
        padding: 10px 0;
        font-weight: normal;
        font-size: 22px;
        line-height: 27px;
    }
    span.toggleSub {
        cursor: pointer;
    }
    #top span.toggleSub {
        display: flex;
    }

    /* Vacancy overview */

    .actSROf {
        padding-right: 0;
    }
    .job-alert {
        margin-bottom: 15px;
        padding: 0;
    }
    
    /* Favorites */
    
    #favorites {
        display: inline-block;
        width: 100%;
        border-right: none;
        margin: 7.5px 0;
        padding-left: 0;
    }
    #favorites a {
        font-size: 22px;
        line-height: 27px;
        color: white;
    }
    #favorites a:before {
        color: white;
        font-weight: 100;
    }

    /* Consultant hook */

    #chlContainerLeft { 
        margin-right: 25px; 
    }
    #chlContainerRight { 
        width: calc(100% - 175px);
    }
}

@media (max-width: 990.98px) {

    /* Footer */

    footer#footer span,
    footer#footer ul.hlb2 {
        display: block;
    }
    ul.hlb2 li:first-child a:before {
        content: none;
    }
    footer#footer span {
        margin-bottom: 0;
    }
    
    /* Vacancy overview */

    .itemContainer.actIc {
        padding: 20px;
        padding: 20px 20px 10px 20px; /* minus 10 at the bottom to account for margin-bottom of match criteria */
    }
    .search-hook {
        flex-direction: column;
    }
    .actHContainer {
        margin-bottom: 10px;
    }

    /* Facets */

    .actSRFacetCont.actSRFacetContJobs {
        position: fixed;
        top: 80px;
        left: 0;
        height: 100%;
        z-index: 100;
        background: #F5F7FB;
        padding: 30px 35px 30px 30px;
        transition: 0.2s;
        transform: translateY(calc(100% + 60px));
    }
    body.facetsOpen .actSRFacetCont.actSRFacetContJobs {
        transform: translateY(0);
    }
    body.menuOpen .facetsButton { 
        opacity: 0; 
        transition: all 0.3s ease;
    }
    .facetsButton {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 60px;
        height: 60px;
        background: #FC5756;
        border-radius: 10px;
        position: fixed;
        z-index: 1001;
        right: 30px;
        bottom: 30px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        opacity: 1;
        transition: all 0.3s ease .5s;
    }
    .facetsButton svg {
        width: 32px;
        height: auto;
    }
    body.facetsOpen .facetsButton {
        background: rgba(var(--color2), 1);
    }
}

@media (max-width: 767.98px) {

    /* General */

    h1, h2.h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    /* Header */

    #mobileHeader {
        margin-bottom: 15px;
    }
    #mobileHeaderLabel {
        font-size: 2.5rem;
        line-height: 3rem;
    }    
    #favorites a,
    nav#hlb1 > ul > li > a, 
    #top-login a {
        padding: 5px 0;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .mobile-menu .candidateProfileImg {
        padding-right: 15px;
    }
    #favorites a:before {
        font-size: 1.6rem;
    }
    .top-right #top-login {
        margin-top: 25px;
    }
    body.menuOpen main {
        left: 75%;
    }
    .top-right {
        padding-right: calc(25% + 25px);
    }

    /* Apply */

    .intro.aplLink ul {
        flex-direction: column;
    }
    input[type=text], input[type=password], input[type=email], textarea, .formInputTaC, .select {
        width: 100%;
    }
    body.smallWidth .bisjab #formTop {
        padding: 20px;
    }

    /* Teasers  */

    #t2 .buttonContainer {
        margin-left: 0;
    }
    #t2 .ocdFrgtPswrd {
        float: none;
    }

    /* Inputs */

    form label {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 5px 0;
    }
    input[type=text], input[type=password], input[type=email], textarea, .formInputTaC {
        width: 100%;
        float: none;
        display: block;
    }
    .apllDate > div {
        width: 100%;
    }

    /* Job overview */

    .itemContainer.actIc {
        margin-bottom: 15px;
    }
    
    .actIc .container-left {
        flex-basis: 60px;
        padding-right: 10px;
    }
    h3.h2.itemTitle.actItemTitle a {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .actIc .container-bottom {
        margin-top: 15px;
    }
    .pubStatus {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .job-alert .buttonContainer a {
        font-size: 1.6rem;
    }

    /* Favorites */

    .favouriteJobListItem {
        padding: 20px;
    }
    .favoriteJobListItemTitle {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .favouriteJobListItem .favoritesLocation {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    /* Jobdetail */

    h1.title.jbdTitle {
        margin: 0 0 5px;
    }
    #jbdEmployer {
        font-size: 14px;
        line-height: 18px;
    }
    section.relatedJobsHook {
        padding: 30px 0 0;
    }
    .relatedJobsHook h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    .rJhVIc {
        padding: 20px;
    }
    .rJhVIc a.button {
        display: none;
    }
    .relatedJobContainer {
        margin-bottom: 0;
    }
    #jobDetailBanner {
        height: 150px;
    }
    #jobDetailInfo {
        padding: 0 20px 30px 20px;
        display: flex;
        flex-direction: column;
    }
    .jbdPhoto {
        width: 75px;
        height: 75px;
        margin-left: -5px;
    }
    #jbdEmployer {
        position: static;
        margin: 5px 0 10px;
    }
    .jbdInteraction {
        position: absolute;
        bottom: 22px;
    }
    .jbdStatPub {
        margin-top: 20px;
    }
    .jbdOuter #bottomRowInner {
        padding: 40px 20px 5px;
    }
    button, .button, input[type=submit], input[type=button], a>s, s>a, strike>a, a>strike,
    .jbdSh,
    h1.title.jbdTitle {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
    body,
    p, .text, .intro {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .itemTags .itemTag {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 1.5px 5px;
        margin: 2.5px 5px 2.5px 0;
    }
    .chlOuter {
        margin-top: 20px;
        padding: 20px;
    }

    /* Login hook */

    .registerContainer,
    .hookButton.webUserHookButton.ocdHookButton,
    .fileInputHolder,
    .buttonContainer,
    .select,
    .buttonContainer:not(.jbdBc) {  margin-left: 0; }
    .fileInputHolder { width: 100%; }
}

@media (max-width: 575px){

    /* General */
    
    h1, h2.h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    h2,
    h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .sw,
    .sw-small { padding: 0 15px; }
    body.menuOpen main,
    main { padding-top: 25px; }

    /* Header */
    
    #top > div .myProfileDropdown.clone { right: 15px; }
    .hamburger { left: 15px; }
    body { padding-top: 60px; }
    #logo { padding: 0; height: auto; }
    #logo a img { max-width: 100px; }
    #top { height: 60px; /*change these values simultaneous */ }
    #top .hamburger { margin: 18px 0; }
    #top > div .myProfileDropdown.clone { margin: 10px 0; }
    
    /* Vacancy overview */
    
    .actSRFacetCont.actSRFacetContJobs { top: 60px; /*change these values simultaneous */ }
    .search-hook.search-hook-vacancies { margin-bottom: 25px; }
    .facetsButton { right: 15px; bottom: 15px; }
    .actTopMenu {
        margin-bottom: 15px;
    }
    h1.title.actTitle,
    #numberOfResultsFound {
        margin: 0;
    }
    .search-hook-vacancies .sh-button span { display: none; }
    .search-hook-vacancies .sh-button i { margin-right: 0; }
    .search-hook-vacancies .sh-button { width: 50px; }
    .search-hook-vacancies .sh-button button, 
    .search-hook-vacancies input { padding: 16px; }
    .search-hook-vacancies .sh-text-search { width: calc(100% - 60px); }
    .search-hook-vacancies .sh-button button, 
    .search-hook-vacancies input {
        font-size: 1.6rem;
        line-height: 1.9rem;
        padding: 16px;
    }
    .suggestions { width: calc(100% + 60px); }
    .newAgentFormFrag .newAgentFormFragFieldContainer > * { width: 100%; }    

    /* Vacancy detail */

    #top.show-sticky-apply #headerWrapper {
        -webkit-transform: translateY(-60px); /* height of #top */
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    #stickyApplyWrapper {
        height: 60px !important; /* height of #top */
    }
    #top.show-sticky-apply #stickyApplyWrapper {
        -webkit-transform: translateY(0px); /* height of #top */
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    
    .chlPhoto {
        width: 70px;
        height: 70px;
    }
    #chlContainerLeft { margin-right: 10px; }
    #chlContainerRight { width: calc(100% - 85px); }
    .fhlItemWord {
        display: block;
        margin-right: 0;
        width: 100%;
    }
    .chlDesc,
    .chlTitle { display: none; }
    .chlTitle.mobile { display: block; }
    .chlTitle.mobile h2 { 
        font-size: 2rem;
        line-height: 2.4rem;
    }
    #chlContactInfo .chlItemWord:first-child { margin-top: 0; }
    .stick-apply-inner-apply {
        width: 100%;
        justify-content: space-between;
    }
    .stick-apply .addthis_inline_share_toolbox { margin: 0; }
    
    /* Teasers */
    
    #t1 .actEqueryInput { margin-bottom: 15px; }
    #t1 .popUpContainer {
        top: 0;
        transform: none;
        left: 0;
        height: 100%;
        border-radius: 0;
    }
    #t1 .jobAlertBox { height: calc(100% - 150px); }
    #t2 .loginHook {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        background-color: white;
        border-radius: 0;
    }
    #t2 #footer-gradient-bar { display: none; }
    #t2 #footer-gradient-bar.mobile { display: block !important; }
    
    /* Cookie banner */
    
    .ckOuter {
        max-width: calc(100% - 30px);
        left: 15px;
        bottom: 13px;
    }
    .ckIcon {
        position: absolute;
        top: -5px;
        left: -5px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        background-color: rgba(var(--color1), 1);
        box-shadow: 0 3px 5px rgba(255,255,255, 0.3);
    }
    .ckIcon svg {
        width: 20px;
    }
    .ckText {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 15px;
        text-align: center;
        padding-right: 0;
    }
    .ckText .customerName {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .ckIcon path#Path_40 {
        fill: white;
    }
    .ckOuter .ckwrap { flex-direction: column; }
    .ckOuter .cktext {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 400px){
    
    body.VD main > .sw,
    body.VD main > .sw-small,
    body.smallWidth main > .sw,
    body.smallWidth main > .sw-small { padding-left: 0; padding-right: 0; }
    .jbdOuter > .row { 
        margin: 0; 
    }
    body.VD main,
    body.smallWidth main { 
        padding-top: 0; 
    }
    .jbdOuter > .row > div,
    .rJhVOut .slick-slide .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .chlOuter {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .chlOuter { padding: 0 15px; }
    .chlTitle.mobile h2 { color: #171725; }
    .rJhVOut .slider {
        margin-left: 0;
        width: 100%;
    }
    .rJhVIc {
        padding: 0;
        box-shadow: none;
    }
    section.relatedJobsHook {
        padding: 20px 0 30px;
        background-color: white;
    }
    body.VD main > #footer-gradient-bar { margin-top: 0; }
    .jbdOuter #rowInnerContainer { border-radius: 0; }
    #jobDetailBanner { border-radius: 0; }
    body.smallWidth .bisjab:not(.transparent) { border-radius: 0; }
    body.smallWidth .bisjab form { padding: 25px 15px; }
    #top > div { text-align: left; }
    nav#hlb1 > ul > li > a, 
    #favorites a,
    #top-login > a, 
    span.toggleSub {
        font-size: 20px;
        line-height: 24px;
    }
    #favorites { margin: 7.5px 0; }
    #top .hamburger {
        left: auto;
        right: 15px;
    }
    #top > div .myProfileDropdown.clone { display: none; }
    ul.hlb2 li a:before { content: none; }
    ul.hlb2 li { display: block; }
}