/* CSS Document */

/* 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: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #ec6635; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color:#c69acc;;
}



/* Position and style the menu button  */

.fa-bars{
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 20px
	
}
.navbar-toggler {
	border: 0px solid #fff;
	background-color:transparent;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	text-align: center;
	color: #fff;
	font-size: 20px
	
}
.navbar-toggler:hover {
	
}
.navbar-toggler:focus {
	outline: 0;
}



/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -12px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.navslide-container{
	padding: 30px 0 0;
	
}


.navslide-container form{
	padding: 10px;
	
}




/* CSS Menu */

.navbar-mobiel{
	background-color: #ec6635!important;
	}



/* Navbar Styles */
.navbar {
	border-radius: 0;
	
}



.navbar .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
    
}

.navbar .navbar-brand {
	float:none;
	display: inline-block;
}



.dropdown-toggle {
	cursor: pointer;
}



.navbar  ul li {
	border-bottom: 1px solid #f0855d;
	border-radius: 0;
	padding: 0 15px;
}

.navbar  ul li a {
	color:#fff!important;
	text-align: left;
	font-size: 17px;
	padding: 5px 5px;
	}

.navbar  ul.dropdown-menu {
	padding: 0px;
	margin: 0px;
	
}

.navbar  ul.dropdown-menu li {
	border-bottom: 1px solid #ec6635;
	border-radius: 0;
	padding: 0px;
}


.navbar  ul.dropdown-menu li a {
	color:#fff!important;
	padding: 5px 5px!important;
	font-size: 15px;
	background-color: #000;
	
}

.navbar  ul.dropdown-menu li a:hover {
	color:#000!important;
	background-color: #d5c7b8;
	
}




.navbar .collapse ul#dropdown-menu a {
	color:#fff!important;
}



/*Einde Mobile menu_________________________________________________________________________________________*/







/* 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;}
}