/* Neueste Beiträge - Artikeltitel */
.mod-articles-link {
    font-size: 12px;
    color: #008000;
    font-weight: normal;
}

/* Modultitel - ALLE Varianten */
.card-header h3,
.card-header .h3,
.card-header span,
.card-header * {
    font-weight: normal !important;
    font-size: 0.9rem !important;
    color: #008000 !important;
}

/* Hauptmenü Links */
.nav-item a {
    color: #008000;
}

/* Hauptmenü Links beim Hover */
.nav-item a:hover {
    color: #005000;
}
.modul-titel-gruen {
    color: #008000 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
}