.wpml-ls-current-language .wpml-ls-flag {
    display: none;
}
.wpml-ls-current-language span.sub-arrow{
    display: none;
}
/* .wpml-ls-current-language>a {
    transition: none !important;
} */
.wpml-ls-current-language a {
    display: block !important;
    padding: 10px 15px !important;
    margin: 0 !important;
    min-width: 49px;
}
.mobile-menu-afspraak {
    display: none !important;
}
.mobile-menu-afspraak {
    display: block !important;
}
.mobile-menu-afspraak a.elementor-item {
    background: #daff27;
    width: fit-content;
    border-radius: 4px;
    color: #0f4731 !important;
    padding: 12px 20px !important;
}

.mobile-menu-afspraak a.elementor-item:hover {
    background: #0f4731 !important;
    color: #fff !important;
    border: none !important;
}

.mobile-menu-afspraak a.elementor-item:hover::after {
    display: none !important;
}

/* .wpml-ls-current-language{
border-radius: 5px !important;
} */
.wpml-ls-menu.dropdown--main .wpml-ls-sub-menu a {
    background: #104425;
    color: #fff;
}
.wpml-ls-current-language a:hover{
    background: #104425 !important;
    color: #fff !important; 
}
/* .wpml-ls-current-language li {
    border-radius: 5px;
} */
.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: 0;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0 !important;
    text-shadow: none;
}
.wpml-ls-current-language,.wpml-ls-current-language .has-submenu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.wpml-ls-current-language .elementor-nav-menu--dropdown {
    width: fit-content !important;
    margin: 0 !important;
    max-width: fit-content !important;
    right: 0 !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul a.elementor-sub-item {
    margin: 0 auto !important;
}
.wpml-ls-current-language:hover a{
    color: #fff !important;
}
/* .wpml-ls-current-language a{
    color: #fff;
} */
.wpml-ls-current-language .sub-menu {
    background-color: #0F4731 !important;
}

.wpml-ls-current-language a.has-submenu:after {
    border: 0 !important;
    width: 0 !important;
}
.wpml-ls-current-language .has-submenu{
    transition: none !important;
}
.wpml-ls-current-language .elementor-nav-menu--dropdown{
    border: 0 !important;
}
/* .has-submenu:hover +.sub-menu {
    display: block !important;
} */
.menu-item .sub-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .menu-item:hover .sub-menu {
    display: block;
    opacity: 1;
    transition-delay: 0.1s;
  }
/* Ensure that the submenu is initially hidden */
.menu-item .sub-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* Show the submenu when the parent list item is hovered */
  .menu-item:hover .sub-menu {
    display: block;
    opacity: 1;
  }
  body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left: auto !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 49px !important;
  }
  .wpml-ls-current-language:hover {
    background: #0f4731;
}
.wpml-ls-current-language .sub-menu li.menu-item:last-child a {
    background: transparent;
    border-radius: 5px;
}
body .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    border-top: 1px solid #fff !important;
}
.only-mobile-menu {
    display: none;
}
.footer_main .footer_address {
    display: none;
}
.footer_main {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_main .footer_contact {
    width: fit-content;
}
.elementor-location-header .inner-header{
    margin-top: 0 !important;
}
.footer_main {
    padding-left: 15px !important;
    padding-right: 20px !important;
}

.form-download input, .form-download select, .form-download textarea {
  border: none;
  background-color: #F5F5F2;
  font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.form-download p{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
}
.form-download br{
    display: none;
}
.form-download p span{
    width: 100%;
}
.form-download .wpcf7-form-control-wrap[data-name="acceptance"] span{
    line-height: 1.2;
    margin-top: 30px;
    font-size: 12px;
}

.form-download input[type="submit"] {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 600;
    font-size: 15px; */
}
form.submitting .form-download .wpcf7-spinner{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 24px;
}
.hidden {
    display: none !important;
}
/* responsive */
@media only screen and (max-width:1200px) {
    /* .home .mobile-menu-afspraak {
        display: block !important;
    } */
    /* .home .mobile-menu-afspraak a.elementor-item {
        background: #daff27;
        width: fit-content;
        border-radius: 4px;
        color: #0f4731 !important;
    }
    .home .mobile-menu-afspraak{
        margin-left: 20px !important;
    } */

    .mobile-menu-afspraak{
        margin-left: 20px !important;
        margin-top: 20px !important;
    }
    .home .elementor-nav-menu__align-end .elementor-nav-menu {
        height: calc(100vh - 65px);
    }
  body.home.mobile-menu-cl{
        overflow: hidden !important;
    }
    body.home.mobile-menu-cl header .home-header {
        background: #0f4731 !important;
    }
    body.home header .home-header .shrinking-logo{
        text-align: left;
    }
    body.home.mobile-menu-cl header .home-header.elementor-sticky--effects .shrinking-logo .elementor-widget-container {
        padding-left: 25px;
        text-align: left;
    }
    body.home nav.elementor-nav-menu--dropdown .elementor-nav-menu li.menu-item a {
        padding-left: 25px;
    }
    .home .mobile-menu-afspraak {
        margin-top: 25px;
    }
       /* mobile -menu language */

       /* body.home .only-mobile-menu{
        display: block;
    } */

  .only-mobile-menu .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
        visibility: visible !important;
        position: inherit !important;
    }
     .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown {
        display: flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
    }
 .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown a {
        padding: 0 !important;
        width: fit-content;
        min-width: fit-content;
        background: transparent;
        border: none;
        font-size:17px;
    }
    .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown ul.wpml-ls-sub-menu {
        display: flex;
        gap: 10px;
        border-top: 0 !important;
        
    }
     .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown a:after{
        display: none;
    }
    .home-header .elementor-widget-shortcode .elementor-widget-container {
        display: flex;
        align-items: center;
    }
     .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown:hover {
        background: transparent;
    }
     .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown a:hover {
        background: transparent !important;
        color: #104425 !important
    }
    
     .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown a.wpml-ls-item-toggle {
        color: #E1FF5B !important;
    }
    .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown:hover ul.wpml-ls-sub-menu a.wpml-ls-link {
        color: #0F4731 !important;
    }
    /* html[lang="nl-NL"] body.home .only-mobile-menu {
        display: none;
    } */
    body.home.mobile-menu-cl .only-mobile-menu {
        display: block;
        /* left: 240px; */

    }
    /* body.home.mobile-menu-cl .elementor-sticky--effects .only-mobile-menu {
        left: 200px;
        top: 20px;
    } */


    .only-mobile-menu{
        position: fixed;
        top:20px;
        left: 200px;
        width: fit-content;
    }
    /* body.home .only-mobile-menu{
        left: 240px;
    }  */
     /* body.home .elementor-sticky--effects .only-mobile-menu{
        left: 200px;
    }  */
      
    .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown:hover ul.wpml-ls-sub-menu a.wpml-ls-link{
        color: #fff;
    }
    body.mobile-menu-cl .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown ul.wpml-ls-sub-menu li a.wpml-ls-link{
        color: #fff !important; 
    }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
        margin-top: 28px !important;
    }
     header .home-header .shrinking-logo .elementor-widget-container {
        display: flex;
        padding-left: 20px !important;
        align-items: center;
    }
      .mobile-menu-afspraak{
        display: block !important;
    }
     .mobile-menu-afspraak +.wpml-ls-current-language {
        display: none;
    }
    body.home.mobile-menu-cl .elementor-sticky--effects nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 0;
        padding-top: 0;
        top:19px !important;
    }
    body.home.mobile-menu-cl .only-mobile-menu {
        display: block;
        left: 240px;
        top: 33px;
    }
    body.home .shrinker.elementor-sticky--effects img{
        width: 100% !important;
    }
    body.home  .shrinker.elementor-sticky--effects{
        padding-top: 0px !important;
    }
  }
  @media only screen and (max-width:1024px) {
  body.home header .home-header {
    padding: 0;
}
.shrinker.home-header > .elementor-element:nth-child(2) {
    width: 25%;
}

  }
@media only screen and (max-width:767px) {
    .shrinking-logo img{
        min-width: 120px;
    }
    body.home.mobile-menu-cl .only-mobile-menu {
        left: 156px;
        top: 20px;
    }
    .only-mobile-menu .wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
        width: fit-content;
        max-width: fit-content;
    }
    .only-mobile-menu {
        top: 20px;
        width: fit-content;
        min-width: fit-content;
        max-width: fit-content;
    }
    .only-mobile-menu .wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown ul li a {
        font-size: 15px;
    }
    .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        height: calc(100vh - 50px);
    }
    .home-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home-header > .elementor-element.e-child:last-child {
        width: fit-content;
    }
    body .shrinker.elementor-sticky--effects img{
        width: 100% !important;
    }
    body.mobile-menu-cl:not(.home) .only-mobile-menu {
        display: block;
    }
    body:not(.home)  header{
        background-color: #F5F5F2 !important;

    }
    .elementor-location-header .inner-header{
        margin-top: 0 !important;
    }
    body:not(.home) .inner-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    body:not(.home) .elementor-nav-menu {
        background-color: #0F4731;
    }
 
    body:not(.home)  .elementor-sticky--effects .e-con-inner .elementor-element .elementor-widget-container a {
        text-align: left;
    }
    body:not(.home) .shrinker.elementor-sticky--effects img{
        width: 100% !important;
    }
    
    .elementor-nav-menu__align-end .elementor-nav-menu {
        height: calc(100vh - 65px);
    }
    body.mobile-menu-cl{
        overflow: hidden !important;
    }
    body:not(.home) .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a.elementor-item {
        color: #fff;
    }
    body:not(.home) .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a.elementor-item-active{
        color: #0f4731 !important;
    }

    .only-mobile-menu {
        left: 156px;
    }
    .inner-header .e-con-inner .elementor-element.e-con.e-child:last-child {
        padding-right: 0;
    }
    .elementor-menu-toggle{
        padding-right: 0;
    }
    body:not(.home).mobile-menu-cl .only-mobile-menu .wpml-ls-legacy-dropdown>ul .wpml-ls-item-legacy-dropdown ul.wpml-ls-sub-menu li a.wpml-ls-link{
        color: #0f4731 !important;
    }
  }

/* shrinking header section */

.shrinker {
	background: transparent;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

@media (max-width:767px) {
    .shrinker {
        margin-top: -2px !important;
    }
}

/* Sticky heading color fix */
.elementor-element.elementor-element-e6052c2.elementor-sticky.elementor-sticky--active.elementor-sticky--effects h1.elementor-heading-title,
.elementor-element.elementor-element-e6052c2.elementor-widget.elementor-widget-heading.elementor-sticky.elementor-sticky--active.elementor-sticky--effects h1.elementor-heading-title.elementor-size-default,
.elementor-element.elementor-element-e6052c2.elementor-widget__width-initial.elementor-widget.elementor-widget-heading.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects h1.elementor-heading-title.elementor-size-default {
    color: white !important;
}

.shrinker.elementor-sticky--effects img.wpml-ls-flag {
    width: 18px !important;
}

/* WordPress Customizer Additional CSS */
h1, h2, h3, h4, h5, h6, p {
    word-break: keep-all;
}

@media only screen and (max-width: 767px) {
    h5.elementor-heading-title.elementor-size-default {
        word-break: keep-all;
    }
}

/* Mobile menu language switcher positioning */
.only-mobile-menu2 {
    position: absolute;
    z-index: 9999;
    color: #fff !important;
    bottom: 35%;
}

.only-mobile-menu2 a {
    color: #fff !important;
}

.home .only-mobile-menu2 {
    bottom: 40% !important;
}

@media screen and (max-width: 600px) {
    .mobile-menu-afspraak + .wpml-ls-current-language {
        display: flex !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
        position: relative;
    }

    .wpml-ls-slot-3 .elementor-nav-menu--dropdown {
        display: inline-flex !important;
        position: relative;
        opacity: 1 !important;
        margin-top: -3px !important;
    }

    .wpml-ls-slot-3 .elementor-nav-menu--dropdown li {
        display: inline-block;
    }

    .wpml-ls-slot-3 a {
        color: #fff !important;
        position: relative;
    }

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

    .elementor-element-21363767 {
        font-size: 0px !important;
    }
}

/* Elementor element-specific styles from post-2.css */
.elementor-element.elementor-element-b91477c .elementor-heading-title {
    color: #CCCCCC4D !important;
    font-family: "RecklessNeue-Regular", Sans-serif !important;
    font-size: 99px !important;
    font-weight: 600 !important;
}


p{
    margin-block-start: 0;
    margin-block-end: 1em;
}