#emm-wrapper {
    background: #C9EEFF;
    z-index: 999999999999999999999999999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
  
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    display:none;
}

#emm-wrapper .emm-contents-sub {
    display:none;
    
    
}

#emm-wrapper .emm-contents-sub .title {
   margin-top:20px; 
}

#emm-wrapper.active-sub {
    background-color:#fafafa;
}

#emm-wrapper .emm-close {
    position:absolute;
    top:32px;
    right:30px;
}

#emm-wrapper li.title {
    display:none;
}

#emm-wrapper .emm-close img {
    width:18px;
    height:auto;
}

#emm-wrapper .emm-close:after {
    content:'';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -30px;
}
  
#emm-wrapper .emm-contents {
    margin-top:0px;
    padding:30px;
}

#emm-wrapper .emm-contents li a {
    color:#000 !important;
    font-weight: 600;
    padding-top:10px;
    padding-bottom:15px;
    display:block;
    position:relative;
    
    
    font-size:13px;
   
    text-decoration: none;
    
}

#emm-wrapper .emm-contents.emm-contents-sub li a {
    color:#000 !important;
}


#emm-wrapper ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

#emm-wrapper ul li {
    
}

#emm-wrapper .emm-top {
     height:58px;
     width:100%;
    
}

#emm-wrapper .emm-contents li {
    position: relative;
}

#emm-wrapper .emm-contents li > a:after {
    position:absolute;
    content:'';
    width: 14px;
    height: 14px;
    background-image:url('../images/pijl-mobilemenu-rechts.svg');
    background-size:cover;
    right:0;
    top:-4px;
    bottom:0;
    left:auto;
    margin:auto;
    background-color:transparent !important;
    
}

#emm-wrapper .txt-bottom {
    position: absolute;
    top:calc(100vh - 125px);
    left:0;
    right:0;
    margin:auto;
    width:310px;
    text-align:center;
    
}

#emm-wrapper .txt-bottom h2 {
    font-size:22px;
    line-height: 26px;
    display:inline-block;
}

.emm-contents-sub .level-1 li.menu-item-has-children > a:after {
    transform: rotate(90deg);
 
}

.emm-contents-sub .level-1 li.menu-item-has-children.active > a:after {
    transform: rotate(-90deg);
 
}

#emm-wrapper div.title {
    font-size:17px;
 
    margin-bottom:30px;
   
    font-weight: 700;
}

#emm-wrapper ul.sub-menu {
    display:none;
}

#emm-wrapper li.active ul.sub-menu {
    
    display:block;
}

#emm-wrapper li.active ul.sub-menu li a {
    padding-left: 0px;
    margin-left: 20px;
    position: relative;
    font-weight: 400;
}

#emm-wrapper li.active ul.sub-menu li a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background-image: url('../images/pijltje.svg');
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    display:none;
}

#emm-wrapper li.active ul.sub-menu li {
    border-bottom:0px;
}

#emm-wrapper a.emm-back {
   padding-left:18px;  
   position:relative;
   position: absolute;
   top:30px;
   left:30px;
   font-size:12px;
   font-weight: 700;
   color:#000 !important;
   text-decoration: none !important;
   display:none;
}

#emm-wrapper a.emm-back:after {
    background-color:#E5017D;
    height:4px;
    width: calc(100% + 1px);
    position: absolute;
    content: '';
    bottom: -7px;
    left: 0;
}

#emm-wrapper a.emm-back:before {
    position:absolute;
    background-image: url('../images/pijl-mobile-terug-links.svg');
    content:'';
    width: 11px;
    height: 10px;
    background-size:cover;
    left:0;
    top:0;
    bottom:0;
    margin:auto;    
}

#emm-wrapper.active-sub a.emm-back {
    display:block;
}

#emm-wrapper .buttons-wrapper {
     
     
    margin-top:70px;
     
}

#emm-wrapper .buttons-wrapper a.button {
    width:100%;
    margin-bottom:19px;
}

#emm-wrapper .buttons-wrapper a.button + a.button span:after {
    display:none;
}

#emm-wrapper .buttons-wrapper a.button + a.button span {
    margin-left:0;
}

#emm-icon-wrapper a.hamburger {
    position: relative;
}

#emm-icon-wrapper a.hamburger:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -12px;
}
 

body.emm-is-active .block {
    position: initial;
}

#emm-icon-wrapper {
  
    
}

header.sticky #emm-icon-wrapper {
    
}

#emm-icon-wrapper .logo-m-wrapper img {
    width:221px;
    height:auto;
    
}
#emm-icon-wrapper .logo-m-wrapper {
    position: absolute;
    left: 15px;
    top: 19px;
    z-index: 3;
}

header.sticky2 #emm-icon-wrapper:after, .search-bar-mobile:after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 100%;
    box-shadow: inset 0px 11px 6px -10px #bdbdbd;
    opacity:0.1;
    left: 0;
    z-index: 2;
    height: 40px;
}

.search-bar-mobile {
    position:relative;
}

.emm-top img.main-logo-top {
    position: relative;
    top:30px;
    left:30px;
    width:140px;
    height:auto;
}

#emm-wrapper.base.active-sub img.main-logo-top {
   display:none;
} 



.container-nav-mobile {
    margin-left:auto;
    display: flex;
    align-items: center;
}

.emm-contents-base .emm-mobile-menu {
    border-radius:10px;
    background-color:#fff;
    padding:20px;
}

.emm-contents-base .search-inner .input-wrapper {
    display:block !important;
}

.emm-contents-base .search-inner .input-wrapper input {
    font-size:15px !important;
    font-weight: 500;
}

.emm-contents-base .search-inner {
    padding-top:0px !important;
    padding-bottom:5px !important;
    

}

.emm-contents-base .search-inner .input-wrapper {
   max-width:100% !important; 
}

.emm-contents-sub .level-1 li.menu-item-has-children ul.sub-menu li a:after {
    display:none;
}


.emm-contents-base .search-inner ::placeholder, 
.emm-contents-base .search-inner.dark ::placeholder {
  font-weight: 500;
}

.emm-contents-base .search-inner :-ms-input-placeholder, 
.emm-contents-base .search-inner.dark :-ms-input-placeholder {
  font-weight: 500;
}

.emm-contents-base .search-inner ::-ms-input-placeholder, 
.emm-contents-base .search-inner.dark ::-ms-input-placeholder {
  font-weight: 500;
}

body.emm-bg {
    
    background-color: #C9EEFF;
}

body.emm-bg2 {
    
    background-color: #FFF;
}

@media (min-width: 992px) {
    
   .container-nav-mobile {
       display:none;
       
   } 
}
