:root {
--bodybgcolor: rgb(255 255 255);
--bodybgimage: linear-gradient(to right, rgb(175 121 40 / 0.2), rgb(175 121 40 / 0.1));

--maincolor: rgb(0 0 0);
--maincolorhover: rgb(0 0 0);
--mainbgcolor: rgb(255 255 255);
--mainbordercolor: rgb(175 121 40);
--mainborderbgimage: linear-gradient(to right, rgb(175 121 40), rgb(175 121 40));

--h1color: rgb(0 0 0);
--h2color: rgb(0 0 0);
--h3color: rgb(0 0 0);
--h4color: rgb(0 0 0);
--h5color: rgb(0 0 0);
--pcolor: rgb(rgb(0 0 0));
--acolor: rgb(0 0 0);
--acolorhover: rgb(216 138 110);
--acolorvisited: rgb(0 0 0);
--hrbgcolor: rgb(0 0 0);
--inputbordercolor: rgb(0 0 0);
--inputbordercolorhover: rgb(0 0 0);
--placeholdercolor: rgb(0 0 0 / .5);
--alertcolor: rgb(0 0 0);
--alertcolorhover: rgb(216,138,110);
--alertbgcolor: rgb(216 138 110 / .3);

--buttoncolor: rgb(255 255 255);
--buttoncolorhover: rgb(0 0 0);
--buttonbgcolor: rgb(0 0 0);
--buttonbgcolorhover: rgb(255 255 255);

--headercolor: rgb(0 0 0);
--headercolorhover: rgb(0 0 0);
--headerbgcolor: rgb(255 255 255);
--footercolor: rgb(255 255 255);
--footercolorhover: rgb(0 0 0);
--footerbgcolor: rgb(0 0 0);

--sitenavcolor: rgb(0 0 0);
--sitenavcolorhover: rgb(255 255 255);
--sitenavbgcolor: rgb(255 255 255);

--navitemcolor: rgb(0 0 0);
--navitemcolorhover: rgb(255 255 255);
--navitemcoloron: rgb(255 255 255);
--navitembgcolor: rgb(255 255 255);
--navitembgcolorhover: rgb(0 0 0);
--navitembgcoloron: rgb(0 0 0);
--subnavitembgcolor: rgb(255 255 255);

--zoekicon: url('../graphics/search-z.png');
}

.light-button { display:none; }
