<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topbar-nav {
    background: #212529;
}
.topbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f4f4f4;
}
.topbar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.topbar-nav .metismenu &gt; li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.topbar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 15px;
    color: #141b20;
    outline-width: 0;
    transition: all .3s ease-out;
}

.mercedes-zend-adaptation {
    color: #f8f9fa;
    background: #333333;
}

/* Included in sass now */
/*.topbar-nav .metismenu a:hover,*/
/*.topbar-nav .metismenu a:focus,*/
/*.topbar-nav .metismenu a:active {*/
    /*color: #f8f9fa;*/
    /*text-decoration: underline;*/
    /*background: #0057AB;*/
/*}*/

@media (min-width: 992px) {
    .topbar-nav .metismenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .topbar-nav .metismenu &gt; li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 8vw;
    }
    .topbar-nav .metismenu &gt; li &gt; ul {
        position: absolute;
        top: 100%;
        min-width: 100%;
        z-index: 1001;
    }
    .topbar-nav.is-hoverable .metismenu &gt; li &gt; ul {
        height: auto !important;
    }
    .topbar-nav.is-hoverable .metismenu &gt; li:hover &gt; ul {
        display: block;
    }
    .topbar-nav.is-hoverable .metismenu &gt; li:hover &gt; a.has-arrow:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}</pre></body></html>