/* =Basic Elements
-------------------------------------------------------------- */
html, body {
	font-size: 100%;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 2.9em;
}
h2 {
	font-size: 2em;
	padding-bottom: 10px;
}
h3 {
	border-top: 5px solid #FFF;
	font-size: 0.9em;
	padding-top: 10px;
}
h4 {
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 15px;
}
/* =Slider
-------------------------------------------------------------- */
#slider {
	height: 1400px;
}
/* =Content
-------------------------------------------------------------- */
#container {
	min-width: 280px;
	padding: 0 10px;
	width: auto;
}
.page {
	padding-top: 20px;
	padding-bottom: 24px;
}
.page br {
	display: none;
}
#intro img {
	width: 100% !important;
}
#slide-intro {
	width: 90%;
}

#slide-intro h2 {
	font-size: 2em;
}
#slide-intro img {
	padding-bottom: 10px;
	width: 15em;
	float: none;
}
#arrows {
	right: 8px;
	top: auto;
	bottom: 8px;
}
#contact {
	opacity: 0;
	z-index: 1;
}
#menu {
	width: 100%;
}
h4 {
	padding-top: 5px;
}
#menu li {
	background: none;
	background-color: #b4a05b;
	margin-bottom: 0;
	width: 65px;
	height: 65px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(000, 000, 000, 0.5);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(000, 000, 000, 0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(000, 000, 000, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	margin: 1px;
	font-size: 0.4em;
}
#menu li.activeSlide {
	background: none;
	background-color: #816B1E;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}
#menu li .view1 {
	background-position: center 10px !important;
	padding-top: 45px;
}
#menu li .view2 {
	font-size: 5.3em;
	padding: 0;
	padding-top: 5px;
}
#menu li#b-luisteren .view1 {
	background: url(../images/b-luisteren.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-observeren .view1 {
	background: url(../images/b-observeren.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-samen .view1 {
	background: url(../images/b-samen.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-koers .view1 {
	background: url(../images/b-koers.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-onderweg .view1 {
	background: url(../images/b-onderweg.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-monitoren .view1 {
	background: url(../images/b-monitoren.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-ervaren .view1 {
	background: url(../images/b-ervaren.png) no-repeat center 25px;
	background-size: 45px;
}
#menu li#b-nieuw .view1 {
	background: url(../images/b-nieuw.png) no-repeat center 25px;
	background-size: 45px;
}
#arrows {
	font-size: 2em;
	width: 100%;
}
#arrows a {
	background: #b4a05b;
	border-radius: 0px;
	color: #FFF;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 !important;
	position: fixed;
	opacity: 1;
	margin: 0 !important;
	left: 0;
	line-height: 40px;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	z-index: 40;
}
#arrows a.disabled {
	display: none;
}
#arrows a.down {
	bottom: 0px;
}
#arrows a.down.disabled {
	display: block !important;
	color: #786628 !important;
	text-indent: -9999px;
	opacity: 1;
}
#arrows a.up, #arrows a.left, #arrows a.right {
	display: none;
}
.adress br {
	display: block;
}
.case .case-thumb {
	clear: all;
	float: none;
	margin-left: 0;
}
