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

.cd-header-empty .cd-navigation-bar-container {
    background: rgba(255,255,255,1.0);
    border-bottom: 2px solid rgba(0,125,178,1);
}
.cd-navigation-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30010;
    transition: all 0.4s ease;
    border-bottom: 2px solid rgba(0,125,178,1);
}
.cd-footer {
    border-top: 4px dotted white;
}
.cd-singledropdownmenu .cd-menu-level-1 a:hover {
    opacity:1;
    color: rgba(98,168,198,1)
}
.cd-singledropdownmenu .cd-menu-level-2 a:hover { 
    opacity:1;
    color: rgba(98,168,198,1)
}

.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display:inherit;
    opacity: 1;
    z-index: 30000;
    position: fixed;
    top: 174px;
}
.cd-mobile-menu-bar-fixed {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    border-bottom: 2px solid rgba(0,125,178,1);
}
