.job-back-link {
    margin-bottom: 0.9375rem;
}

/* job-facts */
.job-facts dt,
.job-facts dd {
    display: inline;
}

.job-facts dd {
    margin-left: 0.25em;
}

.job-facts dt::before {
    clear: both;
    content: '';
    display: table;
}

/* benefits */
.job-benefits {
    margin-bottom: 0.625rem;
}

.job-benefits-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3125rem ;
}

.job-benefit {
    padding: 0 0.3125rem 0.625rem;
}

.job-benefit-link {
    display: flex;
    align-items: center;
    color: currentColor;
    background: rgb(241,241,241);
    border: 0.25em solid rgb(241,241,241);
    border-radius: 1.25rem;
    text-decoration: none;
}

.job-benefit-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
}

.job-benefit-icon.fa-desktop {
    color: rgb(0,0,0);
    color: rgb(151,153,155);
    color: rgb(0,53,148);
    color: rgb(0,142,170);
    color: rgb(0,181,225);
    color: rgb(210,38,48);
    color: rgb(254,80,0);
    color: rgb(255,199,44);
    color: rgb(89,98,29);
    color: rgb(120,190,32);
    color: rgb(219,228,66);
    color: rgb(197,41,155);
    color: rgb(100,38,103);
}

.job-benefit-title {
    padding: 0.25rem 0.625rem;
}
/* CSS Für PKF Wulf bei Joboffers */
#site-pkfwulf .ti-joboffers .container-wrapper.bg-pkfdarkblue.bg-darkcolor .col-md-8 p {
    color: #fff;
}
#site-pkfwulf .ti-joboffers .job-facts-box dt,
#site-pkfwulf .ti-joboffers .job-facts-box dd {
    font-weight: bold !important;
}
