body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.container { max-width: 1100px; margin: 20px auto; }
/* Zorg dat dropdowns altijd boven sticky headers komen */
.dropdown-menu {
	z-index: 1100 !important;
}

