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

.elementor-11 .elementor-element.elementor-element-dced144 .ekit_navsearch-button {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

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);
}

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

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0px 5px 5px -4px rgba(0, 1, 1, 0.35);
	background: #FFFFFF;
}

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;
}

img {
	display: block;
	max-width: 100%;
}



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

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

.back-to-top {
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 50px !important;
	height: 50px;
	border-radius: 3px;
	background: var(--e-global-color-primary);
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 20px !important;
	opacity: 0;
	transition: all 0.4s;
}

.back-to-top .elementor-icon-wrapper {
	height: 25px;
	line-height: 1;
}

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

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

.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	/* width: 160px; */
}

.bg-66 {
	background-size: 66% 100% !important;
	margin: 35px 15px 70px;
	max-width: 100%;
	width: auto;
	position: relative;
}

.border-box:before,
.border-box:after {
	position: absolute;
	top: 30px;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.border-box::after {
	border-right: 2px solid rgb(49, 39, 131);
	border-left: 2px solid rgb(49, 39, 131);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
}

.border-box::before {
	border-top: 2px solid rgb(49, 39, 131);
	border-bottom: 2px solid rgb(49, 39, 131);
	-webkit-transform: scale(0, 1);
	opacity: 0;
	transform: scale(0, 1);
}

.border-box:hover:before,
.border-box:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.elementor-widget-button .elementor-button {
	min-width: 300px;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	text-decoration: none;
}

.box_info-bg .bg-66 {
	margin: 0;
}

.diensten-item .elementor-widget-image::after {
	background-color: rgba(49, 39, 131, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	position: absolute;
	transition: all 0.4s;

}

.diensten-item:hover .elementor-widget-image::after {
	opacity: 1;
}

a.diensten-item:hover {
	text-decoration: none;
}

a.diensten-item:hover h3 {
	font-weight: 500 !important;
	color: var(--e-global-color-primary) !important;
	text-decoration: none;
}

.bg-57 {
	background-size: 57% 100% !important;
}

p#breadcrumbs>span {
	display: flex;
	gap: 5px;
}

.page-banner .border-box {
	margin-left: 0;
	margin-right: 0;
}

p.timeopen {
	float: left;
	width: 100%;
}

.timeopen {
	margin: 0;
}

.timeopen label {
	font-size: 18px;
	color: #494949;
	line-height: 1.389;
	text-align: right;
	display: inline-block;
	float: right;
	margin-bottom: 0;
	padding-right: 45px;
	width: 60%;
	font-weight: normal;
	font-weight: 100;
	text-align: left;
}


.bg-full {
	background-size: cover !important;
}

p.gform_required_legend {
	display: none;
}

.gform-theme--foundation .gform_fields {
	-moz-column-gap: var(--gf-form-gap-x);
	column-gap: 0;
	gap: var(--gf-form-gap-x);
}

.elementor-widget-search .e-search-input.no-icon-label {
	color: var(--e-global-color-text);
	font-size: 22px;
	padding: 10px 20px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgb(175, 175, 175);
}

/*

.elementor-widget-search .e-search-input.no-icon-label::placeholder {
	color: #fff;
}

.elementor-widget-search {
	background-color: transparent;
} */

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	border: none;
	border-bottom: 1px solid rgb(175, 175, 175);
	width: 100%;
	color: #555555;
	margin-top: 75px;
	padding-bottom: 15px;
	font-weight: 100;
	font-size: 22px;
	border-radius: 0;
	box-shadow: none;
	inline-size: 100%;
	height: 18px;
	padding: 4px 4px 15px;
	margin-bottom: 9px;
	line-height: 18px;
	color: #555555;
	box-sizing: content-box;
}

input#gform_submit_button_2 {
	color: rgb(255, 255, 255);
	border-style: solid;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.65;
	border-width: 1px;
	border-color: rgb(49, 39, 131);
	border-radius: 3px;
	width: 282px;
	background-repeat: unset;
	background-image: -webkit-linear-gradient(top, rgb(49, 39, 131), rgb(49, 39, 131));
	height: 57px;
	background-color: rgb(49, 39, 131);
	transition: all 0.3s ease;
	padding-bottom: 0;
	margin-top: 75px;
}

input#gform_submit_button_2:hover {
	background: #fff !important;
	color: var(--e-global-color-primary);
}

.header .elementor-widget-theme-site-logo {
	margin-right: auto !important;
}

.header .icon-search {
	border-left: 1px solid #908e8f;
	border-radius: 0;
	padding: 5px 0 5px 38px;
	margin-left: 50px;
	margin-bottom: 20px !important;
}

.header .elementor-nav-menu--layout-horizontal .sub-menu a,
.header .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item a,
.header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
	border-bottom: 2px solid transparent;
	transition: all 0.4s;
}

.header .elementor-nav-menu--layout-horizontal .sub-menu a,
.header .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item:hover a,
.header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
	border-color: var(--e-global-color-primary);
}

.header .elementor-nav-menu--layout-horizontal .sub-menu a {
	border-bottom: 2px solid transparent !important;
	border-inline-start: none !important;
}

.header .elementor-nav-menu--layout-horizontal .sub-menu .menu-item:hover a {
	border-bottom: 2px solid var(--e-global-color-primary) !important;
}

.header .fixed-img {
	position: fixed;
	top: 32px;
	right: 15px;
	z-index: 1;
	opacity: 1;
	transition: all 0.2s;
}

.elementor-sticky--effects .fixed-img {
	opacity: 0;
}

@media (max-width:1024px) {
	.bg-66 {
		background: none !important;
		margin: 0 0 50px;
		max-width: 100%;
		width: auto;
		position: relative;
	}

	.border-box:before,
	.border-box:after {
		display: none;
	}
}

@media (max-width:1024px) {
	.elementor-widget-image {
		width: 100%;
	}

	.elementor-widget-button .elementor-button {
		min-width: unset;
	}

	.gform-theme--foundation .gfield .ginput_password.large,
	.gform-theme--foundation .gfield input.large,
	.gform-theme--foundation .gfield select.large {
		margin-top: 25px;
		font-size: 16px;
	}

	input#gform_submit_button_2 {
		margin-top: 20px;
	}

	.bg-66 {
		margin-bottom: 0;
	}
}