/*.color1 {color: #f89e1a;}*/
/*.color2 {color: #487d7c;}*/
    
    
@media (min-width: 992px) {
    #navToggle {display:none;}
}
@media (max-width: 991.98px) { 
    #genesis-nav-primary,.genesis-nav-menu  {display:none;}
}

/*Verberg het originele menu*/
#genesis-mobile-nav-primary {display:none;}


.navbar-toggle {display:block!important;}

    .sidenav li.menu-item-has-children a::after {
        font-family: 'Font Awesome 5 Pro';
        content: " \f078"; /*down*/
        font-weight:100!important;
    }
    .sidenav li.menu-item-has-children.active > a::after {
        font-family: 'Font Awesome 5 Pro';
        content: " \f077"; /*up*/
        font-weight:100!important;
    }
    .sidenav li.menu-item-has-children li a::after,li.menu-item-has-children.active li a::after,li.active li.menu-item-has-children.active li a::after{
        content:''!important;
    }
    
    .sidenav li.active li.menu-item-has-children a::after {
        font-family: 'Font Awesome 5 Pro';
        content: " \f078"; /*down*/
        font-weight:100!important;
    }
    .sidenav li.active li.menu-item-has-children.active > a::after {
        font-family: 'Font Awesome 5 Pro';
        content: " \f078"; /*down*/
        font-weight:100!important;
    }
    .sidenav li li.menu-item-has-children li a::after {
        content:'';
    }
    
    
    ul.sub-menu {width:100%;}
    #probuSidenav img.wpml-ls-flag {padding:0;}
    #probuSidenav .phone {display:none;}
    #probuSidenav .phone {display:none;}
    #probuSidenav ul.sub-menu {
        max-height:0px;
        overflow:hidden;
        transition:all 0.3s ease;
    }
    #probuSidenav li.active  {background-color:rgba(0,0,0,0.1);}
    #probuSidenav li.active a {color: #f89e1a;}
    #probuSidenav li.active ul.sub-menu a {color: #fff;}
    #probuSidenav li.active ul.sub-menu a:hover {color: #f89e1a;}
    #probuSidenav li.active ul.sub-menu {max-height:400px;}
    #probuSidenav li.active ul.sub-menu ul {max-height:0px;}
    #probuSidenav li.active ul.sub-menu li.active ul {max-height:400px;}

/*Activeer als er een logo in de sidenav komt te staan*/
a.sidenav-logo {
/*    display:block;
    height:100px;
    margin:0 15px 25px;
    background:url('../images/search.png');
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;*/
}


/* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 80; /* Stay on top */
        top: 0;
        background-color: #487d7c; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 80px; /* Place content 60px from the top */
        transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
        text-align:center;
        width:450px;
        
        right: -450px;
    }

    @media (max-width:450px) {  
        .sidenav { 
            width:100%;
            right:-500px;
         }
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 5px 8px;
        text-decoration: none;
        color: #fff;
        font-weight:100;letter-spacing:0.1rem;
        display: block;
        transition: 0.3s;
        font-size:1rem;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #f89e1a;text-decoration:none;
    }

    #navOverlay{
        top:0;left:0;bottom:0;right:0;position:fixed;z-index:50;background-color:rgba(0,0,0,0.5);
        display:none;
    }
    
    #navToggle {
        position:absolute;top:30px;right:13px;z-index:100;
        width: 40px;
        height: 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;

    }
    
#navToggle i {
    color:#fff!important;font-size:30px;
}


    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


#probuSidenav img  {padding:30px 15px 15px 15px;}
#probuSidenav ul {list-style-type: none;padding-left:0;}
#probuSidenav li li a {font-size:1em!important;margin-top:-10px;}
/*#probuSidenav li li a::before {content:'\021AA ';}*/