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


.cd-singledropdownmenu .cd-menu-level-1 a:hover {
    opacity:1;
    color: #e0ab24ff;
}
.cd-singledropdownmenu .cd-menu-level-2 a:hover { 
    opacity:1;
    color: #e0ab24ff;
}
.cd-singledropdownmenu .cd-menu-level-3 a:hover { 
    opacity:1;
    color: #e0ab24ff;
}

.cd-singledropdownmenu .cd-menu-level-2 a {
	font-family: Ubuntu, sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
       margin: 0px 10px 0px 10px;
	overflow-wrap: break-word;
}
.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display:inherit;
    opacity: 1;
    z-index: 30000;
    position: fixed;
    top: 180px;
}
