div#bar-box {
    border-top: 4px solid var(--theme-color);
}

div#bar-box div#bar-logo{
    background-color: #ffc94b !important;
}

#navbar_logo {
    position: relative;
    margin-bottom: 28px;
}

#navbar_logo:after {
    position: absolute;
    bottom: -15px;
    right: 35px;
    display: block;
    content: "";
    background: url("/fileadmin/gs-nlw/img/Schriftzug.png");
    background-repeat: no-repeat;
    
    width: 100%;
    max-width: 340px;
    height: 22px;
}

#bc a {
    color: var(--theme-color-d3);
}

#bar-logo .w3-right {
    color: #444;
}