/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

.elementor-item-active {
	font-weight: bold !important;
}

.elementor-nav-menu a {
	transition: 0.3s;
}

.elementor-nav-menu a:hover {
	font-weight: bold !important;
}