.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #323232;
}

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  width: 250px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 17px;
  border-color: #f7f7f7;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
}

.button.beige.footer:hover {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 80px;
  padding-top: 0px;
  padding-left: 25px;
  border-bottom: 1px none #000;
  background-color: #1d1d1b;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  border-right: 1px none #4d4d4d;
  border-left: 1px none #000;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: Eurostileltstd, sans-serif;
  color: #ededed;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: transparent;
  color: #fff;
}

.nav-link.w--current {
  padding: 10px 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f7f7f7;
  background-color: transparent;
  box-shadow: none;
  color: #f7f7f7;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: #f7f7f7;
}

.nav-link.social-icons {
  padding: 10px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.nav-menu {
  margin-top: 50px;
  float: right;
  border-left: 1px none #4d4d4d;
}

.brand {
  padding-top: 17px;
}

.section {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  max-width: none;
  margin-bottom: 40px;
  padding: 0px;
  background-color: transparent;
  color: #4d4d4d;
}

.section.footer {
  display: block;
  height: auto;
  max-width: none;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f7f7;
  background-color: #1d1d1b;
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-family: Eurostileextended, sans-serif;
  color: #f7f7f7;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.footer-text {
  margin-top: 12px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 12px;
  text-align: center;
}

.contact-form-column {
  padding: 0px 0px 74px;
  border-radius: 0px;
  background-color: #1d1d1b;
}

.contact-info-column {
  padding-top: 0px;
  padding-left: 0px;
  background-color: #1d1d1b;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  font-family: Eurostileltstd, sans-serif;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-text {
  margin-top: 20px;
  font-family: Eurostileltstd, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.logo {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.banner-2-bouwen-geen-zorg-subtitel {
  margin-top: 0px;
  margin-left: 15px;
  padding-right: 25px;
  padding-bottom: 21px;
  padding-left: 25px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.banner-2-bouwen-geen-zorg-subtitel.banner-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-weight: 700;
  text-align: left;
}

.banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat {
  display: block;
  margin: 0px auto 17px;
  padding-top: 0px;
  color: #f7f7f7;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat._3 {
  margin-top: 0px;
  padding-left: 0px;
  color: #f7f7f7;
}

.banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat._3._4 {
  font-weight: 400;
}

.paragraph-2 {
  font-family: Eurostileextended, sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  text-align: center;
}

.lijst-vibconstruct {
  display: block;
  margin: 0px auto;
  padding-left: 0px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.lijst-vibconstruct.wist-jedat {
  margin-top: 0px;
  color: #f7f7f7;
  font-weight: 400;
  text-align: left;
}

.lijst-vibconstruct.wist-jedat._3 {
  padding-left: 0px;
  color: #f7f7f7;
}

.section-juist {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1d1b;
}

.body-2 {
  display: block;
  height: 100%;
  padding-top: 155px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1b;
}

.body-3 {
  height: 100%;
  padding-top: 150px;
  background-color: #1d1d1b;
}

.section-5 {
  display: block;
  height: 300px;
  margin-top: 10px;
  padding-top: 84px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/drawing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/drawing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-5.sec {
  height: 500px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/Puttestraat-originele-foto-nemen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/Puttestraat-originele-foto-nemen.jpg');
  background-position: 0px 0px, 50% 77%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.main-heading-2 {
  display: block;
  margin-top: 0px;
  margin-right: 65px;
  margin-left: 65px;
  float: none;
  font-family: Eurostileextended, sans-serif;
  color: #f7f7f7;
  font-size: 42px;
  line-height: 66px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-4 {
  width: 100%;
  height: 420px;
  min-height: auto;
  padding-left: 15px;
  float: none;
  background-image: url('../images/sleutels.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.36)), to(hsla(0, 0%, 96.9%, 0.36)));
  background-image: url('../images/sleutels.jpg'), linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.36), hsla(0, 0%, 96.9%, 0.36));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #323232;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.quotes-slider {
  display: block;
  margin-top: 184px;
  margin-right: auto;
  margin-left: auto;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 38px;
  text-align: center;
}

.bartvolck {
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  text-align: center;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.foto-rij-2 {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.slide-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.slide-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.body-4 {
  padding-top: 158px;
  background-color: #1d1d1b;
}

.tekst-realisatie {
  color: #c7aa8b;
}

.tekst-realisatie.overons {
  margin-top: 15px;
  margin-right: 40px;
  margin-left: auto;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

.tekst-realisatie.overons._2 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.link {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.div-block-6 {
  margin-bottom: 9px;
  float: left;
}

.image-11 {
  margin-right: auto;
  margin-left: 20px;
}

.text-span {
  text-align: center;
}

.titel-projecten {
  width: auto;
  max-width: 991px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px solid #f7f7f7;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 20px;
  text-align: center;
}

.titel-projecten.album {
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  border-bottom-style: none;
  font-size: 20px;
}

.albumtitel {
  font-family: Eurostileextended, sans-serif;
  color: #f7f7f7;
  font-size: 14px;
  text-align: center;
}

.italic-text-16 {
  display: block;
  margin-bottom: 60px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Eurostileltstd, sans-serif;
  line-height: 30px;
  font-style: normal;
  text-align: left;
}

.columns-2 {
  margin-right: 40px;
  margin-left: 40px;
}

.column-16 {
  padding-top: 30px;
}

.kolommen-album {
  margin-top: 30px;
}

.titel-footer {
  margin-bottom: 0px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}

.heading-8 {
  display: block;
  width: 800px;
  margin-top: 10px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 20px;
  text-align: center;
}

.knop-laat-het-ons-weten {
  position: static;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -31%;
  display: block;
  width: 350px;
  height: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f7f7f7;
  background-color: transparent;
  font-family: Eurostileltstd, sans-serif;
  text-align: center;
}

.divblock-white-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #f7f7f7;
}

.divblock-white-block._3 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  background-color: transparent;
  color: #f7f7f7;
}

.titel-overons {
  margin-top: 0px;
  margin-left: auto;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.titel-overons._2 {
  margin-top: 0px;
  margin-left: auto;
  float: left;
}

.titel-overons._2._3 {
  float: none;
  font-size: 25px;
}

.titel-overons.projectverant {
  float: none;
  font-size: 25px;
}

.titel-overons.main {
  float: none;
}

.subtitel-overons {
  display: block;
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 22px;
  line-height: 27px;
  text-align: left;
}

.subtitel-overons._2 {
  margin-top: 10px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  float: none;
}

.italic-text-21 {
  line-height: 30px;
  font-style: normal;
}

.div-block-8 {
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: right;
}

.div-block-9 {
  height: 500px;
}

.div-block-9._2 {
  width: 100%;
  height: 90%;
  padding-left: 0px;
  float: none;
}

.div-block-9._42 {
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: right;
}

.div-block-10 {
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contacteer-ons-knop-overons {
  display: block;
  width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Eurostileltstd, sans-serif;
  font-size: 20px;
  text-align: center;
}

.section-gallery {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.iconimagecircle {
  width: 7px;
  height: 7px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titel-contactformulier {
  margin-bottom: 10px;
  font-family: Eurostileltstd, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.slogan-contactform {
  margin-top: 64px;
  font-family: Eurostileltstd, sans-serif;
  color: #fff;
  font-size: 20px;
}

.kolom-contact {
  margin-top: 60px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
}

.form-2 {
  background-color: #1d1d1b;
}

.html-embed-2 {
  margin-right: 60px;
  margin-left: 60px;
}

.verstuur-knop {
  border: 3px solid #f7f7f7;
  background-color: #1d1d1b;
  font-size: 22px;
}

.div-block-11 {
  width: 100%;
  height: 420px;
  float: right;
  background-image: url('../images/Afbeelding1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12 {
  width: 100%;
  height: 420px;
  background-image: url('../images/584c54ef539f14fc6f9d2d0b_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divblock-homepage-tekst {
  width: 100%;
  margin-left: 0px;
  float: right;
}

.div-block-13 {
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: none;
}

.div-block-15 {
  margin-top: 5px;
  float: left;
  text-align: center;
}

.div-block-15.overons {
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-16 {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-28 {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-29 {
  width: 100%;
  height: auto;
}

.image-30 {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.grid-9 {
  max-width: 1400px;
  margin: 80px auto 40px;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 80px 1fr 80px;
  grid-template-columns: 80px 1fr 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 80px 1fr 80px;
  grid-template-columns: 80px 1fr 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-11 {
  max-width: none;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-31 {
  width: 100%;
}

.image-32 {
  width: 100%;
}

.image-33 {
  width: 100%;
}

.image-34 {
  width: 100%;
}

.section-7 {
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.columns-3 {
  display: none;
}

.columns-4 {
  display: none;
}

.columns-5 {
  display: none;
}

.columns-6 {
  display: none;
}

.columns-7 {
  display: none;
}

.columns-8 {
  display: none;
}

.columns-9 {
  display: none;
}

.dropdownlist.w--open {
  background-color: #1d1d1b;
}

.dropdown-link {
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #b1b0b0;
}

.dropdown-link.w--current {
  color: #f7f7f7;
}

.dropdown-link-2 {
  font-family: Eurostileltstd, sans-serif;
  color: #f7f7f7;
  font-size: 13px;
}

.dropdown-link-2:hover {
  background-color: #b1b0b0;
}

.dropdown-link-2.w--current {
  color: #f7f7f7;
}

.divblockgallery {
  margin-right: auto;
  margin-left: auto;
}

.li {
  width: 33%;
  height: auto;
  min-height: 300px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 40px;
  float: left;
}

.li.album {
  min-height: 259px;
  padding: 20px;
}

.list {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  width: 230px;
  height:230px;
}

@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid hsla(0, 0%, 82%, 0.5);
    border-right-style: none;
  }
  .nav-link.w--current {
    position: relative;
    padding-left: 25px;
    border-bottom-style: solid;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    margin-top: 0px;
    padding-bottom: 80px;
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .section {
    margin-bottom: 0px;
  }
  .section.footer {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 8px;
    height: auto;
    min-height: auto;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .banner-2-bouwen-geen-zorg-subtitel {
    padding-left: 10px;
    font-size: 18px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3 {
    margin-bottom: 13px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 20px;
    text-align: center;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat {
    margin-top: 5px;
    padding-top: 0px;
    font-size: 20px;
    text-align: center;
  }
  .lijst-vibconstruct {
    font-size: 16px;
    text-align: center;
  }
  .lijst-vibconstruct.wist-jedat {
    margin-top: 0px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .body-2 {
    height: 100%;
  }
  .section-5.sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .main-heading-2 {
    margin-bottom: 4px;
    font-size: 36px;
  }
  .div-block-4 {
    width: 65%;
    height: 350px;
    min-height: auto;
    margin: 40px auto 20px;
    padding-top: 15px;
    padding-left: 0px;
  }
  .quotes-slider {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 30px;
  }
  .bartvolck {
    font-size: 20px;
  }
  .foto-rij-2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    float: none;
    text-align: center;
  }
  .tekst-realisatie.overons {
    margin-right: auto;
    float: none;
    text-align: justify;
  }
  .tekst-realisatie.overons._2 {
    margin-bottom: 0px;
    float: none;
    text-align: justify;
  }
  .italic-text-16 {
    margin-bottom: 0px;
    float: none;
    text-align: justify;
  }
  .column-17 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titel-footer {
    margin-top: 26px;
  }
  .heading-8 {
    width: auto;
  }
  .knop-laat-het-ons-weten {
    float: none;
    text-align: center;
  }
  .divblock-white-block._3 {
    width: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    float: none;
  }
  .titel-overons {
    width: auto;
    min-width: 150px;
    float: none;
    text-align: left;
  }
  .titel-overons._2 {
    float: none;
  }
  .titel-overons.main {
    margin-right: auto;
  }
  .subtitel-overons {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
    text-align: justify;
  }
  .italic-text-21 {
    text-align: justify;
  }
  .div-block-8 {
    width: 520px;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    float: none;
  }
  .div-block-9 {
    height: 500px;
  }
  .div-block-9._2 {
    width: 520px;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    float: none;
  }
  .div-block-9._42 {
    width: 520px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    float: none;
  }
  .div-block-10 {
    width: 520px;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    float: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .kolom-footer {
    display: block;
    height: 20px;
  }
  .contacteer-ons-knop-overons {
    margin-top: 40px;
    float: none;
  }
  .section-gallery {
    display: block;
    padding-left: 0px;
  }
  .iconimagecircle {
    display: none;
  }
  .div-block-11 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-12 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .divblock-homepage-tekst {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    float: none;
  }
  .div-block-15.overons {
    width: auto;
    height: auto;
  }
  .image-28 {
    width: 520px;
    height: 470px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-29 {
    width: 520px;
    height: 470px;
  }
  .image-30 {
    height: auto;
    margin-bottom: 40px;
  }
  .grid-9 {
    display: none;
    -ms-grid-columns: 0px 1fr 0px;
    grid-template-columns: 0px 1fr 0px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-10 {
    -ms-grid-columns: 0px 1fr 0px;
    grid-template-columns: 0px 1fr 0px;
  }
  .grid-11 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr minmax(200px, 1fr);
    grid-template-columns: 1fr minmax(200px, 1fr);
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }
  .image-31 {
    width: 520px;
    height: 470px;
  }
  .image-32 {
    width: 520px;
    height: 470px;
  }
  .image-33 {
    width: 520px;
    height: 470px;
  }
  .image-34 {
    width: 520px;
    height: 470px;
  }
  .columns-3 {
    display: block;
    margin-bottom: 40px;
  }
  .columns-4 {
    display: block;
  }
  .columns-5 {
    display: block;
  }
  .columns-6 {
    display: block;
  }
  .columns-7 {
    display: block;
  }
  .columns-8 {
    display: block;
  }
  .column-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-9 {
    display: block;
  }
  .li {
    width: 33%;
    min-height: 240px;
  }
  .li.album {
    width: 33%;
    min-height: 183px;
  }
  .image-35 {
    width: 210px;
    height:210px;
    max-width:100%;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar {
    position: absolute;
  }
  .nav-menu {
    margin-top: 0px;
  }
  .section {
    padding: 0px;
  }
  .section.footer {
    height: auto;
    padding-top: 15px;
    padding-bottom: 32px;
    text-align: center;
  }
  .icon-wrapper {
    height: 102px;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3 {
    padding-right: 0px;
    font-size: 18px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat {
    padding-right: 0px;
    font-size: 18px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat._3 {
    padding-right: 0px;
  }
  .lijst-vibconstruct {
    font-size: 14px;
  }
  .lijst-vibconstruct.wist-jedat {
    font-size: 14px;
  }
  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/drawing.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/drawing.jpg');
    background-attachment: scroll, scroll;
  }
  .section-5.sec {
    height: 400px;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .main-heading-2 {
    font-size: 22px;
    line-height: 44px;
  }
  .div-block-4 {
    min-height: auto;
  }
  .quotes-slider {
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }
  .bartvolck {
    font-size: 18px;
  }
  .italic-text-16 {
    text-align: justify;
  }
  .italic-text-21 {
    text-align: justify;
  }
  .div-block-9._2 {
    margin-top: 24px;
  }
  .li {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .li.album {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    position: absolute;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .process-titles {
    font-size: 18px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .banner-2-bouwen-geen-zorg-subtitel {
    font-size: 14px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
  }
  .banner-2-bouwen-geen-zorg-subtitel.banner-3.wist-je-dat {
    padding-right: 0px;
    font-size: 18px;
  }
  .paragraph-2 {
    font-size: 12px;
    text-align: center;
  }
  .lijst-vibconstruct {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .lijst-vibconstruct.wist-jedat {
    font-size: 14px;
  }
  .body-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-5.sec {
    display: block;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.41)), to(rgba(50, 50, 50, 0.41))), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-image: linear-gradient(180deg, rgba(50, 50, 50, 0.41), rgba(50, 50, 50, 0.41)), url('../images/Puttestraat-originele-foto-nemen.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    text-align: center;
  }
  .main-heading-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .div-block-4 {
    width: 90%;
    height: 250px;
  }
  .quotes-slider {
    display: block;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
  .bartvolck {
    font-size: 14px;
  }
  .tekst-realisatie.overons {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .tekst-realisatie.overons._2 {
    font-size: 14px;
  }
  .titel-projecten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .italic-text-16 {
    font-size: 14px;
    text-align: left;
  }
  .column-16 {
    margin-top: 56px;
  }
  .knop-laat-het-ons-weten {
    width: auto;
  }
  .titel-overons {
    width: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .subtitel-overons {
    margin-left: 0px;
    font-size: 16px;
  }
  .div-block-8 {
    width: auto;
    height: auto;
  }
  .div-block-9._2 {
    width: auto;
    height: auto;
  }
  .div-block-9._42 {
    width: auto;
    height: auto;
    margin-top: 38px;
  }
  .div-block-10 {
    width: auto;
  }
  .div-block-11 {
    width: 90%;
    height: 250px;
  }
  .div-block-12 {
    width: 90%;
    height: 250px;
  }
  .image-28 {
    width: 100%;
    height: auto;
  }
  .image-29 {
    width: 100%;
    height: auto;
  }
  .image-31 {
    width: 100%;
    height: auto;
  }
  .image-32 {
    width: 100%;
    height: auto;
  }
  .image-33 {
    width: 100%;
    height: auto;
  }
  .image-34 {
    width: 100%;
    height: auto;
  }
  .column-50 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1px;
  }
}

#w-node-92ab34efceb9-6a4758e0 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 2.989583373069763;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-92ab34efceb9-6a4758e0 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

#w-node-8ba176225aeb-6a4758e0 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 2.989583373069763;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ef64a10aa8f8-6a4758e0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ef64a10aa8f8-6a4758e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-e910ee686e2a-6a4758e0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fd4f8771d281-6a4758e0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0e57f49b8035-6a4758e0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3a05ed1130b-6a4758e0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-c3a05ed1130b-6a4758e0 {
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: 1.9895833730697632;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 7.989583373069763;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-463f0a72088d-6a4758e0 {
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: 1.9895833730697632;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 6.989583373069763;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
}

#w-node-1b8a5c10e3b2-904758e1 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 2.989583373069763;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d49ff84da1a2-904758e1 {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: 1.9895833730697632;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@font-face {
  font-family: 'Eurostileextended';
  src: url('../fonts/EurostileExtended.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Eurostileltstd';
  src: url('../fonts/EurostileLTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}