#faq-accordion .faq-section {
    margin-bottom: 20px;
}
#faq-accordion .accordion-toggle {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-radius: 0px !important;
    border-left: 3px solid;
    box-shadow: 0 0 15px -10px;
	border-left: 3px solid #000000;
}
#faq-accordion .accordion-toggle:hover {border-left: 3px solid #FAB702;}
#faq-accordion .accordion-toggle:focus {border-left: 3px solid #FAB702;}
#faq-accordion .accordion-content {
    padding: 20px;
    display: none; /* Diese Zeile stellt sicher, dass die Akkordeon-Inhalte anfangs verborgen sind */
    background-color: #FAB702;
    overflow: hidden; /* Diese Zeile verhindert, dass der Inhalt über den Container hinaus angezeigt wird */
	margin-top: 20px;
	border: 1px solid #fff;
}

.bkhscrollmenu .elementor-nav-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth; /* << HIER: Smooth Scroll bei manueller Bewegung */
}

.bkhscrollmenu .elementor-nav-menu::-webkit-scrollbar {
    display: none;
}

.bkhscrollmenu .elementor-nav-menu > li {
    flex: 0 0 auto;
    margin: 0 10px;
    white-space: nowrap;
}

.bkhscrollmenu .elementor-nav-menu > li.current-menu-item {
    font-weight: bold; /* optional */
}

