/**
Theme Name: Blok56
Author: Blok56
Author URI: https://blok56.nl
Description: Blok56 - VDBR 2025
Version: 1.0.1
Text Domain: blok56
Template: astra
*/

:where(body, iframe, pre, img, svg, video, canvas, select) {
	max-width: 100%;
	overflow: auto;
	word-break: break-word;
}

/* Floating knop */

/* .container-wa, .container-wa .floating-button {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 60px;
	height: 60px;
	background-color: var(--ast-global-color-8);
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .06);
	z-index: 300;
	transition: all 0.3s;
}

.container-wa, .container-wa .floating-button:hover {
	background-color: #af420f;
}

@media (max-width: 544px) {
	.container-wa, .container-wa .floating-button {
		bottom: 25px;
		left: 15px;
	}
}

.btn-alt {
	border: 1px solid #fff;
}

.container-wa .floating-button .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 60px;
	text-align: center;
	transition: all 0.3s;
}
.container-wa .floating-button .icon.wa {
	animation: wa-out 0.3s;
}
.container-wa .floating-button .icon.close {
	opacity: 0;
	margin: auto;
	transform: rotateZ(-70deg);
	animation: close-out 0.3s;
}

.container-wa .card {
	position: absolute;
	width: 330px;
	height: 350px;
	border-radius: 5px;
	left: 60px;
	bottom: 155px;
	display: none;
	z-index: 200;
}

.container-wa .card .banner-body {
	flex-grow: 1;
	padding: 15px;
}
.container-wa .card .banner-body .card-atendente {
	margin-top: -50px;
	display: flex;
	flex-direction: column;
	border-radius: 0px;
}

.container-wa .card .info {
	padding: 15px;
	background: #fff;
	font-size: 15px;
	box-shadow: var(--ltn__box-shadow-1);
	border-radius: 5px;
}

.container-wa .card .banner-body .card-atendente .botao-atendente {
	display: flex;


}
.container-wa .card .banner-body .card-atendente .botao-atendente .btn {
	color: white;
	border-radius: 15px;
	width: 100%;
	padding: 10px;
	text-align: center;
	text-decoration: none;

}
.container-wa.is-opened .icon.wa {
	animation: wa-in 0.15s linear;
	animation-fill-mode: forwards;
}
.container-wa.is-opened .icon.close {
	animation: close-in 0.2s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}
.container-wa.is-opened .card {
	display: flex;
	flex-direction: column;
}

.container-wa.is-opened .icon.wa {
	animation: wa-in 0.15s linear;
	animation-fill-mode: forwards;
}

.container-wa.is-opened .icon.close {
	animation: close-in 0.2s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}

@keyframes close-in {
	from {
		opacity: 0;
		transform: rotateZ(-70deg);
	}
	to {
		opacity: 1;
		transform: rotateZ(0deg);
	}
}
@keyframes close-out {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	to {
		opacity: 0;
		transform: rotateZ(-70deg);
	}
}
@keyframes wa-in {
	from {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	to {
		opacity: 0;
		transform: rotateZ(180deg);
	}
}
@keyframes wa-out {
	from {
		opacity: 0;
		transform: rotateZ(180deg);
	}
	to {
		opacity: 1;
		transform: rotateZ(0deg);
	}
}
 */
/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

section.assortiment2.sterk-blog .owl-dots, section.homepage .owl-dots {
	margin-top: 20px !important;
}

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* owl-nav next and prev */
.nieuws .owl-nav {
	position: absolute;
	bottom: 10%;
	left: -10%;
}

.homepage .owl-nav {
	position: absolute;
	bottom: 1%;
	right: 1%;
}

.homepage .owl-theme .owl-nav [class*=owl-] {
	margin-right: -3px;
}

.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}

.owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: transparent;
	border-radius: 0px;
	color: #3a3a3a;
	font-size: 20px;
	margin-right: 3px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	background: var(--ast-global-color-3);
}
.owl-theme .owl-nav [class*=owl-]:hover {
	/* 	transform: scale(0.9); */
	background: #a60510;
	/* 	border: 1px solid var(--ast-global-color-3);
	color: var(--ast-global-color-3); */
}
@media screen and (max-width: 768px) {
	.owl-nav {
		display: none;
	}
}

@media screen and (max-width: 1600px) {
	rs-layer#slider-64-slide-59-layer-9, rs-layer#slider-64-slide-59-layer-8 {
		display: none;
	}
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

/* Cookie */

#cookie-notice {
	z-index: 99 !important;
	width: 480px;
	min-width: auto !important;
	right: 40px !important;
	left: auto !important;
	bottom: 40px;
	background: var(--ast-global-color-4) !important;
	border-radius: 0;
}
@media screen and (max-width: 420px) {
	#cookie-notice {
		width: auto;
		right: 0px!important;
		bottom: 0px;
	}
	.ast-product-navigation-wrapper {
		margin: 30px 0;
	}
}

#cookie-notice .cookie-notice-container {
	background: var(--ast-global-color-4) !important;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.051);
	border-radius: 0;
	padding: 20px;
	text-align: left;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
	display: inline-block;
	font-size: 13px;
	/* 	font-size: 1rem; */
	margin: 8px 0 16px;
	color: #3a3a3a;
	font-family: 'Montserrat', sans-serif;
}
#cookie-notice .cookie-notice-container .cn-button {
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
	/* 	font-size: 1rem; */
	line-height: 1;
	/* 	font-weight: 500; */
	margin: 5px 10px 0 0;
	border-radius: 0;
	padding: 8px 14px 7px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	text-shadow: none;
	box-shadow: none;
	letter-spacing: 0.5px;
	background: 0 0;
	color: #3a3a3a;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
	border: 1px solid #3a3a3a;
	padding: 10px 20px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie:focus,
#cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
	color: #292929;
	background: #fff;
}
#cookie-notice .cookie-notice-container #cn-more-info,
#cookie-notice .cookie-notice-container #cn-refuse-cookie {
	position: relative;
	border: none;
	padding: 10px 0;
	display: inline-block;
	margin-bottom: 0 !important;
	margin-left: 20px;
	text-decoration: none !important;
}
#cookie-notice .cookie-notice-container #cn-more-info::after,
#cookie-notice .cookie-notice-container #cn-refuse-cookie::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #3a3a3a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cn-revoke-cookie,
.cn-revoke-cookie:focus {
	background: var(--ast-global-color-3) !important;
	color: #3a3a3a !important;
}
#cookie-notice .cookie-notice-container .cn-close-icon {
	display: none;
}
#cookie-notice .cookie-notice-container #cn-more-info:focus,
#cookie-notice .cookie-notice-container #cn-more-info:focus::after,
#cookie-notice .cookie-notice-container #cn-more-info:hover,
#cookie-notice .cookie-notice-container #cn-more-info:hover::after,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:focus,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:hover,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:hover::after,
#cookie-notice .cookie-notice-container cn-refuse-cookie:focus::after {
	opacity: 0.6;
}
.cn-revoke-cookie {
	position: relative;
	display: inline-block;
	outline: 0;
	box-shadow: none;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-size: 1rem;
	font-weight: 500 !important;
	padding: 18px 30px !important;
	border-radius: 0;
	margin-top: 30px !important;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.cn-revoke-cookie:hover {
	color: #3a3a3a !important;
	background: var(--ast-global-color-3) !important;
}

a#cn-accept-cookie, a#cn-more-info {
	background-color: var(--ast-global-color-3) !important;
}

/* Toestemming intrekken */

.cn-revoke-cookie:hover {
	color: #3a3a3a !important;
	background: var(--ast-global-color-3) !important;
}

/* End cookies */

/* 404 */

.error404 #content {
	display: none;
}

.error404 footer#colophon {
	display: none;
}

:root {
	--border-color-1: #e5eaee;
	--ltn__box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
	--ltn__box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
	--ltn__box-shadow-3: 0 1px 6px 0 rgba(54, 56, 61, 0.15);
	--ltn__box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
	--ltn__box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
	--ltn__box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #fff !important;
}

.ast-header-break-point .main-header-menu {
	border-top-width: 1px;
	border-style: solid;
	border-color: #dddddd1f;
}

/* Homepagina */

/* strong {
color: #000;
} */

.detail {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.detail:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--ast-global-color-8);
	border-radius: 5px;
}

.page-id-1256 i.fa.fa-phone, .ast-sticky-active i.fa.fa-phone {
	color: #000 !important;
}

.cta {
	background: var(--ast-global-color-3);
	padding: 70px 0;
	/* 	background-image: linear-gradient(to right,rgba(247,247,247,0),rgba(247,247,247,0)),url(/wp-content/uploads/bg.svg); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: var(--ltn__box-shadow-1);
}

.cta .button.alt {
	float: right;
	text-transform: uppercase;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.cta .button.alt:hover {
	border: 1px solid #fff;
	background: #fff;
	color: var(--ast-global-color-3);
}

.cta h4 {
	color: #fff;
	text-transform: uppercase;
}

.parallax {
	z-index: -1;
}

.main-slider__shape-1 {
	position: absolute;
	bottom: 35px;
	right: 292px;
	mix-blend-mode: soft-light;
	z-index: -1;
}

.main-slider__shape-1 img {
	width: auto !important;
}

.main-slider__shape-2 {
	position: absolute;
	top: -55px;
	right: 242px;
	mix-blend-mode: screen;
	z-index: -1;
}

.main-slider__shape-2 img {
	width: auto !important;
}

.main-slider__shape-3 {
	position: absolute;
	right: -30px;
	bottom: 0px;
	mix-blend-mode: soft-light;
	z-index: -1;
}

.main-slider__shape-3 img {
	width: auto !important;
}

@media screen and (max-width: 1200px) {
	.main-slider__shape-1 img, .main-slider__shape-2, .main-slider__shape-2 img, .main-slider__shape-3, .main-slider__shape-3 img {
		display: none;	
	}
}

h1.header {
	/* 		font-size: 2em; */
	display: inline-block !important;
}

.headtext h1 {
	display: inline-block;
}

@media screen and (max-width: 544px) {
	h1.header.first.text-white.mb-2.mt-10.position-relative.animate-box.d-none.d-sm-block.fadeInLeft.animated {
		display: none;
	}
}

@media screen and (max-width: 544px) {
	h1.ast-advanced-headers-title 
	{
		font-size: 1.4rem;
		padding: 40px 0px;
	}

}

/* Homepagina */

ul.tab-buttons.clearfix.list-unstyled, ul.why-choose-one__points.list-unstyled {
	margin: 0px;
}

/* Contactform */

.wpcf7 form>div, .wpcf7 form>p {
	margin-bottom: 0em;
}

@media screen and (max-width: 420px) {
	.ast-product-navigation-wrapper {
		margin: 30px 0;
	}
}

table {
	display: block;
	max-width: -moz-fit-content;
	max-width: fit-content;
	overflow-x: auto;
	white-space: nowrap;
}

a.button.alt {
	border: 1px solid #fff !important;
}

a.button.alt2::before {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	border-top: 20px solid transparent;
	border-left: 12px solid var(--ast-global-color-3);
	border-bottom: 16px solid transparent;
}

a.button.alt {
	border: 1px solid #fff !important;
}

a.iconbottom {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	padding: 10px;
	z-index: 10;
	margin-left: -22px;
	border-radius: 30px;
	border: 3px solid var(--ast-global-color-3);
}

a.iconbottom:hover {
	background: var(--ast-global-color-3);
}

/* Blog */

.ast-related-post-featured-section.post-has-thumb .post-thumb-img-content.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-thumb-img-content.post-thumb img {
	max-height: 800px;
	width: auto;
}

aside#categories-2, aside#nav_menu-11, aside#nav_menu-10, aside#nav_menu-9, aside#nav_menu-8, aside#woocommerce_product_categories-5 {
	background: #fafafa;
	padding: 40px;
}

.secondary .widget-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 12px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.09);
	font-size: 16px;
	line-height: 28px;
	background-color: transparent;
	font-weight: 700;
	letter-spacing: 3px;
}

ul li.cat-item a, ul#menu-diensten li a {
	display: block;
	padding: 13px 15px 13px 15px;
	position: relative;
	z-index: 1;
	font-size: 15px;
	background-color: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
	-moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.06);
	box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul li.cat-item a:hover, ul#menu-diensten li a:hover {
	background:  var(--ast-global-color-3);
	color: #fff;
}

/* Owl dots */

a.icon {
	position: absolute;
	right: 1px;
	top: 1px;
}

i.fa.fa-plus-circle {
	font-size: 30px;
}

@media (min-width: 1200px) {
	.homepage::after {
		content: '';
		height: 100%;
		width: 35%;
		left: -10%;
		bottom: 0px;
		/* 		z-index: 1; */
		position: absolute;
		/* 		background: url(/wp-content/uploads/bg.svg) no-repeat bottom; */
		opacity: 0.2;
	}
}

.hometitle a {
	position: absolute;
	top: 30px;
	right: 0px;
	color: #fff;
	font-size: 16px;
	padding: 8px 30px;
	text-transform: uppercase;
	background: var(--ast-global-color-3);
}

.hometitle a:hover {
	background: var(--ast-global-color-7);
}

@media (max-width: 768px) {
	.hometitle a {
		position: absolute;
		top: 30px;
		right: 0px;
		color: #fff;
		font-size: 13px;
		padding: 6px 20px;
		text-transform: uppercase;
		background: var(--ast-global-color-3);
	}
}

.site-branding.ast-site-identity {
	z-index: 10;
}

.assortiment .item .con2 {
	/* margin: -100px 20px 75px; */
	padding: 15px 15px 15px 15px;
	background-color: #084c8ee0 !important;
	border-top: none;
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
	overflow: hidden;
	-webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
	transition: .2s cubic-bezier(.3, .58, .55, 1);
	position: absolute;
	/* left: -20px; */
	position: absolute;
	/* clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 0px 0px); */
	bottom: 0px;
	width: 100%;
}

.homepage {
	position: relative;
}

.assortiment {
	/* 	background: #f7f7f7; */
}

.homepage figure {
	margin: 0;
	position: relative;
	width: 66.666667%;
	margin-left: auto;
}

.homepage .caption {
	background: #fff;
	position: absolute;
	left: 0;
	top: 55%;
	width: 55%;
	padding: 5% 4% 2% 2%;
	/* padding: 50px; */
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	/* border-radius: 0px 5px 5px 0px; */
}

@media (min-width: 1400px) {
	.homepage .caption {
		background: #fff;
		left: -50px;
		padding: 50px 20px;
	}

}

.products .gallery-box {
	border: 1px solid #ddd;
}

@media (max-width: 991.98px) {
	.homepage figure {
		width: auto;
		margin: 0;
	}
	.homepage .caption {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding: 40px 0px;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.homepage .ast-col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.service {
		margin-left: 0px !important;
		padding-bottom: 40px
	}
}

.text-white {
	color: #f4f4f4!important;
}

@media screen and (min-width: 1200px) {
	h1.big, .h1_big {
		font-size: 2.2em!important;
		margin: 0;
		line-height: 1.2em;
	}
}

.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.text-center {
	text-align: center!important;
}

.bg-fixed {
	background-attachment: fixed;
}

@media (max-width: 1200px) {
	.bg-fixed {
		background-attachment: scroll !important;
	}
}

.bg-right {
	top: 0px;
	position: absolute;
	right: 0px;
	width: 50%;
	padding: 0px;
	margin: 0px;
}

@media screen and (max-width: 991px) {
	.bg-right {
		width: 100%;
		position: static;
		margin-bottom: 15px;
	}
}

.single-item {
	position: relative;
	padding: 10px 0px 0px 85px;
	margin-bottom: 31px;
}

.single-item .icon-box {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 60px;
	line-height: 60px;
}

/* Parallax section */

i.flathome:before {
	color: #fff;
	font-size: 60px;
	margin-left: 0px;
}

/* Nieuws */

@media (min-width: 1200px) {

	.nieuws {
		position: relative;
	}
}

h3.ast-related-post-title.entry-title a {
	position: absolute;
	bottom: 40px;
	left: 0;
	background: #ffffff;
	color: #1e1e1e!important;
	/* letter-spacing: 1px; */
	padding: 9px 25px;
	border-radius: 0 20px 20px 0;
	font-weight: 400;
	max-width: 400px;
}

.assortiment .owl-dots, .reviews .owl-dots {
	margin-top: 20px !important;
}

@media only screen and (min-width: 921px) {
	.producthome {
		padding: 40px;
		box-shadow: var(--ltn__box-shadow-1);
	}
}

.producthome h5  {
	margin-bottom: 15px;
	transition: all .2s linear;
}

.producthome h5:hover  {
	margin-left: 10px;
}

.button.alt {
	background: #fff;
	color: var(--ast-global-color-3);
	border: 1px solid var(--ast-global-color-3);
}

.button.alt:hover {
	background: var(--ast-global-color-3);
	color: #fff;
}

.button {
	border: 1px solid var(--ast-global-color-6);
}

.button:hover {
	background: rgba(15,68,82,0.78);
	border: 1px solid rgba(15,68,82,0.78);
}

@media (max-width: 1200px) {
	.sidebar-main {
		display: none;
	}
}

@media (max-width: 1200px) {
	.mobile-only {
		background: #0c1220;
		padding: 60px 0;
	}
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.fadeUp {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-moz-transition: -moz-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-ms-transition: -moz-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-o-transition: -o-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.fadeUpShow {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.fadeDown {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-moz-transition: -moz-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-ms-transition: -moz-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-o-transition: -o-transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.fadeDownShow {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.fadeIn {
	opacity: 0;
}

.fadeInShow {
	animation: fade-in 2s forwards;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Extra's */

/* button */

.mil-button {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	letter-spacing: 2px;
	font-size: 12px;
	background-color: var(--ast-global-color-4);
	color: #000;
	border-radius: 70px;
	padding: 0 15px 0 50px;
	height: 60px;
	text-transform: uppercase;
	font-weight: 500;
	transition: .4s cubic-bezier(0,0,.3642,1);
	z-index: 5;
	margin-bottom: 20px;
	/* 	border: 1px solid #f9f9f6; */
}

.mil-button span {
	white-space: nowrap
}

.mil-button svg {
	margin-left: 30px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color:var(--ast-global-color-6);
	transition: .4s cubic-bezier(0,0,.3642,1)
}

.mil-button svg path {
	fill: var(--ast-global-color-4);
}

.mil-button.mil-icon-button {
	padding: 15px
}

.mil-button.mil-icon-button svg {
	margin-left: 0
}

.mil-button.mil-icon-button-sm {
	padding: 0;
	height: 40px
}

.mil-button.mil-icon-button-sm svg {
	margin-left: 0;
	background-color: #ff9800
}

.mil-button.mil-icon-button-sm svg path {
	fill: #000
}

.mil-button:hover {
	transform: scale(1.10);
	filter: brightness(110%);
}

.mil-button:hover svg {
	transform: scale(1.15)
}

.mil-button.mil-arrow-down svg {
	transform: rotate(90deg)
}

.mil-button.mil-arrow-down:hover {
	transform: scale(1.015);
	filter: brightness(110%)
}

.mil-button.mil-arrow-down:hover svg {
	transform: scale(1.15) rotate(90deg)
}

@media screen and (max-width: 992px) {
	.mil-button {
		height:50px;
		padding: 0 10px 0 40px
	}

	.mil-button svg {
		margin-left: 25px
	}
}

/* Algemeen */

@media (max-width: 544px) {
	div#cookie-notice {
		display: none;
	}
}

.single .entry-meta {
	display: none;
}

a.button.alt1 {
	border: 1px solid var(--ast-global-color-3);
	background: transparent;
	color: var(--ast-global-color-3);
	padding: 10px 40px;
	font-size: 14px
} 

blockquote p {
	margin-bottom: 0px !important;
}

svg.ast-mobile-svg.ast-close-svg {
	color: var(--ast-global-color-6) !important;
	width: 40px;
	height: 40px;
	border-radius: 30px;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
	color: rgba(247,247,247,0);
}

.page-id-1256 .site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
	display: none;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
	/* 	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); */
}

/* Blog */

.ast-excerpt-container.ast-blog-single-element p, p.ast-blog-single-element.ast-read-more-container.read-more {
	padding: 0px 20px !important;
}

.search .ast-excerpt-container.ast-blog-single-element p, p.ast-blog-single-element.ast-read-more-container.read-more {
	padding: 0px;
}

/* h1.ast-advanced-headers-title {
letter-spacing: 3px;
font-weight: 600;
} */

.ast-transparent-header #masthead .site-logo-img .custom-logo-link img {
	max-width: 200px;
}

h1.animate-box.fadeInUp.animated {
	font-size: 3em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 10px;
	line-height: 1em;
}

@media (max-width: 544px) {
	h1.animate-box.fadeInUp.animated {
		font-size: 2em;
		color: #fff;
		font-weight: 600;
		letter-spacing: 5px;
		line-height: 1em;
	}

}

/* bounce */

.arrow.bounce {
	-webkit-animation: bounce 2.5s infinite;
	animation: bounce 2.5s infinite;
}

h2.section-subtitle {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--ast-global-color-3) !important; 
	text-transform: uppercase;
}

h2.title {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: -20px;
	color: var(--ast-global-color-6);
}

h3.title {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: -20px;
	color: var(--ast-global-color-6);
}

@media (max-width: 544px){
	h3.title {
		font-size: 1.6em;
	}
}

.section-about-title{
	margin-bottom: 5rem;
}

.dots-image{
	display: inline-block;
	position: relative;
}

.dots-image img{
	display: block;
	position: relative;
	z-index: 1;
}

.dots-image .dots{
	position: absolute;
	left:-20%;
	bottom: -10%;
	width: 100%;
	height: 55.2%;
	background:url(/wp-content/uploads/dots.png) 0 0 repeat;
}

.experience-box{
	position: relative;
	white-space:nowrap;
	margin:2rem 0;
}

@media (min-width: 992px){
	.experience-box{
	}
}

@media (min-width: 1200px){
	.experience-box{
	}
}

.experience-border{
	display: inline-block;
	vertical-align: middle;
	width: 10.15rem;
	height: 10.15rem;
	border:0.357rem solid #cee002;
	border-radius: 50%;
}

.experience-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -7rem;
	top: 0rem;
}

.experience-number{
	display: inline-block;
	vertical-align: middle;
	font-size: 7.142rem;
	line-height: 1;
	font-weight: 600;
	color: var(--ast-global-color-6);
}

.experience-info{
	display: inline-block;
	vertical-align: middle;
	margin: 0rem 0 0 0.8rem;
	font-size: 1.1rem;
	line-height: 1.1;
	color: var(--ast-global-color-6);
}

span.line-grid-1::before, span.line-grid-2::before, span.line-grid-3::before, span.line-grid-4::before, span.line-grid-5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 60px;
	background: white;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	animation: gridanim 25s linear infinite;
}

span.line-grid-1::before {
	animation-delay: 1s;
}

span.line-grid-3::before {
	animation-delay: 1s;
}

span.line-grid-5::before {
	animation-delay: 1s;
}

@keyframes gridanim {
	0% {
		top: 0%;
	}
	100% {
		top: 100%;
	}
}

span.subtitle1 {
	display: inline-block;
	position: relative;
	z-index: 1;
	/* 	font-weight: 800; */
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}

/* span.subtitle:before {
content: "";
width: 80px;
height: 6px;
background: var(--ast-global-color-3);
position: absolute;
left: 50%;
margin-left: -40px;
bottom: 4px;
z-index: -1;
mix-blend-mode: difference;
opacity: 0.4;
} */

span.subtitle1::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: var(--ast-global-color-8);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

/* Projecten */

.projecten {
	/* 	position: relative;
	z-index: -1; */
}
.section-padding {
	padding: 70px 0 70px 0;
}

.projecten:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	/* 	background: var(--ast-global-color-6); */
	/* 	background: linear-gradient(to left,rgb(25 92 103 / 50%), #195C67), url('/wp-content/uploads/demo-accounting-bg.jpg') center center; */
	/* 	background: linear-gradient(to left,rgb(25 92 103 / 50%), #3b4d50), url(/wp-content/uploads/woningtaxaties-haarlem-1-1920.jpg) center center; */
	/* 	background: linear-gradient(to left,rgb(25 92 103 / 50%), #195c67cc), url(/wp-content/uploads/woningtaxaties-haarlem-1920.jpg); */
	background: linear-gradient(to left, rgba(244, 249, 246, 0.8), rgba(244, 249, 246, 0.8)), url(/wp-content/uploads/osteodoc-osteopaat.jpg);
	background-size: cover !important;
	overflow: hidden;
	background-position: bottom center;
	background-attachment: fixed !important;
	z-index: -2;
}

@media (max-width: 1400px) {
	.projecten:after {
		background-attachment: scroll!important;
	}
}

.bg-white {
	background: #ffffff;
	padding: 30px;
	/* 	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
	/* 	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */

} 

@media (max-width: 544px){
	.bg-white {
		background: #ffffff;
		padding: 15px;
		box-shadow: none !important;
	}
}

@media (min-width: 992px){
	.bg-white {
		/* padding: 60px; */
	} 
}

@media (min-width: 1200px){
	.container-small {
		max-width: 1000px;
		margin: 0 auto;

	}
}

p.lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	/* 	font-weight: 600; */
}

h3.mask-titel, h3.mask-titel2 {
	color: #fff !important;
}

h3.mask-titel {
	font-size: 13px !important;
	margin-bottom: 0px;
	margin-top: 15px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #777;
}

h3.mask-titel2 {
	font-size: 40px !important;
	margin-top: 0px;
	line-height: 1;
	text-shadow: 1px 1px 1px #777;
}

ul.list-item {
	list-style: none;
	margin: 0em;
}

@media (min-width: 800px) {
	ul.list-item {
		list-style: none;
		margin: 0 0 1.5em 1em
	}
}

i.fa.fa-check {
	background: var(--ast-global-color-3);
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 10px;
}

::selection {
	color: #fff;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	border-color: #3453393b;
}

@media (max-width: 544px) {
	.ast-breadcrumbs {
		display: none;
	}
}

.bg-grey {
	background: var(--ast-global-color-4);
	background-size: cover;
}

.bg-grey-light {
	background: var(--ast-global-color-3);
	background-size: cover;
}

section.assortiment.sterk-blog.home {
	background: #000;
}

h2.entry-title {
	margin-top: 40px;
}

h2 span {
	font-size: 25px;
}

.blog .entry-title {
	/* 	min-height: 40px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* parallax sectie */

section.big-section {
}

@media (max-width: 576px) {
	section.big-section {
		padding: 60px 0;
	}
}

.parallax {
	position: relative !important;
	background-size: cover !important;
	overflow: hidden;
	background-attachment: fixed !important;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	background-size: cover;
	z-index: 0;
}

@media (max-width: 1400px) {
	.parallax {
		background-attachment: scroll!important;
	}
}

.page-id-1256 .parallax {
	/* 	background-color: #f3efeb; */
}

.opacity-full {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .5;
	top: 0;
	left: 0;
}

.bg-gradient {
	background: linear-gradient(to right,rgba(0,0,0,0.85),rgba(0,0,0,0.85));	
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.text-center {
	text-align: center!important;
}

h4.alt-font {font-size: 1.4em;}

.letterspacing-2 {letter-spacing: 2px;}

section.locaties {
	margin: 50px 0;
	padding: 65px 0 0px;
	background: #f7f7f7;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: rgba(0,0,0,0.05);
	border-top-width: 1px;
	border-top-color: rgba(0,0,0,0.05);	
}

@media (max-width: 544px) {
	section.locaties {
		margin: 30px 0;
	}
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 0px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

span.fa.fa-star.checked {
	color: #e0c221;
	margin-bottom: 20px;
}

.owl-carousel .owl-item img.img-circle {
	transform-style: preserve-3d;
	width: 50px;
	height: 50px;
	margin: 20px;
	text-align: center;
	display: initial;
}

h2.home {
	position: relative;
}

h2.home:before {
	content: '';
	margin-left: -35px;
	width: 70px;
	height: 1px;
	background: var(--ast-global-color-8);
	position: absolute;
	left: 50%;
	bottom: -20px;
}

.ast-footer-copyright {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

/* Footer */

.vertical {
	border-left: 2px solid var(--ast-global-color-3);
	height: 50px;
	margin: 0px auto;
	position: relative;
}

.site-primary-footer-wrap {
	position: relative;
}

footer#colophon {
	margin-top: 60px;
}

.home footer#colophon, .page-id-6387 footer#colophon, .page-id-6685 footer#colophon, .page-id-6706 footer#colophon, .error404 footer#colophon, .page-id-6688 footer#colophon, .page-id-6386 footer#colophon, .page-id-6385 footer#colophon, .page-id-6388 footer#colophon {
	margin-top: 0px;
}

blockquote {
	border-left: 3px solid var(--ast-global-color-3);
	/* 	padding: 20px; */
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 1.5em;
	position: relative;
	background: var(--ast-global-color-3);
	background-size: cover;
	font-style: italic;
	border-radius: 10px;
}

blockquote p {
	margin-bottom: 0px;
}

h6.homepagina {
	margin-bottom: 0px;
	color: var(--ast-global-color-3);
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.5em;
}

h2.homepagina {
	font-weight: 700;
	max-width: 620px;
	font-size: 60px;
	font-size: 3rem !important;
	line-height: 1.1em;
	margin: 0 0 0.3em;
	position: relative;
}

@media (max-width: 1300px) {
	h2.homepagina {
		font-size: 2rem !important;
		line-height: 1em;
	}
}

.sub-titel {
	color: var(--ast-global-color-3);
	font-weight: 500;
	font-size: 17px;
}

.white-bg {
	background: #fff;
}

.plr--5 {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 1200px) {
	.plr--5 {
		padding-left: 7%;
		padding-right: 7%;
	}}

.widget-title {
	text-transform: none;
	color: #08200f;
	font-weight: 600;
}

/* Blog */

span.post-date {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}

.blog-layout-1 .post-content, .blog-layout-1 .post-thumb {
	overflow: hidden;
}

.ast-post-format-standard.blog-layout-1.ast-no-date-box, .post .ast-post-format-.blog-layout-1.ast-no-date-box {
	box-shadow: var(--ltn__box-shadow-1);
	transition: all 0.3s;
}

.ast-post-format-.blog-layout-1.ast-no-date-box .entry-content.clear, .ast-post-format-standard.blog-layout-1.ast-no-date-box .entry-content.clear {
	padding: 0px 20px 8px 20px;}

.ast-post-format-.blog-layout-1.ast-no-date-box h2.entry-title, .entry-meta {
	padding: 0 20px 0 20px;
}

.search .ast-post-format-.blog-layout-1.ast-no-date-box h2.entry-title, .search .entry-meta {
	padding: 0 0 0 0;
}

.search p.ast-blog-single-element.ast-read-more-container.read-more {
	padding: 0px 0px !important;
}

.ast-post-format-.blog-layout-1.ast-no-date-box:hover {
	box-shadow: var(--ltn__box-shadow-3);
}

.ast-post-format-standard.blog-layout-1.ast-no-date-box:hover {
	box-shadow: var(--ltn__box-shadow-3);
}

.format-gallery h2.entry-title {
	margin-left: 20px;
}

.post-thumb-img-content.post-thumb img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s;
}

.post-thumb-img-content.post-thumb:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(70%);
	background: rgba(8,32,15,0.95);
	overflow: hidden;
	position: relative;

}

.single-post .post-thumb-img-content.post-thumb:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: none;
	transform: none;
}

.ast-related-posts-title-section {
	border-top: none important!;
}

/* Contactpage */

.page-id-1256 .site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-3-lheavy.ast-builder-grid-row-tablet-3-firstrow.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
	display: none;
}

/* .page-id-1256 #content */
.page-id-1256 .site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-3-lheavy.ast-builder-grid-row-tablet-3-firstrow.ast-builder-grid-row-mobile-full.ast-footer-row-inline.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
	display: none;
}

.page-id-1256 footer#colophon {
	margin-top: 0px;
} 

.contactinfo {
	padding: 40px;
	border-top: 3px solid var(--ast-global-color-3);
	-webkit-box-shadow: var(--ltn__box-shadow-1);
	box-shadow: var(--ltn__box-shadow-1);
	float: right;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.text-white {
	color: #f4f4f4 !important;
}

.clearfix {
	clear: both;
}

.over_section {
	position: relative;
}
.over_section.bg_black {
	background-color: #fff;
}

.over_section.bg_left {
	background-color: #fff;
}

.over_image {
	margin-left: -100px;
	padding-right: 40px;
}

.over_image_2 {
	padding: 60px 0 15px 170px;
}
.over_image_2 .small_image {
	bottom: 0;
	left: 30px;
	z-index: 1;
	max-width: 276px;
	position: absolute;
	padding: 15px 15px 0 0;
	background-color: #ffffff;
}
.over_image_2 .shape_1 {
	left: -21px;
	bottom: -41px;
}
.over_image_2 .shape_2 {
	top: 0;
	right: -64px;
}
.over_image_2 .year_text {
	left: 50%;
	z-index: 2;
	bottom: -30px;
	display: flex;
	color: #ffffff;
	padding: 25px 30px;
	position: absolute;
	align-items: center;
	transform: translateX(-50%);
	background-color: #74c138;
}
.over_image_2 .year_text strong {
	line-height: 1;
	font-size: 71px;
	font-weight: 900;
	margin-right: 20px;
}
.over_image_2 .year_text span {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

.over_image_3 {
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	display: flex;
	overflow: hidden;
	position: absolute;
}
.over_image_3 img {
	object-fit: cover;
}

.over_image_4 {
	padding-right: 21px;
}

.over_content_2 {
	z-index: 1;
	position: relative;
	padding: 50px 100px;
	margin-right: -100px;
	background-color: #ffffff;
	box-shadow: var(--ltn__box-shadow-1);
	margin-top: 0px;
}
.over_content_2 .year_text {
	bottom: 0;
	left: -220px;
	width: 270px;
	color: #ffffff;
	padding: 65px 55px;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	background-color: var(--ast-global-color-3);
	border-bottom-right-radius: 0;
}
.over_content_2 .year_text strong,
.over_content_2 .year_text span {
	display: block;
	line-height: 1;
}
.over_content_2 .year_text strong {
	font-size: 100px;
	font-weight: 900;
	color: #fff;
}
.over_content_2 .year_text strong sup {
	top: -13px;
	font-weight: 400;
}
.over_content_2 .year_text span {
	font-size: 16px;
	font-weight: 700;
}

.over_content_2 .section_title p {
	margin-bottom: 40px;
}

.progress_bar_area {
	padding-top: 42px;
}

.over_images_group {
	z-index: 1;
	padding: 15px;
	/* 	margin-top: 70px; */
	position: relative;
	margin-left: -350px;
	background-color: #ffffff;
	margin-bottom: -30px;
}
.over_images_group > li {
	flex: 1;
	padding: 15px;
}

.justify-content-lg-start {
	justify-content: flex-start !important;
}
.justify-content-lg-end {
	justify-content: flex-end !important;
}

.section_space {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {

	.over_image_3 {
		width: 100%;
		position: static;
		margin-bottom: 15px;
	}

	.over_content_2 .year_text {
		width: auto;
		padding: 30px 20px;
		position: static;
		border-radius: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	.over_content_2 {
		padding: 30px;
		margin-top: 0px;
		width: 100%;
	}

	.over_content_2 .section_title p {
		margin-bottom: 20px;
	}

	.over_content_2 .section_title .title_text {
		margin-bottom: 15px;
	}
}

.over_image_4 {
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	display: flex;
	overflow: hidden;
	position: absolute;
	padding-right: 0px;
}

.over_image_4 img {
	object-fit: cover;
}

.over_content_4 {
	z-index: 1;
	position: relative;
	padding: 50px 100px;
	margin-left: -100px;
	background-color: #ffffff;
	box-shadow: var(--ltn__box-shadow-1);
	margin-top: 40px;
}

@media screen and (max-width: 1200px) {

	.over_content_4 {
		margin-left: 0;
		box-shadow: none;
		padding: 20px !important;
		background: transparent;
	}

	.over_image {
		padding: 0;
		margin: 0 0 50px;
	}
}

@media screen and (max-width: 1200px) {

	.over_image_4 {
		width: 100%;
		position: static;
		margin-bottom: 15px;
		margin-bottom: 15px;
	}

	.over_content_4 .section_title p {
		margin-bottom: 20px;
	}

	.over_content_4 .section_title .title_text {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	.over_content_2 {
		padding: 0px;
		background-color: #ffffff;
		box-shadow: none;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.over_content_4 {
		padding: 0px;
		background-color: #ffffff;
		box-shadow: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/* ======= Owl-Theme custom style ======= */

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px;
	line-height: .7;
	display: block;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	background: var(--ast-global-color-3);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid var(--ast-global-color-3);
}

/* ======= Projects style ======= */

.projects {
	padding-bottom: 60px;
}

.projects .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.projects .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background: rgba(8,32,15,0.95);
}

.projects .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* ======= Blog & Post style ======= */

.sterk-blog .item, .homepage .item {
	position: relative;
	overflow: hidden;
}

.sterk-blog .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(80%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.sterk-blog .item:hover .con {
	bottom: 0;
}

.assortiment .item:hover .con, .assortiment2 .item:hover .con {
	bottom: -60px;
}

.sterk-blog .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-filter: brightness(100%);
}

.sterk-blog .item .con2 {
	margin: -100px 20px 75px;
	padding: 10px 50px 10px 20px;
	background-color: var(--ast-global-color-3) !important;
	border-top: none;
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
	overflow: hidden;
	-webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
	transition: .2s cubic-bezier(.3, .58, .55, 1);
	bottom: -60px;
	position: absolute;
	left: -20px;
	border-radius: 5px 0px 0px 5px;
	clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 0 51%, 0% 0%);
}

.con2:hover {
	background-color: #a60510;
}

.sterk-blog .item .con {
	margin: -100px 20px 75px;
	padding: 15px 20px;
	background-color: #fff!important;
	border-top: none;
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
	overflow: hidden;
	-webkit-transition: .2s cubic-bezier(.3,.58,.55,1);
	transition: .2s cubic-bezier(.3,.58,.55,1);
	bottom: -60px;
	position: relative;
}

.sterk-blog .item .con .category {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: 3px;
}

.sterk-blog .item .con2 .category a {
	margin-right: 5px;
	position: relative;
	color: #fff !important;
}

.sterk-blog .item .con .category a:last-child {
	margin-right: 0;
}

.sterk-blog .item .con .category a:last-child:after {
	display: none;
}

.sterk-blog .item .con h5,
.sterk-blog .item .con h5 a {
	font-size: 1.1em;
	/* 	font-weight: 700; */
	margin-bottom: 0px;
	/* 	text-transform: uppercase; */
	/* 	color: #000; */
}

.assortiment .item .con h5,
.assortiment .item .con h5 a, 
.assortiment2 .item .con h5,
.assortiment2 .item .con h5 a {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
}

.sterk-blog .item .con {
	margin: -70px 20px 70px;
	bottom: -60px;
}

.sterk-blog .item .con h5:hover,
.sterk-blog .item .con h5 a:hover {
	color: #000;
}

.assortiment .item .con2 h5,
.assortiment .item .con2 h5 a, 
.assortiment2 .item .con2 h5,
.assortiment2 .item .con2 h5 a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 544px) {
	.assortiment2 .item .con2 h5, .assortiment .item .con2 h5 a {
		font-size: 13px;
	}
}

.sterk-blog .item .con2 h5:hover,
.sterk-blog .item .con2 h5 a:hover {
	color: #fff;
}

.sterk-blog .item .con p {
	font-size: 15px;
	margin-bottom: 0px;
}

.sterk-blog .item .con p.read-more {
	display: none;
}

.sterk-blog .item .con i {
	color: #fff;
	font-size: 20px;
}

.sterk-blog .item .con .btn {
	margin-left: 0;
	border-radius: 30px;
	border-color: #fff;
	padding: 11px 30px;
}

.sterk-blog .item .con .btn:hover {
	border-color: #dca167;
}

/* Contactform */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text {
	width: 100%;
}

.contactformulier {
	padding: 40px;
	background: #fff;
	display: flex;
	margin-top: 60px;
	position: relative;
	box-shadow: var(--ltn__box-shadow-1);
}

@media (max-width: 544px) {
	.contactformulier {
		padding: 15px;
		margin-top: 20px;
	}
}

select#keuze {
	width: 100%;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
	border-color: var(--ast-global-color-3);
	box-shadow: 0 0 1px var(--ast-global-color-3) inset;
}



select.wpcf7-form-control.wpcf7-select {
	background-image: none;
	background-repeat: no-repeat;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}

.animate-box {
	opacity: 0;
}

div.lead {
	font-size: 18px;
}

/* categories */

.over_image_5 {
	top: 0;
	left: -200px;
	bottom: 0;
	width: 90%;
	display: flex;
	overflow: hidden;
	position: absolute;
}
.over_image_5 img {
	object-fit: cover;
}

@media screen and (max-width: 1100px) {

	.over_image_5 {
		width: 100%;
		/* 		padding: 0 15px; */
		position: static;
		margin-bottom: 15px;
	}
}

/* Temp */

@media (min-width: 1400px) {
	.homepage .caption {
		background: #fff;
		left: -50px;
		padding: 50px 20px;
	}
	.caption.mb-2.mb-xl-4:before {
		content: none;
	}
}

@media screen and (min-width: 1740px)
{
	.side-image.full-left {
		float: right;
		width: 48vw;
	}
	.side-image.full-right {
		float: left;
		width: 65vw;
	}
}

.parallax {
	z-index: 0;
}

.gallery-box {
	overflow: hidden;
}

.gallery-box img {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s;
	z-index: -1;
}

.gallery-box:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(70%);
	background: rgba(8,32,15,0.95);
	overflow: hidden;
	position: relative;
}

/* The side navigation menu Blok56 Footer */

.blok56 {
	padding: 20px;
	font-size: 13px;
	color: #bbbbbb;
}

.blok56logo img {
	width: 20px;
	height: 20px;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.blok56 td, th {
	padding: 0px;
	text-align: left;
	border-width: 0 1px 1px 0;
	line-height: 1;
}

.sidenav {
	height: 60%;
	width: 0;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	background-color: var(--ast-global-color-6);
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 60px;
	-webkit-box-shadow: -5px 15px 20px 0px rgba(0,0,0,.4);
	box-shadow: -5px 15px 20px 0px rgba(0,0,0,.4);
}

@media screen and (max-width: 550px) {
	.sidenav {
		height: 80%;}
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 13px;
	color: #c1c1c1;
	display: block;
	transition: 0.3s;
}

.blok56logo img:hover {
	cursor: crosshair;
}

.sidenav a:hover {
	color: #f1f1f1;

}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

img.blok56 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
}

.ast-scroll-to-top-right {
	right: 36px;
	bottom: 60px;
}

table, td, th {
	border: none;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

/* Blok56-end */

/* Blok56 deel-knoppen */

@media screen and (min-width: 1024px) {
	.blok56-whatsapp {
		display: none !important;
	}
}

.blok56-link {
	padding: 2px 8px 4px !important;
	/* color: #fff; */
	font-size: 15px;
	margin-right: 2px;
	cursor: pointer;
	-moz-background-clip: padding;
	/* -webkit-background-clip: padding-box; */
	/* box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); */
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	/* -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); */
	margin-top: 2px;
	display: inline-block;
	text-decoration: none;
}

.blok56-link:hover,.blok56-link:active {
	color: #555;
}

.blok56-twitter {
	/*     background: #00aced; */
}

.blok56-twitter:hover,.blok56-twitter:active {
	/*     background: #0084b4; */
}

.blok56-facebook {
	/*     background: #3B5997; */
}

.blok56-facebook:hover,.blok56-facebook:active {
	/*     background: #2d4372; */
}

.blok56-googleplus {
	/*     background: #D64937; */
}

.blok56-googleplus:hover,.blok56-googleplus:active {
	/*     background: #b53525; */
}

.blok56-buffer {
	/*     background: #444; */
}

.blok56-buffer:hover,.blok56-buffer:active {
	/*     background: #222; */
}

.blok56-pinterest {
	/*     background: #bd081c; */
}

.blok56-pinterest:hover,.blok56-pinterest:active {
	/*     background: #bd081c; */
}

.blok56-linkedin {
	/*     background: #0074A1; */
}

.blok56-linkedin:hover,.blok56-linkedin:active {
	/*     background: #006288; */
}

.blok56-whatsapp {
	/*     background: #43d854; */
}

.blok56-whatsapp:hover,.blok56-whatsapp:active {
	/*     background: #009688; */
}

.ast-related-posts-title-section {
	border-top: none;
}

.blok56-social {
	margin: 20px 0px 25px 0px;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

span.blok56-delen {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.ast-scroll-to-top-right {
	right: 30px;
	bottom: 80px;
}

/* Custom Blok56 */

.text-decoration-line-bottom {
	border-bottom: 1px solid;
}

/* Home intro */

@media screen and (min-width: 991px) {

	/* 	h1.intro {
	font-size: 1.6vw;
} */
	.fs-300 {
		font-size: 18.75rem;
		line-height: 18.75rem;
		letter-spacing: -15px;
		opacity: 0.7;
		text-transform: capitalize;
		font-family: 'Poppins',sans-serif;
	}

	.bottom-minus-50px {
		bottom: -200px;
	}
	.right-0px {
		right: 0;
	}
	.outside-box-right-30 {
		margin-right: -30vw;
	}

	.text-base-color {
		color: #fff;
		z-index: -10 !important;
	}

	.mil-button {
		z-index: 5 !important;
	}
	.bg-1 {
		background-color: transparent;
		background-image: linear-gradient(90deg, var(--ast-global-color-4) 45%, #fff 0%);
	}

	.bg-2 {
		background-color:  transparent;
		background-image: linear-gradient(90deg, #fff  55%, var(--ast-global-color-4) 0%);
	}

}

.section-dark {
	background: var(--ast-global-color-4); 
}

/* Custom */

/* Header */

section.header {
	padding-top: 60px;
	padding-bottom: 60px;
	background: var(--ast-global-color-6);
	color: #fff;
	position: relative;
	display: flex;
	align-items: center
}

section.header .backgroundLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	overflow: hidden
}

section.header .backgroundLayer img {
	width: 35%;
	/* max-height: 900px; */
	opacity: .1;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	position: relative;
	/* bottom: 0%; */
	/* left: -17%; */
}

section.header .colHeaderContent .colImg .img {
	width: 100%;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	height: 760px;
	position: relative;
	right: -12%;
}

@media screen and (max-width: 991px) {

	section.header .backgroundLayer img {
		opacity: .1;
		background-image: url(/wp-content/uploads/header-bg-home-links.jpg);
		height: 800px;
		width: auto;
	}

	.services .content .cont h4 {
		line-height: 1.25em;
	}
	.order2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}  
}

@media (max-width: 544px) {
	.cta-text p {
		/* 		text-align: center; */
		max-width: 200px;
	}
}

/* Blog */

.blog footer#colophon {
	margin-top: 0px;
}

h3.ast-related-post-title.entry-title {
	border-radius: 0 20px 20px 0 !important;
}

/* h1.entry-title {
font-size: 1.6em !important;
font-weight: 700;
margin-top: 30px;
} */

.ast-related-post-featured-section.post-has-thumb .post-thumb-img-content.post-thumb:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	-webkit-filter: brightness(80%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/* Contactpagina */

.contacts {
	position: relative;
}
.contacts .items {
	width: 50% !important;
}
.contacts .items:nth-of-type(even) {
	width: 30% !important;
}
.contacts .items img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contacts .items:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.contacts .items .con {
	position: relative;
	overflow: hidden;
}
.contacts .items .con .info {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 20px 20px 0px 10px;
	background: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.contacts .items .con:hover .info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.contacts .items .con .info h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: var(--ast-global-color-6);
	letter-spacing: 0px;
}

.wpcf7-list-item {
	margin: 20px 0 !important;
}

h6 small {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.contacts .items .con .info .category {
	color: #c5a47e;
	font-size: 11px;
	margin-bottom: 40px;
	font-weight: 400;
	word-spacing: 3px;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 5px;
}
.contacts .items .con .info .category:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #c5a47e;
	border-radius: 50%;
}
.contacts .items .con .info .category:before,
.contacts .items .con .info .category:after {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contacts .items:nth-of-type(even),
.contacts .items {
	width: 50% !important;
}
.contacts .items:nth-of-type(even),
.contacts .items {
	width: 100% !important;
}

.wpcf7-list-item {
	margin: 20px 0 !important;
}

/* Images home */

.bottom-minus-20px {
	bottom: -20px;
}
.right-15px {
	right: 15px;
}
.w-55 {
	width: 55%!important;
}

.ast-row {
	flex-wrap: wrap;
	display: flex;
}

.align-items-center {
	align-items: center!important;
}


/* Button */

.base-color {
	background-color: var(--ast-global-color-3); 
}

.btn.btn-large {
	font-size: 12px;
	letter-spacing: 2px !important;
	padding: 18px 34px;
	font-weight: 500;
}

/* Button contact */

input[type="submit"], input[type="reset"] {
	transition: all .2s linear;
}

@media (min-width: 727px) {
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		transition: all .2s linear;
		float: right;
		margin-top: -10px;
	}
}

.page-id-1256 input.wpcf7-form-control.wpcf7-submit.has-spinner {
	/* 	float: right; */
	/* 	margin-top: 30px; */
}

/* Contactform */

.wpcf7 form>div, .wpcf7 form>p {
	margin-bottom: 0em !important;
}

/* Tooltip */

[hover-tooltip] {
	position: relative;
	cursor: default;
}
[hover-tooltip]:hover::before {
	content: attr(hover-tooltip);
	font-size: 14px;
	text-align: center;
	position: absolute;
	display: block;
	left: 50%;
	min-width: 200px;
	max-width: 250px;
	bottom: calc(100% + 10px);
	transform: translate(-50%);
	animation: fade-in 300ms ease;
	background: var(--ast-global-color-3) !important;
	border-radius: 3px;
	padding: 10px;
	color: #3a3a3a;
	z-index: 1;
}
[hover-tooltip]:hover::after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	width: 0;
	height: 0;
	bottom: calc(100% + 6px);
	margin-left: -6px;
	border: 1px solid var(--ast-global-color-3) ;
	border-color: var(--ast-global-color-3)  transparent transparent transparent;
	border-width: 4px 6px 0;
	animation: fade-in 300ms ease;
	z-index: 1;
}
[hover-tooltip][tooltip-position=bottom]:hover::before {
	bottom: auto;
	top: calc(100% + 10px);
}
[hover-tooltip][tooltip-position=bottom]:hover::after {
	bottom: auto;
	top: calc(100% + 6px);
	border-color: transparent transparent var(--ast-global-color-3);
	border-width: 0 6px 4px;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Blok56 */

@media (max-width: 544px) {
	div#cookie-notice {
		display: none;
	}
}

/* li#wp-admin-bar-astra-advanced-layouts, span.ab-item.astra-admin-logo {
display: none;
} */

/* VDBR */

img.icon {
	position: absolute;
	opacity: 0.05;
	width: 380px;
	top: 0%;
	left: -0.5%;
}

@media (max-width: 1800px) {
	img.icon {
		position: absolute;
		opacity: 0.05;
		width: 300px;
		top: 3%;
		left: -2%;
	}
}

/* Reviews */

.star-rating {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.9em;
	margin-right: 0.9em;
	margin-bottom: 2em;
	border-right: 0.3em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 0.3em solid transparent;
	font-size: 8px;
}
.star-rating:before, .star-rating:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0.6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid #e4a853;
	border-left: 1em solid transparent;
	transform: rotate(-35deg);
}
.star-rating:after {
	transform: rotate(35deg);
}

/* Tabel */

.table-container {
	width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

th, td {
	text-align: left;
	padding: 12px;
	border-bottom: 1px solid #eee;
	word-break: break-word;
	white-space: normal; 
}

th:first-child,
td:first-child {
	width: 120px;
	min-width: 120px;
}

th {
	background-color: var(--ast-global-color-3);
}

@media screen and (max-width: 600px) {
	th, td {
		font-size: 15px;
	}
	th:first-child,
	td:first-child {
		width: 80px;
		min-width: 80px;
	}
}

/* end tabel */

hr {
	background-color: #e1e1e1;
}

b, strong {
	font-weight: 500;
}

.p-0 {
	padding: 0px;
}

/* @media screen and (min-width: 991px) {
.bg-1 {
background-color: transparent;
background-image: linear-gradient(90deg, var(--ast-global-color-4) 45%, #fff 0%);
}
}

@media screen and (min-width: 991px) {
.bg-2 {
background-color: transparent;
background-image: linear-gradient(90deg, #fff 45%, var(--ast-global-color-4) 0%);
}
} */

[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #000;
}
[data-overlay-darkgray]:before {
	background: #272727;
}
[data-overlay-light]:before {
	background: var(--ast-global-color-3);
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
	color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
	color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
	color: var(--ast-global-color-1);
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
	opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
	opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
	opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
	opacity: 0.4;
}
[data-overlay-dark="05"]:before,
[data-overlay-darkgray="05"]:before,
[data-overlay-light="05"]:before {
	opacity: 0.5;
}
[data-overlay-dark="06"]:before,
[data-overlay-darkgray="06"]:before,
[data-overlay-light="06"]:before {
	opacity: 0.6;
}
[data-overlay-dark="07"]:before,
[data-overlay-darkgray="07"]:before,
[data-overlay-light="07"]:before {
	opacity: 0.7;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
	background: #000;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8393732492997199) 0, rgba(0, 0, 0, 0) 70%, #000 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8393732492997199) 0, rgba(0, 0, 0, 0) 70%, #000 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8393732492997199) 0, rgba(0, 0, 0, 0) 70%, #000 100%);
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
	background-size: cover;
	background: #000;
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5998774509803921) 100%);
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5998774509803921) 100%);
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5998774509803921) 100%);
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
	background-size: cover;
	background: #000;
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3029586834733894) 100%);
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3029586834733894) 100%);
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3029586834733894) 100%);
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
	opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
	opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

[data-overlay-dark="15"]:before {
	background: linear-gradient( 90deg, var(--ast-global-color-6) 20%, transparent 70%);
	background: linear-gradient( 90deg, #083b2c 20%, transparent 55%);	
}

[data-overlay-light="15"]:before {
	background: linear-gradient(90deg, var(--ast-global-color-3) 38%, transparent 100%);
}

@media (max-width: 544px) {
	[data-overlay-light="15"]:before {
		background: linear-gradient(90deg, var(--ast-global-color-6) 50%, transparent 100%);
		background: linear-gradient(90deg, #083b2c 40%, transparent 100%);
	}
}

[data-overlay-light="16"]:before {
	background: linear-gradient(90deg, #f9f9f6f0 38%, #f9f9f6f0 100%);
}

.outside-box-right-5 {
	margin-right: -5vw;
}
.outside-box-left-5 {
	margin-left: -5vw;
}
.outside-box-right-10 {
	margin-right: -10vw;
}
.outside-box-left-10 {
	margin-left: -10vw;
}
.outside-box-right-15 {
	margin-right: -15vw;
}
.outside-box-left-15 {
	margin-left: -15vw;
}
.outside-box-right-20 {
	margin-right: -20vw;
}
.outside-box-left-10 {
	margin-left: -20vw;
}

@media (max-width: 1500px) {
	.outside-box-right-5 {
		margin-right: 0vw;
	}
	.outside-box-left-5 {
		margin-left: 0vw;
	}
	.outside-box-right-10 {
		margin-right: 0vw;
	}
	.outside-box-left-10 {
		margin-left: 0vw;
	}
	.outside-box-right-15 {
		margin-right: 0vw;
	}
	.outside-box-left-15 {
		margin-left: 0vw;
	}
	.outside-box-right-20 {
		margin-right: 0vw;
	}
	.outside-box-left-20 {
		margin-left: 0vw;
	}
}

.outside-box {
	width: 140%;
}

@media screen and (max-width: 991px) {
	.outside-box {
		width: 100%;
	}
}

.cont {
	margin-left: 15px;
}

span.h6 {
	display: block;
	margin-top: 12px;
	margin-bottom: -8px
}

/* =======  Testimonials ======= */

.testimonials .item-box .info, .info {
	margin: 0 auto;
	/* 	overflow: hidden; */
	display: inline-flex;
}

span.reviewer {
	display: block;
}

.testimonials .item-box .info .author-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.info-img {
	width: 70px;
	height: 70px;
	/* 	border-radius: 50%; */
	overflow: hidden;
	float: left;
	margin-left: -3px;
}


.testimonials .item-box .info .cont {
	margin-left: 20px;
	margin-top: 15px;
}

.testimonials .item-box .info .cont span {
	font-size: 15px;
	color: var(--ast-global-color-6);
}
/* owl nav */

.sps {
	position: relative;
}

.sps .owl-theme .owl-nav {
	position: absolute !important;
	top: 20% !important;
	bottom: auto !important;
	width: 100%;

}
.sps .owl-theme .owl-nav {
	position: relative;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

}
.sps .owl-theme .owl-prev,
.sps .owl-theme .owl-prev {
	left: -120px !important;
	box-shadow: 0 0px 23px rgb(0 0 0 / 5%);
}
.sps .owl-theme .owl-next {
	right: -120px !important;
	box-shadow: 0 0px 23px rgb(0 0 0 / 5%);
}
.sps .owl-theme .owl-prev,
.sps .owl-theme .owl-next {
	color: #fff;
	position: absolute !important;
	top: 20%;
	padding: 0;
	height: 50px;
	width: 50px;
	border-radius: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0;
	text-align: center;
	font-size: 15px
}
.sps .owl-theme .owl-prev > span,
.sps .owl-theme .owl-next > span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.sps .owl-carousel .owl-nav button.owl-next,
.sps .owl-carousel .owl-nav button.owl-prev {
	outline: none;
}
.sps .owl-theme .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--ast-global-color-3);
	border-radius: 0;
	color: var(--ast-global-color-6);
	font-size: 25px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	border-radius: 100%;
}
.sps .owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #061138;
}
.sps .owl-theme .owl-nav {
	top: 20% !important;
}
.sps .owl-theme .owl-nav [class*=owl-] {
	opacity: 0;
}
.sps .owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.sps .owl-theme .owl-nav {
		display: none;
	}
}

.sps .item {
	position: relative;
	overflow: hidden;
}

span.h4 {
	font-size: 24px;
	font-size: 1.4117647058824rem;
	line-height: 1.5em;
	font-weight: 600;
}

@media (max-width: 544px) {
	span.h4 {
		font-size: 24px;
		font-size: 1.2rem;
		line-height: 1.3em;
		font-weight: 600;
	}
}

/* Mouse */

@media (min-width: 1400px) {

	/* mouse button scroll  */
	.mouse {
		background: #fff;
		padding: 30px 40px;
		border-radius: 50px 50px;
		position: absolute;
		bottom: -60px;
		z-index: 95;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
	}
	.mouse .mouse-icon {
		display: block;
		width: 20px;
		height: 40px;
		border: 1px solid var(--ast-global-color-6);
		border-radius: 15px;
		cursor: pointer;
		position: relative;
		text-align: center;
		-webkit-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		transition: .3s all ease-in-out;
	}
	.mouse .mouse-wheel {
		height: 6px;
		margin: 2px auto 0;
		display: block;
		width: 6px;
		background-color: var(--ast-global-color-6);
		border-radius: 50%;
		-webkit-animation: 1.6s ease infinite wheel-up-down;
		-moz-animation: 1.6s ease infinite wheel-up-down;
		animation: 1.6s ease infinite wheel-up-down;
	}
	.mouse:hover .mouse-icon {
		border-color: var(--ast-global-color-6);
	}
	@keyframes wheel-up-down {
		0% {
			margin-top: 2px;
			opacity: 0;
		}
		30% {
			opacity: 1;
		}
		100% {
			margin-top: 20px;
			opacity: 0;
		}
	}

}

hr.small2 {
	width: 70px;
	height: 1px;
	background: var(--ast-global-color-8);
}

hr.small {
	width: 70px;
	height: 1px;
	background: var(--ast-global-color-8);
	margin: 0 auto;
}

@media (min-width: 1400px) {
	.mouse2 {
		background: transparent;
		bottom: 20px;
	}
}

/* process step 02 */

.process-step-style-02 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.process-step-style-02 * {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.process-step-style-02 .process-step-item {
	display: flex;
	position: relative;
	flex-flow: row wrap;
	align-items: stretch!important;
	justify-content: flex-start;
	text-align: left;
	transition: box-shadow .3s ease,background .3s ease;
}

.process-step-style-02 .process-step-item:hover .process-step-icon {
	background-color: #fff;
	color: #000;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-ootransform: scale(1.1);
	transform: scale(1.1);
}

.process-step-style-02 .process-step-icon {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

.process-step-style-02 .process-step-icon-wrap {
	position: relative;
	margin-right: 20px;
}

.process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 1px;
	height: calc(100% - 90px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.process-step-style-02 .process-content {
	overflow: hidden;
	flex: 1;
	max-width: 100%;
}

.process-step-style-02:last-child .process-content {
	margin-bottom: 0;
}

.bg-medium-gray {
	background-color: #e4e4e4;
}

.border-color-dark {
	border-color: var(--ast-global-color-6) !important;
}
.border-width-2px {
	border-width: 2px !important;
}
.border-all {
	border: 1px solid !important;
}
.bg-dark {
	background-color: var(--ast-global-color-6);
}

.subtitel {
	font-weight: 500 !important;
	letter-spacing: 0px !important;
	font-size: 1em;
	line-height: 1.5em;
}

/* Video */

.video-fullscreen-video {
	height: 100%;
}

.video-fullscreen-wrap video {
	width: 100vw;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-fullscreen-wrap {
	height: 75vh;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.video-fullscreen-wrap {
		height: 80vh;
		overflow: hidden;
	}
}

.video-fullscreen-wrap .overlay {
	background-image: linear-gradient(to left, rgb(15 69 82 / 70%), rgb(15 69 82 / 70%));
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
		;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

/* VDBR */

footer#colophon {
	margin-top: 0px;
}

.vdbr-head {
	background-color: #083b2c;
	background-image: url('https://vdbr.blok56.nl/wp-content/uploads/vdbr-1920-1280.jpg');
	/* 	background-image: url('https://vdbr.blok56.nl/wp-content/uploads/vandenboerenroggen-bg-headers-8.jpg'); */
}

.vdbr-header {
	background: linear-gradient(90deg, #083b2c 25%, transparent 70%);
}

.vdbr-header-text {
	/* 	backdrop-filter: blur(10px); */
	padding: 120px 100px 120px 20px;
	justify-content: flex-start;
}

@media (max-width: 1199px) {

	.vdbr-header-text {
		padding: 60px 20px;
		background: #083b2cc2;
		backdrop-filter: blur(0px);
	}
	.vdbr-head {
		background-position: 80% 75%;
	}
	.vdbr-header {
		background: linear-gradient(90deg, #083b2c 0%, transparent 50%);
	}
}


.ast-title-bar-wrap.ast-advanced-headers-vertical-center:after {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgb(9 59 45) 99.98%, rgb(3 23 17) 99.99%);
	content: "";
	mix-blend-mode: normal;
}

/* .ast-advanced-headers-layout-2 {
text-align: left; 
} */


span.h6 {
	display: block;
	margin-top: 11px;
	margin-bottom: -8px;
	color: var(--ast-global-color-6);
	font-weight: 500;
	font-size: 1.3em;
	font-family: "Poppins", sans-serif;
}

.vestiging span.h6 {
	margin-top: 0px;
}

.vestiging {
	box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	/* 	background-color: var(--ast-global-color-4); */
}

img.label {
	margin-right: 20px;
}

@media (min-width: 1740px) {
	#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
		max-width: 100%;
		padding-left: 150px;
		padding-right: 150px;
	}
}

.ast-row {
	flex-wrap: wrap;
	display: flex;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.s300 {
	max-width: 300px;
}

.s350 {
	max-width: 350px;
}

.s400 {
	max-width: 400px;
}

.s450 {
	max-width: 450px;
}

.s500 {
	max-width: 500px;
}

.s450 {
	max-width: 450px;
}

.s500 {
	max-width: 500px;
}

span.subtitle {
	display: inline-block;
	position: relative;
	z-index: 1;
	/* font-weight: 800; */
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}

/* Aanbod */

/* @media (min-width: 1200px) {
.page-id-7032 .aanbod, .page-id-15 .aanbod {
width: 120%;
}
} */

.aanbod .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
}
.aanbod .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.aanbod .item:hover .con {
	bottom: 0;
}
.aanbod .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.aanbod .item .con {
	padding: 20px 15px;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	z-index: 20;
	height: auto;
	box-sizing: border-box;
	/* 	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%); */
	background: linear-gradient(to bottom, transparent 0, rgba(11, 59, 45, 0.7) 0%, rgba(11, 59, 45, 1) 100%);
	background: linear-gradient(to bottom, transparent 0, #083b2cde 0%, rgba(11, 59, 45, 1) 100%);
	/* 	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px); */
}

/* .aanbod .item .con {
position: absolute;
bottom: 20px;
left: 40px;
right: 40px;
display: flex
;
align-items: center;
justify-content: space-between;
z-index: 2;
padding: 15px 20px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); */
}

.aanbod .item .con img {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
}
.aanbod .item .con span {
	/* 	font-size: 60px; */
	color: #fff;
}
.aanbod .item .con h3 {
	position: relative;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
}
.aanbod .item .con h3 a {
	position: relative;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
}
.aanbod .item .con p {
	color: #fff;
	font-size: 17px;
}
.aanbod .item .con .icon {
	border-radius: 30px;
	margin: 0 auto;
}
.aanbod .item .con .icon a i {
	color: var(--ast-global-color-3);
	font-size: 20px;
	background:  var(--ast-global-color-8);
	padding: 10px;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.aanbod .item .con .icon a i:hover {
	color:  var(--ast-global-color-6);
	background: var(--ast-global-color-4);
}
/* line animation */
.aanbod .item .line {
	text-align: center;
	height: 1px;
	width: 60px;
	background-color: var(--ast-global-color-8);
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin: 0 auto 30px;
}
.aanbod .item:hover .line {
	width: 100%;
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: ease-in-out;
}

.aanbod .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	background: var(--ast-global-color-8);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.aanbod  .owl-theme .owl-dots .owl-dot.active span, .aanbod .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid var(--ast-global-color-8);
}

/* Blog homepage */

.sps {
	position: relative;
}

.sps:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: var(--ast-global-color-5);
	z-index: -1;
}

.sps .sps-carousel {
	position: relative;
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.sps .sps-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
	padding: 0px 0px 0px;
}
.sps .item {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.sterk-blog .item .img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	border-radius: 3px;
}
.sps .item .img img {
	width: 100%;
	transform: scale(1);
	transition: transform 500ms ease;
}
.sps .item:hover .img img {
	transform: scale(1.05);
}
.sps .item .con {
	visibility: visible;
	opacity: 0;
	border-radius: 2px;
}
.sps .item .con.active,
.sps .owl-item.active .item .con {
	visibility: visible;
	opacity: 1;
}

.sps .item .con .details {
	font-size: 15px;
	color: #6f7b91;
	margin-bottom: 0;
	margin-right: 10px;
	transition: all 500ms ease;
}
.sps .item .con .details span {
	margin-right: 15px;
}

/* arrow */
.sps .con {
	position: relative;
	display: block;
	top: 9px;
	transform: translateY(-0%);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: visible;
	opacity: 1;
	/* 	text-align: -webkit-right; */
}

.sps .item .wrapper .arrow:hover a {
	border: 2px solid var(--ast-global-color-8);
	background: var(--ast-global-color-6);
}
/* owl nav */

span.subtitel a {
	font-weight: 500;
	color: var(--ast-global-color-6);
}

.sps .owl-theme .owl-nav {
	position: absolute !important;
	top: 45% !important;
	bottom: auto !important;
	width: 100%
}
.sps .owl-theme .owl-nav {
	position: relative;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sps .owl-theme .owl-prev,
.sps .owl-theme .owl-prev {
	left: 10px !important
}
.sps .owl-theme .owl-next {
	right: 10px !important
}
.sps .owl-theme .owl-prev,
.sps .owl-theme .owl-next {
	color: #fff;
	position: absolute !important;
	top: 50%;
	padding: 0;
	height: 50px;
	width: 50px;
	border-radius: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0;
	text-align: center;
	font-size: 15px
}
.sps .owl-theme .owl-prev > span,
.sps .owl-theme .owl-next > span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.sps .owl-carousel .owl-nav button.owl-next,
.sps .owl-carousel .owl-nav button.owl-prev {
	outline: none;
}
.sps .owl-theme .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--ast-global-color-5);
	border-radius: 100%;
	color: var(--ast-global-color-0);
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	/* 	border-radius: 100%; */
	/* 	border-radius: 2px; */
	border: 2px solid var(--ast-global-color-5);
}
.sps .owl-theme .owl-nav [class*=owl-]:hover {
	background: var(--ast-global-color-8);
	border: 2px solid var(--ast-global-color-8);
	color: var(--ast-global-color-5);
}
.sps .owl-theme .owl-nav {
	top: 30% !important;
}
.sps .owl-theme .owl-nav [class*=owl-] {
	opacity: 0;
}
.sps .owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.sps .sps-carousel {
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.sps .owl-theme .owl-nav {
		display: none;
	}
	.sps .item .con {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 544px) {
	.sterk-blog .item .con {
		margin: 0px 0px 75px;
		bottom: -30px;
	}
	.sterk-blog .item .con {
		margin: 0px;
		padding: 20px 10px;
		background-color: #fff !important;
		border-top: none;
		box-shadow: none;
		overflow: hidden;
		-webkit-transition: .2s cubic-bezier(.3,.58,.55,1);
		transition: .2s cubic-bezier(.3,.58,.55,1);
		bottom: -60px;
		position: relative;
	}
}

.sps .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 50%;
	background: var(--ast-global-color-8);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.sps  .owl-theme .owl-dots .owl-dot.active span, .sps .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1px solid var(--ast-global-color-8);
}

/* owl nav testimonials */

.testimonials {
	position: relative;
}

.testimonials .owl-theme .owl-nav {
	position: absolute !important;
	top: 20% !important;
	bottom: auto !important;
	width: 100%;

}
.testimonials .owl-theme .owl-nav {
	position: relative;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

}
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev {
	left: -120px !important;
	box-shadow: 0 0px 23px rgb(0 0 0 / 5%);
}
.testimonials .owl-theme .owl-next {
	right: -120px !important;
	box-shadow: 0 0px 23px rgb(0 0 0 / 5%);
}
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next {
	color: #fff;
	position: absolute !important;
	top: 20%;
	padding: 0;
	height: 50px;
	width: 50px;
	border-radius: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0;
	text-align: center;
	font-size: 15px
}
.testimonials .owl-theme .owl-prev > span,
.testimonials .owl-theme .owl-next > span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
	outline: none;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--ast-global-color-3);
	border-radius: 0;
	color: var(--ast-global-color-6);
	font-size: 25px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	border-radius: 100%;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #061138;
	border: none;
}
.testimonials .owl-theme .owl-nav {
	top: 20% !important;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
	opacity: 0;
}
.testimonials .owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.testimonials .owl-theme .owl-nav {
		display: none;
	}
}


.otgs-development-site-front-end {
	display: none;
}

/* Zorg dat de eerste kolom breed genoeg is en niet afbreekt */
.tarieven table,
.tarieven .wp-block-table {
	table-layout: auto; /* laat de kolommen natuurlijk schalen */
}

/* Eerste kolom: ruim en nooit afbreken */
.tarieven table th:first-child,
.tarieven table td:first-child,
.tarieven .wp-block-table th:first-child,
.tarieven .wp-block-table td:first-child {
	width: 70% !important;      /* pas evt. aan naar 65–75% */
	min-width: 420px;           /* vangt smallere schermen op; scrollt dan horizontaal */
	white-space: nowrap;
	hyphens: none;
}

/* Bedragenkolom: zo smal mogelijk, altijd op één regel */
.tarieven table th:last-child,
.tarieven table td:last-child,
.tarieven .wp-block-table th:last-child,
.tarieven .wp-block-table td:last-child {
	width: 1% !important;       /* dwingt minimale breedte af */
	white-space: nowrap;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 480px) {
	.tarieven table th:first-child,
	.tarieven table td:first-child,
	.tarieven .wp-block-table th:first-child,
	.tarieven .wp-block-table td:first-child {
		min-width: 360px;
	}
}

.detail2 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.detail2:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--ast-global-color-8);
	border-radius: 5px;
}

h4.author-title {
	margin-bottom: 20px;
}

.owl-theme .owl-nav [class*=owl-] {  
	border-radius: 50px;
	background: var(--ast-global-color-5);
}

.owl-theme .owl-nav [class*=owl-]:hover {
	/* transform: scale(0.9); */
	background: var(--ast-global-color-6);
}

.buttonfixed.modal-popup {
	position: fixed;
	bottom: 30px;
	left: 0px;
	width: 160px;
	height: 40px;
	background-color: var(--ast-global-color-8);
	color: #fff;
	border-radius: 0 50px 50px 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 40px;
	cursor: pointer;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .06);
	z-index: 3;
	transition: all 0.3s;
}

.buttonfixed.modal-popup:hover {
	background-color: var(--ast-global-color-6);
}

/* Blok56 */

@media (max-width: 544px) {
	div#cookie-notice {
		display: none;
	}
}

/* li#wp-admin-bar-astra-advanced-layouts, span.ab-item.astra-admin-logo {
display: none;
} */

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #272727;
	opacity: 0.8; }

/* .mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; 
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; 
} */

/* .mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
display: none; 
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; 
} */

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

/* .mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
} */
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #272727; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	display:none; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

/* .mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; 
}
*/
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	max-height: 1000px;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; 
}

.mfp-title {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

button.mfp-arrow.mfp-arrow-right.mfp-prevent-close, button.mfp-arrow.mfp-arrow-left.mfp-prevent-close, button.mfp-close:hover {
	background: none;
} 

.mfp-title {
	word-wrap: break-word;
	text-align: center !important;
	/* 	font-size: 15px !important;
	text-transform: uppercase; */
	font-weight: 400;
	background: var(--ast-global-color-6);
	padding: 20px;
}

button.mfp-close {
	display: none;
}