/**
Theme Name: Blok56
Author: Blok56
Author URI: https://blok56.nl
Description: Blok56 - Ruysdael 2026
Version: 1.0.4
Text Domain: blok56
Template: astra
*/

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

/**
* 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:var(--wpr-bg-c10076c9-f637-420f-a936-ee5975168f6f) 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-8);
}
.owl-theme .owl-nav [class*=owl-]:hover {
	/* 	transform: scale(0.9); */
	background: #a60510;
	/* 	border: 1px solid var(--ast-global-color-8);
	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;
}

/* 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-2);
	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;
	}
}

/* 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;
	max-width: 370px;
	background: #ffffff;
	color: #1e1e1e !important;
	/* letter-spacing: 1px; */
	padding: 9px 25px;
	border-radius: 0 30px 30px 0;
	font-weight: 400;
}

.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-8);
	color: var(--ast-global-color-8);
}

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

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

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

/* 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:var(--wpr-bg-73f97ef8-e5c7-473e-bdb8-d2a057e5bb7e) 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, rgba(6, 17, 56, 0.7), rgba(6, 17, 56, 0.7)), var(--wpr-bg-833f285c-08d0-42d6-9c42-3865e7df525b);
	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-1);
	background-size: cover;
}

.bg-grey-light {
	background: linear-gradient(to top, #f7f7f7, rgba(255, 255, 255, 0));
	background-size: cover;
}

.bg-grey-light-reversed {
	background: linear-gradient(to top, rgba(255, 255, 255, 0) , #f7f7f7 );
	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 #b2163c;
	/* padding: 20px; */
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative;
	background: #f7f7f7;
	background-size: cover;
	color: var(--ast-global-color-8);
}

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

/* ======= 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: 1700px)
{
	.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-3) 45%, #fff 0%);
	}

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

}

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

/* Custom */

/* Header */

section.header {
	padding-top: 60px;
	padding-bottom: 60px;
	background: var(--ast-global-color-8);
	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-4); 
}

.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;
} */

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

.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: var(--ast-global-color-8) !important;
}
[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="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
	opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
	opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
	opacity: 0.7;
}
[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;
}

/* Mouse */

@media (min-width: 1400px) {

	/* mouse button scroll  */
	.mouse {
		background: none;
		padding: 30px 40px;
		border-radius: 50px 50px;
		position: absolute;
		bottom: 150px;
		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-5);
		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-5);
		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-5);
	}
	@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;
	}
}

/* Video */

.video-fullscreen-video, .video-fullscreen-video-footer {
	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-footer video {
	width: 70vw;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

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

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

.video-fullscreen-wrap .overlay {
	background-image: linear-gradient(to left, rgb(51 29 6 / 80%), rgb(34 17 4 / 90%));
	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-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-advanced-headers-layout-2 {
text-align: left; 
} */


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

@media (min-width: 1700px) {
	#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, #f7f3ecde 0%, rgb(247 243 236) 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: var(--ast-global-color-6);
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
}
.aanbod .item .con h3 a {
	position: relative;
	color: var(--ast-global-color-6);
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
}
.aanbod .item .con span.h3 {
	position: relative;
	color: var(--ast-global-color-6);
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 30px;
}
.aanbod .item .con span.h3 a {
	position: relative;
	color: var(--ast-global-color-6);
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
}
.aanbod .item .con p {
	color: var(--ast-global-color-6);
	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;
	}
}

ul.list li {
	list-style: none;
}

ul.list {
	margin: 20px 0 !important;
}

.alt-font, ul.list li {
	font-family: "Cinzel", serif;
	font-size: 20px;
	color: var(--ast-global-color-8);
}

.page-id-6387 .ast-container, .home .ast-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.single-wijnproeverijen #content {
	background: #f7f3eb;
}

@media (min-width: 1436px) {
	.ast-transparent-header .main-header-bar {
		border-bottom-width: 0px;
		border-bottom-color: transparent;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		/* 		border-bottom: 1px solid #ffffff1a; */
	}
}
.wp-caption .wp-caption-text {
	display: none;
}

.aanmelden {
	background: var(--ast-global-color-4);
	padding: 30px 50px;
	border-radius: 100px;
}

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

/* Header */

.header {
	/* 	min-height: 100vh; */
	overflow: hidden;
	position: relative;
	background-color: var(--ast-global-color-4);
}

h1.slide {
	font-size: 1.3em;
}
@media (min-width: 576px) {
	h1.slide {
		font-size: 3em;
	}
}
.slider .owl-item,
.slider-fade .owl-item {
	height: 100vh;
	position: relative;
}
.slider .item,
.slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
	z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}

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

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

/* .v-middle-home.caption.aligncenter {
padding: 50px 0;

}

.v-middle {
position: absolute;
width: 100%;
bottom: 10%;
left: 0;
-webkit-transform: translate(0%, -10%);
transform: translate(0%, -10%);
}

@media (max-width: 700px) {
.v-middle {
position: absolute;
width: 100%;
bottom: 15%;
left: 0;
-webkit-transform: translate(0%, -15%);
transform: translate(0%, -15%);
}
}

.v-middle-home {
position: absolute;
width: 100%;
top: 70%;
left: 0;
-webkit-transform: translate(0%, -70%);
transform: translate(0%, -70%);
}


.v-bottom {
position: absolute;
width: 100%;
bottom: 10%;
left: 0;
-webkit-transform: translate(0%, -10%);
transform: translate(0%, -10%);
} */

.header .caption h1 {
	position: relative;
	margin-bottom: 20px;
	font-size: 3.5rem;
	line-height: 1.35em;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	color: #fff;
}

.header .caption h1.port{
	position: relative;
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1.35em;
	/* 	text-transform: uppercase; */
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	color: #fff;
	/* 	font-weight: 700; */
	/* 	letter-spacing: 10px; */
}

@media (max-width: 700px) {
	/* 	.v-middle-home {
	position: absolute;
	width: 100%;
	top: 70%;
	left: 0;
	-webkit-transform: translate(0%, -70%);
	transform: translate(0%, -70%);
} */
	.ast-breadcrumbs {
		text-align: center;
	}
	.header .caption h1 {
		font-size: 2em;
	}
}

.header .caption p {
	font-size: 18px;
	line-height: 1.75em;
	margin-bottom: 0;
	color: #fff;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	margin-right: 15px;
}

.vertical-title-center .title {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	writing-mode: vertical-lr;
}

/* Homepagina */

@media (min-width: 1290px) {
	.content-left {
		padding: 0 0 0 100px;
	}
}

span.subtitle {
	display: inline-block;
	position: relative;
}

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

.base-color-1 {
	background-color: #fff;
}

.bg-top {
	position: relative;
}

.bg-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 55%;
	width: 100%;
	background: var(--ast-global-color-7);
	z-index: -1;
}

.bg-top-gd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 55%;
	width: 100%;
	background: var(--ast-global-color-7);
	z-index: -1;
	background-color: #fff;
	background: rgb(2, 0, 36);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(250 243 237) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(250 243 237) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(250 243 237) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffff");
}

.bg-bottom {
	position: relative;
}

.bg-bottom:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 55%;
	width: 100%;
	background: var(--ast-global-color-7);
	z-index: -1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 1px solid var(--ast-global-color-8);
	color: var(--ast-global-color-8);
}

input[type="submit"]:hover, input[type="submit"]:focus {
	color: #fff !important;
	background-color: var(--ast-global-color-8);
	border-color: var(--ast-global-color-8);
}

/* Fontello icons */

span.ast-icon.icon-arrow {
	display: none;
}

/* Footer */

hr.grey {
	background-color: #cccccc2e;
}

/* Evenementen */

.event-one__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.event-one__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.event-one__single {
	background-color: #ffffff;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 39px 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 0 3px 6px -5px rgb(0 0 0 / 5%), 0 4px 8px rgb(0 0 0 / 5%);
}

.event-one__single:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

.event-one__single:hover .event-one__image-hover {
	opacity: 1;
	-webkit-transform: perspective(100px) translateZ(0px);
	transform: perspective(100px) translateZ(0px);
}

.event-one__single:hover .event-one__list::before {
	background-color: var(--ast-global-color-8);
}
.event-one__single:hover .event-one__btn {
	background-color: #111;
	color: #fff;
	border: 1px solid #111;

}
@media (max-width: 1199px) {
	.event-one__single:hover .event-one__right {
		border-color: var(--ast-global-color-8);
	}
}
.event-one__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 50px;
}
@media (max-width: 767px) {
	.event-one__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 450px) {
	.event-one__content {
		padding-left: 20px;
	}
}
.event-one__image {
	width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.event-one__image-inner {
	width: 100px;
	border-radius: 50%;
}
.event-one__image-inner > img {
	width: 100%;
}
.event-one__image-hover {
	background-color: rgba(29, 28, 29, 0.9);
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	opacity: 0;
	-webkit-transform: perspective(100px) translateZ(10px);
	transform: perspective(100px) translateZ(10px);
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, transform .4s ease;
	transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.event-one__text {
	margin-left: 50px;
}
@media (max-width: 767px) {
	.event-one__text {
		margin-left: 0;
		margin-top: 10px;
	}
}
.event-one__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.event-one__date-num {
	font-size: 63px;
	margin-bottom: 5px;
	color: var(--ast-global-color-8);
	font-family: 'Cinzel', serif;
	line-height: 1em;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.event-one__date-text {
	font-size: 16px;
	text-transform: uppercase;
	color: #111;
	/* 	font-family: "Montserrat"; */
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.event-one__date span {
	display: block;
	line-height: 1em;
	margin-bottom: 7px;
}
.event-one__title {
	font-size: 20px;
	color: #111;
	margin: 0;
	margin-top: 5px;
}
.event-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.event-one__title a:hover {
	color: #a08f4c;
}
.event-one__btn {
	background-color: #fff;
	padding: 10px 36px;
	color: var(--ast-global-color-8);	border: 1px solid var(--ast-global-color-8);
}
.event-one__btn:hover {
	background-color: #111;

	color: #d99578;
}
.event-one__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media (max-width: 1199px) {
	.event-one__right {
		padding-left: 50px;
		border-top: 1px solid #e4e4e4;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.event-one__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media (max-width: 450px) {
	.event-one__right {
		padding-left: 20px;
		padding-right: 20px;

	}
	.event-one__title {font-size: 17px;}
	.event-one__date-text {
		font-size: 14px;
		margin-top: 10px}
}
.event-one__list {
	margin: 0;
	position: relative;
}
@media (max-width: 1199px) {
	.event-one__list {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.event-one__list {
		margin-bottom: 30px;
	}
}
.event-one__list:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e4e4e4;
	position: absolute;
	left: -30px;
	top: 0;
}
@media (max-width: 1199px) {
	.event-one__list:before {
		display: none;
	}
}
.event-one__list li {
	position: relative;
	font-size: 16px;
	line-height: 1em;
	padding-left: 30px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	list-style: none;
}
.event-one__list li + li {
	margin-top: 20px;
}
.event-one__list li .icon {
	font-size: 16px;
	color: #222;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.event-one__list li span {
	display: block;
	color: #777777;
	line-height: 1em;
	margin-bottom: 8px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.event-one__eventcontent
{
	padding: 50px 30px 20px;
}

.shadow-elegant {
	box-shadow: var(--ltn__box-shadow-1);
}

.page-id-7800 div#content {
	display: none;
}

.page-id-8041 div#content {
	background: var(--ast-global-color-7);
	background-image: linear-gradient(to right, rgba(252, 250, 247, 0.92), rgba(252, 250, 247, 0.92)), var(--wpr-bg-a9653b8f-b76b-4cdf-b496-b854325b4b71);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
	position: relative;
	min-height: calc(100vh - 100px);
	overflow: hidden;
}
.video-fullscreen-video {
	height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
	width: 100vw;
	min-width: 100%;
	min-height: calc(100vh - 100px);
	-o-object-fit: cover;
	object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.video-lauch-wrapper {
	border: none;
	background: none;
	width: 100%;
	padding: 0;
}
.video-fullscreen-wrap .overlay {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 4;
}
.position-relative {
	position: relative !important;
}
.position-relative {
	position: relative !important;
}
.video-fullscreen-wrap .video-fullscreen-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: right;
}
.video-lauch-wrapper {
	border: none;
	background: none;
	width: 100%;
	padding: 0;
}
.video-fullscreen-wrap .overlay {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 4;
}
.position-relative {
	position: relative !important;
}
.video-fullscreen-wrap .v-middle {
	z-index: 1;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	/* 	text-align: center; */
}

.header h2 {
	position: relative;
	font-size: 50px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	line-height: 1.2em;
	animation-delay: 0.5s;
}

.header h1 {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	animation-delay: 0.3s;
	color: var(--ast-global-color-8);
}

.video .video-fullscreen-wrap {
	position: relative;
	min-height: calc(100vh - 100px);
	overflow: hidden;
}
.video .video-fullscreen-video {
	height: calc(100vh - 100px);
}

.video .video-fullscreen-wrap.footer {
	position: relative;
	min-height: 50vh !important;
	overflow: hidden;
}

.video .video-fullscreen-video.footer {
	height: 100vh;
}

@media (max-width: 544px) {
	.header h2 {
		position: relative;
		font-size: 25px;
		font-weight: 500;
		color: rgb(255, 255, 255);
		line-height: 1.2em;
		animation-delay: 0.5s;
		margin-top: 20px;
	}

	.header h1 {
		display: none;
	}
	.v-middle {
		text-align: center;
	}
	.video .video-fullscreen-wrap, .video .video-fullscreen-wrap.footer {
		position: relative;
		min-height: calc(80vh - 100px);
		overflow: hidden;
	}
	.video .video-fullscreen-video, .video .video-fullscreen-video.footer {
		height: calc(100vh - 100px);
	}
	.video .v-middle {
		top: 50%;
	}
	span.ast-icon.icon-arrow {
		display: none !important;
	}
}

/* wow animation custom */
@keyframes zoomInPlace {
	0% {
		opacity: 0;
		transform: scale(1.8) translateY(30px);
		letter-spacing: 5px;
		filter: blur(4px);
	}
	50% {
		opacity: 1;
		transform: scale(1.1) translateY(0px);
		letter-spacing: 1px;
		filter: blur(0.5px);
	}
	100% {
		transform: scale(1);
		letter-spacing: 0;
		filter: blur(0);
	}
}
.zoom-in-place {
	animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}
.w-75 {
	width: 75% !important;
}

@media (max-width: 544px) {

	.w-75 {
		width: 100% !important;
	}
	.w-50 {
		width: 100% !important;
	}
	.ast-col-xs-6.homeimg {
		padding: 5px;
	}
	.ast-col-xs-6.text-start.homeimg.img2 {
		padding-top: 35px;
	}
}

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

:root {
	--bs-border-radius: 0.375rem;
}

/* Aanbod */

.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: linear-gradient(to bottom, transparent 0, #f9f9f959 0%, rgb(255 255 255) 90%);
	/* 	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); */
	background: #fffffff1;
}

/* ======= Button style ======= */
.btn-wrap {
	display: inline-flex;
	align-items: center;
	gap: 2px 30px;
	flex-wrap: wrap;
}
.btn-wrap .button-1 {
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	background: var(--ast-global-color-8);
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	padding: 15px 40px 18px 30px;
	border-radius: 40px;
	transition: 0.2s transform ease-in-out;
	will-change: transform;
	transition: 400ms;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: uppercase;
}
.btn-wrap .button-1::after {
	background: #fff;
	content: "";
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: absolute;
	right: 33px;
	top: 17%;
	z-index: -1;
	transition: 400ms ease;
	scale: 1;
}
.btn-wrap .button-1 .icon {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 15px;
	margin-left: 15px;
	line-height: 1;
	color: var(--ast-global-color-8);
	/* 	margin-top: 22px; */
}

.btn-wrap .button-1:hover {
	color: var(--ast-global-color-8); !important;
	border-color: var(--ast-global-color-8);
}
.btn-wrap .button-1:hover::after {
	scale: 21;
}
.btn-wrap .button-1:hover .text {
	color: var(--ast-global-color-8); !important;
}
/* call button */
.btn-wrap .call-button {
	display: flex;
	align-items: center;
	gap: 0px;
}
.btn-wrap .call-button .icon {
	flex: 0 0 auto;
	position: relative;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0e1323;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: 0.4s ease-in-out;
	overflow: hidden;
}
.btn-wrap .call-button .icon i {
	display: inline-block;
	transition: 400ms;
	color: #fff;
}
.btn-wrap .call-button .icon:hover i {
	animation: chy-call-2 0.5s ease-in-out;
	color: #fff;
}
@keyframes chy-call-2 {
	25% {
		transform: translateX(60px);
	}
	50% {
		transform: translateX(-60px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
	}
}
.btn-wrap .call-button .cont .text {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #626d7a;
	display: block;
	line-height: 1em;
	/* 	padding-bottom: 5px;
	margin-top: 5px; */
}
.btn-wrap .call-button .cont .phone {
	font-size: 16px;
	font-weight: 600;
	color: var(--ast-global-color-1);
	line-height: 1;
	transition: 0.4s ease-in-out;
	padding: 0;
	margin: 0;
}
.btn-wrap .call-button .cont .phone:hover {
	color: #0e1323;
}

.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-5);
	color: #000;
	border-radius: 70px;
	padding: 0 5px 0 50px;
	height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	transition: .4s 
		cubic-bezier(0, 0, .3642, 1);
	z-index: 5;
	margin-bottom: 20px;
	/* border: 1px solid #f9f9f6; */
}

/* Testimonials */

section.logos {
	border-bottom: 1px solid #f7f7f7;
}

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

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

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonials-box {
	position: relative;
	/* 	background: #fff; */
	background: #ffffffe0;
	padding: 60px 45px 35px 45px;
	box-shadow: var(--ltn__box-shadow-1);
	z-index: 1;
	border-radius: 6px;
	/* 	margin-bottom: -150px; */
}

.testimonials .item .info {
	text-align: left;
	padding: 10px 0 30px 0px;
}

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

.testimonials .item .info .author-img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}

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

@media screen and (max-width: 992px) {
	.testimonials-box {
		margin-bottom: 30px;
	}
}

.testimonial-text {
	padding: 30px;
	backdrop-filter: blur(5px); */
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.rating {
	margin-bottom: -15px;
	margin-top: 5px;
}

/* owl nav */

.testimonials .owl-theme .owl-nav {
	position: absolute !important;
	bottom: 45% !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: -80px !important
}
.testimonials .owl-theme .owl-next {
	right: -80px !important
}
.testimonials .owl-theme .owl-prev,
.testimonials .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
}
.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%);
	color: #fff;
}
.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: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--ast-global-color-8);
	border-radius: 0;
	color: #fff !important;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10x;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease-in-out;
	transform: scale(1.0);
	border-radius: 100%;
	/* 	border-radius: 2px; */
	border: 1px solid var(--ast-global-color-8);
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: #000;
	border: 1px solid #3a3a3a;
	color: #fff;
	/* 	background: var(--ast-global-color-6);
	border: 2px solid var(--ast-global-color-6);
	color: #fff; */
}
.testimonials .owl-theme .owl-nav {
	top: 35% !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: 991px) {
	.testimonials .sps-carousel {
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.testimonials .owl-theme .owl-nav {
		display: none;
	}
	.testimonials .item .con {
		margin-left: 15px;
		margin-right: 15px;
	}
}

[data-overlay-light]:before {
	background: var(--ast-global-color-3);
	background: linear-gradient(90deg, #f7f3ec 50%, transparent 100%);
}
@media (max-width: 544px) {
	[data-overlay-light]:before {
		background: var(--ast-global-color-4);
	}
}
/* End testimonials */

.openingstijden {
}
.openingstijden .dag {
	display: inline-block;
	width: 80px;
}

/* ======= Cursor & Drag style  ======= */
.cursor {
	position: fixed;
	top: -40px;
	left: -40px;
	pointer-events: none;
	z-index: 9999;
	mix-blend-mode: difference;
}
.cursor:before {
	content: "";
	width: 75px;
	height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	transition: all ease 0.15s;
	transform: scale(0.15);
}
.cursor.light:before {
	transform: scale(1);
	background: transparent;
}
.cursor.drag {
	mix-blend-mode: unset;
}
.cursor.drag:before {
	transform: scale(1);
	border-color: transparent;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(8px);
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease-out;
}
.cursor.drag:before {
	content: "\e658";
	font-family: "Themify";
	font-size: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.2s ease-out;
	transform: scale(1);
}

.cursor.drag.active:before {
	transform: scale(0.8);
}

@media only screen and (max-width: 991px),
	only screen and (max-device-width: 991px) {
		.cursor {
			display: none;
		}
}

/* Day verloskundigen */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

span.h5, span.h4 {
	font-size: 21px;
	line-height: 1.3em;
	font-family: 'Poppins', sans-serif;
	color: var(--ast-global-color-8);
}
.testimonials .item .info .author-img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

ul.assistenten {
	margin: 0px;
}

ul.assistenten li {
	list-style: none;
	color: #000;
	font-size: 22px;
	line-height: 1.35em;
	margin-bottom: 15px
}

span.subtitel {
	display: block;
	font-weight: 500 !important;
	letter-spacing: 0px !important;
	font-size: 12px;
	line-height: 1.5em;
	text-transform: uppercase;
}

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

@media (min-width: 1290px) {
	.content-right {
		padding: 0 100px 0 0;
	}
}

.btn.btn-expand-ltr.btn-large {
	color: var(--ast-global-color-8);
}

img.keurmerk.position-absolute {
	bottom: 150px;
	right: 50px;
}

@media (min-width: 768px) {
	.wp-image-7413 {
		border-radius: 10px 0 0 10px;
	}

	.bg-grey {
		border-radius: 10px;
	}
}

.rotate-circle {
	-webkit-animation-name: rotateCircle;
	animation-name: rotateCircle;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	text-transform: uppercase !important;
	font-size: 32px !important;
	font-weight: 300;
	letter-spacing: 20px;
}
@-webkit-keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.iconhome, .iconapp {
	filter: invert(10%) sepia(88%) saturate(2119%) hue-rotate(322deg) brightness(97%) contrast(86%);
}

.iconapp {
	margin-right: 5px;
}

.content-left {
	padding: 30px 20px 10px 20px;
}

@media (min-width: 1290px) {
	.content-left {
		padding: 50px 65px 25px;
	}
}

.border-radius-top-10px {
	border-radius: 10px 10px 0 0;
}

.border-radius-right-10px {
	border-radius: 0 10px 10px 0;
}

/* Footer */

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
	border-bottom: 1px solid #e6eced33;
}

h2.widget-title {
	font-weight: 500;
}

/* 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: var(--ast-global-color-2);
	-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;
	margin-top: 2px;
}

@media (max-width: 544px) {
	.process-step-style-02 .process-step-icon {
		margin-top: 0px;
	}
}

.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-2) !important;
}
.border-width-2px {
	border-width: 2px !important;
}
.border-all {
	border: 1px solid !important;
}
.bg-dark {
	background-color: var(--ast-global-color-2);
}

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

/* Tabel */

/* Modal titel: niet te breed */
.cursus-modal__title {
	max-width: 500px;      
	margin-bottom: 40px;;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	white-space: normal;
	word-break: normal;
	hyphens: none;

	line-height: 1.25;
	/* 	text-align: center; */
}
.day-cursus-tabel td.cursus-naam,
.day-cursus-tabel th:first-child {
	min-width: 250px;
}

@media (max-width: 768px) {

	/* Tabel wordt blokstructuur */
	.day-cursus-tabel,
	.day-cursus-tabel thead,
	.day-cursus-tabel tbody,
	.day-cursus-tabel th,
	.day-cursus-tabel td,
	.day-cursus-tabel tr {
		display: block;
		width: 100%;
	}

	/* Verberg table head in mobiel */
	.day-cursus-tabel thead {
		display: none;
	}

	/* Rij styling */
	.day-cursus-tabel tr {
		background: #fff;
		margin-bottom: 16px;
		border: 1px solid #e5e5e5;
		padding: 12px;
		border-radius: 6px;
	}

	/* Cel-styling */
	.day-cursus-tabel td {
		padding: 8px 0;
		border: none;
		position: relative;
	}

	/* Labels via data-label */
	.day-cursus-tabel td::before {
		content: attr(data-label);
		font-weight: 600;
		display: block;
		margin-bottom: 2px;
		color: #444;
		font-size: 13px;
	}

	/* Laat de button onderaan mooi uitvullen */
	.day-cursus-tabel td:last-child {
		margin-top: 10px;
	}

	/* Optioneel: full-width button op mobiel */
	.day-cursus-tabel .cursus-btn {
		display: inline-block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

/* Zorg dat ellipsis werkt in tabellen */
.day-cursus-tabel {
	table-layout: fixed;
	width: 100%;
}

/* Basis: cellen kunnen afkappen */
.day-cursus-tabel td,
.day-cursus-tabel th {
	overflow: hidden;
}

/* Prijs: € en bedrag altijd op één regel */
.day-cursus-tabel td.cursus-prijs {
	white-space: nowrap;
}

/* Link: nooit afbreken, wél netjes afkappen met … */
.day-cursus-tabel td:last-child a.cursus-btn {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/* voorkomt “inschrijv- en” door hyphenation */
	hyphens: none;
	word-break: normal;
}

/* (Optioneel) Cursusnaam ook netjes 1 regel + ellipsis */
.day-cursus-tabel td.cursus-naam {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Omschrijving mag juist wél wrappen (meerdere regels) */
.day-cursus-tabel td[data-label="Korte omschrijving"] {
	white-space: normal;
}

/* (Optioneel) voorkom rare afbreking overal in de tabel */
.day-cursus-tabel td {
	hyphens: none;
}


.contact {
	color: var(--ast-global-color-8);
}

/* Cursus */

.cursus-modal { display:none; }
.cursus-modal.is-open { display:block; }

.cursus-modal__overlay{
	position: fixed; inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 9998;
}

.cursus-modal__panel{
	position: fixed;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	width: min(720px, calc(100vw - 2rem));
	max-height: calc(100vh - 2rem);
	overflow: auto;
	background: #fff;
	border-radius: 16px;
	padding: 1.25rem 1.25rem 1.5rem;
	z-index: 9999;
}

.cursus-modal__close{
	position:absolute; top: .75rem; right: .75rem;
	border: 0; background: transparent;
	font-size: 2rem; line-height: 1;
	cursor: pointer;
}

html.cursus-modal-open { overflow: hidden; }

input[type="submit"] {
	font-size: 12px;
}

/* Blok56 Ruysdael */

@media (max-width: 544px) {
	div#cookie-notice {
		display: none;
	}
	.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
		top: 0px !important;
	}
}

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

.type-podcast .entry-meta {
	display: none;
}

.podcast_player {
	margin-bottom: 40px; 
}

/* Cookie notice */

#cookie-notice {
	z-index: 99 !important;
	width: 480px;
	min-width: auto !important;
	right: 30px !important;
	left: auto !important;
	bottom: 60px;
	background: var(--ast-global-color-2) !important;
	border-radius: 0 !important;
}

#cookie-notice .cookie-notice-container {
	background: var(--ast-global-color-2) !important;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.051);
	border-radius: 0 !important;
	padding: 20px;
	text-align: left;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
	display: inline-block;
	margin: 8px 10px 16px;
	color: var(--ast-global-color-5) !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

#cookie-notice .cookie-notice-container .cn-close-icon {
	display: none;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .25px;
	line-height: 1;
	margin: 0 10px 0 0;
	text-align: center;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	outline: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 8.5px 10px;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

/* Algemene knopstijl */
#cookie-notice .cookie-notice-container .cn-button {
	background: transparent;
	color: var(--ast-global-color-5) !important;
}

/* Accepteren */
#cookie-notice .cookie-notice-container #cn-accept-cookie {
	border: 1px solid var(--ast-global-color-5) !important;
	padding: 10px 20px;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie:hover,
#cookie-notice .cookie-notice-container #cn-accept-cookie:focus {
	background: var(--ast-global-color-5) !important;
	color: var(--ast-global-color-2) !important;
}

/* Meer info + weigeren */
#cookie-notice .cookie-notice-container #cn-more-info,
#cookie-notice .cookie-notice-container #cn-refuse-cookie {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 10px 0;
	border: none;
	background: transparent !important;
	text-decoration: none !important;
	color: var(--ast-global-color-5) !important;
}

#cookie-notice .cookie-notice-container #cn-more-info::after,
#cookie-notice .cookie-notice-container #cn-refuse-cookie::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--ast-global-color-5) !important;
	transition: opacity 0.3s ease-in-out;
}

#cookie-notice .cookie-notice-container #cn-more-info:hover,
#cookie-notice .cookie-notice-container #cn-more-info:focus,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:hover,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:focus {
	opacity: 0.6;
}

#cookie-notice .cookie-notice-container #cn-more-info:hover::after,
#cookie-notice .cookie-notice-container #cn-more-info:focus::after,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:hover::after,
#cookie-notice .cookie-notice-container #cn-refuse-cookie:focus::after {
	opacity: 0.6;
}

/* Toestemming intrekken */
.cn-revoke-cookie,
.cn-revoke-cookie:focus {
	position: relative;
	display: inline-block;
	margin-top: 30px !important;
	padding: 18px 30px !important;
	background: var(--ast-global-color-2) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	outline: 0;
	box-shadow: none;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 1rem;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.cn-revoke-cookie:hover,
.cn-revoke-cookie:focus:hover {
	color: #fff !important;

}

.cookie-revoke-container-hidden {
	display: none !important;
}

/* Floating knop */
.cn-revoke-cookie-floating,
.cn-revoke-cookie-floating:link,
.cn-revoke-cookie-floating:visited,
.cn-revoke-cookie-floating:hover,
.cn-revoke-cookie-floating:focus,
.cn-revoke-cookie-floating:active {
	position: fixed !important;
	right: 30px !important;
	bottom: 20px !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
	background-color: transparent !important;
	background-image: var(--wpr-bg-dc60b6f9-5d6d-4c90-8511-436593044799) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 26px 26px !important;

	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	color: transparent !important;

	overflow: visible !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-webkit-tap-highlight-color: transparent;
	z-index: 99999 !important;

	transform: none !important;
}

/* Tooltip */
.cn-revoke-cookie-floating::after {
	content: "Cookie-instellingen";
	position: absolute;
	top: 50%;
	right: calc(100% + 12px);
	transform: translateY(-50%) translateX(6px);
	background: #272727;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	padding: 7px 10px;
	border-radius: 3px;
	white-space: nowrap;
	text-indent: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 100000;
}

/* Tooltip pijltje */
.cn-revoke-cookie-floating::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 2px);
	transform: translateY(-50%) translateX(6px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #272727;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 100000;
}

.cn-revoke-cookie-floating:hover::after,
.cn-revoke-cookie-floating:focus::after,
.cn-revoke-cookie-floating:hover::before,
.cn-revoke-cookie-floating:focus::before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

/* Donkere achtergrond */
.cn-revoke-cookie-floating.is-dark-bg,
.cn-revoke-cookie-floating.is-dark-bg:link,
.cn-revoke-cookie-floating.is-dark-bg:visited,
.cn-revoke-cookie-floating.is-dark-bg:hover,
.cn-revoke-cookie-floating.is-dark-bg:focus,
.cn-revoke-cookie-floating.is-dark-bg:active {
	background-color: transparent !important;
	background-image: var(--wpr-bg-8455ff71-bffb-4d6c-8b80-ec046f70182a) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 26px 26px !important;
}

/* Tablet */
@media screen and (max-width: 768px) {
	.cn-revoke-cookie-floating,
	.cn-revoke-cookie-floating:link,
	.cn-revoke-cookie-floating:visited,
	.cn-revoke-cookie-floating:hover,
	.cn-revoke-cookie-floating:focus,
	.cn-revoke-cookie-floating:active {
		right: 12px !important;
		bottom: 12px !important;
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
		max-width: 26px !important;
		min-height: 26px !important;
		max-height: 26px !important;
		background-size: 20px 20px !important;
	}

	.cn-revoke-cookie-floating::after,
	.cn-revoke-cookie-floating::before {
		display: none !important;
		content: none !important;
	}
}

/* Smartphone volledig verbergen */
@media screen and (max-width: 544px) {
	.cn-revoke-cookie-floating,
	.cn-revoke-cookie,
	.cookie-revoke-container {
		display: none !important;
	}
}

/* Kleine schermen cookie notice */
@media screen and (max-width: 420px) {
	#cookie-notice {
		width: auto;
		right: 0 !important;
		left: 0 !important;
		bottom: 0;
	}

	.ast-product-navigation-wrapper {
		margin: 30px 0;
	}
}

b, strong { font-weight: 600 !important; }

h1, h2, h3, h4, h5, h6,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight: normal !important;
}

a.button {
	text-decoration: none !important;
}

h2.h3 {
	font-size: 1.5em;
	font-family: 'Cinzel', serif;
	line-height: 1.4em;
}

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

@media (max-width: 768px) {
	.event-table {
		width: 100% !important;
	}

	.event-table td {
		display: block;
		width: 100%;
	}

	.event-table tr {
		display: block;
		margin-bottom: 10px;
	}

	.event-table td:first-child {
		font-weight: 600;
		margin-bottom: 2px;
	}
}

.event-table td {
	padding: 8px 12px;
}

@media (min-width: 1024px) {
	#programma,
	#programma .ast-container,
	#programma .ast-row,
	#programma [class*="ast-col-"] {
		overflow: visible !important;
	}

	#programma .programma-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
	}
}

@media (min-width: 1024px) {
	#programma .ast-row.align-items-start {
		align-items: flex-start;
	}

	#programma .programma-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
	}
}

.blok56-btn {
	text-decoration: none !important;
}

.page-id-9314 div#content {
	display: none;
}

span.subtitle1 {
	color: var(--ast-global-color-2);
}

h3 a, .mec-event-info-desktop.mec-event-meta.mec-color-before.mec-frontbox h3 {
	text-decoration: none !important;
	font-weight: inherit;
}

/* MEC */

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 33px;
}

.mec-wrap p {
	margin: 0 0 20px 0;
	color: #616161;
	font-size: 17px;
	line-height: 1.8;
}

.mec-single-event-description.mec-events-content stong {
	font-weight: 600;
}

h1.mec-single-title, ul.mec-event-sharing, .mec-event-social.mec-frontbox  {
	display: none !important;
}
.mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
	font-weight: 400;
	border-radius: 30px;
}

/* End MEC */

/* span.subtitle1::after {
	background-color: var(--ast-global-color-2);
}

p.lead {
	font-size: 1.2em;
	font-family: "Cinzel", serif;
} */

/* Ruys list  */

ol, ul {
	margin: 0 0 1.5em 1em;
}

ul.nmsk {
	list-style: none;
	padding-left: 0;
}

ul.nmsk li {
	position: relative;
	padding-left: 1.2rem;
}

ul.nmsk li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--ast-global-color-2);
	border-radius: 50%;
}

ul.ruys {
	list-style: none;
	padding-left: 0;
}

ul.ruys li {
	position: relative;
	padding-left: 1.2rem;
}

ul.ruys li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--ast-global-color-2);
	border-radius: 50%;
}

.ruys-image-claim{
	position:relative;
}

.ruys-claim{
	position:absolute;
	/* 	left:0; */
	bottom:-30px;
	margin:0;
	padding:1.2rem 1.75rem;
	background:var(--ast-global-color-8);
	color:var(--ast-global-color-5);
	font-family:"Cinzel",serif;
	font-size:1.15rem;
	line-height:1.35;
	/* 	width:100%; */
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	opacity:1;
}

/* FAQ */

ul.accordion-box {
	margin: 0;
}

section.faq {
	background: #f7f7f7;
}
.accordion-box {
	position: relative;
}
.accordion-box .block {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.accordion-box .block.active-block {
	background-color: #fff;
}
.accordion-box .block:last-child {
	margin-bottom: 0;
}
.accordion-box .block .acc-btn {
	position: relative;
	/* 	font-size: 20px; */
	line-height: 27px;
	font-weight: 400;
	cursor: pointer;
	padding: 20px 40px;
	padding-right: 60px;
	/* 	color: #222; */
	transition: all 500ms ease;
}
.accordion-box .block .acc-btn .count {
	color: var(--ast-global-color-2);
	padding-right: 3px;
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content:"\f068";
}

.accordion-box .block .acc-btn:before {
	position: absolute;
	right: 35px;
	top: 20px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: var(--ast-global-color-2);
	line-height: 30px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
	background-color: #fff;
	color: var(--ast-global-color-6);
}
.accordion-box .block .acc-btn.active:before {
	font-family: "Font Awesome 5 Free";
	content:"\f068";
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .contentfaq {
	position: relative;
	padding: 0px 40px 30px;
	background-color: #fff;
	color: #111;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .contentfaq .text {
	display: block;
	position: relative;
	top: 0px;
	display: block;
	padding-right: 20px;
}

/* Images tint */

img.is-grijs-blauw {
	filter: hue-rotate(-10deg) saturate(1.14) contrast(1.04);
}

img.cool {
	filter: hue-rotate(-10deg) saturate(1.14) contrast(1.04);
}

/* End image tint */

.footer-social-item {
	border: 1px solid var(--ast-global-color-5);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 1px solid var(--ast-global-color-8);
	color: var(--ast-global-color-3);
	background-color: var(--ast-global-color-8);
	font-size: 12px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	border: 1px solid var(--ast-global-color-2);
	background-color: var(--ast-global-color-2);
}

/* Ruysdael */

@media (max-width: 544px) {
	.ast-advanced-headers-layout {
		padding-top: 80px;
		padding-bottom: 80px;
		width: 100%;
	}
}

.ast-main-header-wrap.main-header-bar-wrap {
	border-bottom: none;
}

hr.small2 {
	width: 70px;
	height: 1px;
	background: #f7f9f945;
}

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

@media (min-width: 1700px) {
	.plr--5 {
		padding-left: 150px;
		padding-right: 150px;
	}
}

.slider-wrapper .slider-feature-box {
	max-width: 440px;
	width: 100%;
	background: rgba(247, 247, 247, 0.1);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	padding: 45px 40px;
	position: absolute;
	inset-inline-end: 0;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-wrapper .slider-feature-box {
		max-width: 410px;
		padding: 35px 30px;
		gap: 20px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.slider-wrapper .slider-feature-box {
		position: relative;
		max-width: 75%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 25px 20px;
		-webkit-margin-start: auto;
		margin-inline-start: auto;
		-webkit-margin-end: -35px;
		margin-inline-end: -35px;
		gap: 20px;
	}
}
@media (max-width: 575px) {
	.slider-wrapper .slider-feature-box {
		margin: 0 auto;
		max-width: 100%;
	}
}
.slider-wrapper .slider-feature-box .slider-logo {
	width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-wrapper .slider-feature-box .slider-logo {
		width: 70px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.slider-wrapper .slider-feature-box .slider-logo {
		width: 70px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}
.slider-wrapper .slider-feature-box .desc {
	font-size: 18px;
}
.slider-wrapper .slider-feature-box .desc p:last-child {
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.slider-wrapper .slider-feature-box .desc {
		font-size: 16px;
	}
}
.slider-wrapper .slider-feature-box .slider-shape {
	position: absolute;
	bottom: 0;
	inset-inline-end: 0px;
	z-index: -1;
	height: 100%;
}
.slider-wrapper .slider-feature-box .slider-shape img {
	height: 100%;
}

.slider-wrapper .slider-feature-box .slider-logo {
	background: none !important;
}

.ruys-head {
	content-visibility: auto;
	contain-intrinsic-size: 800px;
	background-color: #061138;
	background-image: var(--wpr-bg-b84dc243-f92d-4abe-bb4d-59eb81e88df5);
	background-size: cover;
	background-position: 50%;
}

.ruys-header {
	background: linear-gradient(90deg, #061138 25%, transparent 100%);
}

@media (max-width: 1199px) {

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

/* ======= Services style ======= */
.services {
	position: relative;
}
.services .item {
	position: relative;
	padding: 40px;
	background: #fff;
	border-radius: 4px;
}
.services .item:hover .arrow {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	border-radius: 0 4px 0 50px;
	background-color: var(--ast-global-color-2);
	color: #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid var(--ast-global-color-2);
	border-left: 1px solid var(--ast-global-color-2);
	border-right: 1px solid transparent;
}
.services .item .arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	color: #171717;
	transition: all .5s;
	border: 1px solid #f5f5f5;
}
.services .item h3 {
	/*     font-size: 20px; */
	margin-bottom: 10px;
}

.services .item .icon {
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}
.bg-repeat {
	background-size: auto;
	background-repeat: repeat;
}
.dots-half {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: -2;
}

@media screen and (max-width: 991px) {
	.services .item {
		padding: 20px;
	}
}

.services .item .arrow {
	top: 20px;
	right: 20px;
}

/* =================================
AANBOD – Services look
================================= */

section.aanbod {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}

section.aanbod .ast-container {
	max-width: 1500px;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
}

/* ================================
Grid – standaard
================================ */

.aanbod .aanbod-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	justify-content: center;
}

.aanbod .aanbod-item {
	display: flex;
}

/* ================================
Special layouts (desktop)
================================ */

@media (min-width: 992px) {

	.aanbod.aanbod-count-1 .aanbod-grid { grid-template-columns: repeat(6, 1fr); }
	.aanbod.aanbod-count-1 .aanbod-item:nth-child(1) { grid-column: 3 / span 2; }
	.aanbod.aanbod-count-1 .item { max-width: 520px; margin: 0 auto; }

	.aanbod.aanbod-count-2 .aanbod-grid { grid-template-columns: repeat(6, 1fr); }
	.aanbod.aanbod-count-2 .aanbod-item:nth-child(1) { grid-column: 2 / span 2; }
	.aanbod.aanbod-count-2 .aanbod-item:nth-child(2) { grid-column: 4 / span 2; }

	.aanbod.aanbod-count-4 .aanbod-grid { grid-template-columns: repeat(6, 1fr); }
	.aanbod.aanbod-count-4 .aanbod-item:nth-child(1) { grid-column: 2 / span 2; }
	.aanbod.aanbod-count-4 .aanbod-item:nth-child(2) { grid-column: 4 / span 2; }
	.aanbod.aanbod-count-4 .aanbod-item:nth-child(3) { grid-column: 2 / span 2; }
	.aanbod.aanbod-count-4 .aanbod-item:nth-child(4) { grid-column: 4 / span 2; }

	.aanbod.aanbod-count-5 .aanbod-grid { grid-template-columns: repeat(6, 1fr); }
	.aanbod.aanbod-count-5 .aanbod-item:nth-child(1),
	.aanbod.aanbod-count-5 .aanbod-item:nth-child(2),
	.aanbod.aanbod-count-5 .aanbod-item:nth-child(3) { grid-column: span 2; }
	.aanbod.aanbod-count-5 .aanbod-item:nth-child(4) { grid-column: 2 / span 2; }
	.aanbod.aanbod-count-5 .aanbod-item:nth-child(5) { grid-column: 4 / span 2; }

	.aanbod.aanbod-count-6 .aanbod-grid { grid-template-columns: repeat(6, 1fr); }
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(1),
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(2),
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(3),
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(4),
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(5),
	.aanbod.aanbod-count-6 .aanbod-item:nth-child(6) { grid-column: span 2; }
}

/* ================================
Card
================================ */

.aanbod .item {
	position: relative;
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	overflow: hidden;

	padding: 40px 40px 20px;
	text-align: left;
	line-height: 1.5;

	transition: transform 240ms ease, border-color 240ms ease;
}

.aanbod .item:hover {
	transform: translateY(-3px);
}

/* Overlay link */
.aanbod .item > a:first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* Icon */
.aanbod .item .icon {
	width: 100px;
	height: 100px;
	margin: 0 0 30px 0;

	display: flex;
	align-items: center;
	justify-content: flex-start;

	position: relative;
	z-index: 2;
}

.aanbod .item .icon img {
	display: block;
	width: 100px;
	height: 100px;
	max-width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}

/* Title */
.aanbod .item h3 {
	margin: 0;
	line-height: 1.15;
	position: relative;
	z-index: 2;
}

.aanbod .item h3 a {
	text-decoration: none;
	color: inherit;
}

.aanbod .item h3 a:hover {
	color: var(--ast-global-color-2);
}

/* Arrow */
.aanbod .item .arrow {
	position: absolute;
	top: 30px;
	right: 30px;

	width: 55px;
	height: 55px;
	line-height: 55px;

	font-size: 15px;
	font-weight: 300;
	text-align: center;

	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	color: #171717;

	transition: all .5s;
	z-index: 3;
	pointer-events: none;
}

.aanbod .item:hover .arrow {
	top: 0;
	right: 0;

	border-radius: 0 8px 0 50px;

	background-color: var(--ast-global-color-2);
	color: #fff;

	border-top: 1px solid transparent;
	border-bottom: 1px solid var(--ast-global-color-2);
	border-left: 1px solid var(--ast-global-color-2);
	border-right: 1px solid transparent;
}

/* ================================
Responsive standaard grid
================================ */

@media (min-width: 600px) {
	.aanbod .aanbod-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.aanbod .aanbod-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Mobile padding */
@media (max-width: 991px) {
	.aanbod .item {
		padding: 30px;
	}
}

@media (max-width: 600px) {
	.aanbod .item {
		width: 100%;
		max-width: 400px !important;
		margin: 0 auto;
		padding: 20px;
	}
}

/* Buttons */
.blok56-btn {
	border: none;
	height: 2.8rem;
	padding: 0 1.5rem 0 1.5rem;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: var(--ast-global-color-8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6rem;
	color: var(--ast-global-color-5);
	cursor: pointer;
	-webkit-transition: 0.2s cubic-bezier(0,0,.3642,1);
	transition: 0.2s cubic-bezier(0,0,.3642,1);
	text-transform: uppercase;
}

.blok56-btn i {
	height: 1.8rem;
	width: 1.8rem;
	border-radius: 50%;
	background-color: var(--ast-global-color-5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--ast-global-color-8);
	margin-left: 2.5rem;
	-webkit-transition: 0.2s cubic-bezier(0,0,.3642,1);
	transition: 0.2s cubic-bezier(0,0,.3642,1);
}

.blok56-btn i.ti-arrow-right,
.blok56-btn i.la-arrow-right {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blok56-btn.blok56-accent {
	background-color: var(--ast-global-color-1);
	color: var(--ast-global-color-8);
}

.blok56-btn.blok56-accent3 {
	background-color: var(--ast-global-color-2);
	color: var(--ast-global-color-5);
}

.blok56-btn.blok56-accent i {
	background-color: var(--ast-global-color-8);
	color: var(--ast-global-color-4);
}

.blok56-btn.blok56-soft {
	background-color: #e2eeee;
	color: #242f35;
}

.blok56-btn.blok56-light {
	background-color: #f3f7f8;
	color: #242f35;
}

.blok56-btn.blok56-link-type {
	background-color: transparent;
	height: auto;
	padding: 0;
}

.blok56-btn.blok56-link-type i {
	height: auto;
	width: auto;
	background-color: transparent;
	color: #f2a73d;
}

.blok56-btn.blok56-link-type.blok56-dark {
	color: #000;
}

.blok56-btn:hover.blok56-accent {
	color: var(--ast-global-color-8);
}

.blok56-btn:hover.blok56-accent2 {
	color: var(--ast-global-color-4);
}

.blok56-btn:hover.blok56-accent3 {
	color: var(--ast-global-color-3);
	background-color: var(--ast-global-color-2);
}

.blok56-btn:hover i.ti-arrow-right {
	-webkit-transform: rotate(0) scale(1.05);
	transform: rotate(0) scale(1.05);
}

/* =========================================
DIENSTEN SWIPER
========================================= */

.services .diensten-swiper{
	position: relative;
	width: 100%;
}

.services .diensten-swiper .swiper-wrapper{
	align-items: stretch;
}
.services .diensten-swiper .swiper-slide{
	height: auto;
	display: flex;
}
.services .diensten-swiper .swiper-slide .item{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.services .diensten-swiper .swiper-slide .item p{
	flex: 1;
}

@media (min-width: 992px){
	.services .diensten-swiper{
		padding-left: 84px;
		padding-right: 84px;
	}

	.services .diensten-swiper .swiper-pagination{
		display: none !important;
	}

	.services .diensten-swiper .swiper-button-prev,
	.services .diensten-swiper .swiper-button-next{
		display: flex !important;
	}
}

@media (max-width: 991.98px){
	.services .diensten-swiper .swiper-button-prev,
	.services .diensten-swiper .swiper-button-next{
		display: none !important;
	}
}

.services .diensten-swiper .swiper-button-prev,
.services .diensten-swiper .swiper-button-next{
	position: absolute;
	z-index: 30;
	top: calc(50% - 8px);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.12);
	box-shadow: 0 8px 22px rgba(0,0,0,.10);
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.services .diensten-swiper .swiper-button-prev{ left: 22px; }
.services .diensten-swiper .swiper-button-next{ right: 22px; }

.services .diensten-swiper .swiper-button-prev::after,
.services .diensten-swiper .swiper-button-next::after{
	content: "";
	display: none;
}
.services .diensten-swiper .swiper-button-prev::before{
	content: "‹";
	font-size: 26px;
	line-height: 1;
	transform: translateY(-1px);
}
.services .diensten-swiper .swiper-button-next::before{
	content: "›";
	font-size: 26px;
	line-height: 1;
	transform: translateY(-1px);
}

@media (hover:hover){
	.services .diensten-swiper .swiper-button-prev:hover,
	.services .diensten-swiper .swiper-button-next:hover{
		border-color: rgba(0,0,0,.22);
		box-shadow: 0 10px 26px rgba(0,0,0,.14);
	}
}

@media (min-width: 992px){
	.diensten-swiper .swiper-pagination{
		display: none !important;
	}
}

@media (max-width: 991.98px){
	.diensten-swiper .swiper-pagination{
		display: block;
		margin-top: 30px;
		text-align: center;
	}
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--ast-global-color-2);
}

.services .diensten-swiper .swiper-button-prev,
.services .diensten-swiper .swiper-button-next {
	display: none !important;
}

@media (min-width: 992px){
	.services .diensten-swiper .swiper-wrapper{
		justify-content: center;
	}

	.services .diensten-swiper .swiper-slide{
		flex-shrink: 0;
	}
}

@media (min-width: 1100px){
	.services .diensten-swiper{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.services .diensten-swiper .swiper-wrapper{
		justify-content: flex-start;
	}

	.services .diensten-swiper .swiper-slide{
		height: auto;
	}
}

.diensten-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 35px;
	align-items: stretch;
}

.diensten-grid-item{
	display: flex;
}

.diensten-grid-item .item{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.diensten-grid-item .item p{
	flex: 1;
}

@media (min-width: 600px){
	.diensten-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* End swiper */

span.subtitle-middle {
	color: var(--ast-global-color-2);
}
span.subtitle-middle {
	display: inline-block;
	position: relative;
	z-index: 1;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}

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

span.subtitle-middle::before {
	content: '';
	width: 40px;
	height: 1px;
	background-color: var(--ast-global-color-2);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.clients-style-08 .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clients-style-08 .client-logo-inner {
	height: 50px; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.clients-style-08 .client-logo-inner img {
	max-height: 100%;
	max-width: 140px; 
	width: auto;
	height: auto;
	object-fit: contain;
}

.clients-style-08 img {
	filter: brightness(0) saturate(100%)
		invert(6%) sepia(78%) saturate(1185%)
		hue-rotate(210deg) brightness(95%) contrast(105%);
}

.clients-style-08 .client-logo-inner {
	height: clamp(70px, 8vw, 100px);
}

/* ======= Team ======= */

.team {
	position: relative;
}
.team .item {
	position: relative;
	overflow: hidden;
}
.team .item .front-header {
	background-color: transparent;
	position: absolute;
	top: 0px;
	bottom: 0px;
	display: -ms-flexbox;
	display: grid;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	line-height: 1;
	width: 100%;
	height: 100%;
}
.team .item .front-header .front-title {
	display: block;
	font-family: "Cinzel", serif;
	padding: 25px 20px 25px 20px;
	color: var(--ast-global-color-8);
	font-size: 20px;
	line-height: 1.35em;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.title-box .subtitel, .back-wrap .subtitel {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

.team .item .back-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(246 244 234 / 95%);
	padding: 30px 30px;
	-webkit-transition: all ease 0.7s;
	transition: all ease 0.7s;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	text-align: left;
	box-shadow: 0px 10px 10px 0px rgba(5, 179, 238, 0.02);
}
.team .item .back-wrap.bg-white {
	background-color: var(--ast-global-color-5);
	background-color: #fcf7f5e8;
}
.team .item .back-wrap .back-title {
	color: var(--ast-global-color-1);
	font-size: 20px;
	font-family: "Cinzel", serif;
	line-height: 1.25em;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	margin-bottom: 10px;
}
.team .item .back-wrap .back-title a:hover {
	color: var(--ast-global-color-1);
}
.team .item .back-wrap .back-text {
	font-size: 15px;
	color: var(--ast-global-color-1);
	margin-bottom: 5px !important;
}
.team .item .back-wrap .back-title,
.team .item .back-wrap .back-text,
.team .item .back-wrap .ullist ul {
	-webkit-transform: translatex(100px);
	-ms-transform: translatex(100px);
	transform: translatex(100px);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.back-wrap p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
} 
.team .item:hover .front-header {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	opacity: 0;
	visibility: hidden
}
.team .item:hover .back-wrap,
.team .item:hover .back-wrap .back-title,
.team .item:hover .back-wrap .back-text,
.team .item:hover .back-wrap .ullist ul {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.team .arrow {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	color: #fff;
	background: var(--ast-global-color-3);
	padding: 10px;
	border-radius: 50%;
	opacity: 1;
	font-size: 15px;
}

@media (max-width: 544px) {
	.team .arrow {
		position: absolute;
		display: block;
		bottom: 25px;
		right: 18px;
		color: #fff;
		background: var(--ast-global-color-8);
		padding: 10px;
		border-radius: 50%;
		opacity: 1;
		font-size: 12px;
	}
}

.team .item .back-wrap.bg-white {
	background-color: var(--ast-global-color-5);
	background-color: background-color: rgb(246 244 234 / 95%);
}

.team .item {
	border-radius: 10px;
}

.back-title .subtitel, .front-title .subtitel {
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	opacity: 0.5;
}

.team .arrow {
	background: var(--ast-global-color-8);
	color: var(--ast-global-color-4);
}

.team .item .back-wrap .back-title {
	color: var(--ast-global-color-8);
}

.team .item .img {
	position: relative;
	overflow: hidden;
}

.team .social-icons {
	display: flex;
	gap: 10px;
	margin: 5px 0;
}

.team .social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--ast-global-color-8);
	color: var(--ast-global-color-3);
	text-decoration: none;
}

.team-grid{
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
}

.team-card{
	width:25%;
	padding-left:15px;
	padding-right:15px;
}

.team-card .item{
	height:100%;
}

.team-card .img img{
	width:100%;
	height:auto;
	display:block;
}

@media (max-width: 1200px){
	.team-card{
		width:33.3333%;
	}
}

@media (max-width: 992px){
	.team-card{
		width:50%;
	}
}

@media (max-width: 544px){
	.team-card{
		width:100%;
	}
}

/* Tabel */

.event-table {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
}

.event-table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.event-table td:first-child {
	width: 200px;
	font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
	.event-table tr {
		display: block;
		margin-bottom: 12px;
	}

	.event-table td {
		display: block;
		border: none;
		padding: 4px 0;
	}

	.event-table td:first-child {
		font-weight: 600 !important;
		margin-top: 8px;
	}
}

/* contactform */

.cv-upload input[type="file"]::file-selector-button {
	background: #061138;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 999px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s ease;
}

.cv-upload input[type="file"]::file-selector-button:hover {
	background: #b3163c;
}

/* Safari fallback */
.cv-upload input[type="file"]::-webkit-file-upload-button {
	background: #061138;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 999px;
	cursor: pointer;
}

/* Cards */

.blok56-featured-cards {
	margin: 2rem 0;
}

.blok56-featured-cards__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media (min-width: 768px) {
	.blok56-featured-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.blok56-featured-cards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.blok56-featured-card {
	position: relative;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 4px 18px rgba(0,0,0,.04);
	transition: transform .2s ease, box-shadow .2s ease;
	display: flex;
	flex-direction: column;
}

.blok56-featured-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.blok56-featured-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.blok56-featured-card__image-wrap {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f5f5;
}

.blok56-featured-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blok56-featured-card__content {
	position: relative;
	z-index: 3;
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blok56-featured-card__label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: var(--ast-global-color-2);
}

.blok56-featured-card__title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.blok56-featured-card__title a {
	color: inherit;
	text-decoration: none;
	position: relative;
	z-index: 4;
}

.blok56-featured-card__excerpt {
	color: #616161;
	line-height: 1.7;
	flex: 1;
}

.blok56-featured-card__excerpt p:last-child {
	margin-bottom: 0;
}

.blok56-featured-card__footer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.blok56-featured-card__link {
	font-size: 15px;
	font-weight: 600;
	color: var(--ast-global-color-2);
}

.blok56-featured-card__image-wrap {
	aspect-ratio: 3 / 2; /* 600x400 verhouding */
}

.blok56-featured-card__title {
	margin: 0 0 10px;
	font-size: 1.2rem;
	line-height: 1.3;

	display: -webkit-box;
	-webkit-line-clamp: 2;      
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(1.3em * 2);
}

.blok56-featured-card__content {
	display: flex;
	flex-direction: column;
}

.blok56-featured-card__excerpt {
	flex: 1;
}

/* Card hover */
.blok56-featured-card {
	transition: transform .25s ease, box-shadow .25s ease;
}

.blok56-featured-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* Afbeelding */
.blok56-featured-card__image {
	transition: filter .25s ease, transform .35s ease;
}

.blok56-featured-card:hover .blok56-featured-card__image {
	filter: brightness(0.85);   
	transform: scale(1.02);
}

/* Podcast */

/* Zorg dat items gelijke hoogte krijgen */
body.post-type-archive-podcast .ast-row {
	display: flex;
	flex-wrap: wrap;
}

body.post-type-archive-podcast .ast-article-post {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Binnenkant gelijk verdelen */
body.post-type-archive-podcast .ast-article-post .ast-blog-post {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Titel max 2 regels */
body.post-type-archive-podcast .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.4em; /* zorgt dat alle titels even hoog zijn */
}

/* Excerpt vast blok maken */
body.post-type-archive-podcast .entry-content {
	flex-grow: 1;
}

/* Afbeeldingen netjes */
body.post-type-archive-podcast .post-thumb img,
body.post-type-archive-podcast .ast-blog-featured-section img,
body.post-type-archive-podcast .attachment-post-thumbnail {
	border-radius: 6px;
}

/* Meta subtiel */
body.post-type-archive-podcast .entry-meta {
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 10px;
}

/* Content */
body.post-type-archive-podcast .entry-content p {
	max-width: 65ch;
	margin-bottom: 12px;
}

/* Player onderaan forceren */
body.post-type-archive-podcast .ssp-player,
body.post-type-archive-podcast .castos-player,
body.post-type-archive-podcast .seriouslysimplepodcasting-player {
	margin-top: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

@media only screen and (min-width: 1921px) {
    .mec-container, body [id*=mec_skin_].mec-fluent-wrap {
       
        max-width: 100%;
    }
}

#mc_embed_signup form {
	margin: 0px !important;
}

#mc_embed_signup .button {  
	background-color: var(--ast-global-color-8) !important;
	border-radius: 30px !important;
	font-size: 12px !important;
}

#mc_embed_shell,
#mc_embed_signup,
#mc_embed_signup form {
	width: 100% !important;
	max-width: 500px !important;
	margin: 0 auto !important;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .clear {
	width: 100% !important;
}

.castos-player .playlist__wrapper {
	height: auto !important;
}

.blok56-podcast-abonneer {
	margin: 40px 0;
	padding: 32px 20px 20px;
	text-align: center;
}

.blok56-podcast-abonneer h3 {
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}

.blok56-podcast-abonneer p {
	margin: 0 0 24px;
}

.blok56-podcast-pill-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.blok56-podcast-pill,
.podcast_meta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 26px;
	border-radius: 999px;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.blok56-podcast-pill:hover,
.podcast_meta a:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.12);
	opacity: 0.96;
}

.blok56-podcast-pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.16);
	font-size: 14px;
	font-weight: 700;
}

/* Handmatige pill buttons */
.blok56-podcast-pill.apple {
	background: #111111;
}

.blok56-podcast-pill.spotify {
	background: #1db954;
}

.blok56-podcast-pill.youtube {
	background: #ff0000;
}

/* SSP output */
.podcast_meta {
	margin-top: 20px;
}

.podcast_meta aside,
.podcast_meta p {
	margin: 0;
}

.podcast_meta p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 0;
}

/* Verberg 'Abonneer:' tekst en pipes visueel */
.podcast_meta p::before {
	display: none;
}

.podcast_meta p,
.podcast_meta p * {
	line-height: 1;
}

/* platformkleuren */
.podcast_meta a[href*="apple"] {
	background: #111111;
}

.podcast_meta a[href*="spotify"] {
	background: #1db954;
}

.podcast_meta a[href*="youtube"] {
	background: #ff0000;
}

/* icoontjes gelijker laten voelen aan de handmatige variant */
.podcast_meta a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.16);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	flex: 0 0 28px;
}

/* Apple */
.podcast_meta a[href*="apple"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16.37 12.77c.03 3.25 2.85 4.33 2.88 4.34-.02.08-.45 1.55-1.48 3.07-.89 1.31-1.82 2.62-3.28 2.65-1.43.03-1.89-.85-3.53-.85-1.64 0-2.15.82-3.5.88-1.41.05-2.48-1.42-3.38-2.72C2.25 17.3.84 12.1 2.74 8.8c.94-1.64 2.63-2.67 4.47-2.7 1.39-.03 2.7.94 3.53.94.83 0 2.39-1.16 4.02-.99.68.03 2.6.27 3.83 2.08-.1.06-2.29 1.33-2.22 3.64zM13.71 3.9c.74-.9 1.24-2.15 1.1-3.4-1.07.04-2.36.71-3.13 1.61-.69.8-1.3 2.06-1.14 3.27 1.19.09 2.43-.61 3.17-1.48z'/%3E%3C/svg%3E");
}

/* Spotify */
.podcast_meta a[href*="spotify"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm5.5 17.34a.75.75 0 0 1-1.03.25c-2.82-1.72-6.37-2.1-10.55-1.12a.75.75 0 1 1-.34-1.46c4.57-1.05 8.49-.62 11.67 1.31.35.21.46.67.25 1.02zm1.47-3.28a.94.94 0 0 1-1.29.31c-3.23-1.99-8.15-2.57-11.97-1.41a.94.94 0 1 1-.55-1.8c4.36-1.33 9.78-.69 13.51 1.6.44.27.58.85.3 1.3zm.13-3.42C15.22 8.3 8.84 8.1 5.18 9.2a1.13 1.13 0 1 1-.65-2.17c4.2-1.26 11.18-1.02 15.73 1.68a1.13 1.13 0 0 1-1.16 1.93z'/%3E%3C/svg%3E");
}

/* YouTube */
.podcast_meta a[href*="youtube"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.4 3.5 12 3.5 12 3.5s-7.4 0-9.4.6A3 3 0 0 0 .5 6.2C0 8.2 0 12 0 12s0 3.8.5 5.8a3 3 0 0 0 2.1 2.1c2 .6 9.4.6 9.4.6s7.4 0 9.4-.6a3 3 0 0 0 2.1-2.1c.5-2 .5-5.8.5-5.8s0-3.8-.5-5.8zM9.6 15.6V8.4l6.2 3.6-6.2 3.6z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
	.blok56-podcast-pill-wrap {
		flex-direction: column;
		align-items: center;
	}

	.blok56-podcast-pill,
	.podcast_meta a {
		width: 100%;
		max-width: 320px;
	}
}

/* podcast query */

.blok56-podcast-list {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

.blok56-podcast-item {
    display: block;
    padding: 48px 56px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.blok56-podcast-content {
/*     max-width: 720px; */
}

/* .blok56-podcast-title {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.15;
} */

.blok56-podcast-title a {
    color: #1d295c;
    text-decoration: none !important;
}

.blok56-podcast-title a:hover {
    text-decoration: none !important;
    opacity: 0.85;
}

.blok56-podcast-excerpt {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #3f3f46;
}

.blok56-podcast-excerpt p:last-child {
    margin-bottom: 0;
}

.blok56-podcast-meta {
    margin-bottom: 22px;
    font-size: 15px;
    color: #8a8a8f;
}

.blok56-podcast-actions {
    margin-top: 0;
}

.blok56-podcast-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: #1d295c;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.blok56-podcast-link:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.92;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .blok56-podcast-item {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .blok56-podcast-content {
        max-width: 100%;
    }

    .blok56-podcast-title {
        font-size: 22px;
    }

    .blok56-podcast-excerpt {
        font-size: 16px;
        line-height: 1.6;
    }

    .blok56-podcast-link {
        width: 100%;
    }
}

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