/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 14:03:46 */
/* Header */

body .tp-logo {
	padding: 10px 0px;
}

.tp_custom_header_el {
	background-color: var(--wit);
}

.tp-main-menu {
	flex-grow: 1;
    justify-content: center;
    display: flex !important;
}

.tp-main-menu ul > li > a {
	font-family: "Playwrite Netherland", Sans-serif;
}
.tp-main-menu ul > li .sub-menu {
	width: 300px !important;
}
.tp-main-menu .tp-submenu > li > a {
	line-height: 2em;
}
.tp-main-menu .tp-submenu > li:not(:last-child) > a {
	margin-bottom: 15px;
}

body:not(.__) .tp-main-menu-black ul li a:before {
	color: var(--blauw);
}
body:not(.__) .tp-main-menu-black ul > li:hover > a,
.tp-main-menu-black ul li .sub-menu li:hover > a {
	color: var(--blauw);
}
.tp-header-btn I {
	margin-left: 10px;
}

.tp-header-sep-vr {
	display: none !important;
}

.webr-mobiel-menu .tp-offcanvas-menu ul li > a {
	font-family: "Playwrite Netherland", Sans-serif;
}

@media (max-width: 1199.98px) {
	.tp-main-menu {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.webr-hidden-mobile {
		display: none !important;
	}
}

/* Footer */

.webr-no-underline {
	text-decoration: none !important;
}