/**
Theme Name: Blok56
Author: Blok56
Author URI: https://blok56.nl
Description: Vos Mondzorg 2025
Version: 1.0.0
Text Domain: blok56
Template: astra
*/

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

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

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

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

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

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

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

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

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

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

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

/* Cookie */

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

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

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

/* Toestemming intrekken */

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

/* End cookies */

/* 404 */

.error404 #content {
	display: none;
}

.error404 footer#colophon {
	display: none;
}

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

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

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

/* Homepagina */

strong {
	color: #000;
}

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

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

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

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

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

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

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

.parallax {
	z-index: -1;
}

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

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

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

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

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

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

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

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

.headtext h1 {
	display: inline-block;
}

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

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

}

/* Homepagina */

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

/* Contactform */

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

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

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

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

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

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

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

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

/* Blog */

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: 400;
	letter-spacing: 3px;
}

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

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

/* Owl dots */

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

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

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

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

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

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

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

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

.homepage {
	position: relative;
}

.assortiment {
	background: #f7f7f7;
}

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Parallax section */

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

/* Nieuws */

@media (min-width: 1200px) {

	.nieuws {
		position: relative;
	}
}

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

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

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

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

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

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

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

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

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

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

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

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

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

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

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

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

.fadeIn {
	opacity: 0;
}

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

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

/* Extra's */

/* button */

.mil-button {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	letter-spacing: 2px;
	font-size: 12px;
	background-color: var(--ast-global-color-3);
	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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Algemeen */

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

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

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

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

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

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

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

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

/* Blog */

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

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

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

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

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

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

}

/* bounce */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span.subtitle {
	display: inline-block;
	position: relative;
	z-index: 1;
	/* 	font-weight: 800; */
	letter-spacing: 3px;
	font-size: 15px;
}

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

/* Projecten */

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

.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 (min-width: 992px){
	.bg-white {
		padding: 60px;}
}

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

	}
}

p.lead {
	font-size: 20px;
	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: #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: 1;
	-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;
	}
}

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

#klanten-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: var(--ast-global-color-3);
	padding: 9px 35px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#klanten-testimonials .item {
	text-align: center;
	padding: 30px;
	margin-bottom:40px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#klanten-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

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: 2px;
	background: var(--ast-global-color-3);
	position: absolute;
	left: 50%;
	bottom: -16px;
}

.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-3349 footer#colophon, .error404 footer#colophon, .page-id-3589 footer#colophon, .page-id-5970 footer#colophon {
	margin-top: 0px;
}

blockquote {
	border-left: 3px solid var(--ast-global-color-3);
	padding: 20px;
	font-size: 1.2em;
	font-style: normal;
	margin: 0 0 1.5em;
	position: relative;
	background: #f7f7f7;
	background-size: cover;
}

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

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

.progress_bar_area {
	padding-top: 42px;
}

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

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

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

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

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

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

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

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

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

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

.over_image_4 img {
	object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

.projects {
	padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sterk-blog .item .con h5,
.sterk-blog .item .con h5 a {
	font-size: 1.1em;
	font-weight: 400;
	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: 400;
	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 */

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

.text-gold {
	color: var(--ast-global-color-3);
}

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

.text-uppercase {
	text-transform: uppercase;
}

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

.subtitle, .subtitle1 {
	text-transform: uppercase;
}

span.subtitle1 {
	display: inline-block;
	position: relative;
	z-index: 1;
	/* 	font-weight: 800; */
	letter-spacing: 3px;
	font-size: 15px;
}

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

/* Werkwijze */

/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
	position: relative;
	display: block;
	counter-reset: count;
	/* 	padding: 90px 0 80px; */
	z-index: 1;
}

.process-one .section-title {
	margin-bottom: 70px;
}

h2.section-title__tagline {
	font-size: 1em;
	text-transform: uppercase;
	color: var(--ast-global-color-6);
}

.process-one__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.process-one__single {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
}

.process-one__single_2 {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
	background: #9881310a;
	padding: 30px;
}

/* new */

.process-one__shape-3 {
	position: absolute;
	top: 50%;
	left: -128px;
	transform: translateY(-50%);
	height: 2px;
	width: 215px;
	background-color: var(--ast-global-color-3);
}

.process-one__shape-4 {
	position: absolute;
	top: 50%;
	right: -128px;
	transform: translateY(-50%);
	height: 2px;
	width: 215px;
	background-color: var(--ast-global-color-3);
}

p.process-one__text {
	margin-bottom: 20px;
}

/* end new */

.process-one__img-box {
	position: relative;
	display: block;
}

.process-one__img {
	position: relative;
	display: block;
	width: 186px;
	margin: 0 auto;
	border-radius: 50%;
}

.process-one__img::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border-radius: 50%;
	border: 2px solid var(--ast-global-color-3);
}

.process-one__img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--ast-global-color-2);), .70);
	border-radius: 50%;
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.process-one__single:hover .process-one__img:after, .process-one__single_2:hover .process-one__img:after {
	transform: scale(1.0);
	opacity: 1;
}

.process-one__img img {
	width: 100%;
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.process-one__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-top: 31px;
	margin-bottom: 10px;
}

.process-one__title a {
	color: var(--pitoon-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.process-one__title a:hover {
	color: var(--ast-global-color-6);
}

.process-one__count {
	position: absolute;
	top: 0;
	right: -15px;
	width: 67px;
	height: 67px;
	background-color: var(--ast-global-color-6);
	border-radius: 50%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	z-index: 2;
}

.process-one__count1 {
	position: absolute;
	top: 0;
	right: -15px;
	width: 67px;
	height: 67px;
	background-color: var(--ast-global-color-6);
	border-radius: 50%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	z-index: 2;
}

.process-one__count1 span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	line-height: 67px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	color: var(--ast-global-color-3);
	text-align: center;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.process-one__single:hover .process-one__count1, .process-one__single_2:hover .process-one__count1 {
	background-color: var(--ast-global-color-3);
}


.process-one__single:hover .process-one__count1 span, .process-one__single_2:hover .process-one__count1 span:before {
	color: var(--ast-global-color-6);
}

/* Mobile Layout */
@media only screen and (max-width: 991px) {
	.process-one__shape-1,
	.process-one__shape-2,
	.process-one__shape-3,
	.process-one__shape-4 {
		display: none;
	}
}

/* Blog Home */

/* ======= sps blog style ======= */

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

.sps {
	position: relative;
}
.sps:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: var(--ast-global-color-4);
	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 #061138;
	background: #061138;
}
/* owl nav */

.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-3);
	border-radius: 0;
	color: #3a3a3a;
	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-3);
}
.sps .owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #061138;
}
.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;
	}
}

/* Life and Newborn */

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

/* Home intro */

.bg-1 {
	background-color:var(--ast-global-color-4);
}

.bg-2 {
	background-color: var(--ast-global-color-4);
}

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

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

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

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

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

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

}

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

/* Custom */

/* Header */

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

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

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

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 {
		width: 100%;
		max-height: 100%;
		opacity: .2;
		-webkit-filter: blur(8px);
		-moz-filter: blur(8px);
		-o-filter: blur(8px);
		filter: blur(8px);
		position: relative;
		bottom: 0%
	}

	.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: 400;
	margin-top: 30px;
}

/* 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: 20px;
	left: 0;
	padding: 25px 30px 0px 15px;
	background: #fff;
	/* 	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%); */
	-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;
}

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

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

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

/* CTA recruiters */

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

img.recruiters {
	width: 100px;
	margin-right: 20px;
}

/* Button */

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

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

/* Button contact */

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

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

/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	/* 	font-family: Arial, Baskerville, monospace;  */
}
.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-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #272727; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #272727; } */

.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%;
	height: auto;
	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;
}