/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Rest of styles */
body {
  background: url(../img/achtergrond.jpg) top center no-repeat #fff;
}

header { 
  display: none; 
}

#content {
  width: 1200px;
  height: auto;
  min-height: 155px;
  background: url(../img/onderbalk.png) #000;
  margin: 770px auto 175px;
  padding: 0;
}

#content a {
  display: inline-block;
  overflow: hidden;
  line-height: 1000px;
}

#content a.knop {
  float: left;
  width: 249px;
  height: 88px;
  margin: 32px 0 0 32px;
}

a.knop-1 { background: url('../img/knop-1.png') no-repeat; }
a.knop-2 { background: url('../img/knop-2.png') no-repeat; }
a.knop-3 { background: url('../img/knop-3.png') no-repeat; }

footer {
  display: inline-block;
  float: right;
  text-align: right;
  width: 300px;
  height: 150px;
}

a.pers {
  display: inline-block;
  width: 140px;
  height: 26px;
  margin: 32px 32px 0 0;
  background: url('../img/knop-pers.png') no-repeat;
}

.contact {
  clear: both;
  margin: 20px 32px 0 0;
}

.contact a {
  width: 41px;
  height: 41px;
  margin-left: 25px;
}

.contact a:first-child {
  margin-left: 0;
}

.contact .facebook { background: url('../img/knop-facebook.png') no-repeat; }
.contact .twitter  { background: url('../img/knop-twitter.png') no-repeat; }
.contact .vimeo    { background: url('../img/knop-vimeo.png') no-repeat; }
.contact .mail     { background: url('../img/knop-mail.png') no-repeat; }

.clear {
  width: 1px;
  height: 1px;
  display: block;
  clear: both;
}

.mfp-title a { color: white; }

.mfp-iframe-scaler .mfp-bottom-bar { margin-top: 6px; }
.mfp-iframe-scaler .mfp-bottom-bar .mpf-title { padding-left: 3px; }
.mfp-iframe-scaler .mfp-bottom-bar .mpf-counter { padding-right: 3px; }

#pers-download {
  position: relative;
  width: 900px;
  height: 506px;
  max-width: 100%;
  max-height: 100%;
  background: url('../img/john-jongleur.jpg') no-repeat bottom right #fff;
  margin: 0 auto;
}

#pers-download h2 {
  position: relative;
  padding: 75px 0 8px 80px;
  font-size: 22px;
  font-weight: 500;
}

#pers-download ul {
  position: relative;
  list-style-type: none;
  padding: 8px 0 0 80px;
}

#pers-download ul li {
  display: block;
}

#pers-download ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 4px 8px 4px 30px;
  margin-bottom: 10px;
  background: url('../img/zip-icon.png') 7px 4px no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  font-size: 14px;
}

#pers-download ul li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

#pers-download .mpf-close {
  top: 10px;
  right: 10px;
}

@media (max-width: 1200px) {
  body { background-size: 140%; }
  #content { width: 100%; }
}


/* --- KLEUREN AANPASSEN --- */

/* Kleur van de achtergrond (naast de afbeelding) */
body {
  background-color: #ffffff;
}

/* Kleur van de onderbalk */
#content {
  background-color: #000000;
}
