.container-header{
background-color: #cc0000;
background-image: none;
}

.container-footer {
background-color: #075e3e;
background-image: none;
}

.mm-collapse > li {
  background-color: #075e3e;
  color: #fff;
}

.item-content a,
.item-title a {
    color: #000000 !important; /* Wunschfarbe hier einsetzen */
    text-decoration: underline; /* Optional: Unterstreichung beim Hover */
}

.item-content a:hover,
.item-title a:hover {
    color: #1C9343 !important; /* Wunschfarbe hier einsetzen */
    text-decoration: underline; /* Optional: Unterstreichung beim Hover */
}