body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

.header {
	min-width: 100%;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

.elementor-widget-text-editor a {
	text-decoration: underline;
	color: inherit;
}

p {
	margin-bottom: 24px;
}

td {
	vertical-align: top;
	padding: 0;
}

td p {
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {}

p.gform_required_legend {
	display: none;
}

/* henkvreekamp */
.main::after,
.main::before {
	content: "";
	position: absolute;
	left: -4px;
	top: 0;
	width: 7px;
	height: 7px;
	background: url('/wp-content/uploads/2025/11/menu_bullet.gif') center no-repeat;
}

.main::after {
	top: auto;
	bottom: 16px;
}

.po-re {
	position: relative;
	z-index: 1;
}

.logo-text br {}

.logo-text .info {
	display: block;
	line-height: 0.9;
}

.logo-text .info span {
	font-size: 11px;
	color: #483917;
	line-height: 1.2;
	font-size: 11px;
}

.header .e-con-inner {
	position: relative;
}

.logo-box {
	position: absolute;
	top: 0;
	left: 0;
}

.header .elementor-nav-menu--main>.elementor-nav-menu>li {
	position: relative;
}

.header .elementor-nav-menu--main>.elementor-nav-menu>li+li {
	border-left: 1px solid #fff;

}

.header .elementor-nav-menu--main>.elementor-nav-menu>li>a {
	background: url(/wp-content/uploads/2025/11/bullet0.gif) top 20px center no-repeat;
}

.header .elementor-nav-menu--main>.elementor-nav-menu>li+li::after {
	content: "" !important;
	background: url('/wp-content/uploads/2025/11/menu_bullet.gif') center no-repeat;
	width: 7px;
	height: 7px !important;
	position: absolute;
	left: -4px;
	bottom: 0;
	border: none !important;
}

.footer-nav .elementor-nav-menu--main>.elementor-nav-menu>li>a {
	padding-left: 20px !important;
	background: url(/wp-content/uploads/2025/11/botmenu_bullet.gif) left center no-repeat;

}

footer.elementor-location-footer {
	padding: 20px 0 5px;
	border-top: 1px solid #fff;
	margin: -30px 30px 0;
	position: relative;
}

footer.elementor-location-footer::after,
footer.elementor-location-footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 7px;
	height: 7px;
	background: url('/wp-content/uploads/2025/11/menu_bullet.gif') center no-repeat;
}

.elementor-nav-menu--dropdown {
	background-color: transparent;
	font-size: 13px;
}

@media (max-width:767px) {
	.logo-box {
		position: static;
		top: 0;
		left: 0;
		margin-right: auto;
	}

	.logo-box .elementor-widget-image {
		display: none;
	}
}