.naar_overzicht{
	display: none !important;
}

@media (max-width:767px)
{	
	#navbar-hoofdmenu{
		position: fixed;
     	z-index: 100;
		top: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		right: -100%;
		padding: 0;
		margin: 0;
		background: #eff1f6;
		
		-webkit-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	
	#hoofdmenu > li.current-page-ancestor:after, #hoofdmenu > li.current-menu-item:after, #hoofdmenu > li.current-menu-ancestor:after, #hoofdmenu > li.current-menu-parent:after{
		display: none !important;
	}
	
	#hoofdmenu li ul li ul li.naar_overzicht{
		margin-top: -7px;
	}
	
	.open .naar_overzicht{
		border: none !important;
		display: block !important;
	}
	
	#hoofdmenu li.open .naar_overzicht{
		display: block !important;
	}
	
	#hoofdmenu > li.open > ul > .naar_overzicht{
    	border-bottom: solid 1px rgba(255, 255, 255, 0.25) !important;
	}
	
	#hoofdmenu > li.open > ul > .naar_overzicht a{
		padding-left: 0 !important;
	}
	
	#hoofdmenu li.naar_overzicht a{
		color: #2dafe6 !important;
		font-size: 1.9rem;
		font-weight: 500;
		line-height: 5rem;
	}
	
	#hoofdmenu li.naar_overzicht a:before{
		content: "\f178";
		color: #2dafe6;
		font-family: "Font Awesome 6 Pro";
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 2rem;
		margin-right: 0.9rem;
	}
	
	#hoofdmenu{
		width: 100%;
		position: static;
		border-radius: 0;
		padding-top: 70px;
		height: auto;
		margin: 0;
		right: 0;
		background: #212b59;
		overflow-y: auto;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		display: block;
		margin-bottom: 0;
	}
	
	#topmenu{
		margin-bottom: 70px;
		float: left;
		width: 100%;
		padding: 0 2rem;
	}
	
	#topmenu li{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	#topmenu li ul {
		position: static;
		box-shadow: 0.6rem 0.9rem 1.4rem rgb(0 0 0 / 6%);
		background-color: #ffffff;
		padding: 2rem 2.3rem;
		float: left;
    	width: 100%;
	}
	
	#hoofdmenu > li{
        position: static;
		margin: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}
	
	.link_groot_werknemers{
		background: none;
	}
	
	.link_groot_werknemers a{		
		background-color: #ec6608 !important;
		border: solid 2px #ec6608;
	}
	
	#hoofdmenu > li > a{
		padding: 0 2rem;
		font-family: futura-pt, sans-serif;
		font-size: 1.9rem;
		font-weight: 800;
		line-height: 5.5rem;
		color: #fff !important;
		display: block;
		position: relative;
	}
	
	#hoofdmenu ul li.menu-item-has-children > a{
		position: relative;
	}
    
    #hoofdmenu > li.menu-item-has-children > a:after,
	#hoofdmenu ul li.menu-item-has-children > a:after{
        content: "\f078";
        color: #fff;
        right: 2rem;
        font-size: 0.9rem;
		font-weight: 400;
		line-height: 5.5rem;
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
		width: 1.6rem;
		height: 1.6rem;
		border: 0.1rem solid #ffffff;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
    	top: 19px;
    }
	
	#hoofdmenu > li:last-child{
	}	
	
	#hoofdmenu li ul li{
		margin-bottom: 0;
        position: static;
		padding: 0 0 0 2rem !important;
        width: 100%;
		margin: 0;
    	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	}
	
	#hoofdmenu li ul li:nth-child(2){
		border-top: solid 1px rgba(255, 255, 255, 0.25);
	}
	
	.link_groot_werkgevers a, .link_groot_werknemers a{
		margin: 1.5rem 0 !important;
    	width: auto !important;
	}
    
    #hoofdmenu li ul li + li{
        margin-top: 0 !important;
    }
    
    #hoofdmenu > li.open > ul{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);        
    }
	
	#hoofdmenu > li.open > a{
		background-color: rgba(45, 175, 230, 0.14) !important;
	}
    
    #hoofdmenu > li.menu-item-has-children > ul{
        display: none !important;
        position: static !important;
		height: auto;
		display: none;
		overflow: hidden;
        margin-top: 0;
		background: #212b59;
        -webkit-box-shadow: none;
        box-shadow: none;
		width: 100%;
    }
	
	#hoofdmenu > li.menu-item-has-children.open > a:after,
	#hoofdmenu ul li.menu-item-has-children.open > a:after{
		content: "\f077";
	}
	
	#hoofdmenu > li.menu-item-has-children.open > ul{
		overflow: visible;
		display: block !important;
		height: 100%;
	}
    
    #hoofdmenu button i{
        margin-right: 3px;
    }
    
    #hoofdmenu > li > ul:before{
        display: none;
    }
    
    #hoofdmenu button,
    #hoofdmenu button:focus{
        width: 100%;
        border: none;
        margin: 0;
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-family: ariana-pro;
		font-size: 1.4rem;
		font-weight: 500;
        background-color: #212b59;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        text-align: left;
        padding: 0 3rem;
        line-height: 3.5rem;
    }
	
	.submenu-back-button i:before{
		content: "\f104";
	}
    
    #hoofdmenu > li > ul{
        display: block;
        top: 0;
        left: 0;
        padding: 0;
        background-color: #1e3663;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        z-index: 2;
    }
    
    #hoofdmenu li > ul > li.menu-item-has-children ul{
        display: none !important;
        position: static!important;
        -webkit-transition:all 0.3s ease-in-out;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        padding-left: 0 !important;
		background: none;
        z-index: 3;
		background: none;
		padding: 0 0 1.5rem 0;
		
    }
	
	#hoofdmenu li ul li ul li{
		border: none !important;
	}
    
    #hoofdmenu li > ul > li.open ul{
        display: block !important;
    }
    
    #hoofdmenu li > ul > li.menu-item-has-children ul li a{
        padding: 0 0 0 2.4rem;
        color: #fff;
		color: #ffffff;
		font-family: futura-pt, sans-serif;
		font-size: 1.9rem;
		font-weight: 300;
		line-height: 3.4rem;
    }
    
    #hoofdmenu li a:after{
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;        
    }
	
	#hoofdmenu li ul li:last-of-type{
		margin-bottom: 0;
	}
	
	.submenu-back-button{
		display: none !important;
	}
	
	#hoofdmenu li ul li a{
        padding: 0 2rem;
        border: none !important;
		
		color: #ffffff !important;
		font-family: futura-pt, sans-serif;
		font-size: 1.9rem;
		font-weight: 800;
		font-style: normal;
		letter-spacing: normal;
		line-height: 5.5rem;
		display: block;
	}
	
	#hoofdmenu li ul li a br{
		display: none;
	}
	
	.navbar-default .navbar-toggle .icon-bar,
	#navbar-hoofdmenu .navbar-toggle .icon-bar{
		background: #fff;
	}
	
	.navbar-default .navbar-toggle.collapsed .icon-bar {
		background: #1e3663;
	}
    
    .showmenu-bg{
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		right: 0%;
		height: 100%;
		width: 100%;
        opacity: 0;
		z-index: 1;
        -webkit-transition:background 0.4s ease-in-out;
		transition:background 0.4s ease-in-out;
	}
    		
	#navbar-hoofdmenu .navbar-toggler {
		border: none;
		right: 23px;
		top: 28px;
		position: absolute;
		z-index: 50
	}
	
	#navbar-hoofdmenu .navbar-toggler-icon{	
        width: 24px;
        height: 25px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(45 12 12.5)'%3E%3Cpath fill='%23fff' d='M-3 14v-3h30v3z'/%3E%3C/g%3E%3Cg transform='rotate(-45 12 12.5)'%3E%3Cpath fill='%23fff' d='M-3 14v-3h30v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}
	
	.navbar-header {
		position: relative;
		width: auto;
	}
	
	#navbar-hoofdmenu.collapse{
		display: block;
	}
	
	#navbar-hoofdmenu.showmenu{
		right: 0;
		
		-webkit-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
    
    #navbar{
        border: none;
    }
	
	#hoofdmenu.showmenu{
		right: 0px;
	    z-index: 15;
	}
	
	body{
		left: 0%;
		position: relative;
		
		-webkit-transition:left 0.4s ease-in-out;
		transition:left 0.4s ease-in-out;
	}
	
	body.collapsed{
		left: -25%;
		position: relative;
		overflow: hidden;
		
		-webkit-transition:left 0.4s ease-in-out;
		transition:left 0.4s ease-in-out;
	}
}