/*
Theme Name: Faktor 11 Child
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.0.1782717335
Updated: 2026-06-29 09:15:35

*/

.elementor-sticky__spacer {
	opacity: 0;
}

@media(min-width: 1px) {
	.container-sticky,
	.menu-element-sticky {
	  display: none !important;
	}
	
	
	/* Sticky-Zustand */
	.elementor-sticky--effects .container-default,
	.elementor-sticky--effects .menu-element-default {
	  display: none;
	}

	.elementor-sticky--effects .container-sticky,
	.elementor-sticky--effects .menu-element-sticky {
	  display: flex !important;
	}
}

@media(max-width: 767px) {
	.container-sticky,
	.menu-elemen-sticky t{
	  display: flex !important;
	}
	
	.visible-mobile {
		display: flex !important;
	}
	
	.hide-mobile {
		display: none !important;
	}
}

#content {
	overflow: hidden;
}