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

* {
	outline: none !important;
}

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

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

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

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:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-button {
	display: inline-flex;
	align-items: center;
	padding: 20px 25px;
}

.elementor-button span.elementor-button-text {
	display: flex;
	align-items: center;
}

.elementor-button-icon svg {
	margin-left: 10px;
}

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

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

body .elementor-social-icon-instagram,
body .elementor-social-icon-facebook,
body .elementor-social-icon-facebook-f,
body .elementor-social-icon-twitter {
	background-color: transparent;
}


.banner.e-con.e-flex>.e-con-inner {
	position: relative;
}

.banner .bg img {
	width: 100%;
}

.elementor-form .elementor-button.elementor-size-sm,
.elementor-field-textual {
	min-height: 50px;
}

.elementor-widget-image-carousel .swiper-slide img {
	max-width: 150px;
}

.elementor-widget-form .elementor-field-group .elementor-field,
.elementor-widget-form .elementor-field-subgroup label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	border: none;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image {
	position: absolute;
	left: 0;
	top: 0;
}

.header .e-con-inner {
	position: relative;
	min-height: 70px;
}

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

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

.elementor-popup-modal .elementor-element.e-con.e-parent {
	min-height: unset;
}

.banner-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #fff;
}

.banner-img:before {
	content: '';
	border-radius: 50%;
	animation: glowing 1500ms infinite;
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 25px;
	height: 26px;
}


.img-1 {
	left: 55%;
	bottom: 35%;
}

.img-2 {
	left: 90%;
	bottom: 78%;
}

.img-3 {
	left: 95%;
	bottom: 50%;
}

.img-4 {
	left: 33%;
	bottom: 33%;
}

.img-5 {
	left: 72%;
	bottom: 37%;
}

.img-6 {
	left: 92%;
	bottom: 30%;
}

.img-7 {
	left: 96%;
	bottom: 7%;
}

.img-8 {
	left: 97%;
	bottom: 19%;
}



.link-to-locaties a {
	display: block;
	padding: 62px 0;
}

.link-to-locaties {
	position: absolute;
	right: 3%;
	bottom: 41%;
	width: 260px;
	z-index: 11;
}

.custom-locaties {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.custom-locaties .item {
	background-color: var(--e-global-color-primary);
	padding: 20px;
	border-radius: 10px;
	width: calc(50% - 10px);
	color: #fff;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	display: flex;
	flex-flow: row-reverse;
	gap: 20px;
	align-items: flex-start;
}

.custom-locaties .item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.custom-locaties .item .img {
	width: 25%;

}

.custom-locaties .item .img .box {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding-top: 66.6%;
}

.custom-locaties .item .item-content-flex {
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 75%;
}

.custom-locaties .item .item-content-flex h4 {
	font-size: 24px;
	margin: 0;
}

.custom-locaties .item .item-content-flex .des a {
	color: #fff;
}

.custom-locaties .item .item-content-flex .btn a {
	background-color: var(--e-global-color-accent);
	display: inline-block;
	font-size: 15px;
	padding: 20px 25px;
	color: #fff;
	border-radius: 3px;
	line-height: 1;
}

.custom-locaties .item .item-content-flex .des a:hover {
	text-decoration: underline;
}

.banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-banner .item {
	cursor: pointer;
	position: absolute;
}

.custom-banner .item-content::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	left: 50%;
	box-sizing: border-box;
	border: 1em solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(-45deg) translateX(-50%);
	box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
	display: none;
}

.custom-banner .item .item-content {
	display: none;
	background-color: #fff;
	width: 500px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 0px #615a5a;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	top: 50%;
}

.custom-banner .item:hover .item-content {
	display: block;
}


/* 
.banner {
	height: calc(100vh - 230px);
}

.bg.elementor-widget.elementor-widget-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bg.elementor-widget.elementor-widget-image img {
	height: 100%;
	object-fit: contain;
}

.custom-banner .item .img img,
.custom-banner .item .img {
	height: 100%;
	width: 100%;
	object-fit: contain;
} */
.gform-theme--foundation .gfield textarea.large,
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	inline-size: 100%;
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 3px;
	min-height: 50px;
	color: var(--e-global-color-text);
	border: none;
}

.gform-theme--api,
.gform-theme--foundation {
	--gf-form-gap-x: 10px;
	--gf-form-gap-y: 10px;
	--gf-field-gap-x: 10px;
	--gf-field-gap-y: 10px;

}

body .gform-theme--foundation .gform_footer input {
	font-family: "Glory", Sans-serif !important;
	font-weight: 500 !important;
	background-color: var(--e-global-color-primary) !important;
	color: #ffffff !important;
	padding: 0 25px !important;
	margin-left: auto;
	min-height: 50px !important;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {

	justify-content: flex-end;
}

.gform-theme--framework .gfield_list_group_item:before,
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	--gf-local-margin-y: 0 var(--gf-label-space-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single {
	background-image: var(--gf-icon-ctrl-select);
	background-position: var(--gf-ctrl-select-icon-position);
	background-repeat: no-repeat;
	background-size: var(--gf-ctrl-select-icon-size);
	min-height: 50px;
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 50px;
}

body .elementor-blockquote--align-left .elementor-blockquote__content {
	text-align: left;
	padding: 0 60px;
}

body .elementor-widget-n-accordion .e-n-accordion-item-title {
	border: none;
	border-bottom: 1px solid #fff;
	padding: 15px 15px 15px 0;
}

@keyframes glowing {
	0% {
		box-shadow: 0 0 3px 0 #FF2C00;
	}

	50% {
		box-shadow: 0 0 15px 5px #FF2C00;
	}

	100% {
		box-shadow: 0 0 3px 0 #FF2C00;
	}
}

.custom-banner {
	position: relative;
}


.gform-theme--foundation .chosen-container {
	border: none;
}

.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container-single .chosen-single {
	border: none !important;
	box-shadow: none !important;
}

.elementor-blockquote--skin-quotation .elementor-blockquote::after {
	content: "“";
	font-size: 100px;
	color: #f9fafa;
	font-family: Times New Roman, Times, serif;
	font-weight: 900;
	line-height: 1;
	font-size: calc(1px* 100);
	display: block;
	height: .6em;
	transform: rotate(180deg);
}

.toglle-dr {
	cursor: pointer;
}

.dropdown-ct {
	display: none;
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: 1px solid #fff !important;
}

.elementor-widget-text-editor {

	font-family: "Glory 2", Sans-serif !important;
}

.header::after {
	content: '';
	position: absolute;
	background: url(../css/Tekengebied-58.svg) center no-repeat;
	width: calc((100% - 1140px) / 2);
	height: 100%;
	top: 0;
	height: 100%;
	right: 0;
	background-size: cover;
}

@media (max-width:1024px) {

	.img-1 {
		left: 54%;
		bottom: 30%;
	}

	.img-2 {
		left: 90%;
		bottom: 66%;
	}

	.img-3 {
		left: 95%;
		bottom: 55%;
	}

	.img-4 {
		left: 33%;
		bottom: 27%;
	}

	.img-5 {
		left: 68%;
		bottom: 32%;
	}

	.img-6 {
		left: 94%;
		bottom: 39%;
	}

	.img-7 {
		left: 94%;
		bottom: 6%;
	}

	.img-8 {
		left: 92%;
		bottom: 26%;
	}

	.link-to-locaties a {
		display: block;
		padding: 30px;
	}

	.link-to-locaties {
		width: 200px;
	}

	.custom-banner .item .item-content {
		position: fixed;
		width: 80%;
	}
}

@media (max-width:767px) {
	.header .elementor-widget-theme-site-logo.elementor-widget-image {
		position: static;
		left: 0;
		top: 0;
	}

	.banner-img {
		width: 15px;
		height: 15px;
	}

	.banner-img:before {
		bottom: -3px;
		left: 1px;
		width: 12px;
		height: 12px;
	}

	@keyframes glowing {
		0% {
			box-shadow: 0 0 3px 0 #FF2C00;
		}

		50% {
			box-shadow: 0 0 8px 3px #FF2C00;
		}

		100% {
			box-shadow: 0 0 3px 0 #FF2C00;
		}
	}

	.link-to-locaties a {
		display: block;
		padding: 15px;
	}

	.link-to-locaties {
		width: 100px;
	}

	.custom-locaties {
		margin-top: 20px;
		padding: 10px;
	}

	.custom-locaties .item {
		width: 100%;
	}

	.custom-locaties .item .item-content-flex h4 {
		font-size: 20px;
	}

	body .elementor-blockquote--align-left .elementor-blockquote__content {
		text-align: left;
		padding: 0 30px;
	}

	.elementor-swiper-button {
		display: none !important
	}
}