/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Global CSS
 * */

body{
	--white-color: var(--e-global-color-3ffad43);
	--light-bg: var(--e-global-color-ad105bf);
	--lightbrown-color: var(--e-global-color-40ffe52);
	--button-text: var(--e-global-color-53ddefe);
	overflow-x: clip;
}

.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
	margin-block-end: 0 !important;
}

.elementor-widget-text-editor p span[style*="underline"] {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 6%;
	text-underline-offset: 15%;
	text-underline-position: from-font;
}

.elementor-widget-text-editor ul{
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 0 30px;
}

.elementor-widget-text-editor ul li{
	position: relative;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 700;
    color: var(--e-global-color-primary);
	padding-left: 30px;
	margin-bottom: 12px;
}

.elementor-widget-text-editor ul:last-child,
.elementor-widget-text-editor ul li:last-child{
	margin-bottom: 0;
}

.elementor-widget-text-editor ul li:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background-color: var(--e-global-color-accent);
	mask-image: url("./images/check-icon.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 22px;
	height: 22px;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

.elementor-widget-button,
.elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

.underline-btn.elementor-widget-button .elementor-button .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;	
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}


h1.elementor-heading-title span{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1320px) {
	
	.container-padding-left{
		padding-left: 10px;
	}
	
	.container-padding-right{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.container-padding-left{
		padding-left: var(--padding-left);
	}
	
	.container-padding-right{
		padding-right: var(--padding-right);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	/* Text Editor List CSS */
	
	.elementor-widget-text-editor ul{
		padding: 0;
		margin: 0 0 20px;
	}
	
	.elementor-widget-text-editor ul li{
		padding-left: 25px;
		margin-bottom: 8px;
	}
	
	.elementor-widget-text-editor ul li:before{
		top: 4px;
		width: 18px;
		height: 18px;
	}
	
	
}


/* 
 * Header CSS 
 * */

/* For Editor if Header BG Color Was White OR Transparent */
body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--light-bg);
}

/* For Mega Menu */
body.hello-elementor-default .elementor-widget-maxmegamenu .elementor-location-header,
body.elementor-template-full-width .elementor-widget-maxmegamenu .elementor-location-header{
	background-color: transparent;
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

.main-header.elementor-sticky.elementor-sticky--effects{
	background: #00000099;
	backdrop-filter: blur(20px);
}

.header-logo img[src$=".svg"]{
	width: auto !important;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.mobile-menu{
	display: none !important;
}

.header-menu nav.e--pointer-background.elementor-nav-menu--layout-horizontal ul li .elementor-item:before{
	transition: .6s !important;
}

.header-menu nav.elementor-nav-menu--layout-horizontal > ul > li.menu-item-has-children a.has-submenu .sub-arrow{
	padding-left: 5px;
	fill: currentColor;
}

.header-btn .elementor-button-icon svg{
	width: 30px;
	height: 30px;
	fill: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px) {
	
	.mobile-menu{
		display: block !important;
	}
	
	.header-menu nav.elementor-nav-menu--dropdown ul li.menu-item-has-children a.has-submenu .sub-arrow{
		margin-block-end: -12px;
	}
	
	.header-menu nav.elementor-nav-menu--dropdown ul ul li a{
		padding-left: 30px !important;
	}
}

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

}



/*
 * Footer CSS
 * */

.main-footer:before{
	background-size: 101% auto;
}

.footer-contact-info ul li strong,
.footer-contact-info ul li b{
	font-weight: 900;
	color: var(--e-global-color-accent);
}

.footer-menu nav ul li:nth-last-child(-n + 3) a{
	color: var(--e-global-color-accent) !important;
}

.footer-menu nav ul li:nth-last-child(-n + 3) a:hover,
.footer-menu nav ul li:nth-last-child(-n + 3) a:focus,
.footer-menu nav ul li.current-menu-item:nth-last-child(-n + 3) a{
	color: var(--white-color) !important;
}

.footer-menu nav ul li:nth-last-child(-n + 3):after{
	border-color: var(--e-global-color-accent) !important;
}

.footer-menu nav ul li:nth-last-child(-n + 3):after:hover,
.footer-menu nav ul li:nth-last-child(-n + 3):after:focus{
	border-color: var(--white-color) !important;
}

.footer-menu nav ul .copyright-menu{
	cursor: default;
    pointer-events: none;
}

.footer-menu nav ul .copyright-menu a:hover,
.footer-menu nav ul .copyright-menu a:focus{
	color: var(--white-color) !important;
}


@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 767px) {
	
	.footer-info-text p br{
		display: none;
	}
	
}




/*
 * Home Page CSSS
 * */

.hero-container{
	position: relative;
	z-index: 1;
}

.hero-container:before{
	background-position: center bottom -10px;
	background-size: 100% auto;
}

.attention-difference-img-container{
	position: relative;
	z-index: 1;
}

.attention-difference-img-container:before{
	background-size: 137% 100%;
}

.attention-difference-img-container:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #a79685;
	border-radius: var(--border-radius);
	opacity: 78%;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.attention-difference-img-container > *{
	position: relative;
	z-index: 1;
}

.quote-container:before{
	background-size: auto 915px;
}

.quote-img img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}

.quote-small-title .elementor-heading-title{
	position: relative;
	padding-left: 90px;
}

.quote-small-title .elementor-heading-title:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: currentcolor;
	width: 70px;
	height: 2px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1370px) {
	
	.quote-container:before{
		background-size: auto 800px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.quote-img img{
		aspect-ratio: 1 / 0.66;
	}

	.quote-small-title .elementor-heading-title{
		padding-left: 70px;
	}

	.quote-small-title .elementor-heading-title:before{
		width: 50px;
	}

}

@media only screen and (max-width: 767px) {
	
	.quote-img img{
		aspect-ratio: 1 / 0.8;
	}

	.quote-small-title .elementor-heading-title{
		padding-left: 50px;
	}

	.quote-small-title .elementor-heading-title:before{
		width: 40px;
	}

}

/*
 * About US CSS
 * */

.page-header-main-container{
	position: relative;
	background-size: contain;
}

.page-header-main-container:after{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-image: linear-gradient(220deg, var(--light-bg) 0%, transparent 40%);
	width: 50%;
	height: 100%;
}

.specialist-dementia-img img{
	aspect-ratio: 1 / 0.9;
    object-fit: cover;
}

.missie-image img{
	aspect-ratio: 1 / 1.03;
    object-fit: cover;
}

.visie-bg-img-container:before{
	background-size: 40% 100%;
}

.visie-image img{
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
}


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

	.page-header-main-container{
		background-size: cover;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.page-header-main-container:after{
		background-image: linear-gradient(220deg, var(--light-bg) 0%, transparent 30%);
		width: 100%;
	}	
	
	.specialist-dementia-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.missie-image img{
		aspect-ratio: 1 / 0.8;
	}
	
	.visie-image img{
		aspect-ratio: 1 / 1;	
	}
}

@media only screen and (max-width: 767px) {
	
	.page-header-main-container:after{
		display: none;
	}	
	
	.visie-image img {
		aspect-ratio: 1 / 1.1;
	}
	
}


/*
 * Diensten Page CSS
 * */

.services-hero-down-arrow img{
	animation: jumpInfinite 1.4s infinite
}

.service-ctabox .elementor-cta,
.service-ctabox .elementor-cta .elementor-cta__content{
	height: 100%;
}

.service-ctabox > .elementor-widget-container{
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
}

.service-ctabox .elementor-cta .elementor-cta__image{
	margin-bottom: 40px;
}

.service-ctabox .elementor-cta .elementor-cta__image img{
	max-width: 125px;
}

.service-ctabox .elementor-cta .elementor-cta__title{
	word-wrap: break-word;
}

@keyframes jumpInfinite {
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(15px);
    }

    100% {
        transform: translatey(0);
    }
}

@media only screen and (max-width: 1024px) {
	
	.service-ctabox .elementor-cta .elementor-cta__image{
		margin-bottom: 30px;
	}
	
	.service-ctabox .elementor-cta .elementor-cta__image img{
		max-width: 100px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.service-ctabox > .elementor-widget-container{
		box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
	}
	
	.service-ctabox .elementor-cta .elementor-cta__image img{
		max-width: 90px;
	}
	
}

/*
 * All Services Single CSS
 * */

.services-single-icon-list .elementor-icon{
	margin-top: 3px;
}	

.services-single-img img{
	aspect-ratio: 1 / 0.88;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.services-single-img img{
		aspect-ratio: 1 / 0.8;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.services-page-header-title h1.elementor-heading-title{
		word-break: break-all;
	}
	
	.services-single-img img{
		aspect-ratio: 1 / 1;
	}
	
}



/*
 * Tarieven Page CSS
 * */

.working-together-img img{
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

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

	.working-together-img img{
		aspect-ratio: 1 / 0.7;
	}
}


/*
 * Contac Us CSS
 * */

.contact-info-list ul li strong{
	color: var(--e-global-color-accent);
	min-width: 40px;
	display: inline-block;
}

.contact-info-list ul li u{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 6%;
	text-underline-offset: 15%;
	text-underline-position: from-font;
}

.contact-form .elementor-form .elementor-field-group .elementor-field{
	padding: 10.5px 15px;
}

.contact-form .elementor-form .elementor-field-group .elementor-field::placeholder{
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	
	.elementor-element.contact-form .elementor-form .elementor-field-group{
		padding-right: calc(20px / 2);
		padding-left: calc(20px / 2);
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 767px) {
	
	.contact-info-list ul li strong {
		min-width: 35px;
	}
	
}












