.fotowrapper{
	height: 500px;
	max-height: 50vh;
}

.required {
	position: relative;
}
.required:after {
    content: "\2a";
    color: #ccc; 
    padding: 2px 4px; 
    font-family: 'Glyphicons Halflings';
    font-size:12px; 
    position: absolute;
    right: 15px;
    top: 5px;
}
.required-error.required:after {
  color : rgb(212, 32, 39);
}
.has-no-error.required:after {
	display: none;
}
.requirednote {
  color: #ccc;
  font-variant: small-caps; 
}
.requiredwarning {
	display: none;
}

.contactform .form-control {
	border-radius: 0;
	padding: 12px;
	min-height: 44px;
} 
.alert-danger {
	background:#e9e9ea; 
	color: #000;
	border-radius: 0;
}   

@media(min-width: 992px){
	.address{
		text-align: right;
	} 
}
 
#contentwrap .adres-open{
	border-top: 0; 
	margin-top: 0 !important;
	padding: 0 !important;
}

#contentwrap .adres-open{ 
	border-bottom: 0;
	margin: 25px 0 10px;
	padding: 0 0 15px 0;
}
#contentwrap .adres-open h4{ 
	margin-top:0; 
}
#contentwrap .adres-open td:nth-child(1) {  
	width: 40px;
}
div.plattegrond{  
	width: 100%;
	height: 400px;  
	border: 1px solid #ccc; 
}
p.footerimage{
	margin-top: 25px;
}
 
 
 
 .address h3{
 	margin-top:0;
 }
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}


.headerpan{
	height: 300px;
}

.mapwrapper{
	background: #F7F1E9;
	padding-bottom: 20px;
}