.header {
    background: rgb(28,56,142);
}

.container-brand-logo {
    grid-column: full-start/full-end;
}

.footer {
    background: rgb(28,56,142);
}

.item-image {
    border: 5px solid rgb(235,105,0);
}

h2 {
    color: rgb(28,56,142);
}

h4 {
    color: rgb(28,56,142);
}

.metismenu-item:hover, .metismenu-item:focus {
    color: rgb(235,105,0);
}
/* Hintergrund Artikel-Anzeige
.container-component {
    background-color: rgb(222,230,246);
}
*/