#emm-wrapper {
    background: #001422;
    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.active-sub {
    background-color:#fafafa;
}

#emm-wrapper .emm-close {
    position:absolute;
    top:22px;
    right:20px;
}

#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:40px;
}

#emm-wrapper .emm-contents li a {
    color:#fff !important;
    font-weight: 500;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    position:relative;
    
    
    font-size:17px;
    font-weight: normal; 
    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/arrow2.svg');
    background-size:cover;
    right:0;
    top:0;
    bottom:0;
    left:auto;
    margin:auto;
    background-color:transparent !important;
    
}

#emm-wrapper .emm-contents li.menu-item-has-children.active > a:after {
    transform: rotate(0deg);
    width: 10px;
    height: 7px; 
    right:1px;  
}

#emm-wrapper div.title {
    font-size:20px;
 
    margin-bottom:20px;
    font-family: Futura;
    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:20px;
    margin-left:20px;
    position: relative;
}

#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;
}

#emm-wrapper li.active ul.sub-menu li {
    border-bottom:0px;
}

#emm-wrapper a.emm-back {
   padding-left:25px;  
   position:relative;
   position: absolute;
   top:22px;
   left:20px;
   font-size:17px;
   font-weight: 800;
   color:#000 !important;
   text-decoration: none !important;
   display:none;
}

#emm-wrapper a.emm-back:before {
    position:absolute;
    background-image: url('../images/back.svg');
    content:'';
    width:17px;
    height:12px;
    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:absolute;
     right:15px;
     top:19px;
     
}

#emm-icon-wrapper {
    position:fixed;
    background: #fff;
    z-index: 999999999999999999999999999999999999;
    position: sticky;
    height:68px;
    width: 100%;
}

#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:15px;
    left:16px;
}

#emm-wrapper.base.active-sub img.main-logo-top {
   display:none;
} 

.base.active-sub .emm-close img {
    filter:invert(1);
}

.base.active-sub .emm-contents li > a:after  {
    filter:invert(1);
}