/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 09:43:26 */
.webr-contact-info a {
	color: var(--tekst);
}

header .menu li {
	padding: 4.5px 20px;
	border: solid 2px var(--zwart);
	border-radius: 10px;
	margin-left: 10px;
}
header .menu li.current-menu-item {
	border: solid 2px var(--groen);
}
header .menu li:hover {
	border-color: var(--groen);
}

.webr-copyright a:hover {
	color: var(--wit);
}