#psJobWidget {
    background-color: white;
}

#stellen {
    width: 100%;
}

#psJobWidget th {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 15px;
    border-bottom: 1px solid #CCC;
    background-color: #e9edeb;
    color: #848484;
    text-align: left;
    padding-left: 10px;
}

#psJobWidget td {
    color: #999;
    font-size: 12px;
    background: #fdfdfd;
    padding: 10px;
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: box-shadow .2s, height .2s;
}

#psJobWidget td h3 {
    font-weight: 600;
    color: #333333;;
    font-size: 14px;
    margin: 0 0 3px 0;
}

#psJobWidget .inner {
    line-height: normal;
    vertical-align: middle;
    width: 100%;
}


/*
    Formatierungen für die Karrirreliste
    im Modul "jobList"
 */

#job_list table {
    width: 100%;
}

#job_list table, #job_list th, #job_list td {
    border: none;
    padding: 8px;
}

#job_list th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

#job_list thead tr {
    background-color: rgba(0, 0, 0, 0.0);
}

#job_list th {
    cursor: pointer;
}

#job_list th .sort_direction {
    float: right;
    width: 25px;
    height: 25px;
}

#job_list tr:nth-child(even),  #job_list thead tr:nth-child(odd){
    background-color: rgba(0, 0, 0, 0);
}

#job_list tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

#job_list tbody tr:hover {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer;
}

.triangle {
    fill: rgba(0, 0, 0, .2);
}

.triangle.active {
    fill: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 558px) {

    section.career tbody tr td.body.art, section.career thead tr th.header.art {
        display: none;
    }

}
/*
    Formatierungen für den jobview
    im Modul "jobview"
 */
/*
div.main {
   background-color: rgba(184,197,190,0.6);
}
*/
section.jobview {
    margin-top: 0; !important;
}

section.jobview div.container {
    margin: 0;
    padding: 0;
    height: 85vh;
    width: 100%;
    min-height: 550px;
}

section.jobview div.container div.infoBlock {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

section.jobview div.container div.infoBlock div.content {
    position: absolute;
    top: 25vh;
    left: 0;
}

section.jobview h1 {
    line-height: normal;
    margin-top: 0;
    font-size: 90px;
}

.main > section.jobview article h2 {
    margin-bottom: 0.33em; !important;
    font-size: 36px;
}

section.jobview h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin: 1em 0;
}

section.header-image .royalSlider .content .content-inner .infoBlock p {
    line-height: 1.1;
    color: white;
    margin: 0;
    font-size: 90px;
}

section.header-image p {
    margin: 0;
}

section.header-image h3 {
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: white;
    font-size: 18px;
    font-family: PeterSchmidt_Sans_Regular;
    margin-bottom: 5px;
    margin-top: 0;
}

.jobContent23 {
    position: relative;
    margin-bottom: 3em;
}

.jobDescription {
    width: calc(63%);
    float: left;
    margin-right: 0;
    margin-bottom: 5em;
}

.jobContent3 {
    background-color: rgba(0, 0, 0, 0.05);
    width: calc(37% - 60px);
    padding: 0 30px;
    margin: 0;
    box-sizing: border-box;
    float: right;
}

/*
    Der Standort ist als h2 markiert, soll aber wie h3 aussehen
 */
.main > section.jobview article .text-30.magazin-box.nth-breaker > h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin: calc(1em - 10px) 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.jobContent7 {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    position: relative;
    font-size: 18px;
}

section.jobview .btn-container {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

section.jobview .btn-container article {
    text-align: left;
    display: inline-block;
}

section.jobview .text-60 {
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
}

.main > section.jobview article div .button {
    font-size: 16px;
}

section.jobview article.text-box:not(.management-box) ul:not(.award-list) li::before {
    left: -20px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

section.jobview li {
    font-size: 18px ;
    line-height: 1.4em;
}