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


* {
	outline: none !important;
}

ul {
	padding-left: 20px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1em;
	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;
}

.elementor-widget-text-editor a {
	color: #075aa6;

}

a:hover {
	text-decoration: underline;
}

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

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

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

.banner {
	padding: 60px 0;
}

.banner .item {
	position: relative;
}

.banner .banner-content {
	bottom: 20px;
	width: 60% !important;
	position: absolute;
	left: 40px;
}

.banner .banner-content .banner_description,
.banner .banner-content h1 {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	padding: 10px;
}

.banner .slick-dots li {
	margin: 0 2.5px;
}

.banner .slick-dots li,
.banner .slick-dots li button:before,
.banner .slick-dots li button {
	font-size: 10px;
	width: 8px;
	line-height: 1;
	height: 8px;
}

.banner .slick-dots {
	position: absolute;
	bottom: unset;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	top: 15px;
	right: 20px;
	width: auto;

}

.banner .slick-dotted.slick-slider {
	margin: 0;
}

h2.elementor-heading-title.elementor-size-default {
	font-size: 20px;
	position: relative;
}

.custom-title {
	padding: 5px 0;
}

.custom-title h2.elementor-heading-title.elementor-size-default {
	line-height: 2em;

}

.custom-title h2.elementor-heading-title.elementor-size-default:before {
	background: #075aa6;
	content: '';
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#rt-copyright a {
	color: #999999 !important;
}

#rt-copyright .elementor-widget-button .elementor-button {
	background-color: #F0F0F0;
	text-decoration: none;
}

#rt-copyright .elementor-widget-button .elementor-button:hover {
	background-color: var(--e-global-color-primary);
	text-decoration: none;
	color: #fff;
}

strong {
	color: #ffa621;
}

body.home .Impressie {
	margin-top: 0 !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li:last-child>a {
	padding-right: 0 !important;
}

.elementor-145 .elementor-element.elementor-element-94b6ac9 .elementskit-menu-hamburger {
	height: 45px;
}

.elementor-sticky {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.elementor-sticky:after {
	background: url(../images/header-shadow.png) no-repeat scroll center 100% transparent;
	bottom: -42px;
	left: 0;
	height: 42px;
	position: absolute;
	width: 100%;
	content: '';
	z-index: 1111;
}

.tp-bannershadow {
	z-index: 2;
	position: relative;
}

.tp-bannershadow img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.tp-bannershadow .elementor-widget-image {
	padding-bottom: 30px;
}

.tp-bannershadow .elementor-widget-image::after {
	background: url(../images/shadow3.png) no-repeat;
	background-size: 100%;
	height: 60px;
	bottom: -30px;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	z-index: 1111;
}

p#breadcrumbs {
	background-color: #f5f5f5;
	border-radius: 4px;
	display: inline-block;
	padding: 0 10px;
}

p#breadcrumbs a {
	color: #999;
	text-decoration: none;
}

p#breadcrumbs a:hover {
	color: var(--e-global-color-primary);
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
	z-index: 2000;
}

@media (max-width:767px) {
	.banner .item img {
		height: 350px;
		object-fit: cover;
	}

	.banner {
		padding: 30px 0;
	}
}