/*page title*/
.hide {
	display: none;
}
@media (max-width: 782px){
    .hide_on_mobile {
        display: none;
    }
}
* {
	outline: 0;
}
html {
    background: var(--white);
}
body {
	background: var(--white);
	color: var(--main-text);
	font-family: var(--font-family);
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-family: var(--font-family-headers) !important;
	padding-bottom: 0 !important;
	margin-bottom: 20px;
}
h1 {
	font-size: 320%;
}
h2 {
	font-size: 210%;
}
h3 {
	font-size: 180%;
}
h4 {
	font-size: 120%;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

p {
}
a {
	color: var(--dark-green);
	text-decoration: none;
}
p a {
	color: var(--dark-grey);
}
ul li {
}
header .wp-block-site-logo img{
	width: var(--logo_width) !important;
	margin-left: -3px;
}
.bg_pattern {
	background-image: url("https://www.geweldiggoed.nl/wp-content/uploads/2022/10/texture.jpg");
	background-repeat: repeat;
	background-size: 387px;
}
.header_top {
	position: fixed;
	width: 100% !important;
	top: 0px;
	z-index: 999;
}
.header_main {
	position: fixed;
	width: 100% !important;
	top: 40px;
	z-index: 999;
}