@charset "utf-8";
/* CSS Document */


.row.content{
	padding: 30px;
}

/* NAVIGATIE */

.nav-bar {
	margin-top: 0px;
	background-color: #FFFFFF;
}
.nav-bar > li {
	float: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 38px;
	color: #ff9933;
	background-color: #FFFFFF;
}
.nav-bar > li:first-child {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.nav-bar > li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav-bar > li.active {
}
.nav-bar > li.active > a {
	color: #CCCCCC;
	cursor: default;
}
.nav-bar > li.active:hover {
	cursor: default;
}
.nav-bar > li:hover {
	background-color: #FFFFFF;
	color: #666666;
}
.nav-bar > li > a {
	color: #ff9933;
}
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: 17px;
}
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }

.current {
	background-color: #C6DF12;
}

.row.navigatie {
	padding-left: 180px;
}

h1, h2, p {
	color: #FFFFFF;
}

.homepage h1 {
	color: #ff9933;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 20px;
}

.bg {
	background-color: #F9B232;
	min-height:500px;
}

.footer p {
	color: #666666;
}