/*voor styles na laden body*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  display: none;
}
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-250px;
	margin-top:-250px;
}
#overlay-close{
	width:51px;height:25px;background:url(/png/close.png) 0 0 no-repeat;
	position:absolute;
	top: 50%;
	left: 50%;
}

/**/
.Paragraaf_Tekst table {border: 0;}
.Paragraaf_Tekst table td {border: 0;}

/*fix bt color*/
#Venster .label {
    color: #00afa6;
    font-size: 100%;
}

#Venster p a.document {
    padding-left: 17px;
}

#Venster #filteropties {
    padding-top: 50px;
}
#Venster #filteropties #filtertext {
    color: #fff;
}

/*media qry */
@media (min-width: 1200px) {
  .container {
    width: 100%; /*bt fix*/
  }
}