/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display:inherit;
    opacity: 1;
    z-index: 30000;
    position: fixed;
    top: 250px;
}


.cd-navigation-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30010;
    transition: all 0.4s ease;
    border-bottom: 2px solid #1c49b0ff;
}

.cd-mobile-menu-bar-fixed {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    border-bottom: 2px solid #1c49b0ff;
}