/** generische Styles, koennen nach unioltemplate */

/** Aktionsbutton */

.unioljobs-show .aktionsbutton a {
    display: block;
    background: var(--uol-gruen3);
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 2em;
}



/** unioljobs Einzel */

.unioljobs-show .card {
    margin-bottom: 1em;
    border-radius: 0;
}

.unioljobs-show tr > * {
    padding: 2px 0;
}


.unioljobs-show .job-image img {
    margin-bottom: 2em;
}

.unioljobs-show .job-image {
    /* display: none; */
    margin-bottom: 1em;
}

.unioljobs-show > img:first-child {
    position: relative;
    right: -14px;
    top: -14px;
}
.unioljobs-show h1 {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 480px) {
    .unioljobs-show h1 {
        text-indent: -1.6em;
        padding-left: 1.6em;
    }
    .unioljobs-show h1::before {
        display: inline-block;
        content: "";
        height: 1em;
        width: 1em;
        margin-right: 0.6em;
        background: var(--uol-gruen3);
        position: relative;
        top: .15em;
    }
}

.unioljobs-show h2 {
    font-size: 1.2em;
}

.unioljob-text:not(.jetztbewerben) h2 {
    margin-top: -34px;
    background: var(--uol-bg-color);
    display: table;
    padding: 0 8px;
    font-size: 24px;
}

.unioljob-text.card {
    margin-top: 36px!important;
    border-left: 3px solid var(--uol-gruen3);
}

.unioljob-text.card.jetztbewerben {
    margin-top: 0;
    border-left-width: 32px;
}

.unioljob-text .card-body > *:last-child {
    margin-bottom:0;
}

/*.unioljob-text .card-body {
  background: linear-gradient(-15deg, var(--uol-bg-stufe1), transparent 25%);
}*/


table.tx-unioljobs {
    width: 100%;
}

table.tx-unioljobs tr {
    background: var(--uol-bg-stufe1);
    background: var(--uol-gruen3-hell-trans2);
    padding: 5px 18px;
}

table.tx-unioljobs th {
    /*font-weight: 600;*/
    vertical-align: top;
    /*padding-right: .5em;*/
}

table.tx-unioljobs tr {
    display: flex;
    flex-flow: column;
}

table.tx-unioljobs tr + tr {
    margin-top: 10px;
}

#button_bewerben a {
    display: block;
    cursor: pointer;
    background: var(--uol-gruen3);
    padding: 10px;
    text-align: center;
    font-weight: 400;
    --uol-text-link-color: var(--uol-text-color);
    text-decoration: none !important;
}

#jetztbewerben {
    scroll-margin-top: 100px;
}


.jobspalten {
    clear: both;
}

.jobspalte1 {
    margin-top: 36px;
}

@media (min-width: 768px) {

    .unioljobs-show h1 {
        clear: none;
    }

    .jobspalten {
        display: flex;
        flex-flow: row;
    }
    .jobspalten > .jobspalte1 {
        width: 33.33%;
        /*border: 1px solid var(--uol-rahmen-color);*/
        /*margin-top: 36px;*/
        /*padding: 1em 10px;*/
    }
    .jobspalten > .jobspalte2 {
        width: 66.66%;
        padding-right: 30px;
        order: -1
    }

    .jobspalte2 {
        margin-top: 0;
    }
}


