/* Custom CSS to fix fonts, colors and remove underlines for menu / navigation */

/* Remove underlines everywhere in the menu and submenus */
.main-navigation a, 
.elementor-nav-menu a, 
.menu-item a,
.sub-menu a {
    text-decoration: none !important;
}

/* Specific Menu Items: Attraktionen, Besucher-Infos, Event&Business in white and bold */
.menu-item a[href*="attraktionen"],
.menu-item a[href*="besucher-infos"],
.menu-item a[href*="event-business"],
.menu-item a[href*="event-amp-business"],
.menu-item a[href*="event"],
.menu-item a[href*="business"] {
    color: #ffffff !important;
    font-weight: bold !important;
}

/* Align sub-menu items for Kurse */
.menu-item-has-children .sub-menu {
    padding-left: 15px !important;
}
.menu-item-has-children .sub-menu li {
    list-style: none !important;
    text-decoration: none !important;
}
