@import url('/typo3conf/ext/min_duelmen_mandant/Resources/Public/Css/nav_project.css');
/*for desktop only:*/
@media (min-width: 768px) {
    .logonavheader {
        position: fixed;
        width: 100%;
        height: auto;
        border: none;
        z-index: 1;
        transition: all .5s;
    }

    .is-top .logonavheader {
        background: var(--white);
        margin: 0;
        padding: 1em 4em;
        /*height: 145px;*/
        transition: all .5s;
        /*background: rgb(0,0,0);*/
    }

    .not-top .logonavheader,
    .is-hero.offhero .logonavheader {
        background: var(--white);
        margin: 0;
        padding: .4em 4em;
        transition: all .5s;
        /*height: 78px;*/
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    }
}