.elementor-26 {
    position: -webkit-sticky; /* Safari-Support */
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Nutze top f�r die Animation bei klebrigen Elementen, das ist oft stabiler */
    transition: transform 0.6s ease-in-out; 
}

/* Wenn runtergescrollt wird, schieben wir den Header unsichtbar nach oben */
.elementor-26.header-hidden {
    transform: translateY(-100%); 
}

header .elementor-icon-list-item:hover .elementor-icon-list-icon svg, .elementor-icon-list-item:hover .elementor-icon-list-icon .cls-1 {
	fill: var( --e-global-color-accent )!important;
}