<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Menea Child
Template: menea
*/

*{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
a {
	color: initial;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6, strong, b{
	font-weight: 700;
}
.elementor-container{
	max-width: 96% !important;
	width: 1140px;
}
.elementor-container .elementor-container {
	max-width: 100% !important;
}
.elementor-widget-text-editor p a {
	color: #e46720;
}
div#page {
	background-color: #ffebdd;
}
header#masthead {
	background: #fff;
	padding: 28px 0;
}
.site-branding, .container {
	width: 90%;
	margin: 0 auto;
	max-width: 1140px;
}
.site-branding img.custom-logo {
	width: 60%;
	height: auto;
	max-width: 220px;
}
div#menu-toggle {
	width: 36px;
	height: 28px;
	background: transparent;
	position: fixed;
	top: 46px;
	right: calc(50% - 570px);
	z-index: 999;
	cursor: pointer;
}

@media (max-width: 1200px){
	div#menu-toggle {
		right: 5%;
	}
}
div#menu-toggle span {
	position: absolute;
	top: 0;
	height: 4px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 2px;
	transition: all 0.2s ease;
}
div#menu-toggle span:nth-child(1) { 
	transition: top 0.2s 0.2s ease, transform 0.2s ease; 
}
div#menu-toggle span:nth-child(2) {    
	top: calc(50% - 2px); 
	opacity: 1;
	transition: opacity 0s 0.2s ease; 
}
div#menu-toggle span:nth-child(3) {    
	top: unset;
	bottom: 0;
	transition: bottom 0.2s 0.2s ease, transform 0.2s ease;

}

div#menu-toggle.open span:nth-child(1) {    
	top: calc(50% - 2px); 
	transform: rotate(45deg);
	transition: top 0.2s ease, transform 0.2s 0.2s ease;
}
div#menu-toggle.open span:nth-child(2) {
	opacity: 0;
	transition: opacity 0s 0.2s ease;
}
div#menu-toggle.open span:nth-child(3) {    
	bottom: calc(50% - 2px);
	transform: rotate(-45deg);
	transition: bottom 0.2s ease, transform 0.2s 0.2s ease;
}
nav#site-navigation{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #ffebdd;
	z-index: 998;
	transition: opacity 0.3s ease;
	opacity: 0;
	left: 101%;
}
nav#site-navigation:after {
	content: '';
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	right: 0;
	background-image: url(img/green-top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 30%;
	background-position: center bottom;
	z-index: 0;
}
nav#site-navigation &gt; .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-image: url(img/logo.png);
	background-position: 30px calc(100% - 30px);
	background-repeat: no-repeat;
	background-size: 120px;
	padding: 30px 30px 80px;
	background-color: #fff;
	box-shadow: -7px 6px 0px 0px rgb(129 114 114 / 79%);
	max-width: calc(1140px - 48px);
	width: calc(90% - 48px);
}


}
.menu-main-container {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}
div#menu-diensten {
	
}
#site-navigation a {
	/*font-size: 13px;*/
	line-height: 1.8;
}
#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-navigation li.menu-item-has-children &gt; a{
	font-weight: bold;
	color: #e46720;
}
#site-navigation ul.sub-menu {
	margin-bottom: 20px;
}
#primary-menu a {
	text-decoration: none;
	font-weight: bold;
	color: #e46720;
	/*color: #E46620;*/
	/*line-height: 2;*/
}
nav#site-navigation.open{
	left: 0;
	opacity: 1;
}
ul#primary-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.children li a {
	padding-left: 30px;
	font-weight: 400 !important;
	font-size: 22px !important;
}
nav#site-navigation ul#primary-menu &gt; li{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	top: 10px;
	position: relative;
	opacity: 0;
	transition-delay: 0s !important;
}
@media (max-width: 900px){
	nav#site-navigation{
		overflow: auto;
		display: block;
		padding: 30px 0;
	}
	nav#site-navigation &gt; .container {
		flex-wrap: wrap;
		padding-bottom: 100px;
	}
	nav#site-navigation &gt; .container &gt; div{
		width: 100%;
	}
	#site-navigation a {
		font-size: 16px;
	}
}
nav#site-navigation.open ul#primary-menu &gt; li{	
	top: 0;	
	opacity: 1;
	transition-delay: 0.3s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(2){
	transition-delay: 0.4s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(3){
	transition-delay: 0.5s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(4){
	transition-delay: 0.6s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(5){
	transition-delay: 0.7s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(6){
	transition-delay: 0.8s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(7){
	transition-delay: 0.9s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(8){
	transition-delay: 1s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(9){
	transition-delay: 1.1s !important;
}
nav#site-navigation.open ul#primary-menu &gt; li:nth-child(10){
	transition-delay: 1.2s !important;
}

.page-heading:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(img/heading-shape.svg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media (max-width: 1250px){
	.page-heading {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 0 100%);
	}
	.page-heading:before {
		display: none;
	}
}

footer#colophon {
	background: #32607B;
	color: #e0e9ef;
	padding: 80px 0 10px;
}
#footer-widgets {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.7;
	justify-content: space-between;
}
div#footer-widgets &gt; div {
	margin-right: 30px;
	max-width: 270px;
}
div#footer-widgets &gt; div:last-child {
	margin-right: 0;
}
.footer-logos{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.footer-logos img{
	height: auto;
	max-width: 100%;
	margin-top: 10px;
}
.footer-logos-left{
	width: 70px;
	margin-right: 15px;
}
.footer-logos-right{
	width: 120px;
}
footer ul.menu {
	list-style: none;
	padding: 0;
}
footer ul.menu a{
	color: #e0e9ef;
	line-height: 1.8;
	font-size: 16px;
	text-decoration: none;	
}
footer ul.menu a:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background-image: url(img/caret-right.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-top: -4px;
	filter: invert(100%);
}
div#copy {
	font-size: 11px;
	color: #9ebed1;
}
.green-section:before{
	content: '';
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	right: 0;
	background-image: url(img/green-top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 30%;
	background-position: center bottom;
	z-index: 0;
}
.green-section:after{
	content: '';
	position: absolute;
	top: calc(100% - 0px);
	left: 0;
	right: 0;
	background-image: url(img/green-bottom.svg?asd=a);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 30%;
	background-position: center top;
	z-index: 0;
}
.green-section &gt; * {
	z-index: 2;
}
.orange-section:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	background-image: url(img/orange-top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 30%;
	background-position: center top;
	z-index: -1;
}
.orange-section:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-image: url(img/orange-top.svg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 20%;
	background-position: center top;
	z-index: -1;
}
.fifty-fifty:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -50px;
	right: 22%;
	left: 0;
	background-image: url(img/fifty.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.fifty-fifty.red:before {
	background-image: url(img/fifty-red.svg);
}
.fifty-fifty.blue:before {
	background-image: url(img/fifty-blue.svg);
}
.fifty-fifty.green:before {
	background-image: url(img/fifty-green.svg);
}
@media(min-width: 1700px){
	.fifty-fifty:before {		
		bottom: -100px;	
	}
}
@media (max-width:1000px){
	.fifty-fifty:before {	
		right: 20%;
	}
}
@media (max-width:767px){
	.fifty-fifty {
		padding-right: 20%;
	}
	.fifty-fifty:before {	
		right: 1%;
	}
}
@media (max-width:450px){
	.fifty-fifty {
		padding-right: 10%;
	}
	.fifty-fifty:before {	
		right: -20%;
	}
}
.green-shape:before {
	content: '';
	width: 1000px;
	height: 1000px;
	background: #b5b343;
	transform: rotate(
		40deg);
	position: absolute;
	z-index: -1;
	left: 308px;
	top: -289px;
	border-radius: 30px;
}
.green-shape{
	z-index: 1;
}
.white-shape-footer:before {
	content: '';
	position: absolute;
	height: 0;
	left: 0;
	right: 180px;
	bottom: 0;
	background-image: url(img/white-shape-footer.svg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 28%;
	/*max-width: 1200px;*/
}
@media (max-width: 1299px){
	.white-shape-footer:before {
		right: 5%;
		padding-top: 41%;
		background-size: cover;
		background-position: top right;
		
	}
}
@media (max-width: 1999px) and (min-width: 1600px){
	.white-shape-footer:before {
		padding-top: 24%;
	}
}
@media (min-width: 2000px){
	.white-shape-footer:before {
		padding-top: 21%;
	}
}
@media (max-width: 899px){
	.white-shape-footer:before {
		right: 2%;
		padding-top: 52%;	
	}
}

@media (max-width: 799px){
	.white-shape-footer:before {
		background: #fff;
		right: 0px !important;
		clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 100%);
		padding-top: unset;
		height: unset;
		top: 40px;
	}
	.elementor-icon-list--layout-inline ul {
		display: block !important;
	}
}
.image-transform {
	width: 160% !important;
	margin-right: -60%;
	max-width: 160% !important;
	transform: rotate( 
		21deg);
	margin-top: -345px;
	z-index: 0;
	margin-left: 10%;
}
.elementor-post__text{
	order: 2;
}
.elementor-post__meta-data{
	order: 1;
	border: none !important;
}
div#play-video:before {
	content: '';
	position: absolute;
	width: 2000px;
	height: 2000px;
	background: #32607B;
	transform: rotate(
		45deg);
	top: -948px;
	left: calc(100% + 383px);
	border-radius: 30px;
	pointer-events: none;
}
div#play-video svg{
	z-index: 102;
	cursor: pointer;
}
div#play-video:after {
	content: 'Bekijk de video over onze dienstverlening';
	display: block;
	position: absolute;
	color: #fff;
	width:216px;
	text-align: center;
	background-image: url(img/play-after.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* border-radius: 18px; */
	padding: 15px 40px 15px 20px;
	line-height: 1.5;
	height: 100px;
	right: 28px;
	opacity: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

div#play-video:hover:after {	
	right: 38px;
	opacity: 1;
}
body:not(.elementor-editor-active) section#video-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	z-index: 999;
	visibility: hidden;
}
body:not(.elementor-editor-active) section#video-popup &gt; .elementor-container.elementor-column-gap-default {
	height: 100vh;
}
section#video-popup.active{
	left: 0 !important;
	visibility: visible !important;
}
@media (max-width: 766px){
	div#play-video:after {
		left: 50% !important;
		opacity: 1;
		width: 190px;
		font-size: 11px;
		padding: 16px;
		height: 67px;
		top: 18px;
		background: transparent;
		padding-left: 60px;
		text-align: left;
		border-radius: 10px;
		/*transform-origin: center left;
		transform: rotate( 
		-10deg);*/
		opacity: 1;
	}
	div#play-video:before{
		left: calc(50% + 383px);
		border-radius: 30px;
		pointer-events: none;
	}
}
div#content, div#page {
	width: 100%;
	overflow-x: hidden;
}
.home-tabs{
	cursor: pointer;
}
.home-tabs-content {
	margin-bottom: 0 !important;
}

.home-tabs-content a:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url(img/caret-right.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-top: -4px;
}
.home-tabs h3 {
	padding: 10px 0;
}
.home-tabs-content a{
	font-weight: 600;
	color: #000;
}
.home-tabs-content a strong{
	font-weight: 600;
	color: #E46620;
}
.home-tabs:after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: 100%;
	border-top: 0px solid white;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	transition: all 0.2s ease;
}
.home-tabs:before{
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	left: calc(50% - 18px);
	top: calc(100% + 6px);
	border-top: 0px solid rgb(129 114 114 / 79%);
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	transition: all 0.2s ease;
}
.home-tabs.active:after, .home-tabs:hover:after{
	border-top: 15px solid #fff;
}
.home-tabs.active:before, .home-tabs:hover:before{
	border-top: 18px solid rgb(129 114 114 / 79%);
}
@media (max-width: 766px){
	.home-tabs {
		z-index: 100;
		position: relative;
		margin-bottom: 0 !important;
		margin-top: 15px !important;
	}
	.home-tabs  &gt; .elementor-widget-container {
		box-shadow: 0px 6px 0px 0px rgb(129 114 114 / 79%) !important;
	}
	#menu-toggle:before {
		content: '';
		position: absolute;
		right: -32px;
		width: 0;
		height: 0;
		background: transparent;
		border-top: 180px solid #e46720;
		top: -49px;
		border-left: 156px solid transparent;
	}
	div#menu-toggle {
		right: 28px;
	}
	header#masthead{
		position: relative !important;
	}
	div#main-nav + div{
		margin-top: 0 !important;
	}

}
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data, .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
	margin-top: 0 !important;
}
@media (min-width: 767px){
	div#menu-toggle:before {
		content: '';
		position: absolute;
		left: -6px;
		right: -6px;
		top: -9px;
		bottom: -9px;
		background: #e46720;
		border-radius: 4px;
	}
}
body:not(.elementor-editor-active) .home-tabs-content{
	display: none;
}
body:not(.elementor-editor-active) .home-tabs-content.active{
	display: block;
	position: relative;
	z-index: 99;
}
.newsletter .elementor-field-type-submit {
	width: unset !important;
	margin-left: -34px;
}
.newsletter .elementor-field-type-submit .elementor-button-text{
	font-size: 17px;
	line-height:50px;
}
@media (max-width: 900px){
	button#newsletter-submit span {
		font-size: 12px !important;
	}
	button#newsletter-submit {
		width: 100%;
	}
	.newsletter input#form-field-email {	
		border-radius: 60px;
		text-align: center;
	}
	.newsletter .elementor-column {
		width: 100% !important;
		margin: 0 auto;
	}
}
.elementor-form-fields-wrapper.elementor-labels-above, .elementor-form-fields-wrapper.elementor-labels- {
	justify-content: end;
}
.newsletter input#form-field-email{
	padding: .75em 30px;
}
ol.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ol.breadcrumbs a {
	color: #fff;
	margin-right: 10px;
	position: relative;
}
ol.breadcrumbs a:after {
	content: '';
	position: relative;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(img/caret-right.svg);
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	filter: invert(1);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
ol.breadcrumbs li:last-child a:after {
	display: none;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.single-post article {
	background: #fff;
}
.article-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.post-content {
	padding: 30px;
}
@media (min-width: 1000px){
	.single-post main#primary {
		display: inline-block;
		width: 66%;
		vertical-align: top;
	}
	.single-post main#primary + aside{
		display: inline-block;
		width: 30%;
	}
}
li.button a {
    color: #fff !important;
    background: #e46720;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: -7px 6px 0px 0px rgb(129 114 114 / 79%);
	margin-bottom:20px;
}</pre></body></html>