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

body,
.alert .close,
.post header {

color:#999;
line-height:25px;
}

h1, h2, h3, h4, h5, h6,
.btn,
.page-heading,
.team em,
blockquote.style-1,
.tab-pane .commentlist .meta,
.wpcf7-submit,
.testimonial-footer span.user 
 {
 font-family: 'Open Sans', sans-serif;
 color:#1a94d1;
}

.nav-tabs > li > a,
.site-navigation > ul a,
.tp-arr-titleholder,
.above-nav-bar.top-bar ul li
 {
  font-family: 'Open Sans', sans-serif;
}


.hoogtefontcommon {
	line-height: 30px;
	font-size:16px;
	color:#000;
}

#sliderfont {
 	 font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	
	color: #FFF;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {

}

/* mouse over link */
a:hover {
	color: #999;
}

/* selected link */
a:active {

}
.zwartfont {
	color: #000;
	font-size:13px;
}
.footerkop {
	color: #FFF;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.footerfont {
	color: #CCC;
	font-size: 13px;
}

.footerfont a:link {
	color: CCC;
}

.footerfont a:hover {
	color: #999;
	text-decoration: underline;
}

.dik {
	font-weight: bold;
}

#fahome {
	color: #999999;
}

.h1kop
{
	color: #FFF;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.h1zwart
{
	color: #000;
	font-weight: 500;
}

.h4vultekst
{
	color: #999;
	line-height: 28px;
}

.h4koptekst
{
	color: #000;
	font-weight: 500;
}


/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print {
  .noPrint{
    display:none;
  }
}
h1{
  color:#f6f6;
}