/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 09:59:16 */
body {
	--goud:			var(--e-global-color-primary);
	--grijs: 		var(--e-global-color-secondary);
	--tekst: 		var(--e-global-color-text);
	--grijsBlauw:	var(--e-global-color-accent);
	--accentGoud: 	var(--e-global-color-a824f25);
	--knopHover: 	var(--e-global-color-8f2c572);
	--donkerGrijs: 	var(--e-global-color-04d2ad9);
	--lichtGrijs: 	var(--e-global-color-43ef0fa);
	--zwart: 		var(--e-global-color-f997f60);
	--wit: 			var(--e-global-color-fc01817);
	--beige: 		var(--e-global-color-a82f8a4);
}

html, body {
	scroll-behavior: smooth;
}

body.page .wd-content-layout {
	padding-block: 75px;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

body:not(#__) .webr-icon-title .title,
body:not(#__) .webr-icon-title .elementor-heading-title {
	display: flex;
    flex-direction: row;
    align-items: center;
}
body:not(#__) .webr-icon-title .text-center .title,
body:not(#__) .webr-icon-title .text-center .elementor-heading-title {
	justify-content: center;
}
body:not(#__) .webr-icon-title .title::before,
body:not(#__) .webr-icon-title .elementor-heading-title::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 32px;
	margin-right: 5px;
	
	background-image: url(https://braaimaster.nl/wp-content/uploads/2025/04/Icon-Goud.svg);
	background-repeat: no-repeat;
    background-position: center center;
}

:is(.btn,.button,button,[type=submit],[type=button]) {
	letter-spacing: 1px;
}
.btn.btn-style-bordered {
	border-width: 1px;
}
.btn.btn-color-alt:hover {
	background-color: var(--knopHover);
}