/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text], input[type=submit], input[type=email], input[type=tel], input[type=url], input[type=search], textarea, select, option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

select::-ms-expand {
  display: none;
}
.instagram {
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.content {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

header .content, footer .content {
  max-width: 1400px;
}

.footerform input {
  padding-left: 5px;
}

.footerform textarea {
  padding-left: 5px;
  padding-top: 10px;
}

.content:after {
  display: block;
  clear: both;
  content: "";
}

.content .text {
  margin-bottom: 30px;
}

.content .top .head {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.content .top .txt {
  color: #81878b;
}

.c a, .txt a {
  font-weight: bold;
  color: #8187A6;
}

.c a:hover, .txt a:hover {
  color: #009CDE;
}

.txt.acht {
  display: block;
  margin-bottom: 60px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-width: 600px;
  text-align: center;
}

body {
  color: #81878b;
  font-family: 'Lato', sans-serif;
}

.bighouse {
  display: none !important;
}

p {
  line-height: 150%;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}

ul:last-child {
  margin-bottom: 0px;
}

ul li {
  margin-bottom: 5px;
  line-height: 150%;
}

ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}

ol:last-child {
  margin-bottom: 0;
}

ol li {
  margin-bottom: 5px;
  line-height: 150%;
}

ol li:last-child {
  margin-bottom: 0;
}

.pml p {
  margin-bottom: 20px;
}

.pml p:last-child {
  margin-bottom: 0;
}

.item {
  position: relative;
}

.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}

.item .tekst a, .item .c a, .item .txt a {
  position: static;
}

.item .tekst a {
  color: inherit;
}

.item .tekst a:hover {
  opacity: 0.9;
}

.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.imgoverlay {
  overflow: hidden;
  padding: 1px;
  border: 1px solid #231f20;
}

.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.imgoverlay:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

.footermar {
  margin-bottom: 100px;
}

#sliderwrap {
  margin-top: 123px;
}

.cnt {
  text-align: center;
}

.titlebox {
  position: relative;
  height: 90px;
}

.lijntje {
  margin-bottom: 16px;
}

/**Lightbox**/

#loctek-lightbox-close {
  line-height: 20px !important;
  border: 0 !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.loctek-lightbox {
  line-height: 20px !important;
  border: 0 !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

h1, .h1 {
  color: #009cde;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6em;
}

/*===Unlockbtn===*/

.custom-control-container {
  margin: 5px;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.custom-control {
  cursor: pointer;
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: rgb(0, 0, 0);
  font-family: "Roboto", Arial, sans-serif;
  -webkit-user-select: none;
  user-select:none;
  font-size: 11px !important;
  background-color: rgb(255, 255, 255);
  padding: 1px 6px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  min-width: 28px;
  font-weight: 500;
}

.custom-control:hover {
  background-color: rgba(230, 230, 230, 0.6);
}

/*======einde algemeen=====*/

/*====Start Popup====*/

#popup {
  background-color: #009cde;
  position: relative;
}

#popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  color: #fefefe;
  font-size: 18px;
  cursor: pointer;
}

#popup .right {
  float: right;
  width: 50%;
}

#popup .left {
  margin-right: 52%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#popup .title h3 {
  font-weight: bold;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #fefefe;
}

#popup .title h4 {
  font-weight: 300;
  color: #fefefe;
  font-size: 1.35em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

#popup .tekst {
  color: #fefefe;
}

#popup img {
  width: 100%;
}

#popup .content {
  max-width: 1400px;
}

#popup .item:after {
  display: block;
  clear: both;
  content: "";
}

/*====EInde popup====*/

/*====Start Header====*/

a {
  cursor: pointer;
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
  position: relative;
}

.headerfill {
  height: 85px;
  width: 100px;
}

header #logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19.5px;
}

header #extranav, header #extranav2 {
  display: block;
  background-color: #81878b;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

header #extranav a, header #extranav2 a {
  line-height: 30px;
  font-weight: bold;
  padding: 8px 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.05em;
  text-transform: uppercase;
  color: #fefefe;
}

header #nav, header #extranav, header #extranav2 {
  display: none;
}

header nav {
  display: inline-block;
  position: relative;
  text-align: right;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  vertical-align: top;
  margin-right: 15px;
}

header nav>a {
  line-height: 30px;
  font-weight: bold;
  color: #81878b;
  padding: 0 0.75em;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.05em;
  text-transform: uppercase;
}

header nav>a:hover, header nav>a.active {
  color: #009cde;
}

header nav a.cont {
  background-color: #009cde;
  color: #fefefe;
  margin-right: 0;
}

.breadcrumb {
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: -15px;
}

.breadcrumb a {
  color: #81878b;
}

.breadcrumb a:last-child span {
  display: none;
}

header #search {
  display: inline-block;
  margin-top: 5px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 50;
  border-bottom: 2px solid #e5e6e8;
}

#banner {
  height: 540px;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.sliderwrap .txt {
  padding: 15px;
  border: 4px solid #fefefe;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 1), inset 0px 1px 1px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 1), inset 0px 1px 1px 0px rgba(50, 50, 50, 1);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 1), inset 0px 1px 1px 0px rgba(50, 50, 50, 1);
  -webkit-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
  -moz-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.3em;
  font-weight: bold;
  color: #fefefe;
}

/*=====Einde header====*/

/*====Start Bluebar====*/

.bluebar {
  background-color: #009cde;
  color: #fefefe;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.bluebar .blue {
  width: 500px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.bluebar .one {
  padding-right: 99px;
  border-right: 1px solid #fefefe;
}

.bluebar .two {
  padding-left: 100px;
}

.bluebar img {
  display: block;
  margin: 10px auto;
}

.bluebar h3 {
  font-weight: 900;
  font-size: 1.05em;
  margin-bottom: 10px;
}

.bluebar h4 {
  font-size: 1.05em;
}

.bluebar .two h4 {
  margin-bottom: 43px;
}

.bluebar .blue>a {
  display: inline-block;
  border: 1px solid #fefefe;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 33px;
  width: 140px;
  text-transform: uppercase;
  color: #fefefe;
}

.bluebar .blue .bekijk {
  margin-top: 84px;
  margin-right: 0px;
  width: 100%;
  max-width: 280px;
}

.bluebar form {
  margin-top: 43px;
}

.bluebar form:after {
  display: block;
  clear: both;
  content: "";
}

.bluebar form input[type="text"] {
  height: 35px;
  background-color: white;
  border: 0px;
  padding-left: 5px;
  width: 250px;
  float: left;
}

.bluebar form input[type="submit"] {
  height: 35px;
  border: 1px solid #fefefe;
  background-color: #009cde;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: bold;
  width: 150px;
  float: left;
}

/*====Einde bluebar====*/

/*====Start prefooter====*/

.prefooter>* {
  display: inline-block;
  vertical-align: top;
}

.prefooter .location {
  width: 50%;
  height: 470px;
}

.prefooter #dasmap {
  height: 470px;
}

.prefooter {
  border-bottom: 2px solid #e5e6e8;
}

.prefooter .contact {
  margin-left: 60px;
  padding-top: 30px;
}

.prefooter .contact h1, .prefooter .contact .h1 {
  margin-bottom: 10px;
}

.prefooter .contact h3, .prefooter .gegs h3 {
  font-weight: bold;
  color: #81878b;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.prefooter .contact h3 {
  margin-bottom: 20px;
}

.prefooter .contact a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fefefe;
  background-color: #009cde;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.prefooter .gegs {
  padding-top: 30px;
  margin-left: 40px;
}

.prefooter .gegs p {
  line-height: 125%;
  color: #81878b;
  margin-bottom: 25px;
}

.prefooter .gegs a {
  color: #81878b;
}

.prefooter .sochold img {
  margin-right: 5px;
}

.prefooter .sochold a:last-child img {
  margin-right: 0;
}

.prefooter label {
  margin-bottom: 10px;
  color: #81878b;
}

.prefooter input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #81878b;
  height: 35px;
}

.prefooter input[type="submit"] {
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  padding: 0 1.1em;
}

.prefooter textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #81878b;
}

.prefooter .part:after {
  display: block;
  clear: both;
  content: "";
}

.prefooter .part>p {
  display: block;
}

.prefooter .part>p:first-child {
  float: left;
  width: 100px;
}

.prefooter .part>p:last-child {
  margin-left: 120px;
}

.prefooter {
  padding-bottom: 10px;
}

/*====Einde prefooter====*/

/*====Start Footer====*/

footer {
  padding-top: 8px;
}

.rightfoot {
  float: right;
}

.rightfoot p {
  display: inline-block;
  line-height: 38px;
  font-size: 0.8em;
}

.rightfoot p:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}

.rightfoot p:last-child {
  margin-right: 0;
}

.leftfoot img {
  display: inline-block;
  position: relative;
  top: 5px;
}

.leftfoot p {
  display: inline-block;
  margin-left: 10px;
  line-height: 38px;
}

footer p, footer a {
  color: #81878b;
  margin-bottom: 0;
}

.leftfoot {
  float: left;
  position: relative;
  bottom: 3px;
}

/*====Einde Footer====*/

/*=====Start Home====*/

.single-row-three.home {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
}

.single-row-three.home .item:hover h2 {
  color: #009cde;
}

.item .whiteover>img {
  width: 100%;
}

.item .whiteover .vertcent img {
  width: auto;
}

.whiteover {
  position: relative;
}

.whiteover .vertcent {
  display: none;
}

.item:hover .whiteover:after {
  display: block;
  clear: both;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.item:hover .whiteover .vertcent {
  display: block;
  z-index: 2;
}

.full .item .whiteover .vertcent {
  display: block;
  z-index: 2;
}

.full .item .whiteover:after {
  display: block;
  clear: both;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.whiteover .vertcent img {
  margin-bottom: 20px;
}

.whiteover h3, .whiteover .h3 {
  text-align: center;
  font-size: 1.25em;
  padding-left: 5px;
  padding-right: 5px;
  color: #81878b;
  line-height: 125%;
}

h2 {
  text-transform: uppercase;
  color: #81878b;
  font-weight: bold;
  font-size: 1.3em;
}

.link-holder {
  text-align: left;
}

.link-holder a {
  position: static;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  color: #009cde;
  background-color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
}

/*=====Einde Home====*/

/*====Start searchbox====*/

.searchbox form:after {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  width: 2.5%;
  background-color: #009ede;
  content: "";
}

.searchbox {
  padding: 60px 15px;
  position: relative;
}

.searchbox h3 {
  display: inline-block;
  text-transform: uppercase;
  color: #83898c;
  font-weight: bold;
  font-size: 1.15em;
  margin-right: 40px;
  vertical-align: top;
  line-height: 27px;
  width: 150px;
  position: absolute;
  left: 15px;
  top: 60px;
}

.searchbox h3.bigline {
  line-height: 54px;
  width: 200px;
}

.searchbox h3.bouwgrondzoek {
  font-weight: 900;
  font-size: 2em;
  line-height: 150%;
  text-transform: uppercase;
  color: #009cde;
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
  position: static;
  padding-bottom: 20px;
  margin-right: 0;
}

.searchbox form {
  margin-left: 190px;
  display: block;
  height: 54px;
  border: 2px solid #009ede;
  position: relative;
}

.searchbox.type2 form {
  margin-left: 240px;
}

.searchbox .type {
  text-transform: uppercase;
  color: #009ede;
  font-weight: bold;
  font-size: 1.3em;
  border: 0;
  border-right: 1px solid #009ede;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 39%;
}

.searchbox .type.type2 {
  background-image: url('/images/bluesel.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.searchbox.type3 form {
  margin-left: 0 !important;
}

.searchboxtype3 {
  padding-right: 0px;
}

.gemeente {
  height: 50px;
  font-size: 1.3em;
  color: #81878b;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(/images/greysel.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  width: 39%;
}

.searchbox .submit {
  border: 0;
  height: 50px;
  line-height: 50px;
  background-color: #009ede;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fefefe;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  /*background-image: url(/images/whitesearch.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;*/
  width: 20%;
  text-align: center !important;
}

.searchbox .submit img {
  margin-left: 10px;
  position: relative;
  top: 3px;
  margin-right: -10px;
}

.searchbox .formcont {
  width: 80%;
  display: inline-block;
}

.searchbox .formcont>* {
  width: 50%;
}

.searchbox form select {
  padding-left: 16px !important;
}

/*====Start Realisaties home====*/

.top .head h2 {
  line-height: 150%;
}

.greybg {
  background-color: #f5f6f6;
}

.greybg h1, .greybg .h1 {
  color: #81878b;
}

.reabar:after {
  display: block;
  clear: both;
  content: "";
}

.reabar * {
  display: inline-block;
  /*float: left;*/
  width: 19.2%;
  margin-right: 1%;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  color: #81878b;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 1.25%;
  /*border:1px solid #009cde;*/
}

.whitebg .reabar *:hover, .whitebg .reabar *.active, .reabar *:hover, .reabar *.active {
  background-color: #009cde;
  color: #fff;
}

.reabar *:last-child, .reabar *:nth-child(5n) {
  margin-right: 0;
}

.whitebg .reabar * {
  background-color: #e5e6e8;
}

.reabar {
  margin-bottom: 15px;
  text-align: center;
}

.three-col-morph:after {
  display: block;
  clear: both;
  content: "";
}

.three-col-morph>* {
  float: left;
  margin-right: 1%;
  width: 32.66666%;
  margin-bottom: 1%;
}

.three-col-morph .two {
  width: 66.33333%;
}

.three-col-morph .three {
  width: 100%;
}

.three-col-morph>*:last-child {
  margin-right: 0;
}

.three-col-morph>*:nth-child(2n) {
  margin-right: 0;
}

.three-col-morph img.small {
  display: none;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  height: 30px;
  background-color: #009cde;
  color: #fefefe;
  text-transform: uppercase;
}

.whiteover h3 span {
  text-transform: uppercase;
}

.whiteover .meer {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  text-align: center;
  color: #fefefe;
  background-color: #009cde;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.whiteover .vertcent img {
  border: 0;
}

/*====Einde Realisaties home====*/

/*=====Start realisaties====*/

.reamain .main {
  margin-bottom: 20px;
}

.reamain .main img {
  display: block;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}

.reamain .txt {
  text-align: center;
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

.reamain strong {
  font-weight: normal;
  color: #009cde;
}

/*=====Einde realisaties====*/

/*=====Start nieuws home====*/

.nieuws {
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}

.nieuws .left {
  float: left;
  width: 440px;
}

.nieuws .left img {
  width: 100%;
}

.nieuws .right {
  margin-left: 480px;
}

.nieuws .date {
  float: left;
  background-image: url(/images/nieuwsballon.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 91px;
  width: 142px;
  text-align: center;
  color: #fefefe;
  font-size: 2.1em;
  font-weight: bold;
  padding-top: 20px;
}

.nieuws .title {
  margin-left: 165px;
  margin-bottom: 60px;
}

.vacatures .title {
  margin-left: 0;
  margin-bottom: 30px;
}

.vacatures .extra>* {
  margin-bottom: 20px;
}

.vacatures .extra h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nieuws .title h3 {
  font-weight: bold;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #009ede;
  padding-top: 20px;
}

.nieuws .title h4 {
  font-weight: 300;
  color: #009ede;
  font-size: 1.35em;
  text-transform: uppercase;
  margin-top: 20px;
}

.vacatures .button {
  margin-top: 40px;
}

.vacatures .button a {
  position: static;
  display: inline-block;
  height: 40;
  line-height: 40px;
  width: 200px;
  background-color: #009cde;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.vacatures .button a:first-child {
  margin-right: 20px;
}

.arrows {
  height: 37px;
}

.arrows .leftarr {
  left: -60px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.arrows .rightarr {
  right: -60px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.nieuws:after {
  display: block;
  clear: both;
  content: "";
}

.nieuws .item {
  float: left;
  width: 100%;
}

.nieuws .item:after {
  display: block;
  clear: both;
  content: "";
}

.nieuws.main .item {
  padding-bottom: 40px;
}

.nieuws.main .line {
  margin-bottom: 40px;
}

.nieuws.main .line:last-child {
  display: none;
}

.nieuws.kalender .line:last-child {
  display: block;
}

.nieuws.kalender .holder:last-child .line {
  display: none;
}

.nieuws .overflow {
  width: 100%;
  overflow: hidden;
}

.nieuwsholder {
  width: 99999999999px;
  position: relative;
  left: 0;
  transition: all 0.8s ease;
}

.nieuws.main {
  padding-left: 0;
  padding-right: 0;
}

/*=====Einde nieuws home====*/

#menubutton {
  display: none;
}

/*====Start Projectwoning====*/

.imgleft>img {
  float: left;
  width: 400px;
}

.project3 img {
  width: 360px;
}

.imgleft>.inhoud {
  margin-left: 420px;
  text-align: left;
}

.imgleft>.inhoud * {
  text-align: left;
}

.imgleft.bouwen>img {
  width: 460px;
}

.imgleft.bouwen>.inhoud {
  margin-left: 480px;
  text-align: left;
}

.bouwen:after {
  display: block;
  clear: both;
  content: "";
}

.bouwbtns {
  margin-top: 1.5%;
}

.bouwbtns a {
  display: inline-block;
  padding: 0em 0.75em;
  height: 40px;
  font-weight: bold;
  font-size: 1em;
  color: #81878b;
  background-color: #e5e6e8;
  text-transform: uppercase;
  line-height: 40px;
  width: 32.3333%;
  margin-right: 1.5%;
  text-align: center;
}

.bouwbtns a:last-child {
  margin-right: 0;
}

.bouwbtns a:hover {
  background-color: #009cde;
  color: #fefefe;
}

.line {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  height: 1px;
}

.content.project:after {
  display: block;
  clear: both;
  content: "";
}

.projectmap {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}

#themap {
  height: inherit;
  width: 100%;
}

.detailgrid img {
  border: 1px solid #e5e6e8;
  margin-bottom: 10px;
}

.detailgrid .item:hover>img {
  border: 1px solid #009cde;
  ;
}

.detailgrid .titlebox {
  height: 80px;
}

.detailgrid img {
  width: 100%;
}

.detailgrid h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #009cde;
}

.detailgrid h3 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #81878b;
}

.detailgrid p {
  color: #81878b;
}

.detail .img img {
  border: 1px solid #e5e6e8;
}

.detail .img img.magnify {
  border: 0;
}

.btnholder a {
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  padding: 0 1.3em;
  display: inline-block;
  line-height: 40px;
  font-size: 1.05em;
}

/*====Einde projectwoning====*/

/*====Start Projectwoningen detail====*/

.topbar {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #009cde;
}

.topbar .content {
  max-width: 1400px;
}

.topbar:after {
  display: block;
  clear: both;
  content: "";
}

.topbar .content>* {
  width: 33.33%;
  float: left;
  text-align: center;
}

.topbar .content>*:first-child {
  text-align: left;
}

.topbar .content>*:last-child {
  text-align: right;
}

.topbar .content>*:first-child h3 {
  margin-left: 10px;
}

.topbar .content>*:last-child h3 {
  margin-right: 10px;
}

.topbar img, .topbar h3 {
  display: inline-block;
  vertical-align: top;
}

.topbar img {
  position: relative;
  bottom: 5px;
}

.topbar a {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
}

.airview {
  margin-bottom: 40px;
  position: relative;
}

.airview:after {
  display: block;
  clear: both;
  content: "";
}

.airview>.airmap, .airview>.airfoto, .airview .airfoto2 {
  float: left;
  width: 50%;
  padding-bottom: 28.125%;
}

.airview .airfoto {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/airfoto.png);
}

.airview .custom-control-container {
  right: 51%;
}

.model_3d {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
  position: relative;
}

.model_3d iframe {
  max-width: 100%;
  width: 100%;
}

.content .imgleftbig .top .head {
  padding-bottom: 20px;
}

.imgleftbig>.img {
  float: left;
  width: 600px;
  max-width: 50%;
  padding-right: 40px;
}

.lot .top .head {
  padding-top: 0;
}

.img {
  position: relative;
}

.img img {
  width: 100%;
}

.img .magnify {
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}

.imgleftbig>.inhoud {
  margin-left: 50%;
  text-align: left;
}

.imgleftbig>.inhoud * {
  text-align: left;
}

.imgleftbig h3, .imgleftbig strong, .imgleftbig b {
  margin-top: 20px;
  color: #009cde;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}

.imgleftbig .teller {
  position: absolute;
  top: 0;
  right: 40px;
  height: 40px;
  width: 40px;
  background-image: url(/images/picteller.png);
  line-height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #009EDE;
  color: #fefefe;
}

.blocks .row:nth-of-type(1n) .teller {
  position: absolute;
  top: 0;
  right: 0px;
  height: 40px;
  width: 40px;
  background-image: url(/images/picteller.png);
  line-height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #009EDE;
  color: #fefefe;
}

.blocks .row:nth-of-type(2n) .teller {
  right: auto;
  left: 0px;
}

.swiping .item {
  float: left;
}

.swiping .overflow {
  overflow: hidden;
}

.swiping .overflow:after {
  display: block;
  clear: both;
  content: "";
}

.bottom {
  margin-top: 20px;
}

.bottom a:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}

.bottom a {
  line-height: 40px;
  display: inline-block;
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  font-size: 1.1em;
  width: 125px;
  text-align: center !important;
  text-transform: uppercase;
}

.formclose {
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  border: 0;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 1.1em;
  display: inline-block;
  vertical-align: top;
  width: 134px;
  text-align: center;
}

.loten {
  margin-top: 30px;
}

.longlist {
  max-width: 1200px;
  margin: 20px auto 60px auto;
}

.longlist .row {
  width: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #d8dadb;
  color: #a3a7a9;
  position: relative;
}

.longlist .row.active:hover {
  background-color: rgb(180, 180, 180);
  color: #fefefe !important;
}

.longlist .row.active:hover a {
  color: #fefefe;
}

.longlist .row.active:hover img {
  display: none;
}

.longlist .row.active:hover img.dn {
  display: inline-block;
}

.longlist .row>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.longlist .row:after {
  display: block;
  clear: both;
  content: "";
}

.longlist .cell {
  float: left;
  line-height: 30px;
}

.longlist .head {
  font-weight: bold;
  background-color: #009fe3;
  color: #fefefe;
  text-transform: uppercase;
}

.longlist a {
  color: #009fe3;
  font-weight: bold;
}

.longlist .c1 {
  width: 10%;
}

.longlist .c2 {
  width: 40%;
}

.longlist .c3 {
  width: 25%;
}

.longlist .c4 {
  width: 15%;
  text-transform: uppercase;
}

.longlist .c5 {
  width: 10%;
  text-transform: uppercase;
}

.subbar {
  background-color: #009cde;
  color: #fefefe !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px;
}

/*====Einde Projectwoningen detail====*/

/*====Start Lot detail====*/

.airview .airfoto2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/airofoto2.png);
}

/*====Einde lot detail====*/

/*===Start blocks====*/

.blokmain {
  color: #81878b;
}

.blokmain .head {
  padding-top: 60px;
  background-color: #fff;
}

.blokmain h3 {
  font-weight: 900;
  font-size: 2em;
  line-height: 150%;
  text-transform: uppercase;
  color: #009cde;
  text-align: center;
}

/*.blokmain.grey h3 {
color: #81878b;
}*/

.blokmain h4 {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #81878b;
  text-align: center;
}

.blokmain .head {
  padding-bottom: 60px;
}

.blokmain.grey {
  background-color: #f5f6f6;
}

.blocks .row:after {
  display: block;
  clear: both;
  content: "";
}

.blocks a {
  position: static;
  color: #fefefe;
  font-weight: bold;
}

.blocks .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.layout1 .img {
  padding-bottom: 28.125%;
}

.blocks .row .item {
  float: right;
  width: 50%;
}

.blocks.layout2 .row .item {
  float: right;
}

.blocks.layout2 .cont {
  min-height: 462px;
  height: 466px;
}

.blocks .row:nth-of-type(2n) .item {
  float: left;
}

.blocks .cont {
  padding: 45px;
  background-color: transparent;
  height: 50%;
}

.blocks .cont.light {
  background-color: transparent;
}

.blocks .cont h2 {
  margin-bottom: 40px;
  font-size: 1.4em;
  color: #009cde;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
}

.blocks .btn {
  margin-top: 20px;
}

.lesuren .img.grid {
  overflow: hidden;
}

.lesuren .img.grid img {
  width: 33.33%;
}

.lesuren p {
  color: black;
}

.lesuren .cont {
  background-color: #e6dfcd;
}

.blocks .row.lesuren h1 {
  color: black;
  margin-bottom: 37px;
}

/*====Einde blocks====*/

/*====Start Kalender=====*/

.kalenderbar {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.kalenderbar a {
  display: inline-block;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #e5e6e8;
  color: #81878b;
  font-weight: bold;
  font-size: 1em;
  margin: 5px;
}

.kalenderbar a:hover, .kalenderbar a.active {
  background-color: #009cde;
  color: #fefefe;
}

/*====Einde Kalender====*/

/*===Start contactpagina====*/

.contactpagina>* {
  text-align: left;
}

.contactpagina .contactimage {
  position: absolute;
  left: 0;
  bottom: 0;
}

.contactpagina {
  text-align: left;
  position: relative;
  margin-top: 40px;
}

.contactpagina .contact {
  margin-left: 420px;
  margin-right: 240px;
  padding-top: 30px;
  display: block;
}

.contactpagina .contact h1 {
  margin-bottom: 10px;
}

.contactpagina .contact h3, .contactpagina .gegs h3 {
  font-weight: bold;
  color: #81878b;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contactpagina .gegs {
  padding-top: 80px;
  float: right;
}

.contactpagina .gegs p {
  line-height: 125%;
  color: #81878b;
  margin-bottom: 25px;
}

.contactpagina .gegs a {
  color: #81878b;
}

.contactpagina .sochold img {
  margin-right: 5px;
}

.contactpagina .sochold a:last-child img {
  margin-right: 0;
}

.contactpagina label {
  margin-bottom: 10px;
  color: #81878b;
}

.contactpagina input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #81878b;
  height: 35px;
  padding-left: 5px;
}

.contactpagina input[type="submit"] {
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  padding: 0 1.1em;
}

.contactpagina textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #81878b;
  padding-left: 5px;
  padding-top: 10px;
}

.contactpagina .part {
  height: 70px;
}

.contactpagina .part>p {
  display: block;
}

.contactpagina .part>p:first-child {
  float: left;
  width: 100px;
}

.contactpagina .part>p:last-child {
  margin-left: 120px;
}

.contactpagina {
  padding-bottom: 40px;
}

.footerform .fake .fakeinput {
  display: none;
}

/*====Eind contactpagina====*/

/*===Start pageform===*/

.pageform {
  padding-right: 50%;
  position: relative;
}

.pageform .after {
  display: block;
  position: absolute;
  right: 0;
  width: 48%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.pageform label {
  margin-bottom: 10px;
  color: #81878b;
}

.pageform input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #81878b;
  height: 35px;
  padding-left: 5px;
}

.pageform input[type="submit"] {
  background-color: #009cde;
  color: #fefefe;
  font-weight: bold;
  border: 0;
  height: 40px;
  text-transform: uppercase;
  padding: 0 1.1em;
  font-family: 'Lato', sans-serif;
}

.pageform textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #81878b;
  padding-left: 5px;
  padding-top: 10px;
}

.pageform .part:after {
  display: block;
  clear: both;
  content: "";
}

.pageform .part>p {
  display: block;
}

.pageform .part>p:first-child {
  float: left;
  width: 100px;
}

.pageform .part>p:last-child {
  margin-left: 120px;
}

.pageform {
  margin-bottom: 160px;
}

/*===Einde pageform===*/

.notfound {
  padding-top: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

.notfound h1 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.notfound h2 {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.notfound a {
  width: 250px;
  margin: 5px;
}

.notfound img {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 200px;
}

.errors {
  padding-top: 10px;
  margin-bottom: 10px;
}

#snap {
  padding-top: 10px;
}

.garantieimg {
  max-width: 100%;
  margin-top: 10px;
}

.hand h3 {
  min-height: 32px;
}

/*=======Cookies========*/

#cookiewrapper {
  position: relative;
  width: 100%;
  font-size: small;
  padding: 15px 5px 15px 5px;
  background-color: rgba(0, 156, 222, 0.6);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#cookieheader {
  position: relative;
  max-width: 1200px;
  margin: auto;
  color: #fefefe;
}

#cookieheader a {
  color: #fefefe
}

#cookieheader p {
  margin-bottom: 5px;
  color: #fefefe
}

#cookieheader .btn {
  display: inline-block;
  padding: 0.35em 0.65em;
  min-width: 250px;
  border: 1px solid #fefefe;
  box-shadow: inset 0 0 0px 0 #fefefe;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-align: center;
  line-height: 20px;
}

#cookieheader .btn:hover {
  box-shadow: inset 400px 0 0 0 #fefefe;
  color: #009cde;
}

.xknop {
  float: right;
  margin-right: 10px;
}

.xknop a {
  color: Black;
}

.knop {
  color: #626262;
}

.knop a {
  color: #626262;
}

/*====Einde cookies====*/

/*====Start energiezuinig====*/

.txt.right {
  margin-left: 380px;
}

.leftimg {
  float: left;
  position: relative;
  top: -20px;
}

.energiez {
  padding-bottom: 80px;
}

/*====Einde energiezuinig====*/

/*===Start inspriatie===*/

.inspiratie {
  background-color: #f5f6f6;
}

.inspiratie .content:after {
  display: block;
  clear: both;
  content: "";
}

.inspiratie .img {
  width: 66.66%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  padding-bottom: 37.5%;
  position: relative;
}

.inspiratie .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inspiratie .txt {
  width: 33.33%;
  padding: 20px 30px;
  float: left;
}

.inspiratie .txt h3 {
  font-weight: bold;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #009ede;
  padding-bottom: 20px;
}

.inspiratie .btnhold a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 35px;
  text-align: center;
  color: #fefefe;
  background-color: #009cde;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

/*===Einde inspriatie====*/

/*====Start tiles====*/

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tileholder {
  padding-bottom: 600px;
  position: relative;
  border: 1px solid #e5e6e8;
  padding-right: 0;
  width: 49%;
  margin-right: 1%;
}

.tile>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}

.tiles .txt {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10%;
  left: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  cursor: default;
}

.x {
  font-size: 32px;
  line-height: 32px;
}

/*===Einde tiles===*/

/*===Start 404===*/

.not-found {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  line-height: 125%;
}

/*===Einde 404===*/

/*=====Media queries=====*/

@media screen and (max-width: 1420px) {
  .nieuws {
    padding-left: 30px;
    padding-right: 30px;
  }
  .arrows .leftarr {
    left: 5px;
    width: 16px;
  }
  .arrows .rightarr {
    right: 5px;
    width: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .content.fake {
    width: 100%;
    max-width: 1350px;
  }
  #afwerking {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 1400px) {
  #popup .left {
    padding-left: 2%;
  }
  #popup .close {
    z-index: 5;
    color: #009cde;
  }
}

@media screen and (max-width: 1350px) {
  #popup .item {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
  }
  #popup .right {
    display: none;
    width: 100%;
  }
  #popup .right.dn {
    display: block;
    float: none;
  }
  #popup .left {
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 2%;
  }
  #popup .close {
    color: #fefefe;
  }
}

@media screen and (max-width: 1300px) {
  .prefooter .location {
    width: 100%;
    height: 250px;
    display: block;
  }
  .prefooter #dasmap {
    height: 250px;
  }
  .prefooter .contact {
    margin-left: 0;
    text-align: left;
  }
  .prefooter .gegs {
    text-align: left;
  }
  .prefooter {
    text-align: center;
  }
}

@media screen and (max-width: 1250px) {
  .tileholder {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .notfound img {
    position: absolute;
    left: 2%;
    width: 200px;
  }
  .longlist .c3 {
    width: 22%;
  }
  .longlist .c5 {
    width: 13%;
  }
}

@media screen and (max-width: 1100px) {
  .project1 .imgleft>img {
    display: none;
  }
  .project1 .imgleft>.inhoud {
    margin-left: 0;
  }
  .content.project1 .top .head {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .project1 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1050px) {
  .blue.two br {
    display: none;
  }
  .bluebar form {
    display: inline-block;
  }
  header {
    padding-bottom: 0;
    border-bottom: 0;
  }
  header nav {
    display: block;
  }
  header #search {
    display: none;
  }
  header nav a.temp {
    display: none;
  }
  header #nav {
    display: block;
    background-color: #009cde;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  header #nav a {
    line-height: 30px;
    font-weight: bold;
    color: #81878b;
    padding: 0 0.75em;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.05em;
    text-transform: uppercase;
    color: #fefefe;
  }
  header #nav .right {
    display: none;
  }
  header #extranav .content, header #extranav2 .content {
    text-align: center !important;
  }
  .bluebar .one {
    border-right: 0;
    padding-right: 0;
    margin: 0 auto;
    display: block;
  }
  .bluebar .two {
    display: block;
    padding-left: 0;
    margin: 0 auto;
    display: block;
  }
  .headerfill {
    height: 155px;
  }
  /*====Start searchbox====*/
  .searchbox .type {
    width: 34%;
  }
  .searchbox .type.type2 {
    background-image: url(/images/bluesel.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .searchbox .gemeente {
    width: 34%;
  }
  .searchbox .gemeente.type2 {
    background-image: none;
  }
  .searchbox .submit {
    width: 30%;
  }
}

@media screen and (max-width: 1020px) {
  .blocks .row .item {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .blocks .row .item {
    float: none;
  }
  .blocks .row:nth-of-type(2n) .item {
    float: none;
  }
  .blocks .row .item .btnhold {
    text-align: center !important;
  }
  .blocks .row.lesuren .item {
    width: 100%;
  }
  .blocks .cont {
    max-height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .layout1 .row .img {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 450px;
  }
  .blocks .row:nth-of-type(1n) .teller {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .notfound {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .notfound img {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .longlist .c3 {
    width: 20%;
  }
  .longlist .c5 {
    width: 15%;
  }
  .bouwbtns a {
    font-size: 0.9em;
  }
  .searchbox h3.bigline {
    line-height: 28px;
    width: 100%;
  }
  .searchbox form:after {
    display: none;
  }
  .searchbox h3 {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    position: static;
    width: auto;
  }
  .searchbox h3 br {
    display: none;
  }
  .searchbox form, .searchbox.type2 form {
    margin-left: 0;
  }
  .searchbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .searchbox form {
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .searchbox form>* {
    width: 100% !important;
  }
  .searchbox .type {
    border-right: 0;
    border-bottom: 1px solid #009cde;
  }
  .searchbox .submit {
    padding-left: 25px;
  }
  .nieuws .left {
    display: block;
    margin-bottom: 20px;
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .nieuws .left img {
    width: 100%;
    height: 400px;
  }
  .nieuws .right {
    width: 96%;
    margin: 20px auto 0 auto;
  }
  .imgleftbig>.img {
    max-width: 100%;
    display: block;
    float: none;
  }
  .imgleftbig .img.nomob {
    display: none;
  }
  .imgleftbig .img.dn {
    display: block;
    margin-top: 20px;
  }
  .model_3d {
    float: none;
    width: 100%;
    margin: 0;
    display: none;
  }
  .model_3d.dn {
    display: block;
  }
  .imgleftbig>.inhoud {
    margin-left: 0px;
  }
  .content .imgleftbig .top .head {
    padding-top: 0;
  }
  .contactpagina .contact {
    margin-left: 0;
  }
  .contactpagina .contactimage {
    display: none;
  }
  .tileholder {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 600px;
  }
}

@media screen and (max-width: 900px) {
  .inspiratie {
    margin-top: -40px;
  }
  .inspiratie .img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    padding-bottom: 56.25%;
    float: none;
  }
  .inspiratie .txt {
    width: 100%;
    padding: 20px;
    float: none;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 850px) {
  .project2 .imgleft>img {
    display: none;
  }
  .project2 .imgleft>.inhoud {
    margin-left: 0;
  }
  .project3 .imgleft>img {
    display: none;
  }
  .project3 .imgleft>.inhoud {
    margin-left: 0;
  }
  .content.project2 .top .head {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .bouwbtns {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .bouwbtns a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 1em;
  }
  .project2, .project3 {
    padding-bottom: 40px;
  }
  .blocks .row .item {
    max-width: 100%;
  }
  .blocks .cont {
    padding-left: 2%;
    padding-right: 2%;
  }
  .layout1 .row .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 56.25%;
  }
  .bouwen {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 810px) {
  .longlist .c3 {
    width: 17%;
  }
  .longlist .c5 {
    width: 18%;
  }
}

@media screen and (max-width: 800px) {
  /*.three-col-morph .item.one, .three-col-morph .item.three {
    width: 49.5%;
    margin-right: 1%;
  } 
  .three-col-morph .three .big {
    display: none;
  }
  .three-col-morph .three .small {
    display: block;
  }  

  .three-col-morph > *:nth-child(3n) {
    margin-right: 1%;
  }
  .three-col-morph > *:nth-child(2n) {
    margin-right: 0% !important;
  }
  .three-col-morph .item.two {
    width: 100%;
    margin-right: 0;
    }*/
  .nieuws .left img {
    width: 100%;
    height: 250px;
  }
  .project1 .bottom a {
    width: 100% !important;
    margin-top: 20px;
  }
  .pageform {
    padding-right: 0px;
    position: relative;
  }
  .pageform .after {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #aanbod {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .txt.right {
    margin-left: 0px;
  }
  .leftimg {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .header {
    text-align: left;
  }
  .headerfill {
    height: 89px;
  }
  header nav {
    display: none;
  }
  header #menubutton {
    display: block;
    position: absolute;
    right: 0px;
    top: 32.5px;
    cursor: pointer;
  }
  header #logo {
    position: static;
    margin-top: 0;
  }
  header #nav .s {
    display: none !important;
  }
  header #nav:after {
    display: block;
    clear: both;
    content: "";
  }
  header #nav {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
  }
  header #nav>* {
    width: 50%;
    float: left;
  }
  header #nav .left {
    text-align: left;
  }
  #header #nav .right {
    text-align: right;
  }
  header #nav .left>* {
    width: 100%;
    display: block;
  }
  header #nav a {
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 20px;
  }
  header #nav .right {
    display: block;
    text-align: right;
  }
  header #nav .left a {
    padding-left: 0px;
  }
  header #nav .right a {
    background-color: #fefefe;
    color: #009cde;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0px;
  }
  header {
    border-bottom: 2px solid #e5e6e8;
  }
  .reabar * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  /*.three-col-morph {
    display: none !important;
  }
  .realpage .three-col-morph {
    display: block !important;
  }
  .three-col-morph.kijkmorph {
    display: block !important;
    }*/
  .greybg {
    padding-bottom: 60px !important;
  }
  .airview>.airfoto, .airview>.airfoto2, .airview .airmap {
    width: 100%;
    float: none;
    padding-bottom: 56.25%;
  }
  .airview .custom-control-container {
    right: 10px;
  }
  #airmap {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 680px) {
  .loten {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .longlist {
    background-color: #009cde;
    margin-top: 20px;
  }
  .longlist .row {
    color: #fefefe;
  }
  .longlist .row a {
    color: #fefefe;
  }
  .longlist .head {
    display: none;
  }
  .longlist strong.dn {
    display: inline;
  }
  .longlist .cell {
    width: 100%;
    display: block;
  }
  .longlist .c5 img {
    display: none;
  }
  .longlist .c5 img.dn {
    display: inline-block;
  }
}

@media screen and (max-width: 650px) {
  .sliderwrap .txt {
    left: 12.5%;
    width: 75%;
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 2.1em;
  }
  .img .magnify {
    bottom: 10px;
  }
  .imgleftbig .img.dn {
    padding-right: 0;
  }
  .imgleftbig .teller {
    right: 0;
  }
  .three-col-morph .item.one, .three-col-morph .item.three, .three-col-morph .item.two {
    width: 100% !important;
    margin-right: 0%;
  }
}

@media screen and (max-width: 630px) {
  .tileholder {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 600px) {
  #extranav a, #extranav2 a {
    width: 100%;
  }
  .projectmap {
    height: 300px;
  }
  .sliderwrap {
    height: 270px;
  }
  #banner {
    border-bottom: 20px solid #009cde;
    display: block;
  }
  .sliderwrap .txt {
    left: 20%;
    width: 60%;
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 1.5em;
  }
  .xknop {
    position: absolute;
    margin: 0;
    top: -10px;
    right: 3px;
  }
  #cookieheader p {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cookieheader {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  #cookiewrapper {
    position: relative;
  }
  .nieuws .date {
    float: none;
  }
  .nieuws .title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .prefooter .gegs {
    padding-top: 40px;
    margin-left: 0;
    text-align: center;
    display: block;
    width: 201px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .prefooter .contact {
    text-align: center;
    max-width: 96%;
  }
  .contactpagina .contact {
    margin-right: 0;
  }
  .contactpagina .gegs {
    padding-top: 40px;
    margin-left: 0;
    text-align: center;
    display: block;
    width: 201px;
    margin: 0 auto;
    margin-bottom: 60px;
    float: none;
    display: none;
  }
  .contactpagina .gegs.dn {
    display: block;
  }
  .leftfoot {
    display: block;
    position: static;
    margin-top: 10px;
  }
  .leftfoot img {
    display: block;
    margin: 0 auto;
    position: static;
  }
  .leftfoot p {
    display: block;
    text-align: center;
    margin-left: 0;
    line-height: 20px;
    margin-top: 5px;
  }
  .rightfoot {
    float: none;
    text-align: center;
    display: none;
    margin-top: 5px;
  }
  .rightfoot p {
    line-height: 20px;
  }
  .rightfoot.dn {
    display: inline-block !important;
  }
  .rightfoot p:last-child {
    margin-right: 0;
  }
  footer {
    padding-bottom: 10px;
    text-align: center;
  }
  .blocks .cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blocks.layout2 .cont {
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  /*.three-col-morph .item {
    width: 100% !important;
    margin-right: 0 !important;    
  }
  .three-col-morph .item .big {
    display: none !important;
  }
  .three-col-morph .item .small {
    display: block !important;
    }*/
  .notfound a {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .notfound a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .bluebar .one {
    width: 100%;
  }
  .bluebar .two {
    width: 100%;
  }
  .layout1 .row .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 75%;
  }
}

@media screen and (max-width: 500px) {
  /*.topbar .content > *:first-child {
    width: 65%;
  }
  .topbar .content > *:last-child {
    width: 35%;
    }*/
  .topbar h3 {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .vacatures .button a {
    display: block;
    width: 100%;
  }
  .vacatures .button a:first-child {
    margin-bottom: 10px;
  }
  .tophuisbtn {
    width: 100%;
    margin-bottom: 10px;
  }
  .tophuisbtn:nth-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {
  .bluebar form input {
    width: 100% !important;
    display: block !important;
  }
  /*.topbar .content > *:nth-child(1n) {
    width: 100%;
    text-align: center;
  }
   .topbar .content > *:last-child {
    margin-top: 20px;
    }*/
}

@media screen and (max-width: 400px) {
  #cookieheader .btn {
    padding: 0.5em 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 16px;
  }
  .blocks .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .greybg .head.grey h2 {
    font-size: 1.15em;
  }
  .nieuws .left {
    width: 96%;
  }
  .bluebar .blue>a {
    display: block;
    width: 100%;
  }
  .bluebar .blue .bekijk {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  .bottom a {
    display: block;
    width: 100% !important;
  }
  .bottom a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .sliderwrap .txt {
    left: 12%;
    width: 76%;
    font-size: 1.2em;
  }
  .blokmain h3 {
    font-size: 1.5em;
  }
  .head {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prefooter input[type="submit"] {
    width: 100%;
  }
  .three-col-morph .vertcent h3 {
    display: none;
  }
}

@media screen and (max-width: 310px) {
  header #logo {
    width: 220px;
  }
  header #logo img {
    width: 100%;
  }
  .bouwbtns a {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 300px) {
  .formclose {
    width: 100%;
    margin-top: 10px;
  }
  .pageform input[type="submit"] {
    width: 100%;
  }
}

#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 20em;
  padding-top: 1em;
}

.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 1000;
  color: #009cde;
  position: relative;
  z-index: 10;
  text-decoration: underline;
}

#PL_privacy .privcnt a {
  color: #fff;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}

.privcnt:hover input~.checkmark {
  background-color: #ccc;
}

.privcnt input:checked~.checkmark {
  background-color: #009cde;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.privcnt input:checked~.checkmark:after {
  display: block;
}

.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* COOKIE MELDING NEW */

#PLCookie {
  position: fixed;
  left: 10px;
  bottom: 10px;
  margin-right: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

#PLCookie h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

#PLCookie p {
  max-width: 500px;
  font-family: 'Montserrat', sans-serif;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
  font-size: 1.1em;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
  background-color: #009cde;
  border: 1px solid #009cde;
  color: #fefefe;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  margin: 5px;
  font-size: 1.3em;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #009cde;
  border: 1px solid #009cde;
}

/* NEW COOKIE END */

/* COOKIE MELDING oud
  #PLCookie {
    width: 100%;
    min-height: 50px;
    position: fixed;
    padding: 0 15px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4f4f4f;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
    -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
    box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  }

  #PLCookie article {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 6px;
  }

  #PLCookie article div {
    float: right;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    margin-right: 200px;
  }

  #PLCookie article div a {
    padding: 10px 15px;
    margin-left: 20px;
    background-color: #fff;
    color: #4f4f4f;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
  }
  #PLCookie article div a:hover {
   background-color: #dbdbdb;
 }

 @media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}
/* old cookie end */

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #81878b;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color: #fff;
  color: #000;
  font-size: 1.5em;
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #009cde;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover+div>h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #009cde;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #009cde;
}

#content-container h3 span {
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #009cde;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover+div>h3>span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}