/*
Theme Name: Monkey Vision
Author: Monkey Vision
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* STOCK INDEX - Voor snel zoeken
Naam kopieren, zoeken, plakken voor snelle navigatie

INDEX NAAM - korte uitleg

GENERAL                 - Algemene instellingen, buttons, h2, h3 etc
CUSTOM BULLETS          - List bullets
ADRES CONTAINER         - Shortcode CSS
MAIL/TEL CONTAINER      - Shortcode CSS
HEADER                  - Header (USP topbar, Offcanvas, main header)
FOOTER                  - Footer
OWL CAROUSEL            - OWL carousel
GFORM FORMULIER         - Formulier
HOME HERO SECTION       - Home hero
SUB HERO SECTION        - Hero voor sub paginas (niet home)
CONTENT SECTION         - Content sections -> .content-section.img-text .content-section.text-img
CENTERED TEXT SECTION   - Centered text
USP SECTION             - USP section
LOGO SLIDER SECTION     - Slider met kleine logo's
BLOG WRAPPER            - Wrapper voor blogs, -> .blog-slider-section voor slider functie
BLOG ARCHIVE SECTION    - Blog archive page section
BLOG THUMB              - Blog thumbnail
BLOG SINGLE PAGE        - Blog single page
CONTACT WRAPPER         - Wrapper voor contact form
QUOTE SECTION           - Quote sectie 
FAQ Section             - FAQ section voor gehele website
CONTACT FOOTER SECTION  - Sectie met telefoon, mail, bezoek etc
REVIEW SECTION          - Slider met reviews
PAKKETTEN SECTION       - Pakketten met prijzen

*/

:root {
    --primary: #366C6B;
    --secondary: #366C6B;
    --mv-black: #000;
    --mv-white: #fff;
}

/****************************************** GENERAL ******************************************/
html {
	overflow-x:hidden;
}

::selection {
    background: var(--primary);
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none !important;
}

a:focus, a:focus-visible {
	outline: none !important;
}
/*** Buttons ***/
.elementor-button, .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent), .gform_wrapper.gravity-theme .gform_footer input, .learndash-wrapper #btn-join, .learndash-wrapper .btn-join, .learndash-wrapper .ld-button,
.learndash-wrapper #quiz_continue_link, .learndash-wrapper .ld-secondary-background, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-alert-success .ld-button, .learndash-wrapper .ld-alert-success .ld-alert-icon {
	background: #366C6B !important;
	border: solid 2px #366C6B !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
	padding: 8px 20px !important;
	margin-bottom: 0;
	transition: all ease .4s !important;
	will-change: auto;
	line-height: 1 !important;
}
.white .elementor-button	{
	background: white !important;
	border: solid 2px #366C6B !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
	padding: 8px 20px !important;
	margin-bottom: 0;
	transition: all ease .4s !important;
	will-change: auto;
	line-height: 1 !important;
}

.button-outline .elementor-button, .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
	border: solid 2px #366C6B !important;
	background: #fff !important;
	color: #000 !important;
    line-height: 1 !important;
	font-size:16px
}

.elementor-button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .learndash-wrapper #btn-join:hover, .learndash-wrapper .btn-join:hover, .learndash-wrapper .ld-button:hover,
button:focus, .menu-toggle:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus {
    color: #fff !important;
    background-color: rgba(0,50,104,1) !important;
    border: solid 2px rgba(0,50,104,1) !important;
	transition: all ease .4s !important;
	will-change: auto;
}

button:hover {
    background-color: rgba(122,151,36,1) !important;
}

.button-outline .elementor-button:hover, .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):hover {
    background-color: rgba(0,50,104,1) !important;
    border: solid 2px #003268  !important;
	color: #fff !important;
}


/*********************************************** CUSTOM BULLETS  *************************************************/
.custom-bullets ul,
.content-section ul,
.centered-text-section ul {
    list-style: none;
    margin-top: 10px;
    margin-left: 5px;
}

.custom-bullets ul li:not(.elementor-icon-list-item),
.custom-bullets ol li:not(.elementor-icon-list-item),
.content-section ul li:not(.elementor-icon-list-item),
.content-section ol li:not(.elementor-icon-list-item),
.centered-text-section ul li:not(.elementor-icon-list-item),
.centered-text-section ol li:not(.elementor-icon-list-item){
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0 0 7px!important;
    width: fit-content;
}

.custom-bullets ul li:not(.elementor-icon-list-item)::before,
.custom-bullets ol li:not(.elementor-icon-list-item)::before,
.content-section ul li:not(.elementor-icon-list-item)::before,
.content-section ol li:not(.elementor-icon-list-item)::before,
.centered-text-section ul li:not(.elementor-icon-list-item):before,
.centered-text-section ol li:not(.elementor-icon-list-item):before{
    content:'';
    display: inline-block;
    height:12px;
    min-height: 12px;
    width: 12px;
    min-width: 12px;
    margin-top: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.939' height='13.707' viewBox='0 0 9.939 13.707'%3E%3Cpath id='Path_69' data-name='Path 69' d='M2551.594,6982.63l6.754-9.939,6.953,9.939-6.953-6.766Z' transform='translate(6982.63 -2551.595) rotate(90)' fill='%233476b8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*********************************************** COMMUNITY FORM ***************************************************/
#wpforo #wpforo-wrap {
	background: #EDF2F4 !important;
	border-radius: 40px !important;
	padding: 40px 30px !important;
	color: var(--mv-black) !important;
}

#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head {
    border-color: var(--primary) !important;
}

#wpforo #wpforo-wrap .wpf-button-outlined {
    border: solid 2px #366C6B !important;
	background: #fff !important;
	color: #000 !important;
	line-height: 1 !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	padding: 10px 25px !important;
}

#wpforo #wpforo-wrap .wpf-button-outlined i {
    color: var(--primary) !important;
}

.ast-single-post .entry-title {
	max-width: 1500px;
	padding-left: 10px !important;
	padding-right: 10px;
	padding-top: 100px !important;
	margin: auto !important;
}

#wpforo #wpforo-wrap #wpforo-menu li > ul {
    background: var(--mv-white) !important;
}

#wpforo #wpforo-wrap #wpforo-menu li > ul li {
    border-bottom-width: 2px !important;
}

#wpforo #wpforo-wrap .wpf-head-bar {
    border-bottom: none !important;
}

#wpforo #wpforo-wrap .wpforo-category,
#wpforo #wpforo-wrap .wpforo-category {
    border-radius: 0 !important;
    padding-left: 0 !important;
	padding-right: 0 !important;
}

#wpforo #wpforo-wrap .cat-icon {
    display: none !important;
}

#wpforo #wpforo-wrap .wpforo-cat-panel {
    padding-left: 0 !important;
	padding-right: 0 !important;
}

#wpforo #wpforo-wrap a {
	color: #7A9724 !important;
}

#wpforo #wpforo-wrap .wpf-threads-head .wpf-head-box {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

#wpforo #wpforo-wrap .wpf-threads-head .wpf-thead-author,
#wpforo #wpforo-wrap .wpf-threads-head .wpf-thead-forum {
    display: none !important;
}

#wpforo #wpforo-wrap .wpf-thread-box.wpf-thread-title .wpf-thread-author-name {
	display: none !important;
}

#wpforo #wpforo-wrap .wpf-thread-box.wpf-thread-author {
	display: none !important;
}

#wpforo #wpforo-wrap .wpf-thread-box.wpf-thread-forum {
    display: none !important;
}

#wpforo #wpforo-wrap .wpf-content-foot {
    border-radius: 0 !important;
}

#wpforo #wpforo-wrap .wpf-thread-box.wpf-thread-title .wpf-thread-head a {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

#wpforo #wpforo-wrap .wpf-head-prefix {
    display: none !important;
}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data {
    padding: 0 !important;
	width: auto !important;
    background: transparent !important;
}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info {
    width: 60% !important;
}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content .wpforo-reaction {
    border-radius: 10px !important;
}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions span.wpf-action {
    background: var(--mv-white) !important;
}

@media screen and (max-width: 767px) {
    #wpforo #wpforo-wrap {
        padding: 20px !important;
    }
}

/*********************************************** ADRES CONTAINER  *************************************************/
.adres-container {
    display: flex;
    flex-direction: column;
}

.adres-container span {
    font-size: 15px;
    line-height: 20px;
}

/*********************************************** MAIL/TEL CONTAINER  *************************************************/

.mail-container img,
.tel-container img{
    max-height: 30px;
    max-width: 30px;
    margin-right: 7px;
    transition: transform 500ms;
    will-change: transform;
}

.mail-container:hover img,
.tel-container:hover img{
    transform: translateY(-5px);
}

.mail-container,
.tel-container{
    margin: 7px 0px;
    font-weight: 700;
}

.mail-container a,
.tel-container a {
    color: var(--primary);
}

.mail-container:hover a,
.tel-container:hover a {
	color: var(--mv-white)
}

/****************************************** HEADER ******************************************/
/********** USP TOPBAR **********/

section.usp-topbar {
    background-color: var(--mv-black);
}

section.usp-topbar ul.elementor-icon-list-items li span.elementor-icon-list-text {
    color: var(--mv-white);
}

section.usp-topbar ul.owl-carousel li {
    justify-content: center !important;
    margin: 0px !important;
}


/********* LOGIN POP-UP ****************/
#elementor-popup-modal-963 .elementor-login .elementor-lost-password {
    font-size: 17px !important;
}

#elementor-popup-modal-963 .elementor-login .elementor-login-separator {
    margin: 0 5px !important;
}

#elementor-popup-modal-963 .elementor-field-group .elementor-field-textual:focus {
    border-style: solid !important;
    border-color: #366C6B !important;
    box-shadow: none !important;
}

/*** #elementor-popup-modal-963 .elementor-login.elementor-login__logged-in-message a {
    color: #366C6B !important;
    text-align: center;
}

/*** body.logged-in #elementor-popup-modal-963 h2.elementor-heading-title {
    display: none !important;
}

body.logged-in #elementor-popup-modal-963 .elementor-login {
    text-align: center !important;
} */

@media screen and (max-width: 767px) {
    #elementor-popup-modal-963 .elementor-section {
        padding: 0 20px !important;
    }

    #elementor-popup-modal-963 .elementor-section .elementor-widget-container {
        padding: 0 !important;
    }

    #elementor-popup-modal-963 .elementor-section h2 {
        font-size: 18px !important;
    }

    #elementor-popup-modal-963 .elementor-widget-theme-site-logo img {
        height: 40px !important;
    }
}

/********** MOBILE OFFCANVAS **********/
.mobile-offcanvas i.eicon-close {
    color: var(--mv-black);
	font-size: 1.5em;
}

.mobile-offcanvas > .dialog-widget-content {
    background-color: var(--mv-white);
}

.mobile-offcanvas .elementor-widget-theme-site-logo img {
    width: 100px !important;
}

.mobile-offcanvas ul.elementor-nav-menu li.menu-item a {
    background-color: transparent !important;
    color: var(--mv-black);
    justify-content: center;
    font-size: 18px;
}

.mobile-offcanvas ul.elementor-nav-menu li.menu-item a:hover {
    color: var(--secondary) !important;
}

.mobile-offcanvas .elementor-nav-menu__container {
    background-color: transparent!important;
}

@media screen and (max-width: 550px) {
    .mobile-offcanvas > .dialog-widget-content > .dialog-message {
        width: 100vw !important;
    }
}


/********** MAIN HEADER **********/
.elementor-location-header > header {
	border-bottom: solid 10px;
    border-image: linear-gradient(90deg, rgba(122,151,36,1) 0%, rgba(54,108,107,1) 50%, rgba(0,50,104,1) 100%);
    border-image-slice: 1;
}

header .elementor-widget-theme-site-logo {
    margin: 0 !important;
}

header .elementor-widget-theme-site-logo > div {
    text-align: left;
}

/*** HEADER MAIN NAV ***/
header nav ul {
    column-gap: 30px;
}

header nav ul li.menu-item a {
    position: relative;
    color: var(--mv-black);
    padding: 0px !important;
}

/*** HEADER RESPONSIVE VERSION ***/
.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1250px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li >a {
		--e-nav-menu-horizontal-menu-item-margin: 10px !important;
	}
}

@media screen and (max-width: 1024px) {
    header .elementor-column.nav-wrapper {
        display: none !important;
    }

    header > .elementor-container > .elementor-column > .elementor-widget-wrap {
        flex-direction: row;
        justify-content: space-between;
    }

    header .elementor-column .mobile-switch {
        width: fit-content !important;
    }
}
/****************************************** FOOTER ******************************************/
/********** MAIN FOOTER **********/
footer {
	border-top: solid 10px;
    border-image: linear-gradient(90deg, rgba(122,151,36,1) 0%, rgba(0,50,104,1) 100%);
    border-image-slice: 1;
	background: linear-gradient(180deg, rgba(237, 242, 244, 1) 0%, rgba(237, 242, 244, 1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}

footer .elementor-widget-heading .elementor-heading-title {
    font-size: 45px;
    color: var(--mv-white);
}

footer ul li.menu-item a,
footer .elementor-widget-text-editor p,
footer .monkey-footer .elementor-widget-text-editor > .elementor-widget-container,
footer .tel-container a,
footer .mail-container a {
    font-size: 17px!important;
}

footer .elementor-widget-nav-menu {
    margin-bottom: 11px !important;
}

footer .elementor-widget-text-editor p {
    margin-bottom: 0px !important;
}

footer ul li.menu-item a,
footer .elementor-widget-text-editor p a {
    position: relative;
    color: var(--mv-white);
    width: fit-content;
}

footer ul li.menu-item a:hover,
footer .elementor-widget-text-editor p a:hover {
    color: #fff !important;
}

footer .elementor-column:last-of-type .elementor-widget-wrap {
	border-left: solid 2px var(--primary);
	padding: 0 10px 0px 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    footer > section.footer-main > .elementor-container {
        max-width: 600px !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 50% !important;
    }
	
	footer .elementor-column:last-of-type .elementor-widget-wrap {
		padding-left: 20px !important;
	}
}

@media screen and (max-width: 550px) {
    footer > section.footer-main > .elementor-container {
        max-width: 100% !important;
        row-gap: 25px;
    }

    footer > section.footer-main > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .elementor-widget-theme-site-logo .elementor-widget-container,
    footer .elementor-widget-text-editor p,
    footer .elementor-widget-heading .elementor-heading-title {
        text-align: center;
    }

    footer ul li.menu-item a {
        margin: 0 auto;
    }
    footer .tel-container,
    footer .mail-container,
    footer .adres-container,
    footer .elementor-column:last-of-type .elementor-widget-container {
        text-align: center;
    }

    footer .elementor-column:last-of-type .elementor-widget-wrap {
        padding-left: 10px !important;
        border-left: none !important;
    }

    footer .elementor-column:last-of-type .elementor-widget-container {
        margin-top: 0 !important;
    }

    footer .elementor-column .elementor-widget-image {
        width: 100% !important;
    }

    footer .elementor-column .elementor-widget-image .elementor-widget-container {
        margin: 0 !important;
    }
}


/********** ABSOLUTE FOOTER **********/
footer .monkey-footer p {
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    footer .monkey-footer > .elementor-container {
        max-width: 600px !important;
        row-gap: 0px;
    }

    footer .monkey-footer > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    footer .monkey-footer > .elementor-container > .elementor-column .elementor-widget-wrap {
        justify-content: center;
    } 

    footer .monkey-footer p {
        text-align: center;
    }
}

/************ Get to know section ********************/
/*** Get to know section ***/
.get-to-know-section {
	margin-top: 120px;
	margin-bottom: 360px;
    margin-left: calc((100% - 1500px) / 2);
}

.get-to-know-section .elementor-column:first-of-type .elementor-widget-wrap:first-of-type {
	align-content: center !important;
}

.get-to-know-section .elementor-section {
	background: #366C6B;
    border-radius: 20px;
    padding: 60px;
    margin-top: 60px;
    width: 105% !important;
    display: flex;
    position: absolute;
    z-index: 9;
    bottom: -30%;
}

.get-to-know-section .elementor-section p {
	color: #fff !important;
}

.get-to-know-section .elementor-section .elementor-button {
	background: #fff !important;
    border: solid 2px #fff !important;
    color: #000 !important;
}

.get-to-know-section .elementor-section .elementor-button:hover {
    color: #fff !important;
    background-color: transparent !important;
    transition: all ease .4s !important;
    border: solid 2px #7A9724 !important;
	will-change: auto;
}

.get-to-know-section .elementor-column:last-of-type .elementor-widget-wrap {
	padding: 0;
}

.get-to-know-section .elementor-widget-image img {
	width: 100%;
	object-fit: cover;
}

@media (min-width: 1800px) and (max-width: 2220px) {
	
	.get-to-know-section {
		margin-bottom: 360px;
	}
	
	.get-to-know-section .elementor-section {
	    bottom: -45%;
	}
}

@media (min-width: 1520px) and (max-width: 1800px) {
	.get-to-know-section .elementor-section {
		bottom: -45%;
	    padding: 40px;
	}
}

@media (min-width: 1320px) and (max-width: 1520px) {
	.get-to-know-section .elementor-section {
	    bottom: -65% !important;
		padding: 40px !important;
	}
	
	.course-list-item > .elementor-container > .elementor-column:last-of-type {
		width: 20% !important;
	}
}

@media (min-width: 1024px) and (max-width: 1320px) {
	
	.get-to-know-section .elementor-section {
		bottom: -85% !important;
    	padding: 40px !important;
	}

    .get-to-know-section .elementor-column:first-of-type .elementor-widget-wrap:first-of-type {
        align-content: flex-start !important;
    }
	
	.team-section .elementor-testimonial__name, .team-section .elementor-testimonial__title {
		padding: 20px;
	}
	
	.get-to-know-section .elementor-column {
		width: 50% !important;
	}
	
	.get-to-know-section .elementor-column .elementor-column {
		width: 100% !important;
	}
	
	.course-list-item > .elementor-container > .elementor-column:last-of-type {
		width: 20% !important;
	}
	
}

@media only screen and (max-width: 1520px) {
	.get-to-know-section {
		margin-left: 10px;
		margin-bottom: 25%;
	}
	
	.get-to-know-section .elementor-section {
	    bottom: -55%;
	}
	
	.team-section {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.get-to-know-section .elementor-section {
		margin-top: 0;
		bottom: -10% !important;
		left: 0;
		position: relative;
	}

    .get-to-know-section {
		margin-left: 0;
	}
	
	.get-to-know-section {
		margin-bottom: 50px !important;
	}

    .get-to-know-section .elementor-section {
        padding: 40px !important;
    }

}

@media screen and (max-width: 767px) {
    .get-to-know-section .elementor-section {
        padding: 20px !important;
    }
}

/*********************************** Counter section ***************************/
.counter-section {
	border-top: solid 10px;
    border-image: linear-gradient(90deg, rgba(122,151,36,1) 0%, rgba(0,50,104,1) 100%);
    border-image-slice: 1;
	background: linear-gradient(180deg, rgba(237, 242, 244, 1) 0%, rgba(237, 242, 244, 1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	padding-top: 120px;
}

.counter-section .elementor-counter {
	background: #366C6B;
	border-radius: 20px;
	padding: 60px 40px 40px 40px;
    color: #fff;
}

.counter-section .elementor-counter svg {
	margin-right: 10px;
}

.elementor-counter .elementor-counter-number-wrapper {
	font-size: 3em;
}

.elementor-counter .elementor-counter-title {
	display: flex;
    align-items: center;
    justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.counter-section .elementor-counter {
		max-width: 500px;
		margin: auto;
		padding: 40px;
	}
}

/****************************************** OWL CAROUSEL ******************************************/
.owl-carousel {
	display:block!important;
    overflow-y: visible!important;
}

.blog-slider-section .owl-carousel .owl-stage {
	display: flex;
}

.blog-slider-section .owl-carousel .owl-stage-outer {
	display: flex;
	border-radius: 25px;
}

.blog-slider-section .owl-carousel .owl-stage .owl-item,
.blog-slider-section .elementor-post.elementor-grid-item.hentry,
.blog-slider-section  .ecs-post-loop .ast-article-single,
.blog-slider-section section.blog-thumb-section {
	height: 100%;
}

.owl-carousel .owl-nav button{
	height:25px;
	width:25px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:center!important;
	top: 50%;
	position: absolute;
}

.owl-carousel .owl-nav button span{
	display:none;
}

.owl-carousel .owl-nav .owl-prev {
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
	left: -40px;
}

.owl-carousel .owl-nav .owl-next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.616' viewBox='0 0 13.503 23.616'%3E%3Cpath d='M20.679,18,11.742,9.07a1.681,1.681,0,0,1,0-2.384,1.7,1.7,0,0,1,2.391,0L24.258,16.8a1.685,1.685,0,0,1,.049,2.327L14.14,29.32a1.688,1.688,0,0,1-2.391-2.384Z' transform='translate(-11.246 -6.196)'/%3E%3C/svg%3E") !important;
	right: -40px;
}

.owl-carousel .owl-dots,
.swiper-pagination  {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}

.swiper-pagination {
    position: relative !important;
}

.owl-carousel .owl-dots .owl-dot,
.swiper-pagination span {
	background-color:var(--mv-black);
	height:10px;
	width:10px;
    border-radius: 50%;
	margin: 5px;
    transition: all ease .3s;
    will-change: auto;
    opacity: 1 !important;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination span:hover {
	background-color:var(--tertiary) !important;
}

@media screen and (max-width: 1560px) {
	.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}
	
	.owl-carousel .owl-nav .owl-next {
		right: 0;
	}
}

/********************** GFORM FORMULIER ***********************/
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px !important;
}

.gform_wrapper ::placeholder {
	color: var(--mv-black) !important;
}
/* CUSTOMISE THIS */
.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea  {
    padding: 10px 20px!important;
    border-radius: 20px !important;
    border: 1px solid #F8F8F8 !important;
    background-color: #F8F8F8 !important;
    line-height: 1 !important;
    margin: 0px!important;
    box-shadow: none!important;
    height: auto!important;
	font-size: 17px !important;
	font-weight: 400 !important;
}

.gform_wrapper textarea {
	resize: none !important;
}

.gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

/* AFSTAND TUSSEN VELDEN */

.gfield {
    margin:15px 0px 0px!important;
    padding:0px!important
}

.gfield label {
    font-size: 14px!important;
    line-height: 14px!important;
    margin: 5px 0px 0px 20px!important;
    letter-spacing: initial;
}

input,
select {
	padding: 10px 15px !important;
}

@media screen and (max-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_complex {
        gap: 18px !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex span:last-of-type {
        margin-bottom: 0 !important;
    }
}

/************************* STOCK VALIDATION & FORM SETTINGS *****************/
.woocommerce select {
	padding:0 10px!important;
}

.ginput_container {
    margin: 0px!important;
    padding: 0px!important
}

.gform_wrapper .gform_footer .gform_button {
    margin-top: 20px!important;
}

/******* FOCUS **********/
.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:focus {
    border: 1px solid var(--primary) !important;
	box-shadow: none !important;
}

/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
.gform_wrapper input:not([type=submit]).valid,
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
    .woocommerce-input-wrapper input[type=email].valid,
	.woocommerce-input-wrapper textarea.valid {
        border: 1px solid #56c92a !important;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%2300b170' d='M13.6 34.24l-13-13a2 2 0 010-2.83l2.8-2.8a2 2 0 012.84 0L15 24.33 33.76 5.6a2 2 0 012.83 0l2.8 2.8a2 2 0 010 2.84l-23 23a2 2 0 01-2.8 0z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }

					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input:not([type=submit]).error,
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
    .woocommerce-input-wrapper input[type=email].error,
	.woocommerce-input-wrapper  textarea.error {
        border: 1px solid #EE2B2B !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h40v40H0z'/%3E%3Cpath fill='%23ee2b2b' d='M27.58 20L38.95 8.63a3.58 3.58 0 000-5.06l-2.52-2.52a3.58 3.58 0 00-5.06 0L20 12.42 8.63 1.05a3.58 3.58 0 00-5.06 0L1.05 3.57a3.58 3.58 0 000 5.06L12.42 20 1.05 31.37a3.58 3.58 0 000 5.06l2.52 2.52a3.58 3.58 0 005.06 0L20 27.58l11.37 11.37a3.58 3.58 0 005.06 0l2.52-2.52a3.58 3.58 0 000-5.06z'/%3E%3C/svg%3E") !important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}


/****************************************** HOME HERO SECTION ******************************************/
/*** Banner home ***/
.hero-home {
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover;
}

.hero-home h2, .hero-home p {
	color: #fff;
}

.hero-home p {
	max-width: 65%;
	margin-bottom: 4em;
}

.hero-home .elementor-column:first-of-type::after {
    content: " ";
    background: #fff;
    width: 100vw;
    height: 2px;
    position: absolute;
    right: 10px;
    bottom: 5em;
}

.hero-home .elementor-element .elementor-button {
	background: transparent !important;
	border: solid 2px #fff !important;
	color: #fff !important;
}

.hero-home .elementor-element:last-of-type .elementor-button {
	background: #fff !important;
	border: solid 2px #fff !important;
	color: #000 !important;
	margin-left: 20px;
}

.hero-home .elementor-element .elementor-button:hover {
    color: #000 !important;
    background-color: #fff !important;
    transition: all ease .4s !important;
	will-change: auto;
}

.hero-home .elementor-element:last-of-type .elementor-button:hover {
    color: #fff !important;
    background-color: #7A9724 !important;
    transition: all ease .4s !important;
    border: solid 2px #7A9724 !important;
	will-change: auto;
}

.hero-home .elementor-element p a {
    color: #fff !important;
}

@media screen and (max-width:1024px) {
    .hero-home {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/****************************************** SUB HERO SECTION ******************************************/

section.sub-hero-section .elementor-column {
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin-left: auto;
    min-height: 60vh;
}

section.sub-hero-section h1 {
    color: var(--mv-white);
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    
    section.sub-hero-section h1 {
        font-size: 80px;
        line-height: 80px;
    }

}
@media screen and (max-width: 1024px) {
    
    section.sub-hero-section h1 {
        font-size: 60px;
        line-height: 60px;
    }

    section.sub-hero-section .elementor-column {
        max-width: 650px;
    }

}
@media screen and (max-width: 700px) {
    
    section.sub-hero-section h1 {
        font-size: 50px;
        line-height: 50px;
    }

}
@media screen and (max-width: 500px) {
    
    section.sub-hero-section h1 {
        font-size: 30px;
        line-height: 30px;
    }

}

/****************************************** SPACING SECTION ******************************************/
.padding-section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padding-bottom {
	padding-bottom: 75px;
}

@media screen and (max-width: 1024px) {
	.padding-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.padding-bottom {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	.padding-section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.padding-bottom {
		padding-bottom: 25px;
	}
}

/****************************************** APPLICATION SECTION ******************************************/
.home-applications .elementor-inner-section {
	margin-bottom: 60px;
}

.home-applications .elementor-inner-section .elementor-container {
	gap: 60px;
	flex-wrap: wrap;
}

.home-applications .elementor-inner-section .elementor-container .elementor-column {
	width: calc((100% / 3) - 40px);
}

.home-applications .elementor-inner-section .elementor-widget-wrap {
	padding: 0 !important;
	border-radius: 20px !important;
	overflow: hidden;
}

.home-applications .elementor-inner-section .elementor-widget-wrap  .elementor-widget-text-editor {
	padding: 20px;
}

@media screen and (max-width: 1024px) {
	.home-applications .elementor-inner-section .elementor-container .elementor-column {
		width: calc(50% - 30px) !important;
	}
}

@media screen and (max-width: 650px) {
	.home-applications .elementor-inner-section .elementor-container .elementor-column {
		width: 100% !important;
		max-width: 500px;
		margin: auto;
	}
}

/****************************************** CONTENT SECTION ******************************************/
section.content-section .elementor-widget-image,
section.content-section .elementor-widget-image > div,
section.content-section .elementor-widget-image > div > img {
    height:100%;
}

section.content-section .elementor-widget-image > div > img {
    object-fit: cover;
}

section.content-section.img-text .elementor-container {
    justify-content: flex-start
}

section.content-section.text-img .elementor-container {
    justify-content: flex-end
}

section.content-section.img-text .elementor-column:nth-child(2) {
    max-width: 625px;
    padding-left: 75px;
}

section.content-section.text-img .elementor-column:nth-child(1) {
    max-width: 625px;
    padding-right: 75px;
}

section.content-section.text-img .elementor-column:nth-child(2) .elementor-widget-wrap, 
section.content-section.img-text .elementor-column:nth-child(1) .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
}

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

    section.content-section.img-text .elementor-column:nth-child(2) {
        max-width:575px;
        padding-left: 25px;
    }

    section.content-section.text-img .elementor-column:nth-child(1) {
        max-width: 575px;
        padding-right: 25px;
    } 

}

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

    section.content-section .elementor-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    section.content-section.text-img .elementor-container{
        flex-direction: column-reverse;
    }

    section.content-section .elementor-container .elementor-column {
        flex-basis: 100%;
        width: 100%;
    }

    section.content-section .elementor-container .elementor-column .elementor-widget-wrap {
        padding: 0px;
    }

    section.content-section.img-text .elementor-column:nth-child(2),
    section.content-section.text-img .elementor-column:nth-child(1) {
        max-width: 550px;
        padding: 15px;
    }

    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-width:100%;
        max-height: 400px;
        padding-right: 0px;
        margin-bottom:  50px!important;
    }   

}
@media screen and (max-width: 650px) {
    
    section.content-section.text-img .elementor-column:nth-child(2),
    section.content-section.img-text .elementor-column:nth-child(1) {
        max-height: 250px;
        padding-right: 0px;
        margin-bottom:  25px!important;
    } 

    section.content-section.text-img .elementor-column:nth-child(2) img,
    section.content-section.img-text .elementor-column:nth-child(1) img{
        height: 250px;
    }
    
    section.content-section .elementor-widget-heading {
        margin-bottom: 10px;
    }
}

.inner-split .elementor-container {
    gap: 60px;
}

.inner-split .elementor-container .elementor-column {
    width: calc(50% - 30px) !important;
}

.inner-split .elementor-container .elementor-column:first-of-type .elementor-widget-wrap {
    padding-left: 0 !important;
}

.inner-split .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
    padding-right: 0 !important;
}

@media screen and (max-width: 1024px) {
    .inner-split .elementor-container {
        gap: 0 !important;
    }

    .inner-split .elementor-container .elementor-column {
        width: 100% !important;
    }

    .inner-split .elementor-container .elementor-column:first-of-type .elementor-widget-wrap {
        padding-right: 0px !important;
    }

    .inner-split .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
        padding-left: 0px !important;
    }

    .inner-split .elementor-container .elementor-column img {
        max-width: 550px !important;
        margin: auto !important;
    }
}

@media screen and (max-width: 570px) {
    .inner-split .elementor-container .elementor-column img {
        max-width: 100% !important;
        margin: auto !important;
    }
}

/****************************************** DOWNLOAD ARCHIVE **************************************/ 
.download-cat-drop .elementor-widget-wrap {
	padding: 0 !important;
}

.download-cat-drop .elementor-widget.elementor-widget-posts,
.download-cat-drop .elementor-widget.elementor-widget-button {
	overflow: hidden;
	transition: all ease .5s;
    margin: 0 !important;
}

.download-cat-drop.mv-active .elementor-widget.elementor-widget-posts,
.download-cat-drop.mv-active .elementor-widget.elementor-widget-button {
	max-height: 500px;
	transition: all ease .3s;
    will-change: auto;
}

.download-cat-drop.mv-active .elementor-widget.elementor-widget-posts {
    margin-bottom: 20px !important;
}

.download-cat-drop > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-widget-button .elementor-button-wrapper .elementor-button {
    background-color: var(--mv-white) !important;
    border-color: var(--mv-white) !important;
    color: var(--primary) !important;
}

.download-cat-drop > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
    background-color: rgba(0,50,104,1) !important;
    border-color: rgba(0,50,104,1) !important;
    color: var(--mv-white) !important;
}

.download-cat-drop .elementor-widget-icon .elementor-icon {
    transition: all ease .3s;
    will-change: auto;
    transform-origin: center;
    transform: rotate(90deg);
}

.download-cat-drop.mv-active .elementor-widget-icon .elementor-icon {
    transform: rotate(0deg);
}

/************************************** CENTERED TEXT SECTION *************************************/

section.centered-text-section .elementor-column {
    max-width: 850px;
    margin: 0 auto;
}

section.centered-text-section .elementor-column ul li {
	margin: 0 auto 7px auto !important;
}

@media screen and (max-width: 767px) {
    .centered-text-section ul {
        margin-left: 0 !important;
    }

    section.centered-text-section .elementor-column ul li {
        margin: 0 0 7px 0 !important;
    }
}

/****************************************** USP SECTION ******************************************/

section.usp-section h2 {
    margin-bottom: 50px!important;
}

section.usp-section .blocks-wrapper .elementor-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 50px;
}

section.usp-section .blocks-wrapper .elementor-column {
    max-width: 450px;
    padding: 40px;
    background-color: var(--primary);
    color: var(--mv-white);
}

section.usp-section .elementor-button-link {
    margin-top: 50px;
}

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

    section.usp-section .blocks-wrapper .elementor-column {
        flex-basis: 100%;
    }
    
}
@media screen and (max-width: 600px) {
    section.usp-section h2 {
        margin-bottom: 25px!important;
    }

    section.usp-section .blocks-wrapper .elementor-column {
        padding: 15px;
        max-width: 350px;
    }

}

/****************************************** LOGO SLIDER SECTION ******************************************/

section.logo-slider-section img {
    max-height: 70px;
    margin: 0 auto;
	filter: grayscale(1);
	transition: all ease .2s;
}

section.logo-slider-section .swiper-slide:hover img {
	filter: grayscale(0);
}

/****************************************** BLOG WRAPPER ******************************************/

section.blog-wrapper h2 {
    margin-bottom: 40px!important;
}

section.blog-wrapper.blog-slider-section h2 {
    margin-bottom: 15px!important;
}

section.blog-wrapper .blog-thumb-section .blog-text-box {
    margin-bottom: 50px!important;
}

/****************************************** BLOG ARCHIVE SECTION ******************************************/

section.blog-archive-section .ecs-posts {
    grid-row-gap: 75px;
}

section.blog-archive-section .ecs-posts  .ast-article-single, 
section.blog-archive-section .ecs-posts  .blog-thumb-section,
section.blog-archive-section .ecs-posts  .blog-thumb-section  .elementor-container {
	height: 100%;
}

section.blog-archive-section .ecs-posts article {
    margin-bottom: 50px!important;
}

/**** NAVIGATION ****/

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers {
	background: var(--secondary);
	color: var(--mv-white);
	padding: 10px 20px;
	border-radius: 10px;
	transition: all ease .2s;
	will-change: auto;
}

section.blog-archive-section .elementor-element .elementor-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.current,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers:hover {
	background: var(--primary);
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next {
	background: var(--primary);
	padding: 10px 20px;
	border-radius: 10px;
}

section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.prev:hover,
section.blog-archive-section .elementor-element .elementor-pagination .page-numbers.next:hover {
	background: var(--secondary);
}

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

    section.blog-archive-section .ecs-posts {
        grid-row-gap: 50px;
        grid-template-columns: repeat(2,1fr);
    }

}

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

    section.blog-archive-section .ecs-posts {
        grid-template-columns: repeat(1,1fr);
    }

}
/****************************************** BLOG THUMB ******************************************/
/*** OVERLAYING LINK ***/
section.blog-thumb-section .column-url,
section.blog-thumb-section .column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

/*** ACTUAL SECTION ***/
.blog-thumb-section {
	background: var(--mv-white);
	border-radius: 40px;
	overflow: hidden;
}

.blog-thumb-section .blog-thumb-content {
	padding: 40px;
}

.blog-thumb-section .blog-thumb-content  .elementor-widget-wrap {
	gap: 10px;
}

.blog-thumb-section .elementor-element .elementor-button-info .elementor-button-link {
	padding: 0 !important;
}

.blog-thumb-section:hover .elementor-element .elementor-button-info .elementor-button-link::after {
	width: 100%;
}

.blog-thumb-section .elementor-widget-image {
	overflow: hidden;
}

.blog-thumb-section .elementor-widget-image img {
	transition: all ease .3s;
	will-change: auto;
}

.blog-thumb-section:hover .elementor-widget-image img {
	transform: scale(1.1);
	transform-origin: center;
}

/***************************************** BLOG SINGLE PAGE ************************************/

.post-header h1 {
    color:var(--mv-white);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.post-content h2 {
    margin-bottom: 15px;
}

.blog-navigation {
    margin-bottom: 75px;
}

.blog-navigation .elementor-post-navigation__link {
    padding: 25px;
    background-color: var(--primary);
    transition: background-color 500ms;
    will-change: backgroud-color;
}

.blog-navigation .elementor-post-navigation__link span {
    color:var(--mv-white);
    font-weight: 700;
}

.blog-navigation .elementor-post-navigation__link span span:first-child {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-navigation .elementor-post-navigation__link span span:last-child {
    font-size: 20px;
    line-height: 25px;
}

.blog-navigation .elementor-post-navigation__link:hover {
    background-color: var(--secondary);
}

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

    .post-header h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .post-content {
        padding: 50px 0px;

    }
}

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

    .post-header h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .post-content {
        padding: 25px 0px;
    }

    .blog-navigation .elementor-post-navigation__link span span:first-child {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .blog-navigation .elementor-post-navigation__link span span:last-child {
        font-size: 14px;
        line-height: 17px;
    }

    .blog-navigation .elementor-post-navigation__link {
        padding: 10px;
    }

    .post-navigation__arrow-wrapper {
        display: none;
    }

}

/***************************************** PUBLICATION LOOP ***********************************/
.publication-loop .elementor-widget-heading:not(:last-of-type) {
    margin-bottom: 10px !important;
}

/* Ensure the container can stack the popup above neighbors */
.publication-loop {
    position: relative;
}

/* Hidden by default — cannot be interacted with */
.publication-loop .elementor-widget-theme-post-content {
    position: absolute;
    bottom: 100%;                   /* your original placement */
    right: 0 !important;
    width: 200% !important;
    max-width: calc(100vw - 20px)!important;

    border: solid 2px var(--primary);
    background: #EDF2F4;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    margin: 0 !important;

    opacity: 0;
    visibility: hidden;           /* add */
    transform: translateY(-4px);  /* small lift for nicer reveal */
    transition: opacity .2s ease, transform .2s ease, visibility 0s .2s;
    pointer-events: none;         /* IMPORTANT: off while hidden */
    z-index: 5;                   /* base stacking */
}

/* SHOW when either the icon OR the box itself is hovered */
.publication-loop:has(.quote-hover:hover) .elementor-widget-theme-post-content,
.publication-loop:has(.elementor-widget-theme-post-content:hover) .elementor-widget-theme-post-content {
    opacity: 1;
    visibility: visible;          /* add */
    transform: translateY(0);
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
    pointer-events: auto;         /* IMPORTANT: allow hover/click */
    z-index: 9;
}

/* Optional: remove any tiny “hover gap” between icon and box */
.publication-loop .elementor-widget-theme-post-content {
    margin-top: -1px;             /* keeps a 1px overlap with trigger area */
}

.publication-loop .elementor-widget-theme-post-content::before {
  content: "";
  position: absolute;
  /* only BELOW the popup, not over it */
  bottom: -44px;      /* size of the buffer */
  height: 44px;
  left: -48px;
  right: -48px;
  /* optional: trapezoid shape for diagonal forgiveness */
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  /* keep it hoverable so it holds the popup open */
  pointer-events: auto;
}

/* >>> Force all text inside the quote box to normal weight <<< */
.publication-loop .elementor-widget-theme-post-content,
.publication-loop .elementor-widget-theme-post-content * {
    font-weight: 400 !important;
}

@media screen and (max-width:767px) {
    .publication-loop .elementor-column {
        width: 100% !important;
    }

    .publication-loop .elementor-column .elementor-widget-wrap {
        justify-content: flex-start !important;
    }
}

/***************************************** CONTACT WRAPPER ************************************/

section.contact-wrapper .elementor-container {
    display: flex;
    justify-content: center;
    gap: 75px;
}

section.contact-wrapper .elementor-column {
    max-width: 500px;
}

@media screen and (max-width: 1200px) {
    
    section.contact-wrapper .elementor-container {
        gap: 25px;
    }

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

    section.contact-wrapper .elementor-container {
        gap: 15px;
    }

}
/****************************************** QUOTE SECTION ******************************************/

section.quote-section p {
    position: relative;
    max-width: 900px;
    margin: 0 auto!important;
    font-size: 50px;
    line-height: 60px;
    color:var(--mv-black)!important;
    font-weight: 700;
}

section.quote-section p:before,
section.quote-section p:after{
    content:'"';
    display: inline-flex;
    position: absolute;
    font-size: 150px;
    color:var(--secondary);
    font-weight: 700;
    z-index: -1;
    opacity: 0.7;
}

section.quote-section p:before {
    top: -20px;
    left: -55px;
}

section.quote-section p:after {
    bottom: -50px;
    right: -55px;
}

section.quote-section span {
    font-size: 30px;
    line-height: 45px;
    color:var(--primary)!important;
    font-weight: 800;
}

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

    section.quote-section p {
        padding: 25px 0px;
        font-size: 40px;
        line-height: 50px;
    }

    section.quote-section p:before,
    section.quote-section p:after{
        font-size: 120px;
    }

    section.quote-section p:before {
        top: 0px;
        left: -20px;
    }

    section.quote-section p:after {
        bottom: -20px;
        right: -20px;
    }

}

@media screen and (max-width: 950px) {
    section.quote-section p:before {
        left: 0;
    }

    section.quote-section p:after {
		right: 0;
	}
      
}

@media screen and (max-width: 550px) {
    
    section.quote-section p {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 35px;
    }

    section.quote-section p:before,
    section.quote-section p:after{
        font-size: 100px;
    }

    section.quote-section p:before {
        top: 0px;
        left: 0;
    }

    section.quote-section p:after {
        bottom: -20px;
        right: 0;
    }

    section.quote-section span {
        font-size: 25px;
        line-height: 30px;
    }

}

/****************************************** FAQ SECTION ******************************************/

section.faq-section .elementor-widget-heading {
    margin-bottom: 40px;
}

section.faq-section .elementor-column {
    max-width: 750px;
    margin: 0 auto!important;
}

section.faq-section .elementor-tab-title {
    padding: 15px 30px!important;
}

section.faq-section .elementor-accordion-title {
    line-height: 20px;
}

section.faq-section .elementor-accordion-title::after {
    content: '';
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    transform: rotate(270deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 500ms;
    will-change: transform;
}

section.faq-section .elementor-active .elementor-accordion-title::after {
    transform: rotate(90deg);
}

section.faq-section .elementor-accordion .elementor-tab-content,
section.faq-section .elementor-tab-title,
section.faq-section .elementor-accordion-item {
    border: none!important;
}

section.faq-section .elementor-tab-title {
    border-radius: 40px;
}

section.faq-section .elementor-tab-content {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

section.faq-section .elementor-accordion-item  {
    margin-bottom: 15px;
}

/****************************************** CONTACT FOOTER SECTION ******************************************/

section.contact-footer-section .elementor-column > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:50px
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box {
    max-width: 400px;
    flex-basis: 30%;
    border-radius: 25px;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box h3 {
    margin-bottom: 10px;
    color:var(--mv-white);
    font-weight: 700;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box p,
section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box a,
section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box .adres-container span {
    font-size: 15px;
    line-height: 20px;
    color:var(--mv-white);
    transition: color 500ms;
    will-change: color;
}

section.contact-footer-section .elementor-column > div  .elementor-widget-icon-box a:hover {
    color:var(--secondary)
}

section.contact-footer-section .tel-container  .img-link,
section.contact-footer-section .mail-container .img-link {
    display: none;
}

@media screen and (max-width: 600px) {
    
    section.contact-footer-section .elementor-column > div {
        gap:25px
    }

    section.contact-footer-section .elementor-container .elementor-widget-icon-box{
        flex-basis: 100%!important;
        max-width: 350px!important;
        margin-bottom: 0px!important;
    }

}
/****************************************** REVIEW SECTION ******************************************/

section.review-section .elementor-main-swiper {
    overflow: visible;
}

section.review-section .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    padding: 25px;
    color: var(--mv-black);
    height: 100%;
}

section.review-section .elementor-testimonial__header,
section.review-section .elementor-testimonial__name,
section.review-section .elementor-widget-reviews .swiper-slide{
    border:none!important;
    color:var(--mv-black)!important
}

section.review-section .elementor-testimonial__content {
    height: 100%;
}

section.review-section .swiper-slide {
    margin-right: 50px!important;
}

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

    section.review-section .swiper-slide {
        margin-right: 10px!important;
    }

}

/*********************************************** PAKKETTEN SECTION ****************************************/

section.pakketten-section .elementor-container {
    display: flex;
    justify-content: space-between;
    gap:50px;
    padding: 0px 15px;
}

section.pakketten-section .elementor-column {
    background-color: var(--primary);
    padding: 30px;
    border-radius: 25px;
}

section.pakketten-section .elementor-column  * {
    color:var(--mv-white);
}

section.pakketten-section .elementor-column h3 {
    margin-bottom: 25px;
}

section.pakketten-section .elementor-column span {
    display: block;
}

section.pakketten-section .elementor-column h3{
    text-align: center;
    font-weight: 700;
}

section.pakketten-section .elementor-column span {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
}

section.pakketten-section .elementor-column p {
    font-size: 15px;
    line-height: 20px;
}

section.pakketten-section .elementor-widget-text-editor {
    margin-bottom: 0px;
}

section.pakketten-section .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

    section.pakketten-section .elementor-container {
        justify-content: center;
        gap: 25px;
    }

    section.pakketten-section .elementor-column{
        flex-basis: 40%;
    }

}
@media screen and (max-width: 750px) {
    
    section.pakketten-section .elementor-column{
        flex-basis: 100%;
        max-width: 420px;
    }

}