.servicelink-card-link {
    display: block;
}

.servicelinks-separator {
    margin: 1em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
}

/* Entfernt die Linie vom letzten li in jeder ul */
.servicelinks-separator:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Entfernt die Linie vom letzten li im letzten ul */
#allServicelinksContainer > ul:last-of-type > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.badge.badge-default {
    background-color: #5c6971
}

.badge.badge-outlined {
    background-color: transparent
}

.badge.badge-outlined.badge-default {
    border: 1px solid #5c6971;
    color: #5c6971;
}

.filter-chip {
    display: inline-block;
    padding: 8px 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: .25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-chip:hover {
    background: #e2001a!important;
    color: white!important;
    border-color: #e2001a!important;
}

.filter-chip.active {
    background: #e2001a!important;
    color: white!important;
    border-color: #e2001a!important;
}