@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
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;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

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

html, body {
  height:100%; 
  min-height: 100%;
  font-size: .95em;
  color: #fff;
  line-height: 1.5em;
  font-family: 'Arial', Helvetica, sans-serif;
  background-color: #F7F7F7;
}

#contactbtn
{
  float: right;
  display: inline-block;
  margin-top: -95px;
}

.c a
{
  color: #88020c;
}

h2, h1
{
  line-height: 1.3em;
}

#mapbutton
{
    background-color: #88020c;
    border: 0 none;
    color: #ffffff;
    margin: 50px auto;
    cursor: pointer;
    display: inline-block;
    font-family: Impact,Charcoal,sans-serif;
    font-size: 2em;
    padding: 20px 25px;
    text-transform: uppercase;
    border: 3px solid #F7F7F7;
}

#mapbutton:hover
{
    background-color: #E4E4E4;
    border: 3px double #F7F7F7;
    color: #3F3F3F;
}

#video_pattern { background-image: url(../images/pattern.png); position: fixed; opacity: 0.8; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2;}
#video_background
{
  position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 1;
overflow: hidden;
}

#bodysplash
{
  overflow: hidden;
}

.splash
{
  position: relative;
  z-index: 3;
}

#container
{
  position: relative;
  min-height: 100%;
  padding-top: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.loctek-lightbox
{
  border-color: #88020c !important;
}

header
{
  background: #212121 url(../images/headerbg.png) repeat-x;
  min-height: 117px;
  padding-top: 1px;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header #logo
{
  float: left;
  width:281px;
}

header #logo span
{
  display: block;
  background: url(../images/logo.png) no-repeat center;
  max-width: 281px;
  background-size: contain;
  margin-left: 20px;
  margin-top: 15px;
  height: 90px;
}

header nav
{
  float: right;
  display: inline-block;
  margin-top: 75px;
  margin-right: 20px;
}

header li
{
  display: inline-block;
}

header nav a
{
  color: #fff;
  font-weight: bold;
  font-size: .9em;
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

header nav a.active, header nav a:hover
{
  border-color: #88020c;
}

header .cen
{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#resmenu
{
  display: none;
}

footer
{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

footer address
{
  padding: 1px 0;
  background-image: url(../images/footerbg.png);
  text-align: center;
  color: #B3B3B3;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.15em;
  letter-spacing: 1px;
}

footer address a
{
  color: #B3B3B3;
}

#ocdmoetdood
{
  background-color: #262626;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 8;
  display: none;
  bottom: 0;
}

header
{
  z-index: 9;
}

footer address h2
{
  color: #fff;
  margin-bottom: 45px;
}

footer address img
{
  display: block;
  margin: 35px auto 10px auto;
}

.disclaimer
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  margin-top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  margin-bottom: 10px;
}

.disclaimer a, .dislaimer p, .disclaimer span, .disclaimer i {
  color: #b3b3b3;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer i {
  animation: pulse 4s infinite;
}

@keyframes pulse {
	0% {
		color: #b3b3b3;
	}

	5% {
		color: #88020c;
	}
	10% {
		color: #b3b3b3;
	}
	20% {
		color: #88020c
	}
	21% {
		color: #b3b3b3;
	}

	50% {
		color: #b3b3b3;
	}

	100% {
		color: #b3b3b3;
	}
}

/* GDPR */ 

#content-container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #88020c;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color:#88020c;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #88020c;
  color: #fff;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #88020c;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}


/* Einde GDPR */


#aks
{
  color: #6a6a6a;
  padding: 40px 20px;
  max-width: 1185px;
  margin: 0 auto;
}

#aks article
{
  text-align: center;
}

#aks article img
{
  margin: 15px 4px auto 4px;
}

#aks .c, #aks ul
{
  text-align: justify;
}

#aks q
{
  font-style: italic;
  display: inline;
}

#aks strong
{
  font-style: italic;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.radioline
{
  display: inline-block;
}

#aks .c p:first-child
{
  margin-top: 0;
}

#aks .troeven span
{
  display: block;
  width: 0;
  height: 0;
  float: left;
  margin-right: 12px;
  margin-top: 7px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
}

#aks .troeven li
{
  border-bottom: 1px solid #cfcfcf;
  display: block;
  padding: 5px 0;
  font-size: .9em;
}

#aks h2
{
  margin-top: 10px;
  text-align: left;
  color: #88020c;
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 15px;
}

#aks article
{
  float: left;
  width: 365px;
  margin-left: 45px;
}

#aks .quote
{
  color: #666;
  font-size: 1.3em;
  font-family: Impact, Charcoal, sans-serif;
}

#aks article:first-child
{
  margin-left: 0;
}

#content
{
  padding-bottom: 984px;
}

#slogan
{
  height: 228px;
  background: url(../images/footerslogan.jpg) no-repeat center;
  background-size: cover;
  font-size: 1.5em;
  color: #fff;
  font-family: Impact, Charcoal, sans-serif;
  display: table;
  width: 100%;
  line-height: 1.7em;
}

#slogan div
{
  display: table-cell;
  height: 228px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#slogan p, #slogan h2
{
  max-width: 805px;
  margin: 0 auto;
  width: 95%;
}

#slogan h2
{
  font-size: 1.5em;
  margin-bottom: 10px;
}

#slider article
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
  text-align: center;
  width: 100%;
}

#slider h2
{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 5.2em;
  margin-top: 205px;
  margin-bottom: 90px;
}

#slider article a
{
  display: inline-block;
  padding: 10px 20px;
  color:  #fff;
  font-size: 1.8em;
  border: 2px solid #fff;
}

.showmobile
{
  display: none;
}

#slider .loctek-slider-controls
{
  bottom: 15px;
}

#slider
{
  overflow: inherit; background-color:#232324;
}

#slider .loctek-slider-controls li
{
  border: 0;
  background-image: none;
  background-color: #fff;
  margin: 0 5px;
}

#slider .loctek-slider-controls li.active
{
  background-color: #89030C;
  width: 16px;
  height: 16px;
}

#overons
{
  background-color: #EDF7F8;
  margin-top: 40px;
  padding: 35px 10px;
  text-align: center;
  color: #433e3e;
}

#overons h2
{
  font-size: 3em;
  font-family: Impact, Charcoal, sans-serif;
}

#overons .c
{
  margin: 35px auto;
  max-width: 805px;
}

#leesmeer
{
  background-color: #88020c;
  font-family: Impact, Charcoal, sans-serif;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  cursor: pointer;
}

#homeaks
{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 80%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

#homeaks article
{
  color: #fff;
  background-color: #305663;
  width: 23%;
  margin: 1%;
  margin-bottom: 15px;
  position: relative;
}

#homeaks article .goto {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #E4E4E4;
  border: 1px solid #305663;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  transition: all 0.8s ease;
}

#homeaks article .goto:hover, #homeaks article:hover .goto {
  background-color: #305663;
  border: 1px solid #E4E4E4;
}

#homeaks article .goto i {
  color: #305663;
}

#homeaks article .goto:hover i, #homeaks article:hover .goto i{
  color: #E4E4E4;
}

#homeaks article .img {
  overflow: hidden;
  position: relative;
}

#homeaks article img {
  width: 100%;
  transition: all 0.8s ease;
}

#homeaks article:hover img {
  transform: scale(1.1);
}

#homeaks article a:not(.goto) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#homeaks .content {
  padding: 15px;
}

#homeaks h2
{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.4em;
  min-height: 50px;
}

#homeaks p
{
  height: 90px;
  margin: 20px;
}

#homeaks span
{
  display: inline-block;
  background-color: #88020c;
  padding: 16px 25px;
  text-transform: uppercase;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.8em;
  margin-bottom: 25px; border:2px solid #FFF; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

h1
{
  color: #3F3F3F;
  margin: 45px 10px;
  font-size: 3.2em;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Charcoal, sans-serif;
}

#actueel
{
  text-align: center;
}

#actueel img
{
  width: 100%;
}

#actueel article
{
  vertical-align: top;
  max-width: 571px;
  width: 44%;
  margin: 25px 2%;
  display: inline-block;
  text-align: left;
  background-color: #393333;
}

#actueel article h2
{
  font-size: 1.7em;
  border-bottom: 1px solid #8C8E8D;   
  font-family: Impact, Charcoal, sans-serif;
  height: 45px;
  margin: 12px 35px;
  line-height: 1.6em;
}

#actueel article .c
{
  margin: 0 35px;
  height: 220px;
  padding-bottom: 30px;
}

#actueel article h2 .title
{
  width: 85%;
  height: 50px;
  display: inline-block;
}

#actueel article h2 .date
{
  line-height: .85em;
  text-align: center;
  font-size: .65em;
  float: right;
  display: block;
  padding-top: 6px;
  width: 40px;
  height: 34px;
  background-color: #88020c;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

#actueel article h2 span i
{
  font-size: .8em;
  font-style: normal;
}

.loctek-lightbox, #loctek-lightbox-close
{
  border-color: #305663 !important;
  color: #305663 !important;
}

#realisaties
{
  text-align: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

#realisaties article .img
{
  height: 234px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#realisaties article
{
  float: left;
  text-align: center;
  width: 23%;
  margin: 15px 1%;
  display: inline-block;
  background-color: #305663;
}

#realisaties article.big
{
  width: 48%;
}

#realisaties article h2
{
  font-size: 1.7em;
  border-bottom: 1px solid #8C8E8D;   
  font-family: Impact, Charcoal, sans-serif;
  height: 80px;
  padding: 5px 0;
  margin: 12px 35px;
  line-height: 1.6em;
}

#realisaties article .c
{
  margin: 0 35px;
  height: 220px;
}

#realisaties article .btn
{
  background-color: #88020c;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 2em;
  font-family: Impact, Charcoal, sans-serif;
  cursor: pointer;
  margin: 20px 0 30px 0;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; border:2px solid #FFF;
}

#realisaties article .btn.disabled
{
  background-color: #232323;
  cursor: default;
}

.centertext
{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#kijkwoning
{
  background-color: #E4E4E4;
  margin-top: 50px;
}

#kijkwoning .center
{
  max-width: 1240px;
  width: 95%;
}

#kijkwoning img
{
  width: 100%;
}

#kijkwoning article
{
  float: left;
  max-width: 400px;
  width: 32%;
  margin: 56px 0 56px 24px;
  display: inline-block;
  text-align: left;
  background-color: #393333;
}

#kijkwoning article:first-child
{
  margin-left: 0;
}

.i50
{
  width: 48.5% !important;
}

.i50fr
{
  float: right !important;
  width: 48.5% !important;
  margin: 0 !important;
}

.radiofield
{
  margin-left: 15px;
}

input[type="radio"]
{
  margin-left: 15px;
}

.radiolabel
{
  font-weight: bold;
  width: 150px;
  display: inline-block;
  margin-bottom: 20px;
}

#kijkwoning article h2
{
  font-size: 1.7em;
  border-bottom: 1px solid #8C8E8D;   
  font-family: Impact, Charcoal, sans-serif;
  height: 45px;
  margin: 12px 35px;
  line-height: 1.6em;
}

#kijkwoning article .c
{
  margin: 0 35px;
  height: 220px;
  padding-bottom: 30px;
}

.errors li
{
  color: #88020c;
  margin-left: 25px;
  list-style-type: disc;
  margin-bottom: 7px;
}

#mymap
{
  height: 100%;
  width: 100%;
}


.faq { max-width:940px; margin:auto; padding:0 20px 0 20px;}
.faq h2 { color:#FFF; font-family: Impact, Charcoal, sans-serif; font-size:1.6em; background-color:#88020c; padding:0 1.2%; margin-bottom:1.2%;}
.ant { max-width:900px; margin:auto; color:#666; margin-bottom:1.2%;}


#contact
{
  padding-top: 1px;
  background-color: #E4E4E4;
  padding-bottom: 55px;
  color: #6a6a6a;
}

#line
{
  margin-top: 1px;
  height: 1px;
  background-color: #F7F7F7;
  margin-bottom: 55px;
}

#contact h2
{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.5em;
  margin: 0 auto 30px 0;
  color: #3F3F3F;
  text-transform: uppercase;
}

#contact aside
{
  line-height: 1.7em;
  display: inline-block;
  float: left;
}

#contact h3
{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.3em;
  margin-bottom: 12px;
  color: #3F3F3F;
  margin-top: 16px;
}

#contact h3:first-child
{
  margin-top: 0;
}

#contact form
{
  margin-left: 20%;
}

#contact form h2, #contact form .fl
{
  margin-left: 1.3%;
}

#contact input[type="text"], #contact textarea
{
  border: 1px solid #C0C0C0;
  float: left;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 1.3%;
  width: 98.7%;
}

#contact textarea
{
  height: 80px;
}

#contact input[type="text"]
{
  width: 32%;
}

#contact input[type="submit"]
{
  border: 0;
  margin-left: 1.3%;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.3em;
  margin-top: 25px;
  float: right;
  background-color: #88020c;
  color: #fff;
}

#contact .center
{
  max-width: 1250px;
  width: 95%;
}

.splash
{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -220px;
}

#splash
{
  display: inline-block;
  font-size: 1.2em;
}

#splash div
{
  display: inline-block;
  width: 380px;
  padding-left: 60px;
}

#splash div:first-child
{
  padding-left: 0;
  padding-right: 60px;
}

#splash .line
{
  display: inline-block;
  width: 1px;
  height: 195px;
  background-color: #fff;
  margin-top: 30px;
}

#splash a
{
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 1.4em;
  border: 2px solid #fff;
  padding: 5px;
}

#splash p
{
  margin: 60px auto 45px auto;
  height: 145px;
  font-weight: bold;
  overflow: hidden;
}

@media all and (max-width: 1300px) {
  #homeaks {
    width: 90%;
  }
}

@media all and (max-width: 1240px) {
  #kijkwoning article
  {
    margin: 56px 0 56px 2%;
  }

  #socialmedia .c
  {
    display: none;
  }

  #socialmedia
  {
    text-align: left !important;
    width: 195px !important;
  }

  #aks
  {
    text-align: center;
  }

  #socialmedia img
  {
    margin: 10px 10px 0 0 !important;
  }

  #aks article
  {
    float: none;
    display: inline-block;
    margin-left: 20px;
    height: 190px;
    overflow: hidden;
  }

  #homeaks img
  {
    width: 100%;
  }

  #homeaks p, #homeaks span
  {
    display: none;
  }

  #homeaks .nl
  {
    display: block !important;
    height: 25px;
  }

  #homeaks h2
  {
    border: 0;
  }

  #homeaks .third article
  {
    margin-left: 0;
  }

}

@media all and (max-width: 1300px) {
  #homeaks {
    width: 95%;
  }
}

@media all and (max-width: 1050px) {
  #homeaks article {
    width: 31%;
  }
}

@media all and (max-width: 1030px) {
  #socialmedia
  {
    display: none !important;
  }

  #slider
  {
    display: none;
  }

  #aks
  {
    padding: 40px 0 40px 0;
  }

  #realisaties article
  {
    width: 31%;
  }

  #realisaties article.big
  {
    width: 65%;
  }
}

@media all and (max-width: 950px) {
  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }

  #content-container h2 {
    font-size:1.8em;
  }
}

@media all and (max-width: 850px) {
  #homeaks article {
    width: 48%;
  }
}

@media all and (max-width: 830px) {

  #homeaks {
    margin-top: 0;
    padding-top: 0;
  }
  #aks article
  {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 25px 0 0 0;
  }

  .player, .mbYTP_wrapper
  {
    display: none;
  }

  #container.splash
  {
    background: url("../images/footerbg.png");
  }

  #realisaties article
  {
    width: 48%;
  }

  #realisaties article.big
  {
    width: 100%;
    margin: 15px 0;
  }

  #overons
  {
    text-align: justify;
    background-color: transparent;
    margin: 0;
  }

  footer
  {
    position: static;
  }

  #content
  {
    padding-bottom: 20px;
  }
  
  #aks
  {
    padding-top: 0 !important;
  }

  #aks h2
  {
    display: block !important;
    width: 100%;
    height: auto !important;
    margin: 25px 0;
    background: #88020c;
    text-align: center;
    padding: 7px;
    color: #fff;
  }

  #aks .c, #aks ul, #aks .cent
  {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 97% !important;
  }

  #aks #socialmedia img
  {
    margin: 0 0 0 1.5% !important;
  }
  
  #aks article:first-child h2, #aks article:first-child
  {
    margin-top: 0 !important;
  }

  #actueel article
  {
    display: block;
    margin: 25px auto;
    width: auto;
  }

  #actueel article .c
  {
    height: auto;
  }
}

@media all and (max-width: 920px) {
  header nav
  {
    margin: 20px 0 0 0;
    float: none;
  }

  .radiolabel
  {
    width: 100%;
    margin: 10px 0;
  }

  .radiolabel+input[type="radio"]
  {
    margin-left: 0;
    margin-bottom: 15px;
  }

  header li:first-child a
  {
    margin-left: 20px;
  }

  header #logo
  {
    float: none;
  }

  #kijkwoning
  {
    text-align: center;
  }

  #kijkwoning article
  {
    float: none;
    width: 100%;
    max-width: 500px;
  }

  #contact form
  {
    margin-left: 0;
  }

  #contact aside
  {
    display: none;
  }

  #splash .line
  {
    height: 1px;
    width: 380px;
  }

  .splash
  {
    position: static;
    top: 0;
    margin: 0;
  }

  #splash div
  {
    margin: 40px auto;
    display: block;
    padding: 0 !important;
  }
}

@media all and (max-width: 650px) {
  #content-container h1 {
    font-size: 2.1em;
  }

  #content-container h2 {
    font-size:1.5em;
  }
    
}

@media all and (max-width: 600px) {
  .disclaimer {
    flex-direction: column;
  }
  .disclaimer span {
    display: none;
  }
  #homeaks article {
    width: 100%;
  }
}

@media all and (max-width: 530px) {
  
  #content-container h1 {
    font-size: 1.8em;
  }
  #realisaties article h2, #realisaties .c
  {
    height: auto;
  }

  footer address p
  {
    padding-left: 10px
  }

  .faq h2
  {
    font-size: 1.3em;
  }

  #container nav
  {
    display: none;
  }

  .showmobile
  {
    display: block;
  }

  h1, #overons h2
  {
    font-size: 2.2em;
  }

  footer
  {
    font-size: .7em !important;
  }

  h2
  {
    text-align: left !important;
  }

  #bodysplash
  {
    overflow: visible;
  }

  #video_pattern, #video_background, .hidemobile
  {
    display: none;
  }

  #resmenu
  {
    width: 25px;
    display: block;
    float: right;
    margin-top: 67px;
    margin-right: 10px;
    cursor: pointer;
  }

  .i50, .i50fr
  {
    width: 100% !important;
    float: left !important;
  }

  .radioline
  {
    display: block;
    margin-bottom: 10px;
  }

  body input[type="radio"]
  {
    margin-left: 0 !important
  }

  #splash .line
  {
    width: 95%;
  }

  #splash
  {
    width: 100%;
  }

  #splash div
  {

    width: 95%;
    max-width: 380px;
    margin: 40px auto !important;
    padding: 0 !important;
  }

  #splash div img
  {
    max-width: 100%;
  }

  #splash div p
  {
    overflow: inherit; 
    height: auto;
    margin: 60px auto;
  }

  #content
  {
    background-color: transparent !important;
  }

  #ligging
  {
    display: none;
  }

  #realisaties article
  {
    width: 100%;
    margin: 15px 0;
  }

  #realisaties article .c
  {
    height: auto;
  }

  #kijkwoning
  {
    background-color: transparent;
  }

  #kijkwoning article
  {
    width: 100%;
    margin: 20px 0;
  }

  #kijkwoning .center
  {
    width: 100%;
  }

  #content
  {
  }

  #homeaks
  {
    margin-top: 0;
  }

  #overons
  {
    padding-bottom: 0;
  }



  #slogan h2, #aks h2
  {
    text-align: center !important;
    font-size: 1.2em;
    color: #fff !important;
  }

  #slogan p
  {
    font-size: .9em;
    font-family: Arial, Helvetica, sans-serif;
  }

  #homeaks h2
  {
    text-align: center !important;
    font-size: 1.2em;
    height: auto;
  }

  footer address img:first-child, footer address h2, #content #socialmedia, .hidemobilei
  {
    display: none !important;
  }

  #container footer address img
  {
    margin: 0;
    display: inline-block;
    margin: 1em 10px 6px 10px;
  }

  #container footer address p
  {
    padding-right: 10px;
    margin-top: 9px;
  }

  footer .gegevens {
    text-align: center;
  }

  footer
  {
    font-size: .9em;
  }

  .disclaimer {
    margin-top: 20px;
  }


  footer .nl
  {
    text-indent: -10000px;
    display: block;
    line-height: 1px;
  }

  footer .icomarker
  {
    clear: left;
  }

  footer address
  {
    text-align: left;
  
  }

  header
  {
    position: relative;
  }

  #container nav
  {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    top: 117px;
    background-color: #262626;
    border-top: 1px solid #fff;
    margin: 0 !important;
  }

  nav a
  {
    margin-left: 0 !important;
    padding: 4px 10px 0 10px;
    display: block !important;
    border: 0;
  }

  header #logo
  {
    margin: 10px 50px 0 0;
    float: none;
    width: auto;
  }

  nav li
  {
    display: block;
  }

  #resmenu
  {
    position: absolute;
    margin:  0;
    right: 10px;
    top: 50%;
    margin-top: 10px;
  }

  nav a.active, nav a:hover
  {
    background-color: #88020C;
  }
}

@media all and (max-width: 324px) {
  #resmenu
  {
    margin-top: 0px;
  }

  h1
  {
    font-size: 1.7em;
  }
}

@media all and (max-width: 400px) {
  #actueel article
  {
    position: relative;
  }

  #actueel article .date
  {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #actueel article .c
  {
    text-align: justify;
  }

  #actueel article .title, #actueel article h2
  {
    height: 90px !important
  }
}

@media all and (max-width: 700px) {
  #contact input[type="text"]
  {
    width: 98.7% !important;
    float: left !important;
    margin: 0 0 15px 1.3% !important;
  }

  #contactbtn
  {
    margin-top: 0;
    float: left;
  }

  #contactbtn *
  {
    float: left !important;
  }
}