/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 08:36:00 */
header .whb-top-bar {
	font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
}

header .webr-top-bar-usps ul {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin: 0;
	list-style: none;
	padding: 0;
}
 
header .webr-top-bar-usps ul li {
	position: relative;
 	margin: 0;
}
 
header .webr-top-bar-usps ul li::before {
	content: "";
	display: inline-block;
	width: 6px;
    height: 13px;
	transform: rotate(45deg);
	border-bottom: 1px var(--oranje) solid;
	border-right: 1px var(--oranje) solid;
	margin-right: 10px;
}


header #menu-top-bar-taalswitcher img {
	max-width: 25px;
    width: 100% !important;
}
header #menu-top-bar-taalswitcher ul.wd-sub-menu li a img {
/* 	margin: 0; */
}
/* header #menu-top-bar-taalswitcher .nav-link-text {
	display: none;
}
header #menu-top-bar-taalswitcher ul.wd-sub-menu li a span {
	display: none;
} */
header #menu-top-bar-taalswitcher .wd-dropdown-menu {
	width: fit-content;
	padding: 0px 10px;
}



/* Footer */

.webr-footer-keurmerken img {
	filter: brightness(0) invert(1);
}
.webr-footer-title .title::before,
.webr-footer-title .wd-label::before {
	content: '\f054';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: var(--oranje);
	margin-right: 5px;
	font-size: 12px;
    position: relative;
    bottom: 3px;
}

.wd-copyrights {
	background-color: #1e1e1e;
}