/* a {
    text-decoration: none;
    color: white;
} */

.slick-track {
    display: flex !important;
}

.slick-arrow {
    text-align: center !important;
}

.slick-slide {
    height: inherit !important;
}

.single-meldung {
    padding: 1rem;
}

.card-link {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 4px solid #138c8c;
    padding: 4px 4px 0;
    line-height: 1.4;
    color: #163440;
}

.card-link:hover {
    background-color: #138c8c;
    color: white !important;
}

.meldung-card {
    background: #F2ECE9;
    border-radius: 1rem;
    padding: 2rem 2rem 5rem;
    height: 100%;
    position: relative;
}

.cat_list {
    display: flex;
    flex-direction: column;
}

.cat_list .ausbildung {
    padding: 2px 4px;
    background: #f2aa6b;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    letter-spacing: 0.1em;
}

.cat_list .forschung {
    padding: 2px 4px;
    background: #82498C;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    letter-spacing: 0.1em;
}

.cat_list .erziehungsberatung {
    padding: 2px 4px;
    background: #1ed9d9;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    letter-spacing: 0.1em;
}

.cat_list .allgemein,
.cat_list .ohne-kategorie {
    padding: 2px 4px;
    background: #138c8c;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    letter-spacing: 0.1em;
}

.cat_list .therapie-ambulanz {
    padding: 2px 4px;
    background: #f2637e;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    letter-spacing: 0.1em;
}

.meldung-title {
    font-weight: 400;
    margin-top: 1rem !important;
}