body{
  background-color: #fcfbfd;
}

/*Header Leiste Image*/
.container-header .navbar-brand img {
    max-height: 80px;
    width: auto;
}

/*Header Leiste Hauptcontainer*/
.container-header {
    background-color: #fcfbfd;
    background-image: none;
}


/*Navigationsleiste:*/

.container-header .mod-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.container-header .mod-menu a {
    text-decoration: none;
    font-weight: bold;
    color: #3f3531 !important;
}

.container-header .container-nav {
    background: #f4f3f5;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}