/* Sprach-Auswahlmenü ausblenden (nur Deutsch vorhanden, daher überflüssig) */
.inline-language-menu,
.c-flyout.inline-language-menu {
    display: none !important;
}

/* Stellenbörse – verbessertes Layout */

.tx-drk-jobboard .c-teaser-list__item {
    background: #fff;
    border-left: 4px solid #e2001a;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px !important;
    padding: 20px 24px !important;
    transition: box-shadow 0.2s, border-left-color 0.2s;
}

.tx-drk-jobboard .c-teaser-list__item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15) !important;
    border-left-color: #b3001a;
}

.tx-drk-jobboard .c-teaser {
    margin: 0 !important;
}

/* Datum als Badge */
.tx-drk-jobboard .o-meta__date {
    display: inline-block;
    background: #f0f0f0;
    color: #666;
    font-size: 0.82em;
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 6px;
}

/* Ort-Badge in DRK-Rot */
.tx-drk-jobboard .c-teaser__region {
    display: inline-block;
    background: #e2001a;
    color: #fff !important;
    font-size: 0.78em;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 6px;
    vertical-align: middle;
}

/* Titel */
.tx-drk-jobboard .c-teaser__title {
    margin: 8px 0 10px !important;
}

.tx-drk-jobboard .c-teaser__title a {
    text-decoration: none !important;
    font-size: 1.05em;
}

.tx-drk-jobboard .c-teaser__title a:hover {
    color: #e2001a !important;
}

/* Beschreibungstext */
.tx-drk-jobboard p[itemprop="description"] {
    color: #444;
    font-size: 0.92em;
    line-height: 1.55;
    margin-top: 6px !important;
}

/* Buttons in einer Reihe */
.tx-drk-jobboard .button {
    margin-top: 12px !important;
    margin-right: 8px !important;
    margin-bottom: 4px !important;
    display: inline-block;
    white-space: nowrap;
}
