s a:hover {
    color: white !important;
}

.hide,
.bisjab-jobmail form > h2 { display: none !important; }

.actEqueryEmailInput { flex-wrap: wrap; }
.errormailError { width: 100%; color: red; }

.jbdSlider { margin-bottom: 0 !important; }
.jbdSlider .slick-slide img { height: 325px !important; object-fit: cover; object-position: cover; }

.logo {
    margin: 0 0 11px 0;
}

#co .outer .side .optionListContainer .optionList ul li a .facetFreq, 
#ro .outer .side .optionListContainer .optionList ul li a .facetFreq, 
#vo .outer .side .optionListContainer .optionList ul li a .facetFreq {
    margin-left: auto;
}

.jbdShEmpl,
.jbdTextEmpl { display: none; }

/* SEAL */

#t1 { position: relative; }
#seal-visual { position: absolute; left: 55%; top: 50px; display: none; }
#seal-visual img { width: 100px; height: auto; }

/* TEASER 10 */

.t10 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    z-index: 10000;
    background: url("../_images/bg-pink-min.jpg") no-repeat center center /cover;
    border: 5px solid white;
    padding: 50px 30px;
    text-align: center;
    display: none;
}
.t10 h2:before {
    content: "\f4c0";
    content: "";
    background: url("../_images/icon-hand.png") no-repeat center center /contain;
    width: 150px;
    height: 100px;
    /* font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands; */
    display: block;
    margin: 0 auto 40px;
    font-size: 100px;
    color: white;
    font-weight: bold;
}
.t10 h2 {
    color: white !important;
    font-weight: bold !important;
    text-transform: none;
    font-size: 45px !important;
}
.t10 strong {
    color: #152950;
}
.t10 em:before {
    content: "\f017";
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #152950;
    font-weight: bold;
}
.t10 em {
    font-style: normal;
    color: #152950;
}
.t10__items,
.t10__item,
.t10__body {
    height: 100%;
}
.t10__body {
    display: flex;
    flex-direction: column;
}
.t10__body p:last-child { 
    margin-top: auto;
}
.t10__body p:last-child s a { 
    background: #152950;
    width: 100%;
}
.t10__body p:last-child s:not(:first-child) { 
    text-decoration: none;
    color: #152950;
    font-size: 1.5rem;
    line-height: 1.8rem;
    line-height: 3rem;
    text-decoration: none;
    border-radius: 10px;
    padding: 6.5px 30px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 700;
    background: #e51a83;
    background: #fff;
    border: 2px solid white;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    min-width: 200px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 7.5px;
    margin-top: 5px;
    width: 100%;
}
.t10__body p:last-child s:last-child:before { 
    content: "\f00d";
    font-family: "Font Awesome 5 Pro",Font Awesome\ 5 Brands;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #152950;
    font-weight: bold;
}

/* JOB OVERVIEW */

.vacRes1Outer .matchcriteria_item {
    font-size: 1.4rem;
    display: inline-block;
}
.vacRes1Outer .matchcriteria_value {
    display: inline-block;
}
.vacRes1Outer .salaris-info:before {
    content: '\f53a';
    font-family: "Font Awesome 5 Pro", Font Awesome\ 5 Brands;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #e51a83;
    margin-right: 5px;
    display: inline-block;
}


.interaction-hook form > .title,
.jbdButMail { display: none !important; }

@media (min-width: 991px){
    .jbdOuter .col.cont { max-width: calc(100% - 325px); }
}

@media (max-width: 1200px){
    #seal-visual { left: 660px; }
}

@media (max-width: 992px){
    
    #seal-visual { left: auto; right: 15px; }
    #t1 .t1__data { padding-right: 117px; }
}

@media (max-width: 991px){

    #vd .side { width: 100%; flex-basis: 100%; margin-top: 20px; }
    
}

@media (max-width: 767.95px){
    .jbdSlider .slick-slide img { height: 250px !important; }
    #vd .jbdOuter .sidebar .block {
        margin-top: 25px;
    }
}

@media (max-width: 580px){
    
    #t1 .t1__data { padding-right: 15px; }
    #t1 .t1__title { padding-right: 95px; }
    #seal-visual { top: 0; }
    #seal-visual img { width: 75px; }
    
    
    .jbdSlider .slick-slide img {
        object-fit: contain;
        height: auto !important;
    }
    
    #vd .jbdOuter .vacancytop .jbdPhoto1 { 
        float: none;
        padding-left: 0;
        width: 100%;
    }
    
    #vd .jbdOuter .vacancytop {
        display: flex;
        flex-direction: column-reverse;
    }
    #vd .jbdOuter .content .jbdPhoto1 img {
        max-width: 100% !important;
        margin: 0 auto 20px;
        display: block;
    }
}

@media (max-width: 500px){

    #vd .jbdOuter .jbdBc.buttonContainer {
        display: flex;
    }
    #vd .jbdOuter .jbdBc.buttonContainer .button {
        flex-grow: 1;
    }
    
}