DIV.job-post {
    max-width: var(--maxWidthBig);
    width: var(--baseWidth);
    margin: 0 auto 30px;
    margin: 0 auto calculateRem(30px)
}

.hph_jobs_preview {
    width: var(--baseWidth);
    max-width: var(--maxWidthBig);
    margin-inline: auto;
}

.hph_jobs_preview .innersection .right_section .pdf_button {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.hph_jobs_preview .innersection .right_section .pdf_button:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon-download.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px
}

.hph_jobs_preview .single_job h1,
.hph_jobs_preview .single_job h2,
.hph_jobs_preview .single_job h3,
.hph_jobs_preview .single_job h4,
.hph_jobs_preview .single_job h5,
.hph_jobs_preview .single_job h6 {
    padding-bottom: 0;
    font-weight: bold
}

.hph_jobs_preview .single_job .job_preview_info>p.single_job_location:before {
    mask-image: url(../img/icon-map.svg);
    -webkit-mask-image: url(../img/icon-map.svg);
}

.hph_jobs_preview .single_job .job_preview_info>p.single_job_type:before {
    mask-image: url("../img/icon-time.svg");
    -webkit-mask-image: url("../img/icon-time.svg");
}

.hph_jobs_preview .single_job .job_preview_info>p.single_job_valid_through,
.hph_jobs_preview .single_job .job_preview_info>p.single_job_id,
.hph_jobs_preview .single_job .job_preview_info>p.single_job_branche,
.hph_jobs_preview .single_job .job_preview_info>p.single_job_employees {
    display: none;
}


.hph_jobs_preview #filter-form {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    gap: 70px
}

@media all and (max-width: 1200px) {
    .hph_jobs_preview #filter-form {
        gap: 30px
    }
}

@media all and (max-width: 1024px) {
    .hph_jobs_preview #filter-form {
        gap: 15px
    }
}

@media all and (max-width: 600px) {
    .hph_jobs_preview #filter-form {
        display: block;
        margin-bottom: 25px
    }

    .hph_jobs_preview #filter-form>* {
        margin-top: 15px
    }
}

.hph_jobs_preview #filter-form select {
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid var(--secondColor)
}

.hph_jobs_preview #filter-form #remove-all {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    background: transparent;
    border: none;
    outline: none;
    color: var(--mainColor);
    word-break: keep-all;
    white-space: nowrap;
    margin: 10px 0;
    cursor: pointer
}

.hph_jobs_preview #filter-form #remove-all:hover {
    opacity: 0.8
}

.hph_jobs_preview #filter-form #remove-all:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon-filter.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px
}

.single-job h1,
.single-job h2,
.single-job h3,
.single-job h4,
.single-job h5,
.single-job h6,
.single-job p,
.single-job ul {
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0
}

.single-job h2+*,
.single-job h3+*,
.single-job h4+*,
.single-job h5+*,
.single-job h6+*
.single-job ul+* {
    margin-top: 1.1em
}

.single-job ul li:before {
    mask-image: url(../img/check.svg);
    -webkit-mask-image: url(../img/check.svg);
}

.single-job .job_banner img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media all and (max-width: 768px) {
    .single-job .job_banner img {
        max-height: 200px
    }
}

.single-job .job_banner h1 {
    max-width: var(--maxWidthBig);
    width: var(--baseWidth);
    margin: 0 auto
}

.single-job .job_banner h1 {
    margin: 50px auto 0;
    font-size: 50px;
    font-weight: bold
}

@media all and (max-width: 1200px) {
    .single-job .job_banner h1 {
        font-size: 40px
    }
}

@media all and (max-width: 768px) {
    .single-job .job_banner h1 {
        font-size: 30px;
        margin: 30px auto 0
    }
}

@media all and (max-width: 768px) {
    .single-job .job.type-job .single_job_content {
        margin: 30px auto
    }
}

.single-job .job.type-job .single_job_content h1,
.single-job .job.type-job .single_job_content h2,
.single-job .job.type-job .single_job_content h3,
.single-job .job.type-job .single_job_content h4,
.single-job .job.type-job .single_job_content h5,
.single-job .job.type-job .single_job_content h6 {
    padding-bottom: 0;
    font-weight: bold
}

.single-job .job.type-job .single_job_content h2,
.single-job .job.type-job .single_job_content h3,
.single-job .job.type-job .single_job_content h4,
.single-job .job.type-job .single_job_content h5 {
    font-size: 30px
}

@media all and (max-width: 1200px) {

    .single-job .job.type-job .single_job_content h2,
    .single-job .job.type-job .single_job_content h3,
    .single-job .job.type-job .single_job_content h4,
    .single-job .job.type-job .single_job_content h5 {
        font-size: 25px
    }
}

@media all and (max-width: 768px) {

    .single-job .job.type-job .single_job_content h2,
    .single-job .job.type-job .single_job_content h3,
    .single-job .job.type-job .single_job_content h4,
    .single-job .job.type-job .single_job_content h5 {
        font-size: 20px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro {
    display: flex
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro {
        display: block
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
    flex: 0 0 410px;
    margin-left: 80px
}

@media all and (max-width: 1200px) {
    .single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
        margin-left: 30px
    }
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
        margin-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 40px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_intro {
    height: 50px;
    width: 100%;
    position: relative;
    border-bottom: 5px solid var(--mainColor);
    overflow: hidden
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_intro img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_intro>p {
    z-index: 1;
    display: inline-block;
    padding: 9px 30px 4px;
    margin: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_intro>p:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 0 0 -20px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: var(--mainColor);
    overflow: hidden;
    position: absolute
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info {
    padding: 40px 30px;
    background: var(--secondColorLight)
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info {
        padding: 20px 20px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info img {
    margin-bottom: 20px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left top;
    object-position: left top;
    display: block;
    width: auto;
    height: auto
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info>h4 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 0
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info>h4 {
        font-size: 22px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone {
    padding-left: 25px;
    position: relative;
    display: block;
    margin-bottom: 10px
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:hover {
    opacity: 0.8
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:before {
    content: "";
    height: 17px;
    width: 17px;
    background: url("../img/icon-phone.svg");
    position: absolute;
    left: 0;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail {
    padding-left: 25px;
    position: relative;
    display: block
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail:hover {
    opacity: 0.8
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail:before {
    content: "";
    height: 17px;
    width: 17px;
    background: url("../img/icon-mail.svg");
    position: absolute;
    left: 0;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info {
    flex: 1
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info>h1 {
    font-size: 37px;
    line-height: 47px
}

@media all and (max-width: 1200px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info>h1 {
        font-size: 35px;
        line-height: 130%
    }
}

@media all and (max-width: 1024px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info>h1 {
        font-size: 30px
    }
}

@media all and (max-width: 768px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info>h1 {
        font-size: 25px
    }
}

@media all and (max-width: 450px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info>h1 {
        font-size: 22px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info {
    display: flex;
    flex-wrap: wrap;
}

@media all and (max-width: 768px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info {
        margin-bottom: 30px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_location:before {
    mask-image: url("../img/icon-map.svg");
    -webkit-mask-image: url("../img/icon-map.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_type:before {
    mask-image: url("../img/icon-time.svg");
    -webkit-mask-image: url("../img/icon-time.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_valid_through:before {
    mask-image: url("../img/icon-calender.svg");
    -webkit-mask-image: url("../img/icon-calender.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_id:before {
    mask-image: url("../img/icon-job.svg");
    -webkit-mask-image: url("../img/icon-job.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_branche:before {
    mask-image: url("../img/icon-branche.svg");
    -webkit-mask-image: url("../img/icon-branche.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info>p.single_job_employees:before {
    mask-image: url("../img/icon-team.svg");
    -webkit-mask-image: url("../img/icon-team.svg");
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_description {
    margin-bottom: 50px
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_description {
        margin-bottom: 30px
    }
}

.single-job .job.type-job .single_job_content .single_job_intro .single_job_info>div:not(.job_info):not(.single_job_description) {
    margin-bottom: 40px
}

@media all and (max-width: 960px) {
    .single-job .job.type-job .single_job_content .single_job_intro .single_job_info>div:not(.job_info):not(.single_job_description) {
        margin-bottom: 30px
    }
}

.single-job .single_job_hiring_organisation {
    padding: 40px 30px;
    background: var(--secondColorLight);
    margin-bottom: 40px
}

@media all and (max-width: 960px) {
    .single-job .single_job_hiring_organisation {
        padding: 20px 20px;
        margin-bottom: 20px
    }
}

.single-job .single_job_hiring_organisation .single_job_hiring_organisation_logo {
    margin-bottom: 25px;
    height: 130px;
    width: 100%;
    position: relative
}

@media all and (max-width: 960px) {
    .single-job .single_job_hiring_organisation .single_job_hiring_organisation_logo {
        height: 80px;
        margin-bottom: 25px
    }
}

.single-job .single_job_hiring_organisation .single_job_hiring_organisation_logo>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.single-job .single_job_hiring_organisation .single_job_hiring_organisation_logo>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.single-job .single_job_hiring_organisation .single_job_hiring_organisation_info {
    text-align: center
}

.single-job .single_job_hiring_organisation .single_job_hiring_organisation_info h3 {
    text-align: center;
    font-size: 25px !important;
    letter-spacing: 0
}

@media all and (max-width: 960px) {
    .single-job .single_job_hiring_organisation .single_job_hiring_organisation_info h3 {
        font-size: 22px !important
    }
}

.single-job .job_cta_footer_buttons {
    margin-top: 40px !important
}

@media all and (max-width: 960px) {
    .single-job .job_cta_footer_buttons {
        margin-top: 20px !important
    }
}

.single-job .job_cta_footer_buttons>a {
    margin-right: 20px;
    margin-bottom: 15px
}

/* custom css */
.single_job-contact-link::before{
    mask-image: url(../img/icon-phone.svg);
    -webkit-mask-image: url(../img/icon-phone.svg);

}
.single_job-mail-link::before {
    mask-image: url(../img/icon-mail.svg);
    -webkit-mask-image: url(../img/icon-mail.svg);
}