/* 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 #007839ff;
}
.cd-navigation-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30010;
    transition: all 0.4s ease;
    border-bottom: 2px solid #007839ff;
}

.cd-singledropdownmenu .cd-menu-level-1 a:hover {
    opacity:1;
    color: #b17f49ff;
}
.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display:inherit;
    opacity: 1;
    z-index: 30000;
    position: fixed;
    top: 170px;
}
.cd-mobile-menu-button:hover {
       color: #b17f49ff;    
       opacity: 1.0;
}
.cd-mobile-menu .cd-mobile-menu-level-1 a:hover {
       color: #b17f49ff;    
       opacity: 1.0;
}
.cd-mobile-menu .cd-mobile-menu-level-2 a:hover {
       color: #b17f49ff;    
       opacity: 1.0;
}
.cd-header-empty .cd-mobile-menu-bar {
    background: rgba(255,255,255,1);
    border-bottom: 2px solid #619648;
}
.cd-mobile-menu-bar-fixed {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    border-bottom: 2px solid #619648;
}

@media (max-width: 800px) {
.cd-table td {
white-space: initial }
}
