/* Wijzigingslog
 * v1.2.0 - 2026-04-20 13:56 CEST
 * - Footer-nav z-index verlaagd zodat footer-items niet onnodig boven andere lagen komen.
 */

header .menu-wrapper {
	
	z-index: 888;
}

footer nav {
	
	z-index: 1;

}
.logo {

	z-index: 3;
	
}
.content-wrapper.active a:not(.button):has(i[class*="fa-"]) {
	z-index: 3;	
}

div:has( > .jumbo) > img {  /*wallpaper */
		z-index: 0;	
}
div:has( > .jumbo) > * {
	z-index: 1;
}
svg.lqd-custom-shape {
	
	z-index:2;
	pointer-events: none;
}

body:has(*[onClick]:hover) .mouse-follower, body:has(.toast:hover) .mouse-follower, body:has(nav:hover) .mouse-follower, body:has(svg:hover) .mouse-follower  {
	z-index: 9999;
}
