/* MENU  FUNCTIE  ------------------------------------------------------------*/

.firstrow-secondery .navi {

padding:15px 60px 0 0;
}
.firstrow-secondery .navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.firstrow-secondery .navi ul li {
	display: inline;
	margin-left: 25px;
}

.firstrow-secondery .navi ul li  a{
	font-size:24px;
color:#fff;
text-decoration: none;
font-weight: 400;

}
.firstrow-secondery .navi ul li  a:hover{
color:#c09f6d;
}

.firstrow-secondery .navi ul li.selected a{
color:#c09f6d;
}
.firstrow-secondery .navi ul li.first a{
display:none;
}

.firstrow-secondery .navi ul li:first-child {
	margin-left: 0;
}
.firstrow-secondery .navi ul li ul {
	display: none;
}

/* MENU  FUNCTIE KLEIN SCHERM  ------------------------------------------------------------*/


/*! #######################################################################

	meanbisMenu 2.0.7
	--------

	To be used with jquery.meanbismenu.js by Chris Wharton (http://www.meanbisthemes.com/plugins/meanbismenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanbismenufunctie-reveal {
	display: none;

}

/* when under viewport size, .meanbis-container is added to header-row */
/* main bar navi */
.meanbis-container .meanbis-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #dd3020;
	padding: 0;
	z-index: 999999;
}

.meanbis-container a.meanbismenufunctie-reveal {
	width: 35px;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 0;
	margin-right:40px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 60px;
	text-indent: -9999em;
	line-height: 30px;
	/*font-size: 1px;*/
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}

.meanbis-container a.meanbismenufunctie-reveal span {
	display: block;
	background: #fff;
	height: 4px;
	margin-top: 3px;
}
/* hier begin het menu */
.meanbis-container .meanbis-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 40px;

}

.meanbis-container .meanbis-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	
}
.meanbis-container .meanbis-nav > ul{
	margin-bottom:0px;
}

.meanbis-container .meanbis-nav ul li {
	position: relative;
	float: left;
	width: 100%;

}

.meanbis-container .meanbis-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #dd3020; /* was fff */
	text-decoration: none;
	background: #dd3020;
}
.meanbis-container .meanbis-nav ul li.last a {
padding: 20px 20px 40px 20px;
	}
.meanbis-container .meanbis-nav ul li.selected a {
border-top: 1px solid #c09f6d; /* was fff */
background: #c09f6d;	
}
.meanbis-container .meanbis-nav ul li a:hover {
border-top: 1px solid #c09f6d; /* was fff */
background: #c09f6d;
}

/* level 2 */
.meanbis-container .meanbis-nav ul li li a {

	padding: 5px;
	color: #b82f88;
	background: #efdcea;
	border-top: 1px solid #f1f1f1;
	text-shadow: none !important;
	visibility: visible;
}


/* level 3 */
.meanbis-container .meanbis-nav ul li li li a {
	width: 100%;
	padding: 5px;
}
/* level 4 */
.meanbis-container .meanbis-nav ul li li li li a {
	width: 100%;
	padding: 5px;
}
/* level 5 */
.meanbis-container .meanbis-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}



.meanbis-container .meanbis-nav ul li a.meanbis-expand {
	margin-top: 1px;
	width: 20px;
	height: 20px;
	padding: 5px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0);
	border: none !important;
	border-left: 0px solid rgba(255,255,255,0.4) !important;
	border-bottom: 0px solid rgba(255,255,255,0.2) !important;
}

.meanbis-container .meanbis-nav ul li a.meanbis-expand:hover {
	background: #efdcea;
}

.meanbis-container .meanbis-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.meanbis-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.meanbis-container .meanbis-bar, .meanbis-container .meanbis-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.meanbis-remove {
	display: none !important;
}





