/* Hier kommt css rein */
.mod_ws_leistungen {
    margin-top: 40px;
}

.mod_ws_leistungen .card {
    background-color: var(--color-dark-light);
    border: 2px solid var(--color-secondary);
    border-radius: 0;
}

.mod_ws_leistungen .card-header {
    background-color: var(--color-primary);
    height: 115px;
    text-align: center;
    border-bottom: 2px solid var(--color-secondary);
    border-radius: 0;
}

.mod_ws_leistungen .card-title {
    color: var(--color-secondary);
    font-size: 28px;
    margin-top: 10px;
}

.mod_ws_leistungen .card-body {
    margin-top: -65px;
}

.mod_ws_leistungen .box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    font-size: 48px;
    background-color: var(--color-primary);
    border: 2px solid var(--color-secondary);
    border-radius: 50%;
    color: var(--color-secondary);
}

.mod_ws_leistungen .card-text {
    margin-top: 20px;
    color: var(--color-light);
}

.mod_ws_leistungen .card-footer {
    background: none;
    border: none;
    padding-bottom: 10px;
}