p a { 
}	
P,
ul>li{ 
} 

.headslider,
.headslider div.greybg{
	height: 400px;
}

.intro p{
	line-height: 200%;
}


div.plattegrond{  
	width: 100%;
	height: 400px; 
	margin-bottom: 15px;
	margin-top: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
 
.panel{
	background: none;
	border:none;
	box-shadow: none; 
}
.panel h3{
	font-size: 24px;
} 
.panel>a{
  transition: color 0.2s ease-out;
}
.panel>a:hover,
.panel>a:focus,
.panel>a:not(.collapsed) {
	text-decoration: none;
  color: #ffefd5;
  transition: color 0.2s ease-out;
}

.panel>a.collapsed span.glyphicon-menu-up {
	display: none; 
}
.panel>a:not(.collapsed) span.glyphicon-menu-down {
	display: none; 
}

.panel-heading{
	padding-left:0;
}
.panel-body{
	padding:0;
}