.menues-wrapper:before {
    content: "";
    background: var(--color-secondary);
    width: 100vw;
    height: 3px;
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
}

@media (max-width: 880px) {
    header {
        padding: 20px 0;
    }
    
    header #block-fruchthandel-site-branding {
        width: 220px;
        height: 52px;
    }
}