/* --------------------
Set root URL for LESS compiling
-------------------- */
/* --------------------
Imports
-------------------- */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* Mixins  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
/* @import "realworks.css"; */
/* --------------------
General
-------------------- */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
#page.page-makelaardij {
  /*
@media only screen and (max-width: 360px) 		{
	.employees 									{
		.single-employee 						{ width: 100%;
			.single-employee-inner 				{ max-width: 175px;
				.photo 							{ max-width: 155px; padding-bottom: 0; height: 155px; max-height: 155px; }
			}
		}
	}
}
*/
}
#page.page-makelaardij .grid.cntr {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
  text-align: left !important;
}
#page.page-makelaardij .module {
  padding: 30px 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
#page.page-makelaardij .martelsans {
  font-family: 'Martel Sans', sans-serif;
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .grid.cntr {
    padding: 0 10px;
  }
}
#page.page-makelaardij .elastic-normal {
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-makelaardij select::-ms-expand {
  display: none !important;
}
body #page.page-makelaardij {
  text-align: left !important;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Martel Sans', sans-serif;
  overflow-x: hidden;
}
body #page.page-makelaardij:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(34, 34, 34, 0.4);
  z-index: 9990;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #page.page-makelaardij.blurred {
  overflow-y: hidden;
}
body #page.page-makelaardij.blurred:after {
  opacity: 1;
  visibility: visible;
}
body #page.page-makelaardij.blurred header,
body #page.page-makelaardij.blurred .section {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
#page.page-makelaardij a {
  text-decoration: underline;
  color: #222222;
}
#page.page-makelaardij a:hover {
  text-decoration: none;
}
#page.page-makelaardij p {
  overflow: hidden;
  margin-bottom: 18px;
}
#page.page-makelaardij ul {
  list-style: none;
}
#page.page-makelaardij h1,
#page.page-makelaardij h2,
#page.page-makelaardij h3,
#page.page-makelaardij h4,
#page.page-makelaardij h5,
#page.page-makelaardij h6 {
  display: inline-block;
  width: 100%;
}
#page.page-makelaardij h1.first,
#page.page-makelaardij h2.first,
#page.page-makelaardij h3.first,
#page.page-makelaardij h4.first,
#page.page-makelaardij h5.first,
#page.page-makelaardij h6.first {
  margin-top: 0 !important;
}
#page.page-makelaardij h1 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 18px;
}
#page.page-makelaardij h2 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 18px;
}
#page.page-makelaardij h3 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 18px;
}
#page.page-makelaardij h4 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 18px;
}
#page.page-makelaardij h5 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 18px;
}
#page.page-makelaardij h6 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  #page.page-makelaardij h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  #page.page-makelaardij h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 14px;
  }
  #page.page-makelaardij h4 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 14px;
  }
  #page.page-makelaardij h5 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 14px;
  }
  #page.page-makelaardij h6 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 14px;
  }
}
#page.page-makelaardij button {
  background: none;
  border: 0;
}
#page.page-makelaardij img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#page.page-makelaardij img.alignleft {
  float: left;
}
#page.page-makelaardij img.alignright {
  float: right;
}
#page.page-makelaardij .fancybox.image {
  position: relative;
  display: inline-block;
}
#page.page-makelaardij .fancybox.image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .fancybox.image:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: url('/wp-content/themes/weghorst/static/images/icons/search-white.svg') bottom left / 50px no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#page.page-makelaardij .fancybox.image:hover:before {
  opacity: 0.7;
}
#page.page-makelaardij .fancybox.image:hover:after {
  opacity: 1;
}
#page.page-makelaardij .btn {
  display: inline-block;
  font-family: 'Martel Sans', sans-serif;
  text-decoration: none;
  padding: 10px 20px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #222222;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .btn:hover {
  background: none !important;
  color: #222222 !important;
}
#page.page-makelaardij .btn.yellow {
  background: #ffdf00;
  border: 2px solid #ffdf00;
  color: #222222;
  font-weight: 400;
}
#page.page-makelaardij .btn.blue {
  background: #6799b8;
  border: 2px solid #6799b8;
  color: white;
  font-weight: 400;
}
#page.page-makelaardij .btn.blue.call-us:before {
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver-white.svg') bottom left / 16px no-repeat;
}
#page.page-makelaardij .btn.blue.call-us:hover:before {
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
}
#page.page-makelaardij .btn.white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #222222;
  font-weight: normal;
}
body#architectuur #page.page-makelaardij .btn.white:hover {
  color: white !important;
}
#page.page-makelaardij .btn.white.ghost {
  background: none;
  color: white;
}
#page.page-makelaardij .btn.white.ghost:hover {
  background: white !important;
  color: #222222 !important;
}
body#architectuur #page.page-makelaardij .btn.white.ghost:hover {
  color: #222222 !important;
}
#page.page-makelaardij .btn.black {
  background: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}
#page.page-makelaardij .btn.beige {
  background: #e7e3d9;
  border: 2px solid #e7e3d9;
  color: #222222;
}
#page.page-makelaardij .btn.line {
  padding: 0;
  text-decoration: underline;
}
#page.page-makelaardij .btn.large {
  padding: 12px 25px 7px;
  font-size: 16px;
}
#page.page-makelaardij .btn.transparent {
  background: none;
  border: 1px solid rgba(34, 34, 34, 0.25);
}
#page.page-makelaardij .btn.transparent:hover {
  border: 1px solid #222222;
}
#page.page-makelaardij .btn.fav {
  border: 2px solid #ff5649;
  background: transparent;
  padding-left: 30px;
}
#page.page-makelaardij .btn.fav span {
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 12px;
  color: #ffffff;
  line-height: 21px;
  min-height: 45px;
}
#page.page-makelaardij .btn.fav span svg {
  position: absolute;
  top: 8px;
  left: -1px;
  height: 29px;
  width: 34px;
  z-index: -1;
}
#page.page-makelaardij .btn.fav span svg path {
  fill: #ff5649;
  stroke: #ff5649;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .btn.fav:hover {
  background: #ff5649 !important;
  color: white !important;
}
#page.page-makelaardij .btn.fav:hover span svg path {
  /* fill: @black; stroke: @black;  */
}
#page.page-makelaardij .btn.afspraak {
  position: relative;
  padding: 10px 20px 8px 50px;
}
#page.page-makelaardij .btn.afspraak:before {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.afspraak.agenda {
  font-weight: normal;
}
#page.page-makelaardij .btn.afspraak.agenda:before {
  width: 18px;
  height: 17px;
  background: url('/wp-content/themes/weghorst/static/images/icons/agenda.svg') bottom left / 18px no-repeat;
  content: "";
  opacity: 0.75;
}
#page.page-makelaardij .btn.read-more {
  border: 0;
  padding: 0 26px 0 0;
}
#page.page-makelaardij .btn.read-more:after {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 8px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.read-more.hide {
  opacity: 0;
  visibility: hidden;
}
#page.page-makelaardij .btn.call-us {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-top: 13px;
  padding-left: 50px;
}
#page.page-makelaardij .btn.call-us:before {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.linkedin,
#page.page-makelaardij .btn.phone,
#page.page-makelaardij .btn.email {
  position: relative;
  width: 33px;
  height: 29px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #222222;
}
#page.page-makelaardij .btn.linkedin:hover,
#page.page-makelaardij .btn.phone:hover,
#page.page-makelaardij .btn.email:hover {
  background: rgba(34, 34, 34, 0.1) !important;
}
#page.page-makelaardij .btn.linkedin:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 8px;
  background: url('/wp-content/themes/weghorst/static/images/icons/linkedin.svg') bottom left / 15px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.phone:before {
  position: absolute;
  width: 12px;
  height: 13px;
  top: 6px;
  left: 10px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 12px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.email:before {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 7px;
  left: 8px;
  background: url('/wp-content/themes/weghorst/static/images/icons/mail.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-makelaardij .btn.chevron {
  display: inline-block;
  text-align: left !important;
  width: auto;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  color: #222222;
  padding: 0 25px 0 0;
  margin: 0;
}
#page.page-makelaardij .btn.chevron:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .btn.pinterest {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #bd081c;
  border-color: #bd081c;
}
@media only screen and (max-width: 1205px) {
  #page.page-makelaardij .btn {
    padding: 7px 16px 4px;
    font-size: 13.5px;
  }
  #page.page-makelaardij .select-wrapper select {
    padding: 7px 35px 8px 15px !important;
  }
}
#page.page-makelaardij .socialchannels {
  border: 1px solid #3c3c3c;
  border-right: 0;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
}
#page.page-makelaardij .socialchannels li {
  float: left;
  display: block;
}
#page.page-makelaardij .socialchannels li a {
  height: 50px;
  width: 60px;
  float: left;
  border-right: 1px solid #3c3c3c;
  text-indent: 120%;
  overflow: hidden;
  position: relative;
  display: block;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
#page.page-makelaardij .socialchannels li a svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 13px;
}
#page.page-makelaardij .socialchannels li a svg path {
  fill: #ffffff;
}
#page.page-makelaardij .socialchannels li a.fb:hover {
  background: #3B5998;
}
#page.page-makelaardij .socialchannels li a.fb svg {
  padding: 11px;
}
#page.page-makelaardij .socialchannels li a.tw:hover {
  background: #5bc0de;
}
#page.page-makelaardij .socialchannels li a.insta:hover {
  background: #f56040;
}
#page.page-makelaardij .socialchannels li a.in:hover {
  background: #0077b5;
}
#page.page-makelaardij .socialchannels li a.pt:hover {
  background: #bd081c;
}
#page.page-makelaardij form input,
#page.page-makelaardij form textarea,
#page.page-makelaardij form select,
#page.page-makelaardij form radio,
#page.page-makelaardij form button {
  position: relative;
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  max-height: 45px;
}
#page.page-makelaardij form input[type=search] {
  padding: 12px 20px 8px;
}
#page.page-makelaardij form input {
  background: #ffffff;
  padding: 10px 20px 8px;
  font-size: 14px;
  color: #222222;
  border: 2px solid #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-makelaardij form input:-webkit-input-placeholder,
#page.page-makelaardij form input:-ms-input-placeholder,
#page.page-makelaardij form input:-moz-placeholder,
#page.page-makelaardij form input:-moz-placeholder {
  color: #222222;
}
#page.page-makelaardij form select {
  background: #ffffff;
  padding: 10px 20px 8px;
  font-size: 14px;
  color: #222222;
  border: 2px solid #ffffff;
}
#page.page-makelaardij form select:-ms-expand {
  display: none !important;
}
#page.page-makelaardij form .options {
  cursor: pointer;
}
#page.page-makelaardij form .select-wrapper,
#page.page-makelaardij form .input-wrapper {
  position: relative;
  float: left;
}
#page.page-makelaardij form .select-wrapper select,
#page.page-makelaardij form .input-wrapper select {
  padding: 10px 35px 8px 20px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-makelaardij form .select-wrapper input,
#page.page-makelaardij form .input-wrapper input {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-makelaardij form .select-wrapper:after,
#page.page-makelaardij form .input-wrapper:after {
  position: absolute;
  width: 9px;
  height: 7px;
  top: 20px;
  right: 30px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-down.svg') bottom left / 9px no-repeat;
  pointer-events: none;
}
#page.page-makelaardij form .select-wrapper.transparent,
#page.page-makelaardij form .input-wrapper.transparent {
  background: none;
}
#page.page-makelaardij form .select-wrapper.transparent select,
#page.page-makelaardij form .input-wrapper.transparent select {
  background: none;
  border: 1px solid rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-makelaardij form .select-wrapper.transparent:hover select,
#page.page-makelaardij form .input-wrapper.transparent:hover select {
  border: 1px solid #222222;
}
#page.page-makelaardij form .input-wrapper:after {
  display: none;
}
#page.page-makelaardij .checkbox {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 30px;
  cursor: pointer;
}
#page.page-makelaardij .checkbox .checker {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-makelaardij .checkbox .checker:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: #222222;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .checkbox input {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#page.page-makelaardij .checkbox.checked .checker {
  border: 1px solid #222222;
}
#page.page-makelaardij .checkbox.checked .checker:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 1205px) {
  #page.page-makelaardij form input,
  #page.page-makelaardij form textarea,
  #page.page-makelaardij form select,
  #page.page-makelaardij form radio,
  #page.page-makelaardij form button {
    max-height: 40px;
  }
  #page.page-makelaardij form input[type=search] {
    padding: 11px 15px 8px;
  }
  #page.page-makelaardij form .select-wrapper select,
  #page.page-makelaardij form .input-wrapper select {
    padding: 7px 35px 8px 15px;
  }
  #page.page-makelaardij form .select-wrapper:after,
  #page.page-makelaardij form .input-wrapper:after {
    top: 17px;
    right: 27px;
  }
}
#page.page-makelaardij .header {
  width: 100%;
  display: block;
}
#page.page-makelaardij .header:after {
  display: table;
  clear: both;
  content: "";
}
#page.page-makelaardij .header .mobile-logo {
  display: none;
}
#page.page-makelaardij .header .header-top {
  background: #ffffff;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e3de;
}
#page.page-makelaardij .header .header-top .mobile-nav-button {
  display: none;
}
#page.page-makelaardij .header .header-top .grid.cntr .module {
  padding-top: 0;
  padding-bottom: 0;
}
#page.page-makelaardij .header .header-top .header-top-nav {
  float: right;
}
#page.page-makelaardij .header .header-top .header-top-nav ul {
  border-left: 1px solid #e6e3de;
  float: right;
}
#page.page-makelaardij .header .header-top .header-top-nav ul li {
  float: left;
}
#page.page-makelaardij .header .header-top .header-top-nav ul li a {
  position: relative;
  padding: 18px 20px 14px;
  display: inline-block;
  text-decoration: none;
  border-right: 1px solid #e6e3de;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .header .header-top .header-top-nav ul li a:hover {
  background: #f9f8f4;
}
#page.page-makelaardij .header .header-top .header-top-nav ul li a.active {
  background: #f9f8f4;
}
#page.page-makelaardij .header .header-top .header-top-nav ul li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  content: "";
  left: 0;
  background: #f9f8f4;
}
#page.page-makelaardij .header .header-bottom {
  position: relative;
  z-index: 9983;
  background: #f9f8f4;
  width: 100%;
  float: left;
}
#page.page-makelaardij .header .header-bottom .grid.cntr .module {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
  float: left;
  width: 100%;
}
#page.page-makelaardij .header .header-bottom .h1-logo {
  float: left;
  padding-bottom: 0;
  width: auto;
}
body#architectuur #page.page-makelaardij .header .header-bottom .h1-logo {
  position: relative;
  height: 42px;
  width: 280px;
}
#page.page-makelaardij .header .header-bottom .logo-container {
  float: left;
  position: relative;
  height: 42px;
  width: 280px;
}
#page.page-makelaardij .header .header-bottom .logo {
  overflow: hidden;
  float: left;
  position: relative;
  height: 100px;
  width: 280px;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  margin-top: -40px;
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-makelaardij.svg') bottom left / 280px no-repeat;
}
body#architectuur #page.page-makelaardij .header .header-bottom .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -44px;
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-architectuur.svg') bottom left / 275px no-repeat;
  opacity: 1;
  animation: logo_switch_architectuur 8s 3;
  animation-delay: 2s;
}
body#architectuur #page.page-makelaardij .header .header-bottom .logo.ideaal-wonen {
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-ideaal-wonen.svg') bottom left / 275px no-repeat;
  opacity: 0;
  animation: logo_switch_ideaal 8s 3;
  animation-delay: 2s;
}
@-webkit-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav {
  float: left;
  padding-top: 10px;
  margin-left: 20px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav > div {
  float: left;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul {
  float: left;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li {
  float: left;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li:nth-of-type(1) a {
  border-left: 0;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
  text-decoration: none;
  padding: 10px 25px 0 25px;
  border-left: 1px solid #e6e3de;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body#architectuur #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
  padding: 10px 18px 0 18px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li > a:hover {
  text-decoration: underline;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.uitgelicht a {
  border-left: 1px solid #e6e3de;
  text-decoration: underline;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.uitgelicht a:hover {
  text-decoration: none;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  padding: 15px 0 10px 0;
  z-index: 200;
  margin-top: -3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 4px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li {
  display: block;
  clear: both;
  margin-bottom: 4px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
  position: relative;
  padding: 0;
  border: 0;
  padding: 0 45px 0 45px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:before {
  position: absolute;
  left: 25px;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:hover {
  text-decoration: none;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:hover:before {
  left: 28px;
}
body#architectuur #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
  padding: 0 45px 0 45px;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current-menu-item a,
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor a {
  font-weight: 700;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current-menu-item ul li a,
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor ul li a {
  font-weight: 400;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current-menu-item ul li.current-menu-item a,
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor ul li.current-menu-item a {
  font-weight: 700;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover a {
  background: #ffffff;
  border-left: 1px solid #ffffff;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
#page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover .sub-menu li a {
  background: transparent;
}
#page.page-makelaardij .header .header-bottom .cta {
  float: right;
}
#page.page-makelaardij .header .header-bottom .cta .btn {
  margin-left: 15px;
}
@media only screen and (max-width: 1300px) {
  body#architectuur #page.page-makelaardij .header .header-bottom .h1-logo {
    width: 200px;
  }
  #page.page-makelaardij .header .header-bottom .logo-container {
    width: 200px;
  }
  #page.page-makelaardij .header .header-bottom .logo {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .logo {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .logo.ideaal-wonen {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  #page.page-makelaardij .header .header-bottom .grid.cntr .module {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1205px) {
  body#architectuur #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  body#architectuur #page.page-makelaardij .header .header-bottom .h1-logo {
    width: 150px;
  }
  #page.page-makelaardij .header .header-bottom .logo-container {
    width: 150px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .logo {
    width: 150px;
    background-size: 150px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .logo.ideaal-wonen {
    width: 150px;
    background-size: 150px;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
    padding: 10px 18px 0 18px;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-makelaardij .header {
    position: fixed;
    z-index: 9991;
    width: 100%;
    height: 60px;
    background: white;
    border-bottom: 1px solid #f9f8f4;
  }
  #page.page-makelaardij .header .mobile-logo {
    display: block;
    overflow: hidden;
    position: fixed;
    height: 45px;
    width: 125px;
    top: 0;
    left: 0;
    text-indent: 150%;
    white-space: nowrap;
    margin-top: 0;
    margin: 8px 0 0 20px;
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-makelaardij.svg') bottom left / 125px no-repeat;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  body#architectuur #page.page-makelaardij .header .mobile-logo {
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-architectuur.svg') bottom left / 125px no-repeat;
    opacity: 1;
    animation: logo_switch_architectuur 8s 3;
    animation-delay: 2s;
  }
  body#architectuur #page.page-makelaardij .header .mobile-logo.ideaal-wonen {
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-ideaal-wonen.svg') bottom left / 125px no-repeat;
    opacity: 0;
    animation: logo_switch_ideaal 8s 3;
    animation-delay: 2s;
  }
  #page.page-makelaardij .header .mobile-logo.nav-open {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
  }
  #page.page-makelaardij .header .header-top {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 500px;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-makelaardij .header .header-top.nav-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: -68px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button.nav-open {
    left: -58px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button.nav-open span {
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button.nav-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button.nav-open span:nth-child(2) {
    opacity: 0;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button.nav-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button span {
    position: absolute;
    width: 35px;
    height: 3px;
    background: rgba(34, 34, 34, 0.8);
    left: 12px;
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button span:nth-child(1) {
    top: 18px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button span:nth-child(2) {
    top: 28px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button span:nth-child(3) {
    top: 38px;
  }
  #page.page-makelaardij .header .header-top .grid.cntr {
    padding-left: 0;
    padding-right: 0;
  }
  #page.page-makelaardij .header .header-top .grid.cntr .header-top-nav {
    float: left;
  }
  #page.page-makelaardij .header .header-top .header-top-nav {
    height: 34px;
    width: 100%;
  }
  #page.page-makelaardij .header .header-top .header-top-nav ul {
    width: 100%;
  }
  #page.page-makelaardij .header .header-top .header-top-nav ul > li a {
    overflow: hidden;
    padding: 10px 10px 6px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #page.page-makelaardij .header .header-bottom {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 500px;
    height: 100vh;
    top: 34px;
    right: 0;
    border-left: 1px solid #e6e3de;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-makelaardij .header .header-bottom.nav-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-makelaardij .header .header-bottom .logo-container {
    position: absolute;
    z-index: -1;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .h1-logo {
    position: absolute;
  }
  #page.page-makelaardij .header .header-bottom .logo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-size: 125px !important;
    margin-top: 0 !important;
    height: 45px !important;
    width: 125px !important;
    margin: 8px 0 0 20px !important;
  }
  body#architectuur #page.page-makelaardij .header .header-bottom .logo {
    margin-top: 6px !important;
  }
  #page.page-makelaardij .header .header-bottom .grid.cntr {
    padding: 0;
  }
  #page.page-makelaardij .header .header-bottom .grid.cntr .module {
    padding: 0;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav {
    margin-left: 0;
    width: 100%;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul {
    display: inline-block;
    width: 100%;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children {
    background: #f9f8f4;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li a {
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #e6e3de;
    width: 100%;
    padding: 10px 20px 10px 35px !important;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
    float: right;
    padding: 7px 20px 7px 35px !important;
    font-size: 13px !important;
    width: calc(100% - 20px);
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:before {
    left: 16px;
    bottom: 14px;
  }
  #page.page-makelaardij .header .header-bottom .header-bottom-nav ul > li .sub-menu li:last-child a {
    border-bottom: 0;
  }
  #page.page-makelaardij .header .header-bottom .cta {
    display: inline-block;
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  #page.page-makelaardij .header .header-bottom .cta a {
    display: inline-block;
    float: left;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .header .mobile-logo {
    margin-left: 10px;
  }
  #page.page-makelaardij .header .header-top .mobile-nav-button {
    left: -58px;
  }
  #page.page-makelaardij .header .header-top .header-top-nav {
    height: 68px;
  }
  #page.page-makelaardij .header .header-top .header-top-nav ul li {
    width: 50%;
  }
  #page.page-makelaardij .header .header-top .header-top-nav ul li a {
    width: 100%;
  }
  #page.page-makelaardij .header .header-top .header-top-nav ul li a:nth-child(1),
  #page.page-makelaardij .header .header-top .header-top-nav ul li a:nth-child(2) {
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-makelaardij .header .header-bottom {
    top: 68px;
    border-top: 1px solid #e6e3de;
  }
  #page.page-makelaardij .header .header-bottom .cta a {
    width: calc(100% - 15px);
  }
  #page.page-makelaardij .header .header-bottom .cta a:nth-child(1) {
    margin-bottom: 15px;
  }
  #page.page-makelaardij .header .header-bottom .grid.cntr {
    max-height: calc(100vh - 70px);
    padding-bottom: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#page.page-makelaardij .footer {
  background: #222222;
  color: #6f6f6f;
  width: 100%;
  float: left;
}
#page.page-makelaardij .footer a {
  color: #ffffff;
  text-decoration: none;
}
#page.page-makelaardij .footer a:hover {
  text-decoration: underline;
}
#page.page-makelaardij .footer .footer-top {
  border-bottom: 1px solid #3c3c3c;
  width: 100%;
  float: left;
  position: relative;
}
#page.page-makelaardij .footer .footer-top .module {
  padding: 90px 0 40px 0;
}
body#architectuur #page.page-makelaardij .footer .footer-top .module {
  padding-top: 40px;
}
#page.page-makelaardij .footer .footer-top ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
}
#page.page-makelaardij .footer .footer-top ul li {
  width: auto;
  height: 100px;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.page-makelaardij .footer .footer-top ul li a {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s ease;
}
#page.page-makelaardij .footer .footer-top ul li a:hover {
  opacity: .8;
}
#page.page-makelaardij .footer .footer-top ul li img,
#page.page-makelaardij .footer .footer-top ul li svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
#page.page-makelaardij .footer .footer-top ul li svg path {
  fill: #5b5b5b !important;
}
#page.page-makelaardij .footer .footer-middle {
  width: 100%;
  float: left;
  position: relative;
}
#page.page-makelaardij .footer .footer-middle .module {
  padding: 60px 0;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav {
  width: 60%;
  float: left;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul {
  width: 100%;
  float: left;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul a {
  color: #6f6f6f;
  line-height: 28px;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li {
  width: 25%;
  float: left;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li > ul {
  width: 100%;
  float: left;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li > ul > li {
  width: 100%;
  float: left;
}
#page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li > ul > li a {
  font-weight: normal;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 28px;
}
body#architectuur #page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li {
  width: 33.3333%;
}
body#architectuur #page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li > ul {
  width: 100%;
}
body#architectuur #page.page-makelaardij .footer .footer-middle .footer-middle-nav ul > li > ul > li {
  width: 100%;
}
#page.page-makelaardij .footer .footer-middle .contactdetails {
  width: 40%;
  float: right;
  text-align: right !important;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels {
  margin-bottom: 14px;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a {
  position: relative;
  display: block;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 13px;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a svg path {
  fill: #ffffff;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.fb:hover {
  background: #3B5998;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.fb svg {
  padding: 11px;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.tw:hover {
  background: #5bc0de;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.insta:hover {
  background: #f56040;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.in:hover {
  background: #0077b5;
}
#page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a.pt:hover {
  background: #bd081c;
}
#page.page-makelaardij .footer .footer-middle .contactdetails a {
  display: inline-block;
  color: #6f6f6f;
}
#page.page-makelaardij .footer .footer-bottom {
  border-top: 1px solid #3c3c3c;
  width: 100%;
  float: left;
  position: relative;
  line-height: 16px;
}
#page.page-makelaardij .footer .footer-bottom .module {
  padding: 40px 0 30px 0;
}
#page.page-makelaardij .footer .footer-bottom .left {
  display: inline-block;
  float: left;
}
#page.page-makelaardij .footer .footer-bottom .left span {
  display: inline-block;
  float: left;
}
#page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav {
  display: inline-block;
}
#page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav ul {
  width: 100%;
  float: left;
}
#page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav ul li {
  float: left;
  display: block;
}
#page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav ul li a {
  display: block;
  color: #6f6f6f;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #3c3c3c;
}
#page.page-makelaardij .footer .footer-bottom .credits {
  display: inline-block;
  float: right;
}
#page.page-makelaardij .footer .footer-bottom .credits a {
  color: #6f6f6f;
}
@media only screen and (max-width: 1150px) {
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro,
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedcert,
  #page.page-makelaardij .footer .footer-top ul li.li-realnext,
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi {
    min-width: 14%;
    max-width: 14%;
    margin-left: 12%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro {
    margin-left: 2%;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi {
    margin-right: 0;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-funda,
  #page.page-makelaardij .footer .footer-top ul li.li-nrvt,
  #page.page-makelaardij .footer .footer-top ul li.li-dwe,
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie {
    min-width: 17%;
    max-width: 17%;
    margin-left: 12%;
    margin-right: 0%;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-funda a,
  #page.page-makelaardij .footer .footer-top ul li.li-nrvt a,
  #page.page-makelaardij .footer .footer-top ul li.li-dwe a,
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie a {
    background-position-x: 0;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie {
    clear: left;
  }
}
@media only screen and (max-width: 980px) {
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro,
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedcert,
  #page.page-makelaardij .footer .footer-top ul li.li-realnext,
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi {
    min-width: 18%;
    max-width: 18%;
    margin-left: 5.5%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro {
    margin-left: 2%;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi {
    margin-right: 0;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-funda,
  #page.page-makelaardij .footer .footer-top ul li.li-nrvt,
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie {
    min-width: 24%;
    max-width: 24%;
    margin-left: 8.6%;
    margin-right: 0%;
  }
  #page.page-makelaardij .footer .footer-bottom .module {
    text-align: left !important;
  }
  #page.page-makelaardij .footer .footer-bottom .left {
    display: inline-block;
    float: none;
    clear: right;
  }
  #page.page-makelaardij .footer .footer-bottom .credits {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 820px) {
  #page.page-makelaardij .footer .footer-top .module {
    padding: 70px 0 30px 0;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro,
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedcert,
  #page.page-makelaardij .footer .footer-top ul li.li-realnext,
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi,
  #page.page-makelaardij .footer .footer-top ul li.li-funda,
  #page.page-makelaardij .footer .footer-top ul li.li-nrvt,
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie {
    min-width: 50%;
    max-width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedpro a,
  #page.page-makelaardij .footer .footer-top ul li.li-vastgoedcert a,
  #page.page-makelaardij .footer .footer-top ul li.li-realnext a,
  #page.page-makelaardij .footer .footer-top ul li.li-nwwi a,
  #page.page-makelaardij .footer .footer-top ul li.li-funda a,
  #page.page-makelaardij .footer .footer-top ul li.li-nrvt a,
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie a {
    background-position-x: 0 !important;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-taxateursunie {
    clear: left;
  }
  #page.page-makelaardij .footer .footer-top ul li.li-dwe {
    margin-left: 0;
    clear: left;
  }
  #page.page-makelaardij .footer .footer-middle .module {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .footer .footer-middle .footer-middle-nav ul li {
    width: 50%;
  }
  #page.page-makelaardij .footer .footer-bottom .left span {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  #page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav {
    display: inline-block;
    width: 100%;
  }
  #page.page-makelaardij .footer .footer-bottom .left .footer-bottom-nav ul li:first-child a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #page.page-makelaardij .footer .footer-bottom .credits {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #page.page-makelaardij .footer .footer-top .module {
    padding: 50px 0 10px 0;
  }
  #page.page-makelaardij .footer .footer-middle .module {
    padding: 20px 0;
  }
  #page.page-makelaardij .footer .footer-middle .footer-middle-nav {
    width: 100%;
  }
  #page.page-makelaardij .footer .footer-middle .contactdetails {
    text-align: left !important;
    width: 100%;
    margin-top: 15px;
  }
  #page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels {
    float: left;
    width: 100%;
  }
  #page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li {
    width: 25%;
  }
  #page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li a {
    width: 100%;
  }
  body#architectuur #page.page-makelaardij .footer .footer-middle .contactdetails .socialchannels li {
    width: 20%;
  }
  #page.page-makelaardij .footer .footer-bottom .module {
    padding: 20px 0;
  }
}
body.archive #page.page-makelaardij .section,
body.page #page.page-makelaardij .section {
  background: #f9f8f4;
  width: 100%;
  float: left;
  position: relative;
}
body.archive #page.page-makelaardij .section .search .object-search-field,
body.page #page.page-makelaardij .section .search .object-search-field {
  min-width: 316px;
}
body.archive #page.page-makelaardij .section .search input,
body.page #page.page-makelaardij .section .search input,
body.archive #page.page-makelaardij .section .search select,
body.page #page.page-makelaardij .section .search select {
  margin-right: 10px;
}
body.archive #page.page-makelaardij .section .search .search-submit,
body.page #page.page-makelaardij .section .search .search-submit {
  margin-right: 0;
}
body.archive #page.page-makelaardij .section .search input,
body.page #page.page-makelaardij .section .search input {
  float: left;
}
body.archive #page.page-makelaardij .section .search .options,
body.page #page.page-makelaardij .section .search .options {
  background: white !important;
}
body.archive #page.page-makelaardij .section .search .options.transparent,
body.page #page.page-makelaardij .section .search .options.transparent {
  background: none !important;
}
body.archive #page.page-makelaardij .section .search .options-wrapper,
body.page #page.page-makelaardij .section .search .options-wrapper {
  position: absolute;
  left: 0;
  width: 1280px;
  max-width: 100vw;
  background: white;
  z-index: 99;
  opacity: 0;
  visibility: visible;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-makelaardij .section .search .options-wrapper .filter-close,
body.page #page.page-makelaardij .section .search .options-wrapper .filter-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .filter-close:before,
body.page #page.page-makelaardij .section .search .options-wrapper .filter-close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.archive #page.page-makelaardij .section .search .options-wrapper .filter-close:after,
body.page #page.page-makelaardij .section .search .options-wrapper .filter-close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters,
body.page #page.page-makelaardij .section .search .options-wrapper .select-filters {
  float: left;
  width: 30%;
  padding: 30px 30px 20px 30px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter,
body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter {
  display: inline-block;
  margin-bottom: 5px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li,
body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li {
  float: left;
  margin-right: 20px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li:last-child label,
body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li:last-child label {
  border-right: 0;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li label,
body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li label {
  padding-right: 15px;
  padding-left: 25px;
  border-right: 1px solid #e6e3de;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper,
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper,
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper select,
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper select,
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper select,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper select,
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper input,
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper input,
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper input,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper input {
  width: 100%;
  margin-right: 0;
  padding: 10px 15px;
  min-width: 0;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper:after,
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper:after,
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper:after,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper:after {
  right: 15px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd) {
  margin-right: 5px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even) {
  margin-left: 5px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .select-wrapper:hover,
body.page #page.page-makelaardij .section .search .options-wrapper .select-wrapper:hover,
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper:hover,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.archive #page.page-makelaardij .section .search .options-wrapper .input-wrapper.streetname,
body.page #page.page-makelaardij .section .search .options-wrapper .input-wrapper.streetname {
  width: 100%;
  margin-right: 0;
  margin-left: 0 !important;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul {
  list-style-type: none;
  padding: 0;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input li,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input li {
  display: inline-block;
  margin: 0 10px;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input .ul-overflow,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input .ul-overflow {
  display: inline-block;
  position: absolute;
  top: 55px;
  left: -1px;
  width: 517px;
  max-height: 500px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list {
  position: relative;
  display: block;
  /* top: 57px; left: -1px;  */
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  color: #222222;
  padding: 7px;
  cursor: pointer;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li:last-child,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li:last-child {
  border-bottom: 0;
}
body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li.highlighted,
body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input ul.options-list li.highlighted {
  background: #f8f8f8;
}
body.archive #page.page-makelaardij .section .search .options-wrapper.open,
body.page #page.page-makelaardij .section .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(calc(100% + 20px));
  -moz-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  -o-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper {
  position: relative;
  float: right;
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper input,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper input {
  padding: 10px 55px 8px 20px;
  margin-right: 0;
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper:after,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper:after {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 17px;
  right: 20px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger.svg') bottom left / 16px no-repeat;
  pointer-events: none;
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper:before,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper:before {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 11px;
  bottom: 2px;
  right: calc(50% - 12px);
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-large-white.svg') bottom left / 24px no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper:hover:before,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper:hover:before {
  bottom: -11px;
}
body.archive #page.page-makelaardij .section .search .btn-menu-wrapper.open:before,
body.page #page.page-makelaardij .section .search .btn-menu-wrapper.open:before {
  bottom: -11px;
}
body.archive #page.page-makelaardij .section .search .checkbox-filters,
body.page #page.page-makelaardij .section .search .checkbox-filters {
  padding: 30px 30px 30px 8px;
}
body.archive #page.page-makelaardij .section .search .checkbox-filters h4,
body.page #page.page-makelaardij .section .search .checkbox-filters h4 {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 7px;
}
body.archive #page.page-makelaardij .section .search .checkbox-filters ul,
body.page #page.page-makelaardij .section .search .checkbox-filters ul {
  display: block;
}
body.archive #page.page-makelaardij .section .search .checkbox-filters ul li,
body.page #page.page-makelaardij .section .search .checkbox-filters ul li {
  display: block;
}
body.archive #page.page-makelaardij .section .search .checkbox-filters .col-2-3 ul li,
body.page #page.page-makelaardij .section .search .checkbox-filters .col-2-3 ul li {
  float: left;
  width: 50%;
}
body.archive #page.page-makelaardij .section .search .options-content,
body.page #page.page-makelaardij .section .search .options-content {
  float: left;
  width: 30%;
  padding: 30px;
}
body.archive #page.page-makelaardij .section .search .options-content h3,
body.page #page.page-makelaardij .section .search .options-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 20px;
}
body.archive #page.page-makelaardij .section .search .options-content p,
body.page #page.page-makelaardij .section .search .options-content p {
  font-size: 14px;
  line-height: 24px;
}
body.archive #page.page-makelaardij .section .search .options-content .btn,
body.page #page.page-makelaardij .section .search .options-content .btn {
  font-weight: 400;
  border-color: rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-height: 100%;
}
body.archive #page.page-makelaardij .section .search .options-content .btn:hover,
body.page #page.page-makelaardij .section .search .options-content .btn:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.archive #page.page-makelaardij .section .objects,
body.page #page.page-makelaardij .section .objects {
  position: relative;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  clear: both !important;
}
body.archive #page.page-makelaardij .section .objects.open,
body.page #page.page-makelaardij .section .objects.open {
  padding-top: 253px;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-makelaardij .section .objects:before,
body.page #page.page-makelaardij .section .objects:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: #f9f8f4;
  content: "";
  z-index: 0;
}
body.archive #page.page-makelaardij .section .objects .grid.cntr,
body.page #page.page-makelaardij .section .objects .grid.cntr {
  position: relative;
  z-index: 9981;
}
body.archive #page.page-makelaardij .section .signup-content,
body.page #page.page-makelaardij .section .signup-content {
  position: relative;
}
body.archive #page.page-makelaardij .section .signup-content .module,
body.page #page.page-makelaardij .section .signup-content .module {
  text-align: center !important;
}
body.archive #page.page-makelaardij .section .signup-content .signup,
body.page #page.page-makelaardij .section .signup-content .signup {
  border: 1px solid #222222;
  padding: 40px;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 100px;
  float: left;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
body.archive #page.page-makelaardij .section .signup-content .signup:before,
body.page #page.page-makelaardij .section .signup-content .signup:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-top: 15px solid #222222;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #222222;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
body.archive #page.page-makelaardij .section .signup-content .signup:after,
body.page #page.page-makelaardij .section .signup-content .signup:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% - 1px);
  border-top: 15px solid #222222;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #f9f8f4;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(1),
body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(1) {
  text-align: left !important;
}
body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(2),
body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(2) {
  text-align: center !important;
}
body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(3),
body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-of-type(3) {
  text-align: right !important;
}
body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3 .socialchannels,
body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 .socialchannels {
  margin-left: 20px;
}
body.archive #page.page-makelaardij .section .signup-content .signup.show,
body.page #page.page-makelaardij .section .signup-content .signup.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.archive #page.page-makelaardij .section .signup-content .signup span,
body.page #page.page-makelaardij .section .signup-content .signup span {
  font-size: 22px;
  line-height: 1em;
  display: inline-block;
  padding: 20px 0 0;
}
body.archive #page.page-makelaardij .section .signup-content .signup .socialchannels li a svg path,
body.page #page.page-makelaardij .section .signup-content .signup .socialchannels li a svg path {
  fill: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.archive #page.page-makelaardij .section .signup-content .signup .socialchannels li a:hover svg path,
body.page #page.page-makelaardij .section .signup-content .signup .socialchannels li a:hover svg path {
  fill: #ffffff;
}
body.archive #page.page-makelaardij .section .signup-content p,
body.page #page.page-makelaardij .section .signup-content p {
  text-align: center !important;
  display: inline-block;
  font-size: 20px;
  line-height: 1.75em;
  font-weight: lighter;
  max-width: 980px;
  margin: 0 auto 60px;
}
body.archive #page.page-makelaardij .section .review-container,
body.page #page.page-makelaardij .section .review-container {
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 0 20px 100px;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner,
body.page #page.page-makelaardij .section .review-container .review-container__inner {
  text-align: left !important;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 40px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left,
body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left {
  float: left;
  position: relative;
  flex-grow: 1;
  padding-right: 30px;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left:after,
body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left:after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .average-container,
body.page #page.page-makelaardij .section .review-container .review-container__inner .average-container {
  float: left;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .average-container h2,
body.page #page.page-makelaardij .section .review-container .review-container__inner .average-container h2 {
  padding-bottom: 8px;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .average-container p,
body.page #page.page-makelaardij .section .review-container .review-container__inner .average-container p {
  margin-bottom: 0;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .grade,
body.page #page.page-makelaardij .section .review-container .review-container__inner .grade {
  float: left;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  font-size: 55px;
  color: #22AB34;
  padding: 22px 0 0 20px;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .grade span,
body.page #page.page-makelaardij .section .review-container .review-container__inner .grade span {
  font-size: 40px;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right,
body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right {
  float: left;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p,
body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p {
  font-size: 22px;
  padding-left: 30px;
  margin-bottom: 0;
}
body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p a,
body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p a {
  margin-left: 10px;
}
@media only screen and (max-width: 1250px) {
  body.archive #page.page-makelaardij .section .signup-content .signup span,
  body.page #page.page-makelaardij .section .signup-content .signup span {
    font-size: 18px;
    padding-top: 12px;
    line-height: 1.3;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .btn.large,
  body.page #page.page-makelaardij .section .signup-content .signup .btn.large {
    font-size: 14px;
    padding: 9px 20px 7px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .socialchannels li a,
  body.page #page.page-makelaardij .section .signup-content .signup .socialchannels li a {
    width: 50px;
    height: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  body.archive #page.page-makelaardij .section .objects.open,
  body.page #page.page-makelaardij .section .objects.open {
    padding-top: 365px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup,
  body.page #page.page-makelaardij .section .signup-content .signup {
    margin-bottom: 30px;
  }
  body.archive #page.page-makelaardij .section .signup-content p,
  body.page #page.page-makelaardij .section .signup-content p {
    margin-bottom: 10px;
  }
  body.archive #page.page-makelaardij .section .review-container,
  body.page #page.page-makelaardij .section .review-container {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 960px) {
  body.archive #page.page-makelaardij .section .signup-content .signup,
  body.page #page.page-makelaardij .section .signup-content .signup {
    padding: 20px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 {
    text-align: left !important;
    width: 50%;
    margin-bottom: 10px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3 span,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 span {
    display: inline-block;
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1) {
    text-align: center !important;
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1) span,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1) span {
    text-align: center !important;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(2),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(2) {
    text-align: right !important;
    padding-right: 10px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) {
    text-align: left !important;
    padding-left: 10px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) span,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) span {
    float: left;
    display: inline-block;
    width: auto;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3 .social-inner,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 .social-inner {
    display: inline-block;
  }
}
@media only screen and (max-width: 850px) {
  body.archive #page.page-makelaardij .section .review-container .review-container__inner,
  body.page #page.page-makelaardij .section .review-container .review-container__inner {
    display: inline-block;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left,
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right {
    display: inline-block;
    float: left;
    clear: both;
    width: auto;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left:after,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.archive #page.page-makelaardij .section .signup-content p,
  body.page #page.page-makelaardij .section .signup-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner,
  body.page #page.page-makelaardij .section .review-container .review-container__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.archive #page.page-makelaardij .section .signup-content .signup,
  body.page #page.page-makelaardij .section .signup-content .signup {
    margin-bottom: 30px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 {
    text-align: center !important;
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3 span,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3 span {
    font-size: 16px;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(1) {
    text-align: center !important;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(2),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(2) {
    text-align: center !important;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3),
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) {
    text-align: center !important;
    margin-top: 7px;
    margin-bottom: 0;
  }
  body.archive #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) span,
  body.page #page.page-makelaardij .section .signup-content .signup .col-1-3:nth-child(3) span {
    padding-top: 16px;
  }
  body.archive #page.page-makelaardij .section .signup-content p,
  body.page #page.page-makelaardij .section .signup-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li,
  body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li {
    width: calc(50% - 20px);
    margin-bottom: 3px;
  }
  body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li label,
  body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li label {
    display: inline-block;
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li:nth-child(even) label,
  body.page #page.page-makelaardij .section .search .options-wrapper .select-filters .rental-recreation-filter li:nth-child(even) label {
    border-right: 0;
  }
  body.archive #page.page-makelaardij .section .search .options-wrapper .autocomplete-input .ul-overflow,
  body.page #page.page-makelaardij .section .search .options-wrapper .autocomplete-input .ul-overflow {
    width: 100%;
    top: 50px;
    max-height: 300px;
  }
  body.archive #page.page-makelaardij .section .review-container,
  body.page #page.page-makelaardij .section .review-container {
    padding: 0 10px 40px;
  }
  body.archive #page.page-makelaardij .section .review-container .average-container p,
  body.page #page.page-makelaardij .section .review-container .average-container p {
    font-size: 12px;
    line-height: 1.7;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-right p {
    padding-left: 0;
    font-size: 18px;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .grade,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .grade {
    padding-left: 0;
    font-size: 40px;
    padding-top: 36px;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .grade span,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .grade span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body.archive #page.page-makelaardij .section .signup-content p,
  body.page #page.page-makelaardij .section .signup-content p {
    font-size: 15px;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner,
  body.page #page.page-makelaardij .section .review-container .review-container__inner {
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .review-container__inner-left {
    width: 100%;
  }
  body.archive #page.page-makelaardij .section .review-container .review-container__inner .grade,
  body.page #page.page-makelaardij .section .review-container .review-container__inner .grade {
    float: right;
  }
}
body.home #page.page-makelaardij .section .objects {
  background: #ffe01a;
}
body.home #page.page-makelaardij .section .objects .grid.cntr .module {
  padding-top: 100px;
  padding-bottom: 0;
}
body.home #page.page-makelaardij .section .objects h2 {
  font-size: 28px;
  font-weight: lighter;
  padding-bottom: 30px;
}
body.home #page.page-makelaardij .section .featured {
  position: relative;
  height: 480px;
  z-index: 9982;
}
body.home #page.page-makelaardij .section .featured:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(640px);
  -moz-transform: translateX(640px);
  -ms-transform: translateX(640px);
  -o-transform: translateX(640px);
  transform: translateX(640px);
  height: 120px;
  background: #ffe01a;
  z-index: 0;
  width: 6000px;
}
body.home #page.page-makelaardij .section .featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(640px);
  -moz-transform: translateX(640px);
  -ms-transform: translateX(640px);
  -o-transform: translateX(640px);
  transform: translateX(640px);
  height: 73px;
  background: #ffe01a;
  z-index: 0;
  width: 5000px;
}
body.home #page.page-makelaardij .section .featured .grid.cntr {
  height: 100%;
  position: relative;
}
body.home #page.page-makelaardij .section .featured .grid.cntr .module {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
  float: none;
}
body.home #page.page-makelaardij .section .featured .featured-still {
  width: 62.5%;
  height: 360px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  overflow: hidden;
}
body.home #page.page-makelaardij .section .featured .featured-still a {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-decoration: none;
  text-align: center !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
body.home #page.page-makelaardij .section .featured .featured-still a .text {
  width: 100%;
  text-align: center !important;
  padding: 30px;
}
body.home #page.page-makelaardij .section .featured .featured-still a .text span {
  clear: both !important;
  display: block;
  font-size: 14px;
}
body.home #page.page-makelaardij .section .featured .featured-still a img {
  display: none;
  visibility: hidden;
}
body.home #page.page-makelaardij .section .featured .featured-still:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.home #page.page-makelaardij .section .featured .featured-random {
  width: 37.5%;
  height: 100%;
  display: block;
  float: left;
  background: white;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  overflow: hidden;
}
body.home #page.page-makelaardij .section .featured .featured-random .object {
  display: block;
  width: 100%;
  height: 50% !important;
  background-image: url('/wp-content/themes/weghorst/static/images/no-image-placeholder-960_480.jpg');
  background-size: cover;
  background-position: center;
  margin: 0;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
body.home #page.page-makelaardij .section .featured .featured-random .object a {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-decoration: none;
  text-align: center !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
body.home #page.page-makelaardij .section .featured .featured-random .object a .text {
  width: 100%;
  text-align: center !important;
  padding: 30px;
}
body.home #page.page-makelaardij .section .featured .featured-random .object a .text span {
  clear: both !important;
  display: block;
  font-size: 14px;
}
body.home #page.page-makelaardij .section .featured .featured-random .object a img {
  display: none;
  visibility: hidden;
}
body.home #page.page-makelaardij .section .featured .featured-random .object:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.home #page.page-makelaardij .section .featured .search {
  background: #ffe01a;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 31px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module {
  width: auto;
  float: left;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module h2 {
  font-size: 34px;
  font-weight: lighter;
  line-height: 34px;
  padding-bottom: 10px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .object-search-field {
  min-width: 100px;
  max-width: 185px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module input,
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module select {
  margin-right: 10px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .search-submit {
  margin-right: 0;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module input {
  float: left;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options {
  background: white !important;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper {
  position: relative;
  float: left;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
  padding: 10px 55px 8px 20px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 17px;
  right: 30px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger.svg') bottom left / 16px no-repeat;
  pointer-events: none;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 11px;
  bottom: 0;
  right: calc(50% - 12px);
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-large-white.svg') bottom left / 24px no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
  bottom: -11px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper.open:before {
  bottom: -11px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input ul {
  list-style-type: none;
  padding: 0;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input li {
  display: inline-block;
  margin: 0 10px;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input .ul-overflow {
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 0;
  width: 478px;
  max-height: 500px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input ul.options-list {
  position: relative;
  display: block;
  /* top: 57px; left: -1px;  */
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  color: #222222;
  padding: 7px;
  cursor: pointer;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input ul.options-list li:last-child {
  border-bottom: 0;
}
body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input ul.options-list li.highlighted {
  background: #f8f8f8;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1280px;
  max-width: calc(100vw - 40px);
  background: white;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-filters {
  float: left;
  width: 30%;
  padding: 30px 30px 20px 30px;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper select {
  width: 100%;
  margin-right: 0;
  padding: 10px 15px;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper:after {
  right: 15px;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper:nth-of-type(odd) {
  margin-right: 5px;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper:nth-of-type(even) {
  margin-left: 5px;
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-wrapper:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.home #page.page-makelaardij .section .featured .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(calc(100% + 20px));
  -moz-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  -o-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(100%) translateY(20px) !important;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
}
body.home #page.page-makelaardij .section .featured .search .checkbox-filters {
  padding: 30px 30px 30px 8px;
}
body.home #page.page-makelaardij .section .featured .search .checkbox-filters h4 {
  margin-bottom: 7px;
}
body.home #page.page-makelaardij .section .featured .search .checkbox-filters ul {
  display: block;
}
body.home #page.page-makelaardij .section .featured .search .checkbox-filters ul li {
  display: block;
}
body.home #page.page-makelaardij .section .featured .search .checkbox-filters .col-2-3 ul li {
  float: left;
  width: 50%;
}
body.home #page.page-makelaardij .section .featured .search .options-content {
  float: left;
  width: 30%;
  padding: 30px;
}
body.home #page.page-makelaardij .section .featured .search .options-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
body.home #page.page-makelaardij .section .featured .search .options-content p {
  font-size: 14px;
  line-height: 24px;
}
body.home #page.page-makelaardij .section .featured .search .options-content .btn {
  font-weight: 400;
  border-color: rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-makelaardij .section .featured .search .options-content .btn:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.home #page.page-makelaardij .section .content p {
  overflow: hidden;
  text-align: center !important;
  padding: 0 150px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1205px) {
  body.home #page.page-makelaardij .section .featured .search {
    padding-top: 37px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
    padding: 7px 45px 8px 15px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
    top: 14px;
    right: 27px;
  }
  body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-filters .select-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-filters .input-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  body.home #page.page-makelaardij .section .featured {
    height: auto;
  }
  body.home #page.page-makelaardij .section .featured .grid.cntr .module {
    height: 360px;
  }
  body.home #page.page-makelaardij .section .featured:before {
    height: 220px;
    bottom: -20px;
  }
  body.home #page.page-makelaardij .section .featured .search {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 30px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr {
    padding: 0;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module {
    height: auto;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-top: 70px;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #page.page-makelaardij .section .featured .featured-still a {
    position: relative;
    opacity: 1;
    background: 0;
  }
  body.home #page.page-makelaardij .section .featured .featured-still a:hover {
    background: 0;
  }
  body.home #page.page-makelaardij .section .featured .featured-still a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a {
    position: relative;
    opacity: 1;
    background: 0;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 8px 10px;
    font-weight: 600;
    font-size: 16px;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text span {
    text-align: center !important;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    clear: none !important;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text span .view {
    display: none;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text span br {
    display: none;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
    bottom: 2px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
    bottom: 2px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper.open:before {
    bottom: -9px;
  }
}
@media only screen and (max-width: 1023px) {
  body.home #page.page-makelaardij .section .featured {
    margin-top: 60px;
  }
  body.home #page.page-makelaardij .section .featured .search .options-wrapper .select-filters {
    width: 50%;
  }
  body.home #page.page-makelaardij .section .featured .search .options-wrapper .checkbox-filters {
    width: 50%;
  }
  body.home #page.page-makelaardij .section .featured .search .options-wrapper .options-content {
    text-align: center !important;
    width: 100%;
    padding-top: 0;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module .object {
    width: calc((100% - 20px) / 2);
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module .object:nth-of-type(2) {
    margin-right: 0;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module .object .object-figure {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 845px) {
  body.home #page.page-makelaardij .section .featured:before {
    bottom: 0;
    height: 320px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module h2 {
    font-size: 28px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .search-form {
    display: inline-block;
    width: 100%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .object-search-field {
    float: left;
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    max-width: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .object-search-field.place {
    float: left;
    margin-right: 0;
    min-width: 50%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper.buy {
    padding-right: 0;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper.place {
    padding-right: 0;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper select {
    width: 100%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper--mobile-left {
    padding-right: 10px !important;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
    bottom: 1px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
    bottom: -9px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
    width: 100%;
    text-align: left !important;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
    right: 18px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .search-submit {
    width: 50%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .filter-close {
    top: 16px;
    right: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .select-filters {
    padding: 15px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .select-filters .select-wrapper {
    width: 100%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters {
    padding: 15px 15px 15px 8px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters .col-2-3 {
    width: 100%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .options-content {
    padding: 0 15px 15px 15px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input {
    width: 50%;
    padding-right: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input input {
    width: 100%;
    max-width: 100% !important;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.home #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.home #page.page-makelaardij .section .featured .search {
    padding-top: 20px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module h2 {
    font-size: 22px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper.open {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .select-filters {
    width: 100%;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .select-filters .price-wrapper {
    width: calc(100% - 40px);
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters {
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 30px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .autocomplete-input .ul-overflow {
    width: calc(100% - 10px);
    max-height: 300px;
  }
  body.home #page.page-makelaardij .section .objects {
    padding-top: 0 !important;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-top: 20px;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module h2 {
    font-size: 20px;
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module .object .object-figure {
    padding-top: 66%;
  }
}
@media only screen and (max-width: 480px) {
  body.home #page.page-makelaardij .section .featured {
    height: auto;
  }
  body.home #page.page-makelaardij .section .featured:before {
    bottom: 0;
  }
  body.home #page.page-makelaardij .section .featured .featured-still {
    width: 100%;
    height: 240px;
  }
  body.home #page.page-makelaardij .section .featured .featured-still a .text {
    padding: 10px;
    font-size: 16px;
  }
  body.home #page.page-makelaardij .section .featured .grid.cntr .module {
    height: 390px;
  }
  body.home #page.page-makelaardij .section .featured .featured-random {
    width: 100%;
    height: 150px;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object {
    float: left;
    width: 50%;
    height: 100% !important;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text {
    padding: 5px;
    font-size: 12px;
  }
  body.home #page.page-makelaardij .section .featured .featured-random .object a .text span .price {
    font-size: 12px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module {
    height: auto;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module h2 strong {
    display: block;
    clear: left;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .btn-menu-wrapper {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-makelaardij .section .featured .search .grid.cntr .module .options-wrapper {
    max-width: calc(100vw - 20px);
  }
  body.home #page.page-makelaardij .section .objects .grid.cntr .module .object {
    width: 100%;
  }
}
#page.page-makelaardij .object {
  position: relative;
  background: #ffffff;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
#page.page-makelaardij .object.object-loading {
  opacity: 0;
}
#page.page-makelaardij .object:nth-of-type(4n) {
  margin-right: 0;
}
#page.page-makelaardij .object:nth-of-type(4n + 1) {
  clear: left;
}
#page.page-makelaardij .object a {
  position: absolute;
  width: 100%;
  height: calc(100% - 36px);
  left: 0;
  bottom: 0;
  z-index: 100;
}
#page.page-makelaardij .object .object-figure {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  height: 0;
  padding-top: 66%;
  background-size: cover;
  background-position: center;
}
#page.page-makelaardij .object .object-figure .favorite {
  position: absolute;
  width: 220px;
  height: 36px;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
#page.page-makelaardij .object .object-figure .favorite .heart {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-makelaardij .object .object-figure .favorite .heart svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 15px;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-makelaardij .object .object-figure .favorite .heart:before {
  position: absolute;
  font-family: 'Martel Sans', sans-serif;
  text-align: center !important;
  width: auto;
  font-size: 14px;
  content: "Voeg toe aan favorieten";
  top: 6px;
  right: 45px;
  color: white;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-makelaardij .object .object-figure .favorite.added {
  opacity: 1;
  visibility: visible;
}
#page.page-makelaardij .object .object-figure .favorite.added .heart svg {
  opacity: 1;
}
#page.page-makelaardij .object .object-figure .favorite.added .heart svg g path {
  fill: white !important;
}
#page.page-makelaardij .object .object-figure .favorite.added .heart:before {
  content: "Verwijder uit favorieten";
}
#page.page-makelaardij .object .object-figure .favorite:hover .heart svg {
  opacity: 1;
}
#page.page-makelaardij .object .object-figure .favorite:hover .heart:before {
  opacity: 1;
}
#page.page-makelaardij .object .object-figure img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
  visibility: hidden;
}
#page.page-makelaardij .object .object-figure .highlight {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #222222;
  max-width: 100%;
}
#page.page-makelaardij .object .object-figure .highlight span {
  background: #222222;
  color: #ffffff;
  float: left;
  padding: 10px 15px 4px;
  max-width: 100%;
  line-height: 18px;
}
#page.page-makelaardij .object .object-details {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 14px 20px;
}
#page.page-makelaardij .object .object-details .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
}
#page.page-makelaardij .object .object-details h3 {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 18px;
  max-width: calc(100% - 30px);
}
#page.page-makelaardij .object .object-details .arrow-white {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #222222;
  right: 28px;
  bottom: 28px;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-makelaardij .object .object-details .arrow-white:after {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 6px no-repeat;
  content: "";
}
#page.page-makelaardij .object:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#page.page-makelaardij .object:hover .object-figure .favorite {
  opacity: 1;
  visibility: visible;
}
#page.page-makelaardij .object:hover .object-details .arrow-white {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s 0.2s ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -ms-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
#page.page-makelaardij .object.location-info {
  float: left;
  background: #ffdf00;
  padding: 30px;
}
#page.page-makelaardij .object.location-info h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#page.page-makelaardij .object.location-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
#page.page-makelaardij .object.location-info:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1320px) {
  #page.page-makelaardij .object {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .object.location-info {
    padding: 15px;
  }
  #page.page-makelaardij .object.location-info h6 {
    margin-bottom: 10px;
  }
}
#page.page-makelaardij .featured-header-image {
  display: flex;
  height: 480px;
  width: 100%;
}
#page.page-makelaardij .featured-header-image > div {
  display: flex;
  align-self: flex-end;
  width: 100%;
}
#page.page-makelaardij .featured-header-image .mail-favorite {
  position: relative;
  display: inline-block;
  background: #222222;
  height: 54px;
  padding-top: 17px;
}
#page.page-makelaardij .featured-header-image .mail-favorite:before {
  position: absolute;
  width: 600px;
  height: 100%;
  top: 0;
  left: -600px;
  background: #222222;
  content: "";
}
#page.page-makelaardij .featured-header-image .mail-favorite .mail,
#page.page-makelaardij .featured-header-image .mail-favorite button {
  font-family: 'Martel Sans', sans-serif;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .featured-header-image .mail-favorite .mail:hover,
#page.page-makelaardij .featured-header-image .mail-favorite button:hover {
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .featured-header-image .mail-favorite .mail {
  position: relative;
  margin-right: 50px;
  padding-right: 36px;
}
#page.page-makelaardij .featured-header-image .mail-favorite .mail:after {
  position: absolute;
  width: 21px;
  height: 16px;
  right: 0;
  top: 1px;
  background: url('/wp-content/themes/weghorst/static/images/icons/mail-white.svg') bottom left / 21px no-repeat;
  content: "";
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .featured-header-image .mail-favorite .mail:hover:after {
  opacity: 1;
}
#page.page-makelaardij .featured-header-image .mail-favorite button {
  position: relative;
  margin-right: 20px;
  padding-right: 33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .featured-header-image .mail-favorite button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Verwijder deze woning";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body#architectuur #page.page-makelaardij .featured-header-image .mail-favorite button:before {
  content: "Verwijder dit project";
}
#page.page-makelaardij .featured-header-image .mail-favorite button span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .featured-header-image .mail-favorite button:hover span {
  opacity: 1;
}
#page.page-makelaardij .featured-header-image .mail-favorite button.added {
  color: rgba(255, 255, 255, 0);
  padding-right: 50px;
}
#page.page-makelaardij .featured-header-image .mail-favorite button.added:before {
  opacity: 1;
  color: rgba(255, 255, 255, 0.65);
}
#page.page-makelaardij .featured-header-image .mail-favorite button.added span {
  opacity: 1;
}
#page.page-makelaardij .featured-header-image .mail-favorite button.added span svg g path {
  fill: white !important;
}
#page.page-makelaardij .featured-header-image .mail-favorite button.added:hover:before {
  color: white;
}
@media only screen and (max-width: 1023px) {
  #page.page-makelaardij .featured-header-image {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .featured-header-image {
    height: 280px !important;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding-top: 13px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite:before {
    width: 700px;
    left: -40px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite .mail {
    float: left;
    margin-right: 15px;
    font-size: 12.5px;
    padding-right: 33px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite .mail:after {
    background-size: 19px;
    right: 4px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite button {
    font-size: 12.5px;
    padding-right: 30px;
    margin-right: 0;
    margin-top: -0.5px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite button span {
    width: 18px;
    height: 18px;
    top: 2px;
    right: 4px;
  }
}
@media only screen and (max-width: 345px) {
  #page.page-makelaardij .featured-header-image .mail-favorite {
    height: 80px;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite .mail {
    clear: both;
  }
  #page.page-makelaardij .featured-header-image .mail-favorite button {
    clear: left;
    margin-top: 10px;
  }
}
#page.page-makelaardij .aside {
  background: #e6e3de;
}
#page.page-makelaardij .aside .module {
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: -40px;
}
#page.page-makelaardij .aside .module .article {
  width: 31.33333333%;
  margin-left: 3%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
}
#page.page-makelaardij .aside .module .article h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
#page.page-makelaardij .aside .module .article p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.75);
}
#page.page-makelaardij .aside .module .article ul {
  margin-bottom: 20px;
}
#page.page-makelaardij .aside .module .article ul li {
  position: relative;
  padding-left: 20px;
  line-height: 26px;
}
#page.page-makelaardij .aside .module .article ul li:before {
  position: absolute;
  left: 5px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .aside .module .article .inner {
  padding: 40px;
}
#page.page-makelaardij .aside .module .article img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#page.page-makelaardij .aside .module .article:nth-of-type(1) {
  margin-left: 0;
}
@media only screen and (max-width: 1205px) {
  #page.page-makelaardij .aside .module .article h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .aside .module {
    padding-top: 60px;
  }
  #page.page-makelaardij .aside .module .article .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-makelaardij .aside .module .article:nth-of-type(1) {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #page.page-makelaardij .aside .module .article:nth-of-type(2) {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #page.page-makelaardij .aside .module .article:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .aside .module {
    padding-top: 40px;
  }
  #page.page-makelaardij .aside .module .article .inner {
    padding: 15px;
  }
  #page.page-makelaardij .aside .module .article h1 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .aside .module .article {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
#page.page-makelaardij .object-basic {
  padding: 60px 0 150px 0;
  background: #f9f8f4;
}
#page.page-makelaardij .object-basic [class^='PIN'] {
  width: 40px !important;
  height: 40px !important;
}
body#architectuur #page.page-makelaardij .object-basic {
  padding-bottom: 70px;
}
#page.page-makelaardij .object-basic .left {
  float: left;
  width: calc(100% - 430px);
  padding-right: 60px;
}
#page.page-makelaardij .object-basic h1 {
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 4px;
}
#page.page-makelaardij .object-basic h1 span {
  margin-left: 30px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.4);
}
#page.page-makelaardij .object-basic .pricen {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 14px;
}
#page.page-makelaardij .object-basic .price {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 14px;
}
#page.page-makelaardij .object-basic .price:before {
  content: "€ ";
}
body.single-project #page.page-makelaardij .object-basic .price:before {
  content: "";
}
#page.page-makelaardij .object-basic .open-day {
  position: relative;
  display: inline-block;
  background: #e5e3dd;
  height: 53px;
  padding: 14px 25px 0;
}
#page.page-makelaardij .object-basic .open-day:before {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1cfca;
  content: "";
}
#page.page-makelaardij .object-basic .open-day p {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 0;
}
#page.page-makelaardij .object-basic .open-day p:nth-of-type(1) {
  margin-right: 20px;
}
#page.page-makelaardij .object-basic .open-day p:nth-of-type(2):first-letter {
  text-transform: uppercase;
}
#page.page-makelaardij .object-basic .object-slider-container {
  margin-top: 70px;
}
#page.page-makelaardij .object-basic .object-slider-container .slider-pager {
  display: none;
}
#page.page-makelaardij .object-basic .object-image-slider {
  position: relative;
  text-align: center !important;
  width: calc(100% + 20px);
  margin-left: -10px;
}
#page.page-makelaardij .object-basic .object-image-slider.mobile {
  display: none;
}
#page.page-makelaardij .object-basic .object-image-slider .slide {
  height: 575px;
  margin: 0 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: url('/wp-content/themes/weghorst/static/images/icons/search-white.svg') bottom left / 50px no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#page.page-makelaardij .object-basic .object-image-slider .slide a:hover:before {
  opacity: 0.7;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a:hover:after {
  opacity: 1;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a.video:before {
  opacity: 0.7;
}
#page.page-makelaardij .object-basic .object-image-slider .slide a.video:after {
  opacity: 1;
  background: url('/wp-content/themes/weghorst/static/images/icons/play-button-white.svg') bottom left / 50px no-repeat;
}
#page.page-makelaardij .object-basic .object-image-slider .slide [class^='PIN'] {
  width: 40px;
  height: 40px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .first-image {
  position: relative;
  float: left;
  width: 66.6666%;
  height: 100%;
  padding-right: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .first-image [class^='PIN'] {
  position: absolute;
  right: 10px;
  bottom: 0px;
  opacity: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .first-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image {
  float: left;
  width: 33.3333%;
  height: 100%;
  padding-left: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .second-image {
  position: relative;
  height: calc(50% - 10px);
  margin-bottom: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .second-image [class^='PIN'] {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .second-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .third-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: calc(50% - 10px);
  margin-top: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .third-image a {
  height: 100%;
  width: 100%;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .third-image [class^='PIN'] {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slide .second-third-image .third-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul {
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  margin-left: -10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li {
  float: left;
  width: 33.3333%;
  height: calc(50% - 10px);
  padding: 0 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(1),
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(2),
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(3) {
  margin-bottom: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(4),
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(5),
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li:nth-child(6) {
  margin-top: 10px;
}
#page.page-makelaardij .object-basic .object-image-slider .slide.other ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  background: #222222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-arrow:before {
  display: none;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-arrow:after {
  position: absolute;
  width: 8px;
  height: 14px;
  content: "";
  top: 21px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#page.page-makelaardij .object-basic .object-image-slider .slick-arrow:hover {
  background: #575756;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-prev {
  left: -45px;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-prev:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  left: 23px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page.page-makelaardij .object-basic .object-image-slider .slick-prev:hover:after {
  -webkit-transform: translateX(-5px) rotate(180deg);
  -moz-transform: translateX(-5px) rotate(180deg);
  -ms-transform: translateX(-5px) rotate(180deg);
  -o-transform: translateX(-5px) rotate(180deg);
  transform: translateX(-5px) rotate(180deg);
}
#page.page-makelaardij .object-basic .object-image-slider .slick-next {
  right: -44px;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-next:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  right: 23px;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-next:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots {
  display: inline-block !important;
  width: auto;
  margin: 0 auto;
  height: 15px;
  bottom: -40px;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 0;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li button {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li button:before {
  display: none;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li button:after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #222222;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li.slick-active button {
  border: 1px solid #222222;
}
#page.page-makelaardij .object-basic .object-image-slider .slick-dots li.slick-active button:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#page.page-makelaardij .object-basic .right {
  float: left;
  max-width: 430px;
  width: 100%;
}
body#architectuur #page.page-makelaardij .object-basic .right {
  float: right;
  max-width: 420px;
}
@media only screen and (max-width: 1390px) {
  #page.page-makelaardij .object-basic .object-image-slider .slick-prev {
    left: 10px;
  }
  #page.page-makelaardij .object-basic .object-image-slider .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #page.page-makelaardij .object-basic {
    padding: 30px 0 75px 0;
  }
  #page.page-makelaardij .object-basic h1 {
    font-size: 32px;
  }
  #page.page-makelaardij .object-basic .left {
    padding-right: 30px;
    width: calc(100% - 350px);
  }
  #page.page-makelaardij .object-basic .left .editor.with-read-more {
    padding-right: 0;
  }
  #page.page-makelaardij .object-basic .right {
    max-width: 350px;
  }
  body#architectuur #page.page-makelaardij .object-basic .right {
    max-width: 350px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg {
    padding: 25px 30px 25px 30px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg .call-us {
    padding: 12px 20px 7px 50px;
  }
  #page.page-makelaardij .object-basic .object-slider-container {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  body#architectuur #page.page-makelaardij .object-basic [class^='PIN'] {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1 !important;
  }
  body#architectuur #page.page-makelaardij .object-basic .object-image-slider .slide .first-image [class^='PIN'] {
    right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-makelaardij .object-basic .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-makelaardij .object-basic .right {
    max-width: 100%;
  }
  body#architectuur #page.page-makelaardij .object-basic .right {
    max-width: 100%;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg {
    overflow: hidden;
    margin-top: 35px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg .call-us {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg .agenda {
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .object-basic {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-makelaardij .object-basic {
    padding-bottom: 30px;
  }
  #page.page-makelaardij .object-basic .object-slider-container .slider-pager {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 0 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page.page-makelaardij .object-basic .object-image-slider {
    display: none;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-dots {
    display: none !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-dots li {
    margin-bottom: 10px;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slide {
    height: 450px;
    margin: 0;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slide .slide-inner {
    position: relative;
    height: 100%;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slide a:before,
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slide a:after {
    display: none;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow.slick-prev {
    left: 0;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .object-basic h1 {
    font-size: 24px;
  }
  #page.page-makelaardij .object-basic .price {
    font-size: 20px;
    line-height: 22px;
  }
  #page.page-makelaardij .object-basic .open-day {
    height: auto;
    padding: 10px 20px 0;
  }
  #page.page-makelaardij .object-basic .open-day p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #page.page-makelaardij .object-basic .open-day p:nth-of-type(1) {
    margin-right: 5px;
  }
  #page.page-makelaardij .object-basic .left .editor.with-read-more {
    margin-top: 15px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg {
    padding: 20px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg .call-us {
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #page.page-makelaardij .object-basic .right .block-white-bg .agenda {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slide {
    height: 280px;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow {
    width: 45px;
    height: 45px;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow:after {
    top: 16px;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow.slick-prev:after {
    left: 17px;
  }
  #page.page-makelaardij .object-basic .object-image-slider.mobile .slick-arrow.slick-next:after {
    right: 18px;
  }
}
#page.page-makelaardij .block-white-bg {
  background: white;
  padding: 35px 40px 35px 40px;
  margin-top: -125px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#page.page-makelaardij .block-white-bg h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#page.page-makelaardij .block-white-bg p {
  color: #444444;
  margin-bottom: 28px;
}
#page.page-makelaardij .block-white-bg .employee-container {
  overflow: hidden;
  margin-bottom: 25px;
}
#page.page-makelaardij .block-white-bg .employee-container .photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-makelaardij .block-white-bg .employee-container .name-and-function {
  float: left;
  overflow: hidden;
  padding-top: 17px;
  max-width: calc(100% - 85px);
}
#page.page-makelaardij .block-white-bg .employee-container .name-and-function .name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#page.page-makelaardij .block-white-bg .employee-container .name-and-function .function {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#page.page-makelaardij .block-white-bg .btn {
  display: inline-block;
  width: 100%;
}
#page.page-makelaardij .block-white-bg .agenda {
  text-align: left !important;
  margin-top: 10px;
  border: 1px solid rgba(34, 34, 34, 0.25);
}
#page.page-makelaardij .block-white-bg .agenda:hover {
  border: 1px solid #222222;
}
#page.page-makelaardij .specifications {
  padding: 80px 0 0 0;
  background: #e5e3dd;
}
#page.page-makelaardij .specifications .title-container h2 {
  float: left;
  display: inline-block;
  width: auto;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-makelaardij .specifications .title-container .btn {
  position: relative;
  padding-left: 54px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 11px;
}
#page.page-makelaardij .specifications .title-container .btn span {
  position: absolute;
  width: 14px;
  height: 19px;
  top: 12px;
  left: 21px;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .specifications .title-container .btn:hover span svg polygon,
#page.page-makelaardij .specifications .title-container .btn:hover span svg path {
  fill: #222222 !important;
}
#page.page-makelaardij .specifications .specifications-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
  padding: 20px 0 0 0;
}
#page.page-makelaardij .specifications .specifications-container .left {
  float: left;
  width: 50%;
  padding-right: 15px;
}
#page.page-makelaardij .specifications .specifications-container .right {
  float: left;
  width: 50%;
  padding-left: 15px;
}
#page.page-makelaardij .specifications .specifications-container .specification-block {
  padding: 30px 30px 15px 30px;
  background: white;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#page.page-makelaardij .specifications .specifications-container .specification-block h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul {
  display: block;
  overflow: hidden;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li {
  overflow: hidden;
  width: 100%;
  padding: 12px 0 10px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.05);
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .label {
  float: left;
  width: 40%;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .value {
  float: left;
  width: 60%;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .value.first-capital::first-letter {
  text-transform: uppercase;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label {
  display: inline-block;
  position: relative;
  width: auto;
  height: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px 0 10px;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label:after {
  position: absolute;
  width: 9px;
  height: 22px;
  top: 0;
  right: -9px;
  content: "";
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-a,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-A {
  background: #008c45;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-a:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-A:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/008c45.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-b,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-B {
  background: #00a650;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-b:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-B:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/00a650.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-c,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-C {
  background: #71bf45;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-c:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-C:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/71bf45.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-d,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-D {
  background: #ffdd00;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-d:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-D:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/ffdd00.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-e,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-E {
  background: #fcb913;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-e:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-E:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/fcb913.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-f,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-F {
  background: #f47121;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-f:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-F:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/f47121.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-g,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-G {
  background: #ed1b24;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-g:after,
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.label-G:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/ed1b24.svg') top left / 9px no-repeat;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li .energy-label.extra-width {
  width: 58px;
}
#page.page-makelaardij .specifications .specifications-container .specification-block ul li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  #page.page-makelaardij .specifications {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .specifications .specifications-container {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-makelaardij .specifications .specifications-container .specification-block {
    padding: 15px;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .specifications .title-container h2 {
    font-size: 28px;
  }
  #page.page-makelaardij .specifications .specifications-container {
    margin-bottom: 30px;
  }
  #page.page-makelaardij .specifications .specifications-container .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-makelaardij .specifications .specifications-container .right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .specifications .title-container h2 {
    font-size: 22px;
    padding-top: 13px;
  }
  #page.page-makelaardij .specifications .specifications-container .specification-block h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #page.page-makelaardij .specifications .specifications-container .specification-block ul li {
    padding: 6px 0 5px 0;
  }
  #page.page-makelaardij .specifications .specifications-container .specification-block ul li .label {
    width: 45%;
  }
  #page.page-makelaardij .specifications .specifications-container .specification-block ul li .value {
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .specifications {
    padding-top: 20px;
  }
  #page.page-makelaardij .specifications .title-container .btn {
    float: left;
    clear: left;
    margin-top: 10px;
    padding-top: 9px;
  }
  #page.page-makelaardij .specifications .title-container .btn span {
    top: 9px;
  }
}
#page.page-makelaardij .similar-objects {
  position: relative;
  padding: 0 0 65px 0;
  background: #e5e3dd;
}
#page.page-makelaardij .similar-objects:before {
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  left: 0;
  content: "";
  background: #f9f8f4;
}
#page.page-makelaardij .similar-objects .title-container h2 {
  float: left;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-makelaardij .similar-objects .similar-objects-container {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
#page.page-makelaardij .similar-objects.empty {
  padding: 0;
  height: 100px;
  background: #f9f8f4;
}
#page.page-makelaardij .similar-objects.empty:before {
  display: none;
}
#page.page-makelaardij .similar-objects.empty .grid {
  display: none;
}
body.single-realworks_nieuwbouw #page.page-makelaardij .similar-objects,
body.single-realworks_nb_type #page.page-makelaardij .similar-objects {
  background: #f9f8f4;
  padding: 0 0 100px 0;
}
body.single-realworks_nieuwbouw #page.page-makelaardij .similar-objects:before,
body.single-realworks_nb_type #page.page-makelaardij .similar-objects:before {
  height: calc(100% - 230px);
  bottom: 60px;
  background: #e5e3dd;
}
body.single-realworks_nb_type #page.page-makelaardij .similar-objects {
  padding-bottom: 0 !important;
}
body.single-realworks_nb_type #page.page-makelaardij .similar-objects:before {
  height: calc(100% - 170px) !important;
  bottom: 0 !important;
}
body.single-realworks_nb_type #page.page-makelaardij .similar-objects .title-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.single-realworks_nb_type #page.page-makelaardij .similar-objects .title-container .btn {
  white-space: nowrap;
}
body.single-realworks_nb_nummer #page.page-makelaardij .similar-objects .title-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.single-realworks_nb_nummer #page.page-makelaardij .similar-objects .title-container .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .similar-objects {
    padding-bottom: 20px;
  }
  body.single-realworks_nieuwbouw #page.page-makelaardij .similar-objects,
  body.single-realworks_nb_type #page.page-makelaardij .similar-objects {
    padding-bottom: 20px;
  }
  body.single-realworks_nieuwbouw #page.page-makelaardij .similar-objects:before,
  body.single-realworks_nb_type #page.page-makelaardij .similar-objects:before {
    bottom: 15px;
    height: calc(100% - 110px);
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-makelaardij .similar-objects {
    padding-bottom: 20px;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object {
    width: calc((100% - 20px) / 2);
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(4n) {
    margin-right: 20px;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(2n) {
    margin-right: 0;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(2n + 1) {
    clear: left;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object .object-figure {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .similar-objects {
    padding-bottom: 30px;
  }
  #page.page-makelaardij .similar-objects .title-container h2 {
    font-size: 22px;
  }
  body.single-realworks_nb_type #page.page-makelaardij .similar-objects .title-container,
  body.single-realworks_nb_nummer #page.page-makelaardij .similar-objects .title-container {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  body.single-realworks_nb_type #page.page-makelaardij .similar-objects .title-container h2,
  body.single-realworks_nb_nummer #page.page-makelaardij .similar-objects .title-container h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .similar-objects .similar-objects-container .object {
    width: 100%;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(4n) {
    margin-right: 0;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(2n) {
    margin-right: 0;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:nth-of-type(2n + 1) {
    clear: left;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object:last-of-type {
    margin-bottom: 0;
  }
  #page.page-makelaardij .similar-objects .similar-objects-container .object .object-figure {
    padding-top: 66%;
  }
  body.single-realworks_nieuwbouw #page.page-makelaardij .similar-objects:before,
  body.single-realworks_nb_type #page.page-makelaardij .similar-objects:before {
    bottom: 0;
  }
}
#page.page-makelaardij .map-surroundings {
  position: relative;
  background: #f9f8f4;
}
#page.page-makelaardij .map-surroundings .contact-block-container {
  position: absolute;
  max-width: 445px;
  width: 100%;
  padding: 0 20px;
  top: 0;
  right: calc((100vw - 1320px) / 2);
  z-index: 10;
  padding-top: 25px;
}
#page.page-makelaardij .map-surroundings .contact-block-container.checkboxes .block-white-bg {
  padding: 25px 35px 20px 35px;
}
#page.page-makelaardij .map-surroundings .block-white-bg {
  float: right;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 40px 40px 75px;
  z-index: 1;
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block {
  margin-bottom: 25px;
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block:nth-child(1) h6 {
  position: relative;
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block:nth-child(1) h6:before {
  position: absolute;
  width: 16px;
  height: 26px;
  top: 0;
  left: -41px;
  background: url('/wp-content/themes/weghorst/static/images/icons/marker-v1.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block:nth-child(2) {
  margin-bottom: 0;
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block:nth-child(2) h6 {
  position: relative;
}
#page.page-makelaardij .map-surroundings .block-white-bg .contact-block:nth-child(2) h6:before {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: -42px;
  background: url('/wp-content/themes/weghorst/static/images/icons/time.svg') bottom left / 21px no-repeat;
  content: "";
}
#page.page-makelaardij .map-surroundings .block-white-bg h6 {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
}
#page.page-makelaardij .map-surroundings .block-white-bg p {
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
}
#page.page-makelaardij .map-surroundings .block-white-bg a {
  display: block;
}
#page.page-makelaardij .map-surroundings .title-container h2 {
  float: left;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-makelaardij .map-surroundings .map-surroundings-container {
  padding-top: 30px;
}
#page.page-makelaardij .map-surroundings .map-surroundings-container .map-s {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1320px) {
  #page.page-makelaardij .map-surroundings .contact-block-container {
    right: 0;
  }
}
@media only screen and (max-width: 1205px) {
  #page.page-makelaardij .map-surroundings {
    padding-top: 50px;
  }
  #page.page-makelaardij .map-surroundings .title-container h2 {
    font-size: 28px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container {
    top: 50px;
    max-width: 390px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .map-surroundings {
    padding-top: 10px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container {
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-makelaardij .map-surroundings {
    padding-top: 40px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container {
    position: relative;
    width: 100%;
    top: auto;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container .contact-block {
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .map-surroundings {
    padding-top: 30px;
  }
  #page.page-makelaardij .map-surroundings .title-container h2 {
    font-size: 20px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container {
    padding: 0 10px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container .block-white-bg {
    padding: 20px 20px 10px 55px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container .contact-block {
    width: 100%;
    margin-bottom: 15px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container .contact-block:nth-child(1) h6:before {
    left: -35px;
  }
  #page.page-makelaardij .map-surroundings .contact-block-container .contact-block:nth-child(2) h6:before {
    left: -37px;
  }
  #page.page-makelaardij .map-surroundings .map-surroundings-container {
    padding-top: 20px;
  }
  #page.page-makelaardij .map-surroundings .map-surroundings-container .map-s {
    height: 280px;
  }
}
#page.page-makelaardij .popup {
  display: none;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 1117px;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-top: -35px;
  max-height: 95vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#page.page-makelaardij .popup .grid {
  padding: 0;
}
#page.page-makelaardij .popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#page.page-makelaardij .popup .close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-makelaardij .popup .close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-makelaardij .popup .left {
  float: left;
  width: 100%;
  padding: 40px;
}
#page.page-makelaardij .popup .left .inschrijfframe {
  overflow: hidden;
  margin-left: -15px;
  margin-top: 10px;
  width: calc(100% + 30px);
}
#page.page-makelaardij .popup .right {
  position: absolute;
  width: 220px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}
#page.page-makelaardij .popup h3 {
  font-weight: 400;
}
#page.page-makelaardij .popup p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(68, 68, 68, 0.75);
  margin-bottom: 0;
}
#page.page-makelaardij .popup form {
  margin-top: 20px;
}
#page.page-makelaardij .popup form h4 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
#page.page-makelaardij .popup form .col-1-2:nth-of-type(odd) {
  padding-right: 8px;
}
#page.page-makelaardij .popup form .col-1-2:nth-of-type(even) {
  padding-left: 8px;
}
#page.page-makelaardij .popup form .col-1-2:last-of-type {
  margin-bottom: 0;
}
#page.page-makelaardij .popup form p {
  color: #222222;
  line-height: 22px;
  padding-bottom: 2px;
}
#page.page-makelaardij .popup form input[type=text],
#page.page-makelaardij .popup form input[type=email],
#page.page-makelaardij .popup form select,
#page.page-makelaardij .popup form textarea {
  border: 1px solid rgba(34, 34, 34, 0.25) !important;
  width: 100%;
}
#page.page-makelaardij .popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 9992;
}
#page.page-makelaardij #agenda-popup,
#page.page-makelaardij #deel-woning-popup {
  padding: 40px;
  max-width: 450px;
  width: 100%;
}
#page.page-makelaardij #agenda-popup h3,
#page.page-makelaardij #deel-woning-popup h3 {
  font-weight: 400;
}
#page.page-makelaardij #agenda-popup p,
#page.page-makelaardij #deel-woning-popup p {
  color: rgba(68, 68, 68, 0.75);
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .popup .left {
    padding: 30px;
  }
  #page.page-makelaardij #agenda-popup,
  #page.page-makelaardij #deel-woning-popup {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .popup {
    width: 100%;
    overflow-x: hidden;
  }
  #page.page-makelaardij .popup .close {
    top: 5px;
  }
  #page.page-makelaardij .popup .close:before,
  #page.page-makelaardij .popup .close:after {
    background: #222222;
  }
  #page.page-makelaardij .popup .left {
    width: 100%;
    padding: 10px;
  }
  #page.page-makelaardij .popup .left h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  #page.page-makelaardij .popup .left p {
    font-size: 13px;
    line-height: 24px;
  }
  #page.page-makelaardij .popup .right {
    display: none;
  }
  #page.page-makelaardij .popup form {
    margin-top: 10px;
  }
  #page.page-makelaardij .popup form h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  #page.page-makelaardij .popup form .col-1-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  #page.page-makelaardij .popup form .col-1-2:nth-of-type(odd) {
    padding-right: 0;
  }
  #page.page-makelaardij .popup form .col-1-2:nth-of-type(even) {
    padding-left: 0;
  }
  #page.page-makelaardij .popup .left .inschrijfframe {
    margin-left: -15px;
    min-width: 0;
  }
}
@media only screen and (max-width: 490px) {
  #page.page-makelaardij #agenda-popup,
  #page.page-makelaardij #deel-woning-popup {
    max-width: calc(100% - 20px);
    padding: 10px;
  }
}
#page.page-makelaardij .map-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 500px;
  top: 110px;
  left: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-makelaardij .map-container .map-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
#page.page-makelaardij .map-container .map-close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-makelaardij .map-container .map-close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-makelaardij .map-container .map-objects {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page.page-makelaardij .map-container.map-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  z-index: 102;
}
#page.page-makelaardij .map-container.filter-is-open {
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
}
body.page-template-page-woningaanbod #page.page-makelaardij h1,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij h1,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij h1,
body.page-template-page-bedrijven #page.page-makelaardij h1 {
  font-weight: 300;
  padding-bottom: 32px;
  padding-top: 15px;
}
body.page-template-page-woningaanbod #page.page-makelaardij h1 .h1-location .location-name,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name,
body.page-template-page-bedrijven #page.page-makelaardij h1 .h1-location .location-name {
  position: relative;
  font-weight: 600;
  text-decoration: none;
}
body.page-template-page-woningaanbod #page.page-makelaardij h1 .h1-location .location-name:after,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name:after,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name:after,
body.page-template-page-bedrijven #page.page-makelaardij h1 .h1-location .location-name:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "i";
  font-size: 12px;
  color: #444444;
  right: -19px;
  top: -12px;
  font-family: Georgia;
  font-style: italic;
}
body.page-template-page-woningaanbod #page.page-makelaardij h1 .h1-location .location-name:before,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name:before,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij h1 .h1-location .location-name:before,
body.page-template-page-bedrijven #page.page-makelaardij h1 .h1-location .location-name:before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -5px;
  right: -15px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .objects .grid > .module,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .objects .grid > .module,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .objects .grid > .module,
body.page-template-page-bedrijven #page.page-makelaardij .objects .grid > .module {
  padding-top: 30px;
  padding-bottom: 10px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .woningaanbod-content,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .woningaanbod-content,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .woningaanbod-content,
body.page-template-page-bedrijven #page.page-makelaardij .woningaanbod-content {
  display: inline-block;
  float: left;
  width: 75%;
  clear: both;
  margin-bottom: 5px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search,
body.page-template-page-bedrijven #page.page-makelaardij .section .search {
  position: relative;
  z-index: 101;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper {
  position: relative;
  float: left;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper .btn,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper .btn,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper .btn,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper .btn {
  position: relative;
  font-weight: 300;
  padding: 10px 35px 8px 20px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper:after,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper:after,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper:after,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 24px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/marker.svg') bottom left / 15px no-repeat;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper.open .btn,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.open .btn,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.open .btn,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper.open .btn {
  border: 1px solid #222222;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper.disabled,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.disabled,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.disabled,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper.disabled {
  pointer-events: none;
  cursor: default;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-map-wrapper.disabled:before,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.disabled:before,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-map-wrapper.disabled:before,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-map-wrapper.disabled:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  pointer-events: none;
  z-index: 100;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-menu-wrapper:before,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper:before,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper:before,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-menu-wrapper:before {
  display: none;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-menu-wrapper:after,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper:after,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper:after,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-menu-wrapper:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger-black.svg') bottom left / 16px no-repeat;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-menu-wrapper .btn,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper .btn,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper .btn,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-menu-wrapper .btn {
  font-weight: 300;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .btn-menu-wrapper.open .btn,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper.open .btn,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .btn-menu-wrapper.open .btn,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .btn-menu-wrapper.open .btn {
  border: 1px solid #222222;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper {
  width: 100%;
  width: 1280px;
  left: auto;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper.open,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper.open,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper.open,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .select-filters,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-filters,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-filters,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .select-filters {
  width: 45%;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .checkbox-filters,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .checkbox-filters,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .checkbox-filters,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .checkbox-filters {
  width: 55%;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .options-content,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .options-content,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .options-content,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .options-content {
  position: absolute;
  width: auto;
  bottom: 30px;
  right: 30px;
  width: 15%;
  padding: 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .options-content .btn,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .options-content .btn,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .options-content .btn,
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .options-content .btn {
  float: right;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(odd) {
  margin-left: 5px;
  margin-right: 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page-template-page-woningaanbod #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body.page-template-page-bedrijven #page.page-makelaardij .section .search .options-wrapper .input-wrapper:nth-of-type(even) {
  margin-right: 5px;
  margin-left: 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects.loading .objects-inner:before,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.loading .objects-inner:before,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.loading .objects-inner:before,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects.loading .objects-inner:before {
  opacity: 1;
  z-index: 1;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects.loading .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.loading .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.loading .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects.loading .objects-inner .circle-loader {
  opacity: 1;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects.open,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.open,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects.open,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects.open {
  padding-top: 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 80px;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  z-index: 100;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner:before,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner:before,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner:before,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(249, 248, 244, 0.75);
  opacity: 0;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.open:not(.realworks),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open:not(.realworks),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open:not(.realworks),
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.open:not(.realworks) {
  margin-top: 328px !important;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.map-open,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.map-open,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.map-open,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.map-open {
  margin-top: 535px;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n) {
  margin-right: 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1) {
  clear: left;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner .circle-loader {
  display: inline-block;
  position: absolute;
  left: calc(50% - 30px);
  top: 15px;
  margin: 15px;
  font-size: 10px;
  z-index: 2;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(0, 0, 0, 0.55);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circle-loader 1.1s infinite linear;
  animation: circle-loader 1.1s infinite linear;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner .circle-loader,
body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner .circle-loader:after,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader:after,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner .circle-loader:after,
body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner .circle-loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes circle-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.page-template-page-woningaanbod #page.page-makelaardij .section .signup-content .signup,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
body.page-template-page-bedrijven #page.page-makelaardij .section .signup-content .signup {
  margin-bottom: 80px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object {
  width: 100%;
  margin: 0;
  min-width: 200px;
  width: 200px;
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object:hover,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object:hover,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object:hover,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a {
  position: relative;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart {
  top: calc(50% - 35px);
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart:after {
  font-size: 13px;
  bottom: 25px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object .object-figure .favorite .heart svg {
  width: 40px;
  height: 36px;
  left: calc(50% - 20px);
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details {
  padding: 10px 10px 0 0;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .price,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .price,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .price,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .price {
  font-size: 16px;
  margin-bottom: 3px;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details h3,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details h3,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details h3,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details h3 {
  max-width: 100%;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .arrow-white,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .arrow-white,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .arrow-white,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a .object-details .arrow-white {
  display: none;
}
body.page-template-page-woningaanbod #page.page-makelaardij .gm-style .gm-style-iw .object a:hover h3,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a:hover h3,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .gm-style .gm-style-iw .object a:hover h3,
body.page-template-page-bedrijven #page.page-makelaardij .gm-style .gm-style-iw .object a:hover h3 {
  text-decoration: underline;
}
body.page-template-page-woningaanbod #page.page-makelaardij .footer .footer-top .module,
body[class^="post-type-archive-realworks_"] #page.page-makelaardij .footer .footer-top .module,
body[class*="post-type-archive-realworks_"] #page.page-makelaardij .footer .footer-top .module,
body.page-template-page-bedrijven #page.page-makelaardij .footer .footer-top .module {
  padding-top: 40px;
}
@media only screen and (max-width: 1320px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper {
    width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 1205px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 {
    padding-bottom: 32px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search {
    float: left;
    clear: left;
    margin-bottom: 20px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select {
    font-size: 13.5px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn {
    padding: 7px 35px 8px 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after {
    top: 13px;
    right: 22px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    padding: 7px 45px 8px 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after {
    top: 14px;
    right: 17px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper {
    left: 0;
    right: auto;
    top: -20px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container {
    top: 173px;
  }
}
@media only screen and (max-width: 1024px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-top: 0;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .input-wrapper input,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .input-wrapper input,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .input-wrapper input,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .input-wrapper input {
    padding: 10px 15px 7px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after {
    top: 19px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container {
    top: 153px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object {
    width: calc((100% - 40px) / 3);
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .signup-content .signup,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
  body.page-template-page-bedrijven #page.page-makelaardij .section .signup-content .signup {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.open {
    margin-top: 503px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before {
    top: -10px;
    right: -13px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after {
    top: -15px;
    right: -18px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-filters,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-filters,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-filters,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-filters {
    width: 100%;
    padding: 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .checkbox-filters,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .checkbox-filters,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .checkbox-filters,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .checkbox-filters {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .filter-close {
    top: 16px;
    right: 10px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .streetname {
    width: calc(100% - 40px);
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content {
    position: relative;
    display: inline-block;
    width: 100%;
    bottom: auto;
    right: auto;
    padding: 0 15px 15px 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn {
    float: left;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container {
    top: 133px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container.filter-is-open,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container.filter-is-open,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container.filter-is-open,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container.filter-is-open {
    top: 356px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object {
    width: calc((100% - 20px) / 2);
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .signup-content .signup,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .signup-content .signup,
  body.page-template-page-bedrijven #page.page-makelaardij .section .signup-content .signup {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.open {
    margin-top: 600px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module {
    padding-top: 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:before {
    top: -10px;
    right: -13px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module h1 .h1-location .location-name:after {
    top: -13px;
    right: -17px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search {
    display: inline-block;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper select {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper .btn {
    text-align: left !important;
    margin-right: 0;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper {
    top: 40px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper {
    width: calc(50% - 5px);
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container {
    top: 194px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(3n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1),
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .object:nth-of-type(2n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper {
    width: 100%;
    padding-right: 0;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .select-wrapper:after {
    right: 15px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-map-wrapper:after {
    right: 13px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    text-align: left !important;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .btn-menu-wrapper:after {
    right: 13px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper {
    top: 80px;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3 {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .map-container {
    top: 245px;
  }
}
@media only screen and (max-width: 360px) {
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname {
    width: calc(100% - 40px);
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-makelaardij .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-makelaardij .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-makelaardij .section .objects .objects-inner.open {
    margin-top: 656px;
  }
}
body.page-template-page-contact #page.page-makelaardij .footer .footer-top .module {
  padding-top: 40px;
}
body.page-template-default #page.page-makelaardij .section .featured-header-image,
body.page-template-page-contact #page.page-makelaardij .section .featured-header-image,
body.single #page.page-makelaardij .section .featured-header-image,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .featured-header-image {
  height: 355px;
}
body.page-template-default #page.page-makelaardij .section .content,
body.page-template-page-contact #page.page-makelaardij .section .content,
body.single #page.page-makelaardij .section .content,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content {
  padding: 70px 60px 100px 0;
  width: 100%;
  max-width: calc(100% - 405px);
}
body.page-template-default #page.page-makelaardij .section .content h1,
body.page-template-page-contact #page.page-makelaardij .section .content h1,
body.single #page.page-makelaardij .section .content h1,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h1 {
  font-size: 36px;
  line-height: 1;
  padding-bottom: 13px;
}
body.page-template-default #page.page-makelaardij .section .content .intro-text,
body.page-template-page-contact #page.page-makelaardij .section .content .intro-text,
body.single #page.page-makelaardij .section .content .intro-text,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content .intro-text {
  overflow: hidden;
  margin-bottom: 20px;
}
body.page-template-default #page.page-makelaardij .section .content .intro-text p,
body.page-template-page-contact #page.page-makelaardij .section .content .intro-text p,
body.single #page.page-makelaardij .section .content .intro-text p,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content .intro-text p {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}
body.page-template-default #page.page-makelaardij .section .content .intro-text p a img,
body.page-template-page-contact #page.page-makelaardij .section .content .intro-text p a img,
body.single #page.page-makelaardij .section .content .intro-text p a img,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content .intro-text p a img {
  margin-bottom: 0;
  margin-right: 40px;
}
body.page-template-default #page.page-makelaardij .section .content p,
body.page-template-page-contact #page.page-makelaardij .section .content p,
body.single #page.page-makelaardij .section .content p,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-makelaardij .section .content a,
body.page-template-page-contact #page.page-makelaardij .section .content a,
body.single #page.page-makelaardij .section .content a,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content a {
  font-weight: 600;
}
body.page-template-default #page.page-makelaardij .section .content a.fancybox,
body.page-template-page-contact #page.page-makelaardij .section .content a.fancybox,
body.single #page.page-makelaardij .section .content a.fancybox,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content a.fancybox {
  max-width: 100%;
}
body.page-template-default #page.page-makelaardij .section .content h2,
body.page-template-page-contact #page.page-makelaardij .section .content h2,
body.single #page.page-makelaardij .section .content h2,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h2,
body.page-template-default #page.page-makelaardij .section .content h3,
body.page-template-page-contact #page.page-makelaardij .section .content h3,
body.single #page.page-makelaardij .section .content h3,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h3,
body.page-template-default #page.page-makelaardij .section .content h4,
body.page-template-page-contact #page.page-makelaardij .section .content h4,
body.single #page.page-makelaardij .section .content h4,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h4,
body.page-template-default #page.page-makelaardij .section .content h5,
body.page-template-page-contact #page.page-makelaardij .section .content h5,
body.single #page.page-makelaardij .section .content h5,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h5,
body.page-template-default #page.page-makelaardij .section .content h6,
body.page-template-page-contact #page.page-makelaardij .section .content h6,
body.single #page.page-makelaardij .section .content h6,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h6 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 500;
}
body.page-template-default #page.page-makelaardij .section .content h2,
body.page-template-page-contact #page.page-makelaardij .section .content h2,
body.single #page.page-makelaardij .section .content h2,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h2 {
  font-size: 24px;
}
body.page-template-default #page.page-makelaardij .section .content h3,
body.page-template-page-contact #page.page-makelaardij .section .content h3,
body.single #page.page-makelaardij .section .content h3,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h3 {
  font-size: 22px;
}
body.page-template-default #page.page-makelaardij .section .content h4,
body.page-template-page-contact #page.page-makelaardij .section .content h4,
body.single #page.page-makelaardij .section .content h4,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h4 {
  font-size: 20px;
}
body.page-template-default #page.page-makelaardij .section .content h5,
body.page-template-page-contact #page.page-makelaardij .section .content h5,
body.single #page.page-makelaardij .section .content h5,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h5 {
  font-size: 18px;
}
body.page-template-default #page.page-makelaardij .section .content h6,
body.page-template-page-contact #page.page-makelaardij .section .content h6,
body.single #page.page-makelaardij .section .content h6,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h6 {
  font-size: 16px;
}
body.page-template-default #page.page-makelaardij .section .content ul,
body.page-template-page-contact #page.page-makelaardij .section .content ul,
body.single #page.page-makelaardij .section .content ul,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ul,
body.page-template-default #page.page-makelaardij .section .content ol,
body.page-template-page-contact #page.page-makelaardij .section .content ol,
body.single #page.page-makelaardij .section .content ol,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol {
  overflow: hidden;
  padding-bottom: 18px;
  -webkit-columns: 2;
  columns: 2;
  -moz-columns: 2;
}
body.page-template-default #page.page-makelaardij .section .content ul li,
body.page-template-page-contact #page.page-makelaardij .section .content ul li,
body.single #page.page-makelaardij .section .content ul li,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ul li,
body.page-template-default #page.page-makelaardij .section .content ol li,
body.page-template-page-contact #page.page-makelaardij .section .content ol li,
body.single #page.page-makelaardij .section .content ol li,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol li {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.75);
  padding-left: 15px;
  padding-right: 15px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
body.page-template-default #page.page-makelaardij .section .content ul li:before,
body.page-template-page-contact #page.page-makelaardij .section .content ul li:before,
body.single #page.page-makelaardij .section .content ul li:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ul li:before,
body.page-template-default #page.page-makelaardij .section .content ol li:before,
body.page-template-page-contact #page.page-makelaardij .section .content ol li:before,
body.single #page.page-makelaardij .section .content ol li:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol li:before {
  position: absolute;
  left: 1px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-default #page.page-makelaardij .section .content ol li,
body.page-template-page-contact #page.page-makelaardij .section .content ol li,
body.single #page.page-makelaardij .section .content ol li,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol li {
  position: relative;
  counter-increment: list;
  padding-left: 25px;
  width: 100%;
}
body.page-template-default #page.page-makelaardij .section .content ol li:before,
body.page-template-page-contact #page.page-makelaardij .section .content ol li:before,
body.single #page.page-makelaardij .section .content ol li:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol li:before {
  position: absolute;
  width: auto;
  height: 26px;
  top: 0px;
  content: counter(list) ".";
  background: none;
}
body.page-template-default #page.page-makelaardij .section .content img,
body.page-template-page-contact #page.page-makelaardij .section .content img,
body.single #page.page-makelaardij .section .content img,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content img {
  margin-bottom: 18px;
}
body.page-template-default #page.page-makelaardij .section .content img.alignleft,
body.page-template-page-contact #page.page-makelaardij .section .content img.alignleft,
body.single #page.page-makelaardij .section .content img.alignleft,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content img.alignleft {
  float: left;
  margin-right: 18px;
}
body.page-template-default #page.page-makelaardij .section .content img.alignright,
body.page-template-page-contact #page.page-makelaardij .section .content img.alignright,
body.single #page.page-makelaardij .section .content img.alignright,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content img.alignright {
  float: right;
  margin-left: 18px;
}
body.page-template-default #page.page-makelaardij .section .sidebar,
body.page-template-page-contact #page.page-makelaardij .section .sidebar,
body.single #page.page-makelaardij .section .sidebar,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar {
  width: 100%;
  max-width: 405px;
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg,
body.single #page.page-makelaardij .section .sidebar .block-white-bg,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg {
  margin-top: -55px;
  padding-right: 40px;
  padding-bottom: 25px;
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg h2,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg h2,
body.single #page.page-makelaardij .section .sidebar .block-white-bg h2,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg h2,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg h3,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg h3,
body.single #page.page-makelaardij .section .sidebar .block-white-bg h3,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg h3,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg h4,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg h4,
body.single #page.page-makelaardij .section .sidebar .block-white-bg h4,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg h4,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg h5,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg h5,
body.single #page.page-makelaardij .section .sidebar .block-white-bg h5,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg h5,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg h6,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg h6,
body.single #page.page-makelaardij .section .sidebar .block-white-bg h6,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg h6 {
  font-weight: 600;
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg p,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg p,
body.single #page.page-makelaardij .section .sidebar .block-white-bg p,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg p,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg a,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg a,
body.single #page.page-makelaardij .section .sidebar .block-white-bg a,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ul,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ul,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ul,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ul,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ol,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ol,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ol,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ol {
  margin-bottom: 18px;
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ul li,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ul li,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ul li,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ul li,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ol li,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ol li,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ol li,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ol li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-left: 29px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ul li:before,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ul li:before,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ul li:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ul li:before,
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg ol li:before,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg ol li:before,
body.single #page.page-makelaardij .section .sidebar .block-white-bg ol li:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg ol li:before {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/checked-green.svg') bottom left / 14px no-repeat;
  content: "";
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon,
body.single #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon {
  font-size: 16px;
  color: #222222;
  padding-top: 12px;
  padding-left: 50px;
}
body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon:before,
body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon:before,
body.single #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon:before,
body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg .btn.phone-icon:before {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
@media only screen and (max-width: 1205px) {
  body.page-template-default #page.page-makelaardij .section .content,
  body.page-template-page-contact #page.page-makelaardij .section .content,
  body.single #page.page-makelaardij .section .content,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content {
    max-width: calc(100% - 350px);
    padding: 30px 30px 50px 0;
  }
  body.page-template-default #page.page-makelaardij .section .content h1,
  body.page-template-page-contact #page.page-makelaardij .section .content h1,
  body.single #page.page-makelaardij .section .content h1,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h1 {
    font-size: 32px;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar,
  body.single #page.page-makelaardij .section .sidebar,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar {
    max-width: 350px;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg,
  body.single #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg {
    padding: 25px 30px 25px 30px;
  }
}
@media only screen and (max-width: 960px) {
  body.page-template-default #page.page-makelaardij .section .content,
  body.page-template-page-contact #page.page-makelaardij .section .content,
  body.single #page.page-makelaardij .section .content,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content {
    max-width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar,
  body.single #page.page-makelaardij .section .sidebar,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg,
  body.single #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg {
    margin-top: 0;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.single #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg .btn {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  body.page-template-default #page.page-makelaardij .section .content h1,
  body.page-template-page-contact #page.page-makelaardij .section .content h1,
  body.single #page.page-makelaardij .section .content h1,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h1 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 6px;
  }
  body.page-template-default #page.page-makelaardij .section .content .intro-text,
  body.page-template-page-contact #page.page-makelaardij .section .content .intro-text,
  body.single #page.page-makelaardij .section .content .intro-text,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content .intro-text {
    margin-bottom: 0;
  }
  body.page-template-default #page.page-makelaardij .section .content .intro-text p,
  body.page-template-page-contact #page.page-makelaardij .section .content .intro-text p,
  body.single #page.page-makelaardij .section .content .intro-text p,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content .intro-text p {
    font-size: 15px;
    line-height: 28px;
  }
  body.page-template-default #page.page-makelaardij .section .content h2,
  body.page-template-page-contact #page.page-makelaardij .section .content h2,
  body.single #page.page-makelaardij .section .content h2,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h2,
  body.page-template-default #page.page-makelaardij .section .content h3,
  body.page-template-page-contact #page.page-makelaardij .section .content h3,
  body.single #page.page-makelaardij .section .content h3,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h3,
  body.page-template-default #page.page-makelaardij .section .content h4,
  body.page-template-page-contact #page.page-makelaardij .section .content h4,
  body.single #page.page-makelaardij .section .content h4,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h4,
  body.page-template-default #page.page-makelaardij .section .content h5,
  body.page-template-page-contact #page.page-makelaardij .section .content h5,
  body.single #page.page-makelaardij .section .content h5,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h5,
  body.page-template-default #page.page-makelaardij .section .content h6,
  body.page-template-page-contact #page.page-makelaardij .section .content h6,
  body.single #page.page-makelaardij .section .content h6,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h6 {
    margin-top: 10px;
  }
  body.page-template-default #page.page-makelaardij .section .content h2,
  body.page-template-page-contact #page.page-makelaardij .section .content h2,
  body.single #page.page-makelaardij .section .content h2,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  body.page-template-default #page.page-makelaardij .section .content h3,
  body.page-template-page-contact #page.page-makelaardij .section .content h3,
  body.single #page.page-makelaardij .section .content h3,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h3 {
    font-size: 19px;
    line-height: 26px;
  }
  body.page-template-default #page.page-makelaardij .section .content h4,
  body.page-template-page-contact #page.page-makelaardij .section .content h4,
  body.single #page.page-makelaardij .section .content h4,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  body.page-template-default #page.page-makelaardij .section .content h5,
  body.page-template-page-contact #page.page-makelaardij .section .content h5,
  body.single #page.page-makelaardij .section .content h5,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-template-default #page.page-makelaardij .section .content h6,
  body.page-template-page-contact #page.page-makelaardij .section .content h6,
  body.single #page.page-makelaardij .section .content h6,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content h6 {
    font-size: 15px;
    line-height: 24px;
  }
  body.page-template-default #page.page-makelaardij .section .content img,
  body.page-template-page-contact #page.page-makelaardij .section .content img,
  body.single #page.page-makelaardij .section .content img,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content img {
    clear: both;
  }
  body.page-template-default #page.page-makelaardij .section .content p,
  body.page-template-page-contact #page.page-makelaardij .section .content p,
  body.single #page.page-makelaardij .section .content p,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content p {
    width: 100%;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg,
  body.single #page.page-makelaardij .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg {
    padding: 20px 20px 10px 20px;
  }
  body.page-template-default #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.page-template-page-contact #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.single #page.page-makelaardij .section .sidebar .block-white-bg .btn,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .sidebar .block-white-bg .btn {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-default #page.page-makelaardij .section .content ol,
  body.page-template-page-contact #page.page-makelaardij .section .content ol,
  body.single #page.page-makelaardij .section .content ol,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol,
  body.page-template-default #page.page-makelaardij .section .content ul,
  body.page-template-page-contact #page.page-makelaardij .section .content ul,
  body.single #page.page-makelaardij .section .content ul,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ul {
    -webkit-columns: 1;
    columns: 1;
    -moz-columns: 1;
  }
  body.page-template-default #page.page-makelaardij .section .content ol li,
  body.page-template-page-contact #page.page-makelaardij .section .content ol li,
  body.single #page.page-makelaardij .section .content ol li,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ol li,
  body.page-template-default #page.page-makelaardij .section .content ul li,
  body.page-template-page-contact #page.page-makelaardij .section .content ul li,
  body.single #page.page-makelaardij .section .content ul li,
  body.page-template-page-klantbeoordelingen #page.page-makelaardij .section .content ul li {
    width: 100%;
  }
}
body.single-project #page.page-makelaardij .section .featured-header-image,
body.single-property #page.page-makelaardij .section .featured-header-image {
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  body.single-project #page.page-makelaardij .section .featured-header-image,
  body.single-property #page.page-makelaardij .section .featured-header-image {
    height: 355px;
  }
}
body#architectuur #page.page-makelaardij .home-slider-section {
  z-index: 1;
}
body#architectuur #page.page-makelaardij .home-slider-section:after {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  background: #7f888c;
  z-index: 1;
  content: "";
}
body#architectuur #page.page-makelaardij .home-header-slider-container {
  position: relative;
  z-index: 2;
}
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 55px;
  bottom: 15px;
  background: rgba(34, 34, 34, 0.75);
  z-index: 3;
}
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .current-slide,
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .slash,
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .total-slides {
  font-family: 'Martel Sans', sans-serif;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .current-slide {
  top: 10px;
  left: 16px;
}
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .slash {
  top: 15px;
  left: 25px;
}
body#architectuur #page.page-makelaardij .home-header-slider-container .slider-pager .total-slides {
  top: 20px;
  left: 32px;
}
body#architectuur #page.page-makelaardij .home-header-slider {
  position: relative;
}
body#architectuur #page.page-makelaardij .home-header-slider .slide {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
body#architectuur #page.page-makelaardij .home-header-slider .slick-prev {
  display: none;
}
body#architectuur #page.page-makelaardij .home-header-slider .slick-next {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: auto;
  bottom: 15px;
  background: #222222;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
body#architectuur #page.page-makelaardij .home-header-slider .slick-next:before {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 8px;
  height: 14px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  content: "";
}
body#architectuur #page.page-makelaardij .home-top-content {
  padding: 90px 0;
  background: #7f888c;
  z-index: 2;
}
body#architectuur #page.page-makelaardij .home-top-content .grid {
  position: relative;
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading {
  position: absolute;
  left: 20px;
  top: -90px;
  padding: 25px 150px 0 0;
  background: #7f888c;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading:before {
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
  content: "";
  background: #7f888c;
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading h2 {
  display: block;
  font-size: 34px;
  font-weight: 300;
  color: white;
  width: auto;
  clear: both;
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading .btn {
  float: left;
  margin-right: 20px;
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading .btn.first {
  clear: left;
}
body#architectuur #page.page-makelaardij .home-top-content .top-heading .btn.first:hover {
  color: white !important;
}
body#architectuur #page.page-makelaardij .home-top-content .top-content {
  text-align: center !important;
  margin: 0 auto;
  max-width: 1060px;
}
body#architectuur #page.page-makelaardij .home-top-content .top-content p {
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  color: white;
}
body#architectuur #page.page-makelaardij .home-steps {
  position: relative;
  padding-bottom: 100px;
}
body#architectuur #page.page-makelaardij .home-steps:before {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  top: 0;
  background: #7f888c;
  content: "";
  z-index: 0;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps {
  position: relative;
  display: inline-block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step {
  float: left;
  padding: 0 15px;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-image {
  position: relative;
  overflow: hidden;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-image:after {
  position: absolute;
  width: 190%;
  height: 100%;
  bottom: -25px;
  left: -50px;
  content: "";
  opacity: 0.8;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceadc+0,eceadc+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eceadc', endColorstr='#eceadc', GradientType=0);
  /* IE6-9 */
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content {
  background: white;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-direction: column;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 0;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(68, 68, 68, 0.65);
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content ul {
  margin-top: auto;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content ul li {
  position: relative;
}
body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content ul li:before {
  position: absolute;
  left: 5px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body#architectuur #page.page-makelaardij .home-section-objects {
  background: #f9f8f4;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects {
  background: #f9f8f4;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects:before {
  background: #dfe1e3;
  height: 218px;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects .grid .module {
  padding-top: 0;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects .grid .module.ac {
  padding-bottom: 50px;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects h2 {
  font-size: 32px;
}
body#architectuur #page.page-makelaardij .home-section-objects .objects .more {
  font-weight: 400;
}
body#architectuur #page.page-makelaardij .home-latest-news {
  background: #dfe1e3;
  padding-bottom: 50px;
}
body#architectuur #page.page-makelaardij .home-latest-news h2 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 30px;
}
body#architectuur #page.page-makelaardij .object .object-details {
  text-align: center !important;
  padding-top: 25px;
  padding-bottom: 19px;
}
body#architectuur #page.page-makelaardij .object .object-details h2 {
  text-align: center !important;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 0;
  font-weight: 500;
  color: #222222;
}
body#architectuur #page.page-makelaardij .object .object-details .arrow-white {
  display: none;
}
body#architectuur #page.page-makelaardij .moodboards {
  background: #dfe1e3;
  padding-bottom: 80px;
}
body#architectuur #page.page-makelaardij .moodboards .left {
  padding-right: 20px;
}
body#architectuur #page.page-makelaardij .moodboards h1,
body#architectuur #page.page-makelaardij .moodboards h2,
body#architectuur #page.page-makelaardij .moodboards h3,
body#architectuur #page.page-makelaardij .moodboards h4,
body#architectuur #page.page-makelaardij .moodboards h5,
body#architectuur #page.page-makelaardij .moodboards h6 {
  font-weight: 400;
}
body#architectuur #page.page-makelaardij .moodboards h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 5px;
}
body#architectuur #page.page-makelaardij .moodboards h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
body#architectuur #page.page-makelaardij .moodboards p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 38px;
}
body#architectuur #page.page-makelaardij .moodboards .right {
  position: relative;
  padding-left: 20px;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-image {
  position: absolute;
  width: calc(33.3333% - 2px);
  margin-right: 2px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-image.image-one {
  top: 115px;
  left: 0;
  height: 225px;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-image.image-two {
  top: 0;
  left: calc(33.3333% + 2px);
  height: 300px;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-image.image-three {
  top: 304px;
  left: calc(33.3333% + 2px);
  height: 105px;
}
body#architectuur #page.page-makelaardij .moodboards .right .mb-image.image-four {
  top: 55px;
  left: calc(66.6666% + 4px);
  height: 290px;
}
body#architectuur #page.page-makelaardij .home-contact {
  padding: 80px 0 60px 0;
  background: #f9f8f4;
}
body#architectuur #page.page-makelaardij .home-contact h1,
body#architectuur #page.page-makelaardij .home-contact h2,
body#architectuur #page.page-makelaardij .home-contact h3,
body#architectuur #page.page-makelaardij .home-contact h4,
body#architectuur #page.page-makelaardij .home-contact h5,
body#architectuur #page.page-makelaardij .home-contact h6 {
  font-weight: 400;
}
body#architectuur #page.page-makelaardij .home-contact h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 18px;
}
body#architectuur #page.page-makelaardij .home-contact p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  padding-bottom: 0;
  margin-bottom: 38px;
}
body#architectuur #page.page-makelaardij .home-contact .left {
  padding-right: 20px;
}
body#architectuur #page.page-makelaardij .home-contact .right {
  padding-left: 20px;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-not-valid-tip {
  text-align: left !important;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap.naam {
  padding-right: 7px;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap.naam:after {
  right: 17px;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap.email {
  padding-left: 7px;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap input,
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap textarea {
  background: #f9f8f4;
}
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap input:active,
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap textarea:active,
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap input:focus,
body#architectuur #page.page-makelaardij .home-contact .right .wpcf7-form-control-wrap textarea:focus {
  background: #f5f4ed;
}
@media only screen and (max-width: 1024px) {
  body#architectuur #page.page-makelaardij .home-top-content {
    padding: 45px 0;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-heading {
    top: -45px;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-content p {
    font-size: 18px;
    line-height: 32px;
  }
  body#architectuur #page.page-makelaardij .home-section-objects .objects .grid .module.ac {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-makelaardij .home-steps {
    padding-bottom: 50px;
  }
  body#architectuur #page.page-makelaardij .home-steps:before {
    height: 180px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-image {
    height: 180px !important;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-image:after {
    bottom: -35px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content {
    padding: 20px 20px 15px 20px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body#architectuur #page.page-makelaardij .home-latest-news {
    padding-bottom: 0;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item .news-item-inner .news-item-image {
    height: 180px !important;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content {
    padding: 20px;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content h1 {
    font-size: 22px;
    line-height: 28px;
  }
  body#architectuur #page.page-makelaardij .moodboards {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-makelaardij .moodboards h2 {
    font-size: 28px;
    line-height: 32px;
  }
  body#architectuur #page.page-makelaardij .home-contact {
    padding: 30px 0 0 0;
  }
  body#architectuur #page.page-makelaardij .home-contact .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  body#architectuur #page.page-makelaardij .object .object-details h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  body#architectuur #page.page-makelaardij .home-slider-section {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body#architectuur #page.page-makelaardij .home-top-content .top-heading {
    padding-right: 50px;
  }
  body#architectuur #page.page-makelaardij .home-slider-section .home-header-slider-container .home-header-slider .slide {
    height: 400px !important;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step {
    padding: 0 8px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content {
    padding: 15px 12px 5px 12px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step .step-inner .step-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body#architectuur #page.page-makelaardij .news-container {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item {
    padding: 0 8px;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content {
    padding: 15px 12px 12px 12px;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  body#architectuur #page.page-makelaardij .moodboards {
    padding-bottom: 0;
  }
  body#architectuur #page.page-makelaardij .moodboards .left {
    width: 100%;
    padding-right: 0;
  }
  body#architectuur #page.page-makelaardij .moodboards .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  body#architectuur #page.page-makelaardij .home-slider-section .home-header-slider-container .home-header-slider .slide {
    height: 280px !important;
  }
  body#architectuur #page.page-makelaardij .home-top-content {
    padding-top: 0;
    padding-bottom: 15px;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 15px 0 0 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-heading h2 {
    font-size: 24px;
    line-height: 24px;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-heading .btn {
    margin-bottom: 10px;
  }
  body#architectuur #page.page-makelaardij .home-top-content .top-content p {
    font-size: 16px;
    line-height: 30px;
  }
  body#architectuur #page.page-makelaardij .home-steps {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps {
    width: 100%;
    margin-left: 0;
  }
  body#architectuur #page.page-makelaardij .home-steps .three-steps .step {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-makelaardij .home-section-objects .objects h2 {
    font-size: 22px;
  }
  body#architectuur #page.page-makelaardij .home-section-objects .objects .object-details h2 {
    font-size: 16px;
  }
  body#architectuur #page.page-makelaardij .home-latest-news h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  body#architectuur #page.page-makelaardij .news-container {
    width: 100%;
    margin-left: 0;
  }
  body#architectuur #page.page-makelaardij .news-container .news-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-makelaardij .moodboards .grid.cntr .module {
    padding-top: 0;
    padding-bottom: 0;
  }
  body#architectuur #page.page-makelaardij .moodboards .left h2 {
    font-size: 22px;
  }
  body#architectuur #page.page-makelaardij .moodboards .left h3 {
    font-size: 20px;
  }
  body#architectuur #page.page-makelaardij .moodboards .left p {
    margin-bottom: 28px;
  }
  body#architectuur #page.page-makelaardij .home-contact {
    padding-top: 0;
  }
  body#architectuur #page.page-makelaardij .home-contact .left {
    width: 100%;
    padding-right: 0;
  }
  body#architectuur #page.page-makelaardij .home-contact .right {
    width: 100%;
    padding-left: 0;
  }
  body#architectuur #page.page-makelaardij .home-contact .right h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body#architectuur #page.page-makelaardij .home-top-content .top-heading .btn {
    text-align: center !important;
    width: 100%;
  }
}
body.blog #page.page-makelaardij .section,
body.archive #page.page-makelaardij .section,
body.category #page.page-makelaardij .section {
  background: #f9f8f4;
}
body.blog #page.page-makelaardij .section .news-container,
body.archive #page.page-makelaardij .section .news-container,
body.category #page.page-makelaardij .section .news-container {
  padding: 20px 0 100px 0;
}
body.blog #page.page-makelaardij .section .news-container .news-item,
body.archive #page.page-makelaardij .section .news-container .news-item,
body.category #page.page-makelaardij .section .news-container .news-item {
  margin-bottom: 30px;
}
body.blog #page.page-makelaardij .section .news-container .news-item .news-item-inner .news-item-image,
body.archive #page.page-makelaardij .section .news-container .news-item .news-item-inner .news-item-image,
body.category #page.page-makelaardij .section .news-container .news-item .news-item-inner .news-item-image {
  height: 200px !important;
}
body.error404 #page.page-makelaardij .section {
  background: #f9f8f4;
}
body.error404 #page.page-makelaardij .section .featured-header-image {
  height: 355px;
}
body.error404 #page.page-makelaardij .section .content {
  padding: 60px 0 100px 0;
}
#page.page-makelaardij .news-container {
  position: relative;
  display: inline-block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#page.page-makelaardij .news-container .news-item {
  float: left;
  padding: 0 15px;
}
#page.page-makelaardij .news-container .news-item .news-item-inner {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#page.page-makelaardij .news-container .news-item .news-item-inner:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#page.page-makelaardij .news-container .news-item .news-item-inner:hover .news-item-content .chevron:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-image {
  position: relative;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content {
  background: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-decoration: none !important;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(68, 68, 68, 0.65);
  text-decoration: none !important;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content ul {
  margin-top: auto;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content ul li {
  position: relative;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content ul li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .news-container .news-item .news-item-inner .news-item-content .chevron {
  align-self: flex-start;
  margin-top: auto;
}
#page.page-makelaardij .location-info-section {
  display: inline-block;
  width: 100%;
  background: #f9f8f4;
  padding-bottom: 80px;
}
#page.page-makelaardij .location-info-section .grid .left {
  float: left;
  overflow: hidden;
  width: 50%;
  padding-right: 15px;
}
#page.page-makelaardij .location-info-section .grid .left h1,
#page.page-makelaardij .location-info-section .grid .left h2,
#page.page-makelaardij .location-info-section .grid .left h3,
#page.page-makelaardij .location-info-section .grid .left h4,
#page.page-makelaardij .location-info-section .grid .left h5,
#page.page-makelaardij .location-info-section .grid .left h6 {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-top: 20px;
}
#page.page-makelaardij .location-info-section .grid .right {
  float: left;
  overflow: hidden;
  width: 50%;
  background: none;
  padding-left: 15px;
  padding-top: 0;
}
#page.page-makelaardij .location-info-section .grid .right .specifications-container {
  margin-bottom: 0;
}
#page.page-makelaardij .location-info-section .grid .right .specifications-container:nth-child(1) {
  padding-top: 0;
}
#page.page-makelaardij .location-info-section .grid .right .specifications-container .specification-block {
  padding: 15px 30px;
  margin-bottom: 15px;
}
#page.page-makelaardij .location-info-section .grid .right .specifications-container .source {
  font-size: 12px;
  color: #444444;
  font-style: italic;
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .location-info-section {
    padding-bottom: 30px;
  }
  #page.page-makelaardij .location-info-section .grid .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-makelaardij .location-info-section .grid .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .location-info-section .grid .right .specifications-container .specification-block {
    padding: 5px 15px;
  }
  #page.page-makelaardij .location-info-section .grid .right .specifications-container .specification-block ul li .value {
    padding-left: 10px;
  }
}
#page.page-makelaardij .employees {
  width: 100%;
  max-width: calc(100% + 6px);
  margin-left: -3px;
}
#page.page-makelaardij .employees .single-employee {
  padding: 0 1.5px;
  margin-bottom: 3px;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner {
  position: relative;
  background: white;
  padding: 20px 20px 50px 20px;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .photo {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 3px 0;
  padding-bottom: 0;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .functie {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 3px;
  word-wrap: break-word;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .telefoonnummer {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 23px;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .contact-icons {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 20px;
  left: 20px;
  padding-bottom: 0 !important;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .contact-icons li {
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 0 !important;
}
#page.page-makelaardij .employees .single-employee .single-employee-inner .contact-icons li:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .employees .single-employee {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-makelaardij .employees {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #page.page-makelaardij .employees .single-employee {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .employees .single-employee {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .employees .single-employee {
    width: 50%;
  }
  #page.page-makelaardij .employees .single-employee .single-employee-inner {
    padding: 10px 10px 40px 10px;
  }
  #page.page-makelaardij .employees .single-employee .single-employee-inner .contact-icons {
    left: 10px;
    bottom: 10px;
  }
}
#page.page-makelaardij .project-architect {
  overflow: hidden;
  padding: 0 0 80px 0;
  background: #f9f8f4;
}
#page.page-makelaardij .project-architect .architect-container {
  max-width: 1070px;
  margin: 0 auto;
}
#page.page-makelaardij .project-architect .architect-container .architect-photo {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-makelaardij .project-architect .architect-container .architect-content {
  float: left;
  width: calc(100% - 210px);
}
#page.page-makelaardij .project-architect .architect-container .architect-content .architect-tekst p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(68, 68, 68, 0.75);
}
#page.page-makelaardij .project-architect .architect-container .architect-content .architect-name {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}
#page.page-makelaardij .project-architect .architect-container .architect-content .architect-name span {
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .project-architect .architect-container .architect-photo {
    float: none;
    clear: both;
    margin: 0 auto 20px;
  }
  #page.page-makelaardij .project-architect .architect-container .architect-content {
    text-align: center !important;
    float: none;
    clear: both;
    width: 100%;
  }
  #page.page-makelaardij .project-architect .architect-container .architect-content .architect-name {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .project-architect {
    padding-bottom: 30px;
  }
  #page.page-makelaardij .project-architect .architect-container .architect-photo {
    width: 100px;
    height: 100px;
  }
  #page.page-makelaardij .project-architect .architect-container .architect-content .architect-tekst p {
    font-size: 14px;
    line-height: 26px;
  }
}
#page.page-makelaardij .project-specification {
  padding-bottom: 115px;
}
#page.page-makelaardij .project-specification .grid .left {
  width: 50% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px !important;
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .project-specification {
    padding-bottom: 70px;
  }
  #page.page-makelaardij .project-specification .grid .left {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .project-specification {
    padding-bottom: 30px;
  }
}
#page.page-makelaardij .s2-images {
  padding: 0 0 80px 0;
  background: #f9f8f4;
}
#page.page-makelaardij .s2-images .s2-container {
  display: inline-block;
  width: calc(100% + 10px);
  margin-left: -5px;
}
#page.page-makelaardij .s2-images .s2-container.mobile {
  display: none;
}
#page.page-makelaardij .s2-images .first-four {
  float: left;
  width: 66.6666%;
}
#page.page-makelaardij .s2-images .first-four li {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 5px;
}
#page.page-makelaardij .s2-images .first-four li a {
  width: 100%;
  height: 280px;
}
#page.page-makelaardij .s2-images .first-four li a.image {
  display: inline-block;
}
#page.page-makelaardij .s2-images .first-four li [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-makelaardij .s2-images .first-four li:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .s2-images .fifth {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 0 5px;
}
#page.page-makelaardij .s2-images .fifth a {
  width: 100%;
  height: 570px;
}
#page.page-makelaardij .s2-images .fifth a.image {
  display: inline-block;
}
#page.page-makelaardij .s2-images .fifth [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-makelaardij .s2-images .fifth:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .s2-images .all-other {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-makelaardij .s2-images .all-other li {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 0 5px;
}
#page.page-makelaardij .s2-images .all-other li a {
  width: 100%;
  height: 280px;
}
#page.page-makelaardij .s2-images .all-other li a.image {
  display: inline-block;
}
#page.page-makelaardij .s2-images .all-other li [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-makelaardij .s2-images .all-other li:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-makelaardij .s2-images .all-other.show {
  max-height: 3000px;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-makelaardij .s2-images .more-images {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 104px;
  padding: 0;
  opacity: 1;
}
#page.page-makelaardij .s2-images .more-images.hide {
  height: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .s2-images .first-four li [class^='PIN'],
  #page.page-makelaardij .s2-images .all-other li [class^='PIN'] {
    right: 5px !important;
    bottom: 9px !important;
  }
  #page.page-makelaardij .s2-images .fifth [class^='PIN'] {
    right: 5px !important;
    bottom: 9px !important;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-makelaardij .s2-images .s2-container {
    display: none;
  }
  #page.page-makelaardij .s2-images .s2-container.mobile {
    display: block;
  }
  #page.page-makelaardij .s2-images .s2-container.mobile .object-image-slider.mobile .slick-slide .fancybox {
    width: 100%;
    height: 100%;
  }
  #page.page-makelaardij .s2-images .s2-container.mobile .slider-pager {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 0 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page.page-makelaardij .s2-images .more-images {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .s2-images {
    padding-bottom: 30px !important;
  }
}
body.page-template-page-projecten #page.page-makelaardij .section .grid .content h1 {
  font-size: 32px;
  font-weight: 400;
}
body.page-template-page-projecten #page.page-makelaardij .section .grid .content p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
body.page-template-page-projecten #page.page-makelaardij .section .btn.more {
  font-size: 16px;
  font-weight: 400;
}
#page.page-makelaardij .page-projects-section {
  padding-bottom: 100px;
}
#page.page-makelaardij .page-projects-section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .page-projects-section.filters-open:after {
  opacity: 1;
  visibility: visible;
}
#page.page-makelaardij .page-projects-section .grid {
  padding-top: 50px;
}
#page.page-makelaardij .page-projects-section .project-filters {
  padding-right: 50px;
}
#page.page-makelaardij .page-projects-section .project-filters .close {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#page.page-makelaardij .page-projects-section .project-filters .close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-makelaardij .page-projects-section .project-filters .close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-makelaardij .page-projects-section .project-filters h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}
#page.page-makelaardij .page-projects-section .project-filters .filter-container {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 30px 30px 0 30px;
}
#page.page-makelaardij .page-projects-section .project-filters .filter-container h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
#page.page-makelaardij .page-projects-section .project-filters .filter-container .filter-block {
  margin-bottom: 35px;
}
#page.page-makelaardij .page-projects-section .projects {
  float: right;
}
#page.page-makelaardij .page-projects-section .projects .filter-projects-button {
  display: none;
}
#page.page-makelaardij .page-projects-section .projects-inner {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
}
#page.page-makelaardij .page-projects-section .projects-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(249, 248, 244, 0.75);
  opacity: 0;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-makelaardij .page-projects-section .projects-inner .circle-loader {
  display: inline-block;
  position: absolute;
  left: calc(50% - 30px);
  top: 35px;
  margin: 15px;
  font-size: 10px;
  z-index: 2;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(0, 0, 0, 0.55);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circle-loader 1.1s infinite linear;
  animation: circle-loader 1.1s infinite linear;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .page-projects-section .projects-inner .circle-loader,
#page.page-makelaardij .page-projects-section .projects-inner .circle-loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#page.page-makelaardij .page-projects-section .projects-inner.loading:before {
  opacity: 1;
  z-index: 1;
}
#page.page-makelaardij .page-projects-section .projects-inner.loading .circle-loader {
  opacity: 1;
}
#page.page-makelaardij .page-projects-section .projects-inner .object {
  width: calc((100% - 60px) / 3);
}
#page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(4n) {
  margin-right: 30px;
}
#page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(3n) {
  margin-right: 0px;
}
#page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(4n + 1) {
  clear: none;
}
#page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(3n + 1) {
  clear: left;
}
@media only screen and (max-width: 1200px) {
  #page.page-makelaardij .page-projects-section .project-filters {
    width: 33.3333%;
  }
  #page.page-makelaardij .page-projects-section .projects {
    width: 66.6666%;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-makelaardij .page-projects-section .grid.cntr {
    padding-top: 20px;
  }
  #page.page-makelaardij .page-projects-section .grid.cntr h1 {
    font-size: 28px !important;
  }
  #page.page-makelaardij .page-projects-section .project-filters {
    padding-right: 30px;
  }
  #page.page-makelaardij .page-projects-section .project-filters h2 {
    font-size: 28px;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object {
    width: calc((100% - 30px) / 2);
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(4n) {
    margin-right: 0px;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(3n) {
    margin-right: 0px;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(3n + 1) {
    clear: none;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(even) {
    margin-right: 0;
  }
  #page.page-makelaardij .page-projects-section .projects-inner .object:nth-of-type(odd) {
    clear: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-makelaardij .page-projects-section {
    margin-top: 60px;
  }
  #page.page-makelaardij .page-projects-section .grid.cntr {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #page.page-makelaardij .page-projects-section .project-filters {
    position: fixed;
    width: 300px;
    top: 0;
    left: 0;
    height: calc(100vh - 0px);
    z-index: 9999;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -webkit-transform: translateX(-310px);
    -moz-transform: translateX(-310px);
    -ms-transform: translateX(-310px);
    -o-transform: translateX(-310px);
    transform: translateX(-310px);
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #page.page-makelaardij .page-projects-section .project-filters.filters-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-makelaardij .page-projects-section .project-filters .close {
    display: block;
  }
  #page.page-makelaardij .page-projects-section .project-filters h2 {
    padding-left: 20px;
    font-size: 22px;
  }
  #page.page-makelaardij .page-projects-section .project-filters .filter-container {
    width: 100%;
    padding: 10px 10px 0 20px;
    height: 100%;
  }
  #page.page-makelaardij .page-projects-section .projects {
    width: 100%;
    z-index: 1;
  }
  #page.page-makelaardij .page-projects-section .projects h1 {
    font-size: 22px !important;
  }
  #page.page-makelaardij .page-projects-section .projects p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: rgba(34, 34, 34, 0.75) !important;
  }
  #page.page-makelaardij .page-projects-section .projects .filter-projects-button {
    display: inline-block;
    font-weight: 400;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .page-projects-section .projects h1 {
    font-size: 18px !important;
  }
  #page.page-makelaardij .page-projects-section .project-filters {
    padding-bottom: 100px;
  }
  #page.page-makelaardij .page-projects-section .project-filters h2 {
    font-size: 18px;
  }
  #page.page-makelaardij .page-projects-section .project-filters .filter-container h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .page-projects-section .projects-inner .object {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
#page.page-makelaardij [class^='PIN'] {
  width: 40px;
  height: 40px;
  background-color: #bd081c;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-size: 20px;
  background-position: 10px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-makelaardij .show-more {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease;
}
body.page-template-page-bedrijven #page.page-makelaardij .show-more {
  margin-bottom: 30px;
}
#page.page-makelaardij .show-more .grid.cntr .module {
  padding: 0 0 10px 0;
}
#page.page-makelaardij .show-more .btn {
  display: block;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 300;
}
#page.page-makelaardij .show-more .btn.disabled {
  pointer-events: none;
  cursor: default;
}
#page.page-makelaardij .show-more .btn.disabled:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  pointer-events: none;
}
#page.page-makelaardij .show-more.loading {
  opacity: 0;
  visibility: hidden;
}
#page.page-makelaardij .wpcf7 {
  overflow: hidden;
}
#page.page-makelaardij .wpcf7 .row {
  display: inline-block;
  width: 100%;
}
#page.page-makelaardij .wpcf7 .row .wpcf7-form-control-wrap {
  margin-bottom: 4px;
}
#page.page-makelaardij .wpcf7 .row--flex-center {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap.required:after {
  font-family: 'Martel Sans', sans-serif;
  position: absolute;
  top: 6px;
  right: 10px;
  content: "*";
  font-size: 14px;
  color: #9f0000;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap input,
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap select {
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: rgba(34, 34, 34, 0.75);
  padding: 0 15px;
  height: 41px;
  line-height: 39px;
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.85);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding-top: 1px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap input:active,
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap select:active,
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap input:focus,
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap select:focus {
  background: #f9f8f4;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap textarea {
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
  padding: 9px 15px;
  width: 100%;
  resize: none;
  height: 100%;
  max-height: 170px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap textarea:active,
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  background: #f9f8f4;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap select {
  appearance: none;
  -webkit-appearance: none;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
  max-width: 450px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  padding-right: 10px;
  width: 50%;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  color: rgba(34, 34, 34, 0.75);
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #222222;
  padding: 0;
  transform: translateY(-2px);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-makelaardij .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"]:checked {
  background: #222222;
}
#page.page-makelaardij .wpcf7 .form-half-left {
  padding-right: 8px;
}
#page.page-makelaardij .wpcf7 .form-half-right {
  padding-left: 8px;
}
#page.page-makelaardij .wpcf7 h5 {
  font-size: 14px;
  padding-bottom: 7px;
}
#page.page-makelaardij .wpcf7 .wpcf7-submit {
  margin-bottom: 15px;
}
#page.page-makelaardij .wpcf7 .screen-reader-response {
  display: none;
}
#page.page-makelaardij .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  padding: 5px 15px 0;
  color: #9f0000;
}
#page.page-makelaardij .wpcf7 .wpcf7-validation-errors,
#page.page-makelaardij .wpcf7 .wpcf7-mail-sent-ok {
  display: block;
  overflow: hidden;
  padding: 8px 15px 5px;
  color: #9f0000;
  border: 1px solid #9f0000;
  background: rgba(159, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-makelaardij .wpcf7 .wpcf7-mail-sent-ok {
  color: #87b800;
  border-color: #87b800;
  background: rgba(135, 184, 0, 0.1);
}
#page.page-makelaardij .wpcf7 .col-1-3,
#page.page-makelaardij .wpcf7 .form-left {
  padding-right: 8px;
}
#page.page-makelaardij .wpcf7 .col-2-3,
#page.page-makelaardij .wpcf7 .form-right {
  padding-left: 8px;
}
#page.page-makelaardij .wpcf7 .is-select {
  position: relative;
}
#page.page-makelaardij .wpcf7 .is-select:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-down.svg') center center / 12px no-repeat;
  /* transform: rotage(90deg); */
  content: "";
  pointer-events: none;
}
#page.page-makelaardij .wpcf7 .three-left {
  padding-right: 8px;
}
#page.page-makelaardij .wpcf7 .three-mid {
  padding: 0 8px;
}
#page.page-makelaardij .wpcf7 .three-right {
  padding-left: 8px;
  padding-right: 0;
}
#page.page-makelaardij .interesses-form {
  max-width: 75%;
  margin-top: 40px;
}
#page.page-makelaardij .editor {
  position: relative;
}
body.single #page.page-makelaardij .editor.with-read-more {
  overflow: hidden;
  margin-top: 25px;
  padding-right: 40px;
  height: 100%;
  max-height: 165px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
body.single #page.page-makelaardij .editor.with-read-more:before {
  position: absolute;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
  background: #f9f8f4;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single #page.page-makelaardij .editor.with-read-more:after {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 28px;
  content: "";
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f8f4+0,f9f8f4+99&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f8f4', endColorstr='#f9f8f4', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single #page.page-makelaardij .editor.with-read-more.open {
  max-height: 2000px;
  -webkit-transition: all 1s 0.3s ease;
  -moz-transition: all 1s 0.3s ease;
  -ms-transition: all 1s 0.3s ease;
  -o-transition: all 1s 0.3s ease;
  transition: all 1s 0.3s ease;
}
body.single #page.page-makelaardij .editor.with-read-more.open:before,
body.single #page.page-makelaardij .editor.with-read-more.open:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  -ms-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
}
body.single #page.page-makelaardij .editor.with-read-more .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#page.page-makelaardij .editor ul li {
  padding-left: 20px;
}
#page.page-makelaardij .editor p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 26px;
  color: rgba(68, 68, 68, 0.75);
}
@media only screen and (max-width: 640px) {
  #page.page-makelaardij .wpcf7 .form-half-left {
    padding-right: 0;
  }
  #page.page-makelaardij .wpcf7 .form-half-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-makelaardij .wpcf7 .interesses-form {
    max-width: 100%;
    margin-top: 20px;
  }
  #page.page-makelaardij .wpcf7 .col-1-3,
  #page.page-makelaardij .wpcf7 .col-2-3,
  #page.page-makelaardij .wpcf7 .form-left,
  #page.page-makelaardij .wpcf7 .form-right {
    padding-left: 0;
    padding-right: 0;
  }
  #page.page-makelaardij .wpcf7 .three-left,
  #page.page-makelaardij .wpcf7 .three-mid,
  #page.page-makelaardij .wpcf7 .three-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
  }
}
#page.page-makelaardij img.alignleft {
  float: left;
}
#page.page-makelaardij img.alignright {
  float: right;
}
#page.page-makelaardij .gradient-editor-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f8f4+0,f9f8f4+99&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f8f4', endColorstr='#f9f8f4', GradientType=0);
  /* IE6-9 */
}
#page.page-makelaardij .gradient-steps-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceadc+0,eceadc+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eceadc', endColorstr='#eceadc', GradientType=0);
  /* IE6-9 */
}
#page.page-architectuur {
  /*
@media only screen and (max-width: 360px) 		{
	.employees 									{
		.single-employee 						{ width: 100%;
			.single-employee-inner 				{ max-width: 175px;
				.photo 							{ max-width: 155px; padding-bottom: 0; height: 155px; max-height: 155px; }
			}
		}
	}
}
*/
}
#page.page-architectuur .grid.cntr {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
  text-align: left !important;
}
#page.page-architectuur .module {
  padding: 30px 0;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
#page.page-architectuur .martelsans {
  font-family: 'Martel Sans', sans-serif;
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .grid.cntr {
    padding: 0 10px;
  }
}
#page.page-architectuur .elastic-normal {
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-architectuur select::-ms-expand {
  display: none !important;
}
body #page.page-architectuur {
  text-align: left !important;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Martel Sans', sans-serif;
  overflow-x: hidden;
}
body #page.page-architectuur:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(34, 34, 34, 0.4);
  z-index: 9990;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #page.page-architectuur.blurred {
  overflow-y: hidden;
}
body #page.page-architectuur.blurred:after {
  opacity: 1;
  visibility: visible;
}
body #page.page-architectuur.blurred header,
body #page.page-architectuur.blurred .section {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
#page.page-architectuur a {
  text-decoration: underline;
  color: #222222;
}
#page.page-architectuur a:hover {
  text-decoration: none;
}
#page.page-architectuur p {
  overflow: hidden;
  margin-bottom: 18px;
}
#page.page-architectuur ul {
  list-style: none;
}
#page.page-architectuur h1,
#page.page-architectuur h2,
#page.page-architectuur h3,
#page.page-architectuur h4,
#page.page-architectuur h5,
#page.page-architectuur h6 {
  display: inline-block;
  width: 100%;
}
#page.page-architectuur h1.first,
#page.page-architectuur h2.first,
#page.page-architectuur h3.first,
#page.page-architectuur h4.first,
#page.page-architectuur h5.first,
#page.page-architectuur h6.first {
  margin-top: 0 !important;
}
#page.page-architectuur h1 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 18px;
}
#page.page-architectuur h2 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 18px;
}
#page.page-architectuur h3 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 18px;
}
#page.page-architectuur h4 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 18px;
}
#page.page-architectuur h5 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 18px;
}
#page.page-architectuur h6 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  #page.page-architectuur h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  #page.page-architectuur h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 14px;
  }
  #page.page-architectuur h4 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 14px;
  }
  #page.page-architectuur h5 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 14px;
  }
  #page.page-architectuur h6 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 14px;
  }
}
#page.page-architectuur button {
  background: none;
  border: 0;
}
#page.page-architectuur img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#page.page-architectuur img.alignleft {
  float: left;
}
#page.page-architectuur img.alignright {
  float: right;
}
#page.page-architectuur .fancybox.image {
  position: relative;
  display: inline-block;
}
#page.page-architectuur .fancybox.image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .fancybox.image:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: url('/wp-content/themes/weghorst/static/images/icons/search-white.svg') bottom left / 50px no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#page.page-architectuur .fancybox.image:hover:before {
  opacity: 0.7;
}
#page.page-architectuur .fancybox.image:hover:after {
  opacity: 1;
}
#page.page-architectuur .btn {
  display: inline-block;
  font-family: 'Martel Sans', sans-serif;
  text-decoration: none;
  padding: 10px 20px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #222222;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .btn:hover {
  background: none !important;
  color: #222222 !important;
}
#page.page-architectuur .btn.yellow {
  background: #ffdf00;
  border: 2px solid #ffdf00;
  color: #222222;
  font-weight: 400;
}
#page.page-architectuur .btn.blue {
  background: #6799b8;
  border: 2px solid #6799b8;
  color: white;
  font-weight: 400;
}
#page.page-architectuur .btn.blue.call-us:before {
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver-white.svg') bottom left / 16px no-repeat;
}
#page.page-architectuur .btn.blue.call-us:hover:before {
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
}
#page.page-architectuur .btn.white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #222222;
  font-weight: normal;
}
body#architectuur #page.page-architectuur .btn.white:hover {
  color: white !important;
}
#page.page-architectuur .btn.white.ghost {
  background: none;
  color: white;
}
#page.page-architectuur .btn.white.ghost:hover {
  background: white !important;
  color: #222222 !important;
}
body#architectuur #page.page-architectuur .btn.white.ghost:hover {
  color: #222222 !important;
}
#page.page-architectuur .btn.black {
  background: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}
#page.page-architectuur .btn.beige {
  background: #e7e3d9;
  border: 2px solid #e7e3d9;
  color: #222222;
}
#page.page-architectuur .btn.line {
  padding: 0;
  text-decoration: underline;
}
#page.page-architectuur .btn.large {
  padding: 12px 25px 7px;
  font-size: 16px;
}
#page.page-architectuur .btn.transparent {
  background: none;
  border: 1px solid rgba(34, 34, 34, 0.25);
}
#page.page-architectuur .btn.transparent:hover {
  border: 1px solid #222222;
}
#page.page-architectuur .btn.fav {
  border: 2px solid #ff5649;
  background: transparent;
  padding-left: 30px;
}
#page.page-architectuur .btn.fav span {
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 12px;
  color: #ffffff;
  line-height: 21px;
  min-height: 45px;
}
#page.page-architectuur .btn.fav span svg {
  position: absolute;
  top: 8px;
  left: -1px;
  height: 29px;
  width: 34px;
  z-index: -1;
}
#page.page-architectuur .btn.fav span svg path {
  fill: #ff5649;
  stroke: #ff5649;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .btn.fav:hover {
  background: #ff5649 !important;
  color: white !important;
}
#page.page-architectuur .btn.fav:hover span svg path {
  /* fill: @black; stroke: @black;  */
}
#page.page-architectuur .btn.afspraak {
  position: relative;
  padding: 10px 20px 8px 50px;
}
#page.page-architectuur .btn.afspraak:before {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-architectuur .btn.afspraak.agenda {
  font-weight: normal;
}
#page.page-architectuur .btn.afspraak.agenda:before {
  width: 18px;
  height: 17px;
  background: url('/wp-content/themes/weghorst/static/images/icons/agenda.svg') bottom left / 18px no-repeat;
  content: "";
  opacity: 0.75;
}
#page.page-architectuur .btn.read-more {
  border: 0;
  padding: 0 26px 0 0;
}
#page.page-architectuur .btn.read-more:after {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 8px no-repeat;
  content: "";
}
#page.page-architectuur .btn.read-more.hide {
  opacity: 0;
  visibility: hidden;
}
#page.page-architectuur .btn.call-us {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-top: 13px;
  padding-left: 50px;
}
#page.page-architectuur .btn.call-us:before {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-architectuur .btn.linkedin,
#page.page-architectuur .btn.phone,
#page.page-architectuur .btn.email {
  position: relative;
  width: 33px;
  height: 29px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #222222;
}
#page.page-architectuur .btn.linkedin:hover,
#page.page-architectuur .btn.phone:hover,
#page.page-architectuur .btn.email:hover {
  background: rgba(34, 34, 34, 0.1) !important;
}
#page.page-architectuur .btn.linkedin:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 8px;
  background: url('/wp-content/themes/weghorst/static/images/icons/linkedin.svg') bottom left / 15px no-repeat;
  content: "";
}
#page.page-architectuur .btn.phone:before {
  position: absolute;
  width: 12px;
  height: 13px;
  top: 6px;
  left: 10px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 12px no-repeat;
  content: "";
}
#page.page-architectuur .btn.email:before {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 7px;
  left: 8px;
  background: url('/wp-content/themes/weghorst/static/images/icons/mail.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-architectuur .btn.chevron {
  display: inline-block;
  text-align: left !important;
  width: auto;
  font-weight: 400;
  border: 0;
  font-size: 14px;
  color: #222222;
  padding: 0 25px 0 0;
  margin: 0;
}
#page.page-architectuur .btn.chevron:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .btn.pinterest {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background: #bd081c;
  border-color: #bd081c;
}
@media only screen and (max-width: 1205px) {
  #page.page-architectuur .btn {
    padding: 7px 16px 4px;
    font-size: 13.5px;
  }
  #page.page-architectuur .select-wrapper select {
    padding: 7px 35px 8px 15px !important;
  }
}
#page.page-architectuur .socialchannels {
  border: 1px solid #3c3c3c;
  border-right: 0;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
}
#page.page-architectuur .socialchannels li {
  float: left;
  display: block;
}
#page.page-architectuur .socialchannels li a {
  height: 50px;
  width: 60px;
  float: left;
  border-right: 1px solid #3c3c3c;
  text-indent: 120%;
  overflow: hidden;
  position: relative;
  display: block;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
#page.page-architectuur .socialchannels li a svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 13px;
}
#page.page-architectuur .socialchannels li a svg path {
  fill: #ffffff;
}
#page.page-architectuur .socialchannels li a.fb:hover {
  background: #3B5998;
}
#page.page-architectuur .socialchannels li a.fb svg {
  padding: 11px;
}
#page.page-architectuur .socialchannels li a.tw:hover {
  background: #5bc0de;
}
#page.page-architectuur .socialchannels li a.insta:hover {
  background: #f56040;
}
#page.page-architectuur .socialchannels li a.in:hover {
  background: #0077b5;
}
#page.page-architectuur .socialchannels li a.pt:hover {
  background: #bd081c;
}
#page.page-architectuur form input,
#page.page-architectuur form textarea,
#page.page-architectuur form select,
#page.page-architectuur form radio,
#page.page-architectuur form button {
  position: relative;
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  max-height: 45px;
}
#page.page-architectuur form input[type=search] {
  padding: 12px 20px 8px;
}
#page.page-architectuur form input {
  background: #ffffff;
  padding: 10px 20px 8px;
  font-size: 14px;
  color: #222222;
  border: 2px solid #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-architectuur form input:-webkit-input-placeholder,
#page.page-architectuur form input:-ms-input-placeholder,
#page.page-architectuur form input:-moz-placeholder,
#page.page-architectuur form input:-moz-placeholder {
  color: #222222;
}
#page.page-architectuur form select {
  background: #ffffff;
  padding: 10px 20px 8px;
  font-size: 14px;
  color: #222222;
  border: 2px solid #ffffff;
}
#page.page-architectuur form select:-ms-expand {
  display: none !important;
}
#page.page-architectuur form .options {
  cursor: pointer;
}
#page.page-architectuur form .select-wrapper,
#page.page-architectuur form .input-wrapper {
  position: relative;
  float: left;
}
#page.page-architectuur form .select-wrapper select,
#page.page-architectuur form .input-wrapper select {
  padding: 10px 35px 8px 20px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-architectuur form .select-wrapper input,
#page.page-architectuur form .input-wrapper input {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#page.page-architectuur form .select-wrapper:after,
#page.page-architectuur form .input-wrapper:after {
  position: absolute;
  width: 9px;
  height: 7px;
  top: 20px;
  right: 30px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-down.svg') bottom left / 9px no-repeat;
  pointer-events: none;
}
#page.page-architectuur form .select-wrapper.transparent,
#page.page-architectuur form .input-wrapper.transparent {
  background: none;
}
#page.page-architectuur form .select-wrapper.transparent select,
#page.page-architectuur form .input-wrapper.transparent select {
  background: none;
  border: 1px solid rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-architectuur form .select-wrapper.transparent:hover select,
#page.page-architectuur form .input-wrapper.transparent:hover select {
  border: 1px solid #222222;
}
#page.page-architectuur form .input-wrapper:after {
  display: none;
}
#page.page-architectuur .checkbox {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 30px;
  cursor: pointer;
}
#page.page-architectuur .checkbox .checker {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-architectuur .checkbox .checker:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: #222222;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .checkbox input {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#page.page-architectuur .checkbox.checked .checker {
  border: 1px solid #222222;
}
#page.page-architectuur .checkbox.checked .checker:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 1205px) {
  #page.page-architectuur form input,
  #page.page-architectuur form textarea,
  #page.page-architectuur form select,
  #page.page-architectuur form radio,
  #page.page-architectuur form button {
    max-height: 40px;
  }
  #page.page-architectuur form input[type=search] {
    padding: 11px 15px 8px;
  }
  #page.page-architectuur form .select-wrapper select,
  #page.page-architectuur form .input-wrapper select {
    padding: 7px 35px 8px 15px;
  }
  #page.page-architectuur form .select-wrapper:after,
  #page.page-architectuur form .input-wrapper:after {
    top: 17px;
    right: 27px;
  }
}
#page.page-architectuur .header {
  width: 100%;
  display: block;
}
#page.page-architectuur .header:after {
  display: table;
  clear: both;
  content: "";
}
#page.page-architectuur .header .mobile-logo {
  display: none;
}
#page.page-architectuur .header .header-top {
  background: #ffffff;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e3de;
}
#page.page-architectuur .header .header-top .mobile-nav-button {
  display: none;
}
#page.page-architectuur .header .header-top .grid.cntr .module {
  padding-top: 0;
  padding-bottom: 0;
}
#page.page-architectuur .header .header-top .header-top-nav {
  float: right;
}
#page.page-architectuur .header .header-top .header-top-nav ul {
  border-left: 1px solid #e6e3de;
  float: right;
}
#page.page-architectuur .header .header-top .header-top-nav ul li {
  float: left;
}
#page.page-architectuur .header .header-top .header-top-nav ul li a {
  position: relative;
  padding: 18px 20px 14px;
  display: inline-block;
  text-decoration: none;
  border-right: 1px solid #e6e3de;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .header .header-top .header-top-nav ul li a:hover {
  background: #f5f6f9;
}
#page.page-architectuur .header .header-top .header-top-nav ul li a.active {
  background: #f5f6f9;
}
#page.page-architectuur .header .header-top .header-top-nav ul li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  content: "";
  left: 0;
  background: #f5f6f9;
}
#page.page-architectuur .header .header-bottom {
  position: relative;
  z-index: 9983;
  background: #f5f6f9;
  width: 100%;
  float: left;
}
#page.page-architectuur .header .header-bottom .grid.cntr .module {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
  float: left;
  width: 100%;
}
#page.page-architectuur .header .header-bottom .h1-logo {
  float: left;
  padding-bottom: 0;
  width: auto;
}
body#architectuur #page.page-architectuur .header .header-bottom .h1-logo {
  position: relative;
  height: 42px;
  width: 280px;
}
#page.page-architectuur .header .header-bottom .logo-container {
  float: left;
  position: relative;
  height: 42px;
  width: 280px;
}
#page.page-architectuur .header .header-bottom .logo {
  overflow: hidden;
  float: left;
  position: relative;
  height: 100px;
  width: 280px;
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  margin-top: -40px;
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-makelaardij.svg') bottom left / 280px no-repeat;
}
body#architectuur #page.page-architectuur .header .header-bottom .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -44px;
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-architectuur.svg') bottom left / 275px no-repeat;
  opacity: 1;
  animation: logo_switch_architectuur 8s 3;
  animation-delay: 2s;
}
body#architectuur #page.page-architectuur .header .header-bottom .logo.ideaal-wonen {
  background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-ideaal-wonen.svg') bottom left / 275px no-repeat;
  opacity: 0;
  animation: logo_switch_ideaal 8s 3;
  animation-delay: 2s;
}
@-webkit-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo_switch_architectuur {
  2% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo_switch_ideaal {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#page.page-architectuur .header .header-bottom .header-bottom-nav {
  float: left;
  padding-top: 10px;
  margin-left: 20px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav > div {
  float: left;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul {
  float: left;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li {
  float: left;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li:nth-of-type(1) a {
  border-left: 0;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
  text-decoration: none;
  padding: 10px 25px 0 25px;
  border-left: 1px solid #e6e3de;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body#architectuur #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
  padding: 10px 18px 0 18px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li > a:hover {
  text-decoration: underline;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.uitgelicht a {
  border-left: 1px solid #e6e3de;
  text-decoration: underline;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.uitgelicht a:hover {
  text-decoration: none;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  padding: 15px 0 10px 0;
  z-index: 200;
  margin-top: -3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 4px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li {
  display: block;
  clear: both;
  margin-bottom: 4px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
  position: relative;
  padding: 0;
  border: 0;
  padding: 0 45px 0 45px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:before {
  position: absolute;
  left: 25px;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:hover {
  text-decoration: none;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:hover:before {
  left: 28px;
}
body#architectuur #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
  padding: 0 45px 0 45px;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current-menu-item a,
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor a {
  font-weight: 700;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current-menu-item ul li a,
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor ul li a {
  font-weight: 400;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current-menu-item ul li.current-menu-item a,
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.current_page_ancestor ul li.current-menu-item a {
  font-weight: 700;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover a {
  background: #ffffff;
  border-left: 1px solid #ffffff;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
#page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children:hover .sub-menu li a {
  background: transparent;
}
#page.page-architectuur .header .header-bottom .cta {
  float: right;
}
#page.page-architectuur .header .header-bottom .cta .btn {
  margin-left: 15px;
}
@media only screen and (max-width: 1300px) {
  body#architectuur #page.page-architectuur .header .header-bottom .h1-logo {
    width: 200px;
  }
  #page.page-architectuur .header .header-bottom .logo-container {
    width: 200px;
  }
  #page.page-architectuur .header .header-bottom .logo {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .logo {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .logo.ideaal-wonen {
    width: 200px;
    background-size: 200px;
    height: 67px;
    margin-top: -24px;
  }
  #page.page-architectuur .header .header-bottom .grid.cntr .module {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1205px) {
  body#architectuur #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li:last-child a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  body#architectuur #page.page-architectuur .header .header-bottom .h1-logo {
    width: 150px;
  }
  #page.page-architectuur .header .header-bottom .logo-container {
    width: 150px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .logo {
    width: 150px;
    background-size: 150px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .logo.ideaal-wonen {
    width: 150px;
    background-size: 150px;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
    padding: 10px 18px 0 18px;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-architectuur .header {
    position: fixed;
    z-index: 9991;
    width: 100%;
    height: 60px;
    background: white;
    border-bottom: 1px solid #f5f6f9;
  }
  #page.page-architectuur .header .mobile-logo {
    display: block;
    overflow: hidden;
    position: fixed;
    height: 45px;
    width: 125px;
    top: 0;
    left: 0;
    text-indent: 150%;
    white-space: nowrap;
    margin-top: 0;
    margin: 8px 0 0 20px;
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-makelaardij.svg') bottom left / 125px no-repeat;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  body#architectuur #page.page-architectuur .header .mobile-logo {
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-architectuur.svg') bottom left / 125px no-repeat;
    opacity: 1;
    animation: logo_switch_architectuur 8s 3;
    animation-delay: 2s;
  }
  body#architectuur #page.page-architectuur .header .mobile-logo.ideaal-wonen {
    background: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-ideaal-wonen.svg') bottom left / 125px no-repeat;
    opacity: 0;
    animation: logo_switch_ideaal 8s 3;
    animation-delay: 2s;
  }
  #page.page-architectuur .header .mobile-logo.nav-open {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
  }
  #page.page-architectuur .header .header-top {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 500px;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-architectuur .header .header-top.nav-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-architectuur .header .header-top .mobile-nav-button {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: -68px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button.nav-open {
    left: -58px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button.nav-open span {
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-architectuur .header .header-top .mobile-nav-button.nav-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button.nav-open span:nth-child(2) {
    opacity: 0;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button.nav-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button span {
    position: absolute;
    width: 35px;
    height: 3px;
    background: rgba(34, 34, 34, 0.8);
    left: 12px;
    -webkit-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.3s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-architectuur .header .header-top .mobile-nav-button span:nth-child(1) {
    top: 18px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button span:nth-child(2) {
    top: 28px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button span:nth-child(3) {
    top: 38px;
  }
  #page.page-architectuur .header .header-top .grid.cntr {
    padding-left: 0;
    padding-right: 0;
  }
  #page.page-architectuur .header .header-top .grid.cntr .header-top-nav {
    float: left;
  }
  #page.page-architectuur .header .header-top .header-top-nav {
    height: 34px;
    width: 100%;
  }
  #page.page-architectuur .header .header-top .header-top-nav ul {
    width: 100%;
  }
  #page.page-architectuur .header .header-top .header-top-nav ul > li a {
    overflow: hidden;
    padding: 10px 10px 6px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #page.page-architectuur .header .header-bottom {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 500px;
    height: 100vh;
    top: 34px;
    right: 0;
    border-left: 1px solid #e6e3de;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  }
  #page.page-architectuur .header .header-bottom.nav-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-architectuur .header .header-bottom .logo-container {
    position: absolute;
    z-index: -1;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .h1-logo {
    position: absolute;
  }
  #page.page-architectuur .header .header-bottom .logo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-size: 125px !important;
    margin-top: 0 !important;
    height: 45px !important;
    width: 125px !important;
    margin: 8px 0 0 20px !important;
  }
  body#architectuur #page.page-architectuur .header .header-bottom .logo {
    margin-top: 6px !important;
  }
  #page.page-architectuur .header .header-bottom .grid.cntr {
    padding: 0;
  }
  #page.page-architectuur .header .header-bottom .grid.cntr .module {
    padding: 0;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav {
    margin-left: 0;
    width: 100%;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul {
    display: inline-block;
    width: 100%;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li.menu-item-has-children {
    background: #f5f6f9;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li a {
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #e6e3de;
    width: 100%;
    padding: 10px 20px 10px 35px !important;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a {
    float: right;
    padding: 7px 20px 7px 35px !important;
    font-size: 13px !important;
    width: calc(100% - 20px);
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li a:before {
    left: 16px;
    bottom: 14px;
  }
  #page.page-architectuur .header .header-bottom .header-bottom-nav ul > li .sub-menu li:last-child a {
    border-bottom: 0;
  }
  #page.page-architectuur .header .header-bottom .cta {
    display: inline-block;
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  #page.page-architectuur .header .header-bottom .cta a {
    display: inline-block;
    float: left;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .header .mobile-logo {
    margin-left: 10px;
  }
  #page.page-architectuur .header .header-top .mobile-nav-button {
    left: -58px;
  }
  #page.page-architectuur .header .header-top .header-top-nav {
    height: 68px;
  }
  #page.page-architectuur .header .header-top .header-top-nav ul li {
    width: 50%;
  }
  #page.page-architectuur .header .header-top .header-top-nav ul li a {
    width: 100%;
  }
  #page.page-architectuur .header .header-top .header-top-nav ul li a:nth-child(1),
  #page.page-architectuur .header .header-top .header-top-nav ul li a:nth-child(2) {
    border-bottom: 1px solid #e6e3de;
  }
  #page.page-architectuur .header .header-bottom {
    top: 68px;
    border-top: 1px solid #e6e3de;
  }
  #page.page-architectuur .header .header-bottom .cta a {
    width: calc(100% - 15px);
  }
  #page.page-architectuur .header .header-bottom .cta a:nth-child(1) {
    margin-bottom: 15px;
  }
  #page.page-architectuur .header .header-bottom .grid.cntr {
    max-height: calc(100vh - 70px);
    padding-bottom: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#page.page-architectuur .footer {
  background: #222222;
  color: #6f6f6f;
  width: 100%;
  float: left;
}
#page.page-architectuur .footer a {
  color: #ffffff;
  text-decoration: none;
}
#page.page-architectuur .footer a:hover {
  text-decoration: underline;
}
#page.page-architectuur .footer .footer-top {
  border-bottom: 1px solid #3c3c3c;
  width: 100%;
  float: left;
  position: relative;
}
#page.page-architectuur .footer .footer-top .module {
  padding: 90px 0 40px 0;
}
body#architectuur #page.page-architectuur .footer .footer-top .module {
  padding-top: 40px;
}
#page.page-architectuur .footer .footer-top ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
}
#page.page-architectuur .footer .footer-top ul li {
  width: auto;
  height: 100px;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.page-architectuur .footer .footer-top ul li a {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s ease;
}
#page.page-architectuur .footer .footer-top ul li a:hover {
  opacity: .8;
}
#page.page-architectuur .footer .footer-top ul li img,
#page.page-architectuur .footer .footer-top ul li svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
#page.page-architectuur .footer .footer-top ul li svg path {
  fill: #5b5b5b !important;
}
#page.page-architectuur .footer .footer-middle {
  width: 100%;
  float: left;
  position: relative;
}
#page.page-architectuur .footer .footer-middle .module {
  padding: 60px 0;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav {
  width: 60%;
  float: left;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul {
  width: 100%;
  float: left;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul a {
  color: #6f6f6f;
  line-height: 28px;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li {
  width: 25%;
  float: left;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li > ul {
  width: 100%;
  float: left;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li > ul > li {
  width: 100%;
  float: left;
}
#page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li > ul > li a {
  font-weight: normal;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 28px;
}
body#architectuur #page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li {
  width: 33.3333%;
}
body#architectuur #page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li > ul {
  width: 100%;
}
body#architectuur #page.page-architectuur .footer .footer-middle .footer-middle-nav ul > li > ul > li {
  width: 100%;
}
#page.page-architectuur .footer .footer-middle .contactdetails {
  width: 40%;
  float: right;
  text-align: right !important;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels {
  margin-bottom: 14px;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a {
  position: relative;
  display: block;
  background: transparent;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 13px;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a svg path {
  fill: #ffffff;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.fb:hover {
  background: #3B5998;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.fb svg {
  padding: 11px;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.tw:hover {
  background: #5bc0de;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.insta:hover {
  background: #f56040;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.in:hover {
  background: #0077b5;
}
#page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a.pt:hover {
  background: #bd081c;
}
#page.page-architectuur .footer .footer-middle .contactdetails a {
  display: inline-block;
  color: #6f6f6f;
}
#page.page-architectuur .footer .footer-bottom {
  border-top: 1px solid #3c3c3c;
  width: 100%;
  float: left;
  position: relative;
  line-height: 16px;
}
#page.page-architectuur .footer .footer-bottom .module {
  padding: 40px 0 30px 0;
}
#page.page-architectuur .footer .footer-bottom .left {
  display: inline-block;
  float: left;
}
#page.page-architectuur .footer .footer-bottom .left span {
  display: inline-block;
  float: left;
}
#page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav {
  display: inline-block;
}
#page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav ul {
  width: 100%;
  float: left;
}
#page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav ul li {
  float: left;
  display: block;
}
#page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav ul li a {
  display: block;
  color: #6f6f6f;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #3c3c3c;
}
#page.page-architectuur .footer .footer-bottom .credits {
  display: inline-block;
  float: right;
}
#page.page-architectuur .footer .footer-bottom .credits a {
  color: #6f6f6f;
}
@media only screen and (max-width: 1150px) {
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro,
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedcert,
  #page.page-architectuur .footer .footer-top ul li.li-realnext,
  #page.page-architectuur .footer .footer-top ul li.li-nwwi {
    min-width: 14%;
    max-width: 14%;
    margin-left: 12%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro {
    margin-left: 2%;
  }
  #page.page-architectuur .footer .footer-top ul li.li-nwwi {
    margin-right: 0;
  }
  #page.page-architectuur .footer .footer-top ul li.li-funda,
  #page.page-architectuur .footer .footer-top ul li.li-nrvt,
  #page.page-architectuur .footer .footer-top ul li.li-dwe,
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie {
    min-width: 17%;
    max-width: 17%;
    margin-left: 12%;
    margin-right: 0%;
  }
  #page.page-architectuur .footer .footer-top ul li.li-funda a,
  #page.page-architectuur .footer .footer-top ul li.li-nrvt a,
  #page.page-architectuur .footer .footer-top ul li.li-dwe a,
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie a {
    background-position-x: 0;
  }
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie {
    clear: left;
  }
}
@media only screen and (max-width: 980px) {
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro,
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedcert,
  #page.page-architectuur .footer .footer-top ul li.li-realnext,
  #page.page-architectuur .footer .footer-top ul li.li-nwwi {
    min-width: 18%;
    max-width: 18%;
    margin-left: 5.5%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro {
    margin-left: 2%;
  }
  #page.page-architectuur .footer .footer-top ul li.li-nwwi {
    margin-right: 0;
  }
  #page.page-architectuur .footer .footer-top ul li.li-funda,
  #page.page-architectuur .footer .footer-top ul li.li-nrvt,
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie {
    min-width: 24%;
    max-width: 24%;
    margin-left: 8.6%;
    margin-right: 0%;
  }
  #page.page-architectuur .footer .footer-bottom .module {
    text-align: left !important;
  }
  #page.page-architectuur .footer .footer-bottom .left {
    display: inline-block;
    float: none;
    clear: right;
  }
  #page.page-architectuur .footer .footer-bottom .credits {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 820px) {
  #page.page-architectuur .footer .footer-top .module {
    padding: 70px 0 30px 0;
  }
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro,
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedcert,
  #page.page-architectuur .footer .footer-top ul li.li-realnext,
  #page.page-architectuur .footer .footer-top ul li.li-nwwi,
  #page.page-architectuur .footer .footer-top ul li.li-funda,
  #page.page-architectuur .footer .footer-top ul li.li-nrvt,
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie {
    min-width: 50%;
    max-width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedpro a,
  #page.page-architectuur .footer .footer-top ul li.li-vastgoedcert a,
  #page.page-architectuur .footer .footer-top ul li.li-realnext a,
  #page.page-architectuur .footer .footer-top ul li.li-nwwi a,
  #page.page-architectuur .footer .footer-top ul li.li-funda a,
  #page.page-architectuur .footer .footer-top ul li.li-nrvt a,
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie a {
    background-position-x: 0 !important;
  }
  #page.page-architectuur .footer .footer-top ul li.li-taxateursunie {
    clear: left;
  }
  #page.page-architectuur .footer .footer-top ul li.li-dwe {
    margin-left: 0;
    clear: left;
  }
  #page.page-architectuur .footer .footer-middle .module {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .footer .footer-middle .footer-middle-nav ul li {
    width: 50%;
  }
  #page.page-architectuur .footer .footer-bottom .left span {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  #page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav {
    display: inline-block;
    width: 100%;
  }
  #page.page-architectuur .footer .footer-bottom .left .footer-bottom-nav ul li:first-child a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #page.page-architectuur .footer .footer-bottom .credits {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #page.page-architectuur .footer .footer-top .module {
    padding: 50px 0 10px 0;
  }
  #page.page-architectuur .footer .footer-middle .module {
    padding: 20px 0;
  }
  #page.page-architectuur .footer .footer-middle .footer-middle-nav {
    width: 100%;
  }
  #page.page-architectuur .footer .footer-middle .contactdetails {
    text-align: left !important;
    width: 100%;
    margin-top: 15px;
  }
  #page.page-architectuur .footer .footer-middle .contactdetails .socialchannels {
    float: left;
    width: 100%;
  }
  #page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li {
    width: 25%;
  }
  #page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li a {
    width: 100%;
  }
  body#architectuur #page.page-architectuur .footer .footer-middle .contactdetails .socialchannels li {
    width: 20%;
  }
  #page.page-architectuur .footer .footer-bottom .module {
    padding: 20px 0;
  }
}
body.archive #page.page-architectuur .section,
body.page #page.page-architectuur .section {
  background: #f5f6f9;
  width: 100%;
  float: left;
  position: relative;
}
body.archive #page.page-architectuur .section .search .object-search-field,
body.page #page.page-architectuur .section .search .object-search-field {
  min-width: 316px;
}
body.archive #page.page-architectuur .section .search input,
body.page #page.page-architectuur .section .search input,
body.archive #page.page-architectuur .section .search select,
body.page #page.page-architectuur .section .search select {
  margin-right: 10px;
}
body.archive #page.page-architectuur .section .search .search-submit,
body.page #page.page-architectuur .section .search .search-submit {
  margin-right: 0;
}
body.archive #page.page-architectuur .section .search input,
body.page #page.page-architectuur .section .search input {
  float: left;
}
body.archive #page.page-architectuur .section .search .options,
body.page #page.page-architectuur .section .search .options {
  background: white !important;
}
body.archive #page.page-architectuur .section .search .options.transparent,
body.page #page.page-architectuur .section .search .options.transparent {
  background: none !important;
}
body.archive #page.page-architectuur .section .search .options-wrapper,
body.page #page.page-architectuur .section .search .options-wrapper {
  position: absolute;
  left: 0;
  width: 1280px;
  max-width: 100vw;
  background: white;
  z-index: 99;
  opacity: 0;
  visibility: visible;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-architectuur .section .search .options-wrapper .filter-close,
body.page #page.page-architectuur .section .search .options-wrapper .filter-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
body.archive #page.page-architectuur .section .search .options-wrapper .filter-close:before,
body.page #page.page-architectuur .section .search .options-wrapper .filter-close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.archive #page.page-architectuur .section .search .options-wrapper .filter-close:after,
body.page #page.page-architectuur .section .search .options-wrapper .filter-close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-filters,
body.page #page.page-architectuur .section .search .options-wrapper .select-filters {
  float: left;
  width: 30%;
  padding: 30px 30px 20px 30px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter,
body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter {
  display: inline-block;
  margin-bottom: 5px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li,
body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li {
  float: left;
  margin-right: 20px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li:last-child label,
body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li:last-child label {
  border-right: 0;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li label,
body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li label {
  padding-right: 15px;
  padding-left: 25px;
  border-right: 1px solid #e6e3de;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper,
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper,
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper select,
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper select,
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper select,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper select,
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper input,
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper input,
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper input,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper input {
  width: 100%;
  margin-right: 0;
  padding: 10px 15px;
  min-width: 0;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper:after,
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper:after,
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper:after,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper:after {
  right: 15px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd) {
  margin-right: 5px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even) {
  margin-left: 5px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .select-wrapper:hover,
body.page #page.page-architectuur .section .search .options-wrapper .select-wrapper:hover,
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper:hover,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.archive #page.page-architectuur .section .search .options-wrapper .input-wrapper.streetname,
body.page #page.page-architectuur .section .search .options-wrapper .input-wrapper.streetname {
  width: 100%;
  margin-right: 0;
  margin-left: 0 !important;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul {
  list-style-type: none;
  padding: 0;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input li,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input li {
  display: inline-block;
  margin: 0 10px;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input .ul-overflow,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input .ul-overflow {
  display: inline-block;
  position: absolute;
  top: 55px;
  left: -1px;
  width: 517px;
  max-height: 500px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list {
  position: relative;
  display: block;
  /* top: 57px; left: -1px;  */
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  color: #222222;
  padding: 7px;
  cursor: pointer;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li:last-child,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li:last-child {
  border-bottom: 0;
}
body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li.highlighted,
body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input ul.options-list li.highlighted {
  background: #f8f8f8;
}
body.archive #page.page-architectuur .section .search .options-wrapper.open,
body.page #page.page-architectuur .section .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(calc(100% + 20px));
  -moz-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  -o-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper,
body.page #page.page-architectuur .section .search .btn-menu-wrapper {
  position: relative;
  float: right;
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper input,
body.page #page.page-architectuur .section .search .btn-menu-wrapper input {
  padding: 10px 55px 8px 20px;
  margin-right: 0;
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper:after,
body.page #page.page-architectuur .section .search .btn-menu-wrapper:after {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 17px;
  right: 20px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger.svg') bottom left / 16px no-repeat;
  pointer-events: none;
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper:before,
body.page #page.page-architectuur .section .search .btn-menu-wrapper:before {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 11px;
  bottom: 2px;
  right: calc(50% - 12px);
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-large-white.svg') bottom left / 24px no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper:hover:before,
body.page #page.page-architectuur .section .search .btn-menu-wrapper:hover:before {
  bottom: -11px;
}
body.archive #page.page-architectuur .section .search .btn-menu-wrapper.open:before,
body.page #page.page-architectuur .section .search .btn-menu-wrapper.open:before {
  bottom: -11px;
}
body.archive #page.page-architectuur .section .search .checkbox-filters,
body.page #page.page-architectuur .section .search .checkbox-filters {
  padding: 30px 30px 30px 8px;
}
body.archive #page.page-architectuur .section .search .checkbox-filters h4,
body.page #page.page-architectuur .section .search .checkbox-filters h4 {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 7px;
}
body.archive #page.page-architectuur .section .search .checkbox-filters ul,
body.page #page.page-architectuur .section .search .checkbox-filters ul {
  display: block;
}
body.archive #page.page-architectuur .section .search .checkbox-filters ul li,
body.page #page.page-architectuur .section .search .checkbox-filters ul li {
  display: block;
}
body.archive #page.page-architectuur .section .search .checkbox-filters .col-2-3 ul li,
body.page #page.page-architectuur .section .search .checkbox-filters .col-2-3 ul li {
  float: left;
  width: 50%;
}
body.archive #page.page-architectuur .section .search .options-content,
body.page #page.page-architectuur .section .search .options-content {
  float: left;
  width: 30%;
  padding: 30px;
}
body.archive #page.page-architectuur .section .search .options-content h3,
body.page #page.page-architectuur .section .search .options-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 20px;
}
body.archive #page.page-architectuur .section .search .options-content p,
body.page #page.page-architectuur .section .search .options-content p {
  font-size: 14px;
  line-height: 24px;
}
body.archive #page.page-architectuur .section .search .options-content .btn,
body.page #page.page-architectuur .section .search .options-content .btn {
  font-weight: 400;
  border-color: rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-height: 100%;
}
body.archive #page.page-architectuur .section .search .options-content .btn:hover,
body.page #page.page-architectuur .section .search .options-content .btn:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.archive #page.page-architectuur .section .objects,
body.page #page.page-architectuur .section .objects {
  position: relative;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  clear: both !important;
}
body.archive #page.page-architectuur .section .objects.open,
body.page #page.page-architectuur .section .objects.open {
  padding-top: 253px;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.archive #page.page-architectuur .section .objects:before,
body.page #page.page-architectuur .section .objects:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: #f5f6f9;
  content: "";
  z-index: 0;
}
body.archive #page.page-architectuur .section .objects .grid.cntr,
body.page #page.page-architectuur .section .objects .grid.cntr {
  position: relative;
  z-index: 9981;
}
body.archive #page.page-architectuur .section .signup-content,
body.page #page.page-architectuur .section .signup-content {
  position: relative;
}
body.archive #page.page-architectuur .section .signup-content .module,
body.page #page.page-architectuur .section .signup-content .module {
  text-align: center !important;
}
body.archive #page.page-architectuur .section .signup-content .signup,
body.page #page.page-architectuur .section .signup-content .signup {
  border: 1px solid #222222;
  padding: 40px;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 100px;
  float: left;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
body.archive #page.page-architectuur .section .signup-content .signup:before,
body.page #page.page-architectuur .section .signup-content .signup:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-top: 15px solid #222222;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #222222;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
body.archive #page.page-architectuur .section .signup-content .signup:after,
body.page #page.page-architectuur .section .signup-content .signup:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% - 1px);
  border-top: 15px solid #222222;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-top: 0px solid transparent;
  border-bottom: 20px solid #f5f6f9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(1),
body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(1) {
  text-align: left !important;
}
body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(2),
body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(2) {
  text-align: center !important;
}
body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(3),
body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-of-type(3) {
  text-align: right !important;
}
body.archive #page.page-architectuur .section .signup-content .signup .col-1-3 .socialchannels,
body.page #page.page-architectuur .section .signup-content .signup .col-1-3 .socialchannels {
  margin-left: 20px;
}
body.archive #page.page-architectuur .section .signup-content .signup.show,
body.page #page.page-architectuur .section .signup-content .signup.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.archive #page.page-architectuur .section .signup-content .signup span,
body.page #page.page-architectuur .section .signup-content .signup span {
  font-size: 22px;
  line-height: 1em;
  display: inline-block;
  padding: 20px 0 0;
}
body.archive #page.page-architectuur .section .signup-content .signup .socialchannels li a svg path,
body.page #page.page-architectuur .section .signup-content .signup .socialchannels li a svg path {
  fill: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.archive #page.page-architectuur .section .signup-content .signup .socialchannels li a:hover svg path,
body.page #page.page-architectuur .section .signup-content .signup .socialchannels li a:hover svg path {
  fill: #ffffff;
}
body.archive #page.page-architectuur .section .signup-content p,
body.page #page.page-architectuur .section .signup-content p {
  text-align: center !important;
  display: inline-block;
  font-size: 20px;
  line-height: 1.75em;
  font-weight: lighter;
  max-width: 980px;
  margin: 0 auto 60px;
}
body.archive #page.page-architectuur .section .review-container,
body.page #page.page-architectuur .section .review-container {
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 0 20px 100px;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner,
body.page #page.page-architectuur .section .review-container .review-container__inner {
  text-align: left !important;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 40px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left,
body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left {
  float: left;
  position: relative;
  flex-grow: 1;
  padding-right: 30px;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left:after,
body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left:after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .average-container,
body.page #page.page-architectuur .section .review-container .review-container__inner .average-container {
  float: left;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .average-container h2,
body.page #page.page-architectuur .section .review-container .review-container__inner .average-container h2 {
  padding-bottom: 8px;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .average-container p,
body.page #page.page-architectuur .section .review-container .review-container__inner .average-container p {
  margin-bottom: 0;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .grade,
body.page #page.page-architectuur .section .review-container .review-container__inner .grade {
  float: left;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  font-size: 55px;
  color: #22AB34;
  padding: 22px 0 0 20px;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .grade span,
body.page #page.page-architectuur .section .review-container .review-container__inner .grade span {
  font-size: 40px;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right,
body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right {
  float: left;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p,
body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p {
  font-size: 22px;
  padding-left: 30px;
  margin-bottom: 0;
}
body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p a,
body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p a {
  margin-left: 10px;
}
@media only screen and (max-width: 1250px) {
  body.archive #page.page-architectuur .section .signup-content .signup span,
  body.page #page.page-architectuur .section .signup-content .signup span {
    font-size: 18px;
    padding-top: 12px;
    line-height: 1.3;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .btn.large,
  body.page #page.page-architectuur .section .signup-content .signup .btn.large {
    font-size: 14px;
    padding: 9px 20px 7px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .socialchannels li a,
  body.page #page.page-architectuur .section .signup-content .signup .socialchannels li a {
    width: 50px;
    height: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  body.archive #page.page-architectuur .section .objects.open,
  body.page #page.page-architectuur .section .objects.open {
    padding-top: 365px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup,
  body.page #page.page-architectuur .section .signup-content .signup {
    margin-bottom: 30px;
  }
  body.archive #page.page-architectuur .section .signup-content p,
  body.page #page.page-architectuur .section .signup-content p {
    margin-bottom: 10px;
  }
  body.archive #page.page-architectuur .section .review-container,
  body.page #page.page-architectuur .section .review-container {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 960px) {
  body.archive #page.page-architectuur .section .signup-content .signup,
  body.page #page.page-architectuur .section .signup-content .signup {
    padding: 20px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3 {
    text-align: left !important;
    width: 50%;
    margin-bottom: 10px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3 span,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3 span {
    display: inline-block;
    width: 100%;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1) {
    text-align: center !important;
    width: 100%;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1) span,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1) span {
    text-align: center !important;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(2),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(2) {
    text-align: right !important;
    padding-right: 10px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) {
    text-align: left !important;
    padding-left: 10px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) span,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) span {
    float: left;
    display: inline-block;
    width: auto;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3 .social-inner,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3 .social-inner {
    display: inline-block;
  }
}
@media only screen and (max-width: 850px) {
  body.archive #page.page-architectuur .section .review-container .review-container__inner,
  body.page #page.page-architectuur .section .review-container .review-container__inner {
    display: inline-block;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left,
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right {
    display: inline-block;
    float: left;
    clear: both;
    width: auto;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left:after,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.archive #page.page-architectuur .section .signup-content p,
  body.page #page.page-architectuur .section .signup-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner,
  body.page #page.page-architectuur .section .review-container .review-container__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.archive #page.page-architectuur .section .signup-content .signup,
  body.page #page.page-architectuur .section .signup-content .signup {
    margin-bottom: 30px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3 {
    text-align: center !important;
    width: 100%;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3 span,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3 span {
    font-size: 16px;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(1) {
    text-align: center !important;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(2),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(2) {
    text-align: center !important;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3),
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) {
    text-align: center !important;
    margin-top: 7px;
    margin-bottom: 0;
  }
  body.archive #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) span,
  body.page #page.page-architectuur .section .signup-content .signup .col-1-3:nth-child(3) span {
    padding-top: 16px;
  }
  body.archive #page.page-architectuur .section .signup-content p,
  body.page #page.page-architectuur .section .signup-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li,
  body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li {
    width: calc(50% - 20px);
    margin-bottom: 3px;
  }
  body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li label,
  body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li label {
    display: inline-block;
    width: 100%;
  }
  body.archive #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li:nth-child(even) label,
  body.page #page.page-architectuur .section .search .options-wrapper .select-filters .rental-recreation-filter li:nth-child(even) label {
    border-right: 0;
  }
  body.archive #page.page-architectuur .section .search .options-wrapper .autocomplete-input .ul-overflow,
  body.page #page.page-architectuur .section .search .options-wrapper .autocomplete-input .ul-overflow {
    width: 100%;
    top: 50px;
    max-height: 300px;
  }
  body.archive #page.page-architectuur .section .review-container,
  body.page #page.page-architectuur .section .review-container {
    padding: 0 10px 40px;
  }
  body.archive #page.page-architectuur .section .review-container .average-container p,
  body.page #page.page-architectuur .section .review-container .average-container p {
    font-size: 12px;
    line-height: 1.7;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-right p {
    padding-left: 0;
    font-size: 18px;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .grade,
  body.page #page.page-architectuur .section .review-container .review-container__inner .grade {
    padding-left: 0;
    font-size: 40px;
    padding-top: 36px;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .grade span,
  body.page #page.page-architectuur .section .review-container .review-container__inner .grade span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  body.archive #page.page-architectuur .section .signup-content p,
  body.page #page.page-architectuur .section .signup-content p {
    font-size: 15px;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner,
  body.page #page.page-architectuur .section .review-container .review-container__inner {
    width: 100%;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left,
  body.page #page.page-architectuur .section .review-container .review-container__inner .review-container__inner-left {
    width: 100%;
  }
  body.archive #page.page-architectuur .section .review-container .review-container__inner .grade,
  body.page #page.page-architectuur .section .review-container .review-container__inner .grade {
    float: right;
  }
}
body.home #page.page-architectuur .section .objects {
  background: #ffe01a;
}
body.home #page.page-architectuur .section .objects .grid.cntr .module {
  padding-top: 100px;
  padding-bottom: 0;
}
body.home #page.page-architectuur .section .objects h2 {
  font-size: 28px;
  font-weight: lighter;
  padding-bottom: 30px;
}
body.home #page.page-architectuur .section .featured {
  position: relative;
  height: 480px;
  z-index: 9982;
}
body.home #page.page-architectuur .section .featured:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(640px);
  -moz-transform: translateX(640px);
  -ms-transform: translateX(640px);
  -o-transform: translateX(640px);
  transform: translateX(640px);
  height: 120px;
  background: #ffe01a;
  z-index: 0;
  width: 6000px;
}
body.home #page.page-architectuur .section .featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(640px);
  -moz-transform: translateX(640px);
  -ms-transform: translateX(640px);
  -o-transform: translateX(640px);
  transform: translateX(640px);
  height: 73px;
  background: #ffe01a;
  z-index: 0;
  width: 5000px;
}
body.home #page.page-architectuur .section .featured .grid.cntr {
  height: 100%;
  position: relative;
}
body.home #page.page-architectuur .section .featured .grid.cntr .module {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
  float: none;
}
body.home #page.page-architectuur .section .featured .featured-still {
  width: 62.5%;
  height: 360px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  overflow: hidden;
}
body.home #page.page-architectuur .section .featured .featured-still a {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-decoration: none;
  text-align: center !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
body.home #page.page-architectuur .section .featured .featured-still a .text {
  width: 100%;
  text-align: center !important;
  padding: 30px;
}
body.home #page.page-architectuur .section .featured .featured-still a .text span {
  clear: both !important;
  display: block;
  font-size: 14px;
}
body.home #page.page-architectuur .section .featured .featured-still a img {
  display: none;
  visibility: hidden;
}
body.home #page.page-architectuur .section .featured .featured-still:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.home #page.page-architectuur .section .featured .featured-random {
  width: 37.5%;
  height: 100%;
  display: block;
  float: left;
  background: white;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  overflow: hidden;
}
body.home #page.page-architectuur .section .featured .featured-random .object {
  display: block;
  width: 100%;
  height: 50% !important;
  background-image: url('/wp-content/themes/weghorst/static/images/no-image-placeholder-960_480.jpg');
  background-size: cover;
  background-position: center;
  margin: 0;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
body.home #page.page-architectuur .section .featured .featured-random .object a {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-decoration: none;
  text-align: center !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
body.home #page.page-architectuur .section .featured .featured-random .object a .text {
  width: 100%;
  text-align: center !important;
  padding: 30px;
}
body.home #page.page-architectuur .section .featured .featured-random .object a .text span {
  clear: both !important;
  display: block;
  font-size: 14px;
}
body.home #page.page-architectuur .section .featured .featured-random .object a img {
  display: none;
  visibility: hidden;
}
body.home #page.page-architectuur .section .featured .featured-random .object:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.home #page.page-architectuur .section .featured .search {
  background: #ffe01a;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 31px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module {
  width: auto;
  float: left;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module h2 {
  font-size: 34px;
  font-weight: lighter;
  line-height: 34px;
  padding-bottom: 10px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .object-search-field {
  min-width: 100px;
  max-width: 185px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module input,
body.home #page.page-architectuur .section .featured .search .grid.cntr .module select {
  margin-right: 10px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .search-submit {
  margin-right: 0;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module input {
  float: left;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options {
  background: white !important;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper {
  position: relative;
  float: left;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
  padding: 10px 55px 8px 20px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 17px;
  right: 30px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger.svg') bottom left / 16px no-repeat;
  pointer-events: none;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
  position: absolute;
  z-index: 99;
  width: 24px;
  height: 11px;
  bottom: 0;
  right: calc(50% - 12px);
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-large-white.svg') bottom left / 24px no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
  bottom: -11px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper.open:before {
  bottom: -11px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input ul {
  list-style-type: none;
  padding: 0;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input li {
  display: inline-block;
  margin: 0 10px;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input .ul-overflow {
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 0;
  width: 478px;
  max-height: 500px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input ul.options-list {
  position: relative;
  display: block;
  /* top: 57px; left: -1px;  */
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  color: #222222;
  padding: 7px;
  cursor: pointer;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input ul.options-list li:last-child {
  border-bottom: 0;
}
body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input ul.options-list li.highlighted {
  background: #f8f8f8;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1280px;
  max-width: calc(100vw - 40px);
  background: white;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-filters {
  float: left;
  width: 30%;
  padding: 30px 30px 20px 30px;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper {
  float: left;
  width: calc(50% - 5px);
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper select {
  width: 100%;
  margin-right: 0;
  padding: 10px 15px;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper:after {
  right: 15px;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper:nth-of-type(odd) {
  margin-right: 5px;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper:nth-of-type(even) {
  margin-left: 5px;
}
body.home #page.page-architectuur .section .featured .search .options-wrapper .select-wrapper:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.home #page.page-architectuur .section .featured .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(calc(100% + 20px));
  -moz-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  -o-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(100%) translateY(20px) !important;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
}
body.home #page.page-architectuur .section .featured .search .checkbox-filters {
  padding: 30px 30px 30px 8px;
}
body.home #page.page-architectuur .section .featured .search .checkbox-filters h4 {
  margin-bottom: 7px;
}
body.home #page.page-architectuur .section .featured .search .checkbox-filters ul {
  display: block;
}
body.home #page.page-architectuur .section .featured .search .checkbox-filters ul li {
  display: block;
}
body.home #page.page-architectuur .section .featured .search .checkbox-filters .col-2-3 ul li {
  float: left;
  width: 50%;
}
body.home #page.page-architectuur .section .featured .search .options-content {
  float: left;
  width: 30%;
  padding: 30px;
}
body.home #page.page-architectuur .section .featured .search .options-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
body.home #page.page-architectuur .section .featured .search .options-content p {
  font-size: 14px;
  line-height: 24px;
}
body.home #page.page-architectuur .section .featured .search .options-content .btn {
  font-weight: 400;
  border-color: rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #page.page-architectuur .section .featured .search .options-content .btn:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
body.home #page.page-architectuur .section .content p {
  overflow: hidden;
  text-align: center !important;
  padding: 0 150px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1205px) {
  body.home #page.page-architectuur .section .featured .search {
    padding-top: 37px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
    padding: 7px 45px 8px 15px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
    top: 14px;
    right: 27px;
  }
  body.home #page.page-architectuur .section .featured .search .options-wrapper .select-filters .select-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.home #page.page-architectuur .section .featured .search .options-wrapper .select-filters .input-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  body.home #page.page-architectuur .section .featured {
    height: auto;
  }
  body.home #page.page-architectuur .section .featured .grid.cntr .module {
    height: 360px;
  }
  body.home #page.page-architectuur .section .featured:before {
    height: 220px;
    bottom: -20px;
  }
  body.home #page.page-architectuur .section .featured .search {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 30px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr {
    padding: 0;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module {
    height: auto;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module {
    padding-top: 70px;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #page.page-architectuur .section .featured .featured-still a {
    position: relative;
    opacity: 1;
    background: 0;
  }
  body.home #page.page-architectuur .section .featured .featured-still a:hover {
    background: 0;
  }
  body.home #page.page-architectuur .section .featured .featured-still a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a {
    position: relative;
    opacity: 1;
    background: 0;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 8px 10px;
    font-weight: 600;
    font-size: 16px;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text span {
    text-align: center !important;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    clear: none !important;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text span .view {
    display: none;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text span br {
    display: none;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
    bottom: 2px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
    bottom: 2px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper.open:before {
    bottom: -9px;
  }
}
@media only screen and (max-width: 1023px) {
  body.home #page.page-architectuur .section .featured {
    margin-top: 60px;
  }
  body.home #page.page-architectuur .section .featured .search .options-wrapper .select-filters {
    width: 50%;
  }
  body.home #page.page-architectuur .section .featured .search .options-wrapper .checkbox-filters {
    width: 50%;
  }
  body.home #page.page-architectuur .section .featured .search .options-wrapper .options-content {
    text-align: center !important;
    width: 100%;
    padding-top: 0;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module .object {
    width: calc((100% - 20px) / 2);
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module .object:nth-of-type(2) {
    margin-right: 0;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module .object .object-figure {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 845px) {
  body.home #page.page-architectuur .section .featured:before {
    bottom: 0;
    height: 320px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module h2 {
    font-size: 28px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .search-form {
    display: inline-block;
    width: 100%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .object-search-field {
    float: left;
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    max-width: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .object-search-field.place {
    float: left;
    margin-right: 0;
    min-width: 50%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper.buy {
    padding-right: 0;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper.place {
    padding-right: 0;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper select {
    width: 100%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper--mobile-left {
    padding-right: 10px !important;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:before {
    bottom: 1px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:hover:before {
    bottom: -9px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper input {
    width: 100%;
    text-align: left !important;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper:after {
    right: 18px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .search-submit {
    width: 50%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .filter-close {
    top: 16px;
    right: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .select-filters {
    padding: 15px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .select-filters .select-wrapper {
    width: 100%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters {
    padding: 15px 15px 15px 8px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters .col-2-3 {
    width: 100%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .options-content {
    padding: 0 15px 15px 15px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input {
    width: 50%;
    padding-right: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input input {
    width: 100%;
    max-width: 100% !important;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.home #page.page-architectuur .section .objects .grid.cntr .module {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.home #page.page-architectuur .section .featured .search {
    padding-top: 20px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module h2 {
    font-size: 22px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper.open {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .select-filters {
    width: 100%;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .select-filters .price-wrapper {
    width: calc(100% - 40px);
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper .checkbox-filters {
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 30px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .autocomplete-input .ul-overflow {
    width: calc(100% - 10px);
    max-height: 300px;
  }
  body.home #page.page-architectuur .section .objects {
    padding-top: 0 !important;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module {
    padding-top: 20px;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module h2 {
    font-size: 20px;
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module .object .object-figure {
    padding-top: 66%;
  }
}
@media only screen and (max-width: 480px) {
  body.home #page.page-architectuur .section .featured {
    height: auto;
  }
  body.home #page.page-architectuur .section .featured:before {
    bottom: 0;
  }
  body.home #page.page-architectuur .section .featured .featured-still {
    width: 100%;
    height: 240px;
  }
  body.home #page.page-architectuur .section .featured .featured-still a .text {
    padding: 10px;
    font-size: 16px;
  }
  body.home #page.page-architectuur .section .featured .grid.cntr .module {
    height: 390px;
  }
  body.home #page.page-architectuur .section .featured .featured-random {
    width: 100%;
    height: 150px;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object {
    float: left;
    width: 50%;
    height: 100% !important;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text {
    padding: 5px;
    font-size: 12px;
  }
  body.home #page.page-architectuur .section .featured .featured-random .object a .text span .price {
    font-size: 12px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module {
    height: auto;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module h2 strong {
    display: block;
    clear: left;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .btn-menu-wrapper {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  body.home #page.page-architectuur .section .featured .search .grid.cntr .module .options-wrapper {
    max-width: calc(100vw - 20px);
  }
  body.home #page.page-architectuur .section .objects .grid.cntr .module .object {
    width: 100%;
  }
}
#page.page-architectuur .object {
  position: relative;
  background: #ffffff;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
#page.page-architectuur .object.object-loading {
  opacity: 0;
}
#page.page-architectuur .object:nth-of-type(4n) {
  margin-right: 0;
}
#page.page-architectuur .object:nth-of-type(4n + 1) {
  clear: left;
}
#page.page-architectuur .object a {
  position: absolute;
  width: 100%;
  height: calc(100% - 36px);
  left: 0;
  bottom: 0;
  z-index: 100;
}
#page.page-architectuur .object .object-figure {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  height: 0;
  padding-top: 66%;
  background-size: cover;
  background-position: center;
}
#page.page-architectuur .object .object-figure .favorite {
  position: absolute;
  width: 220px;
  height: 36px;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
#page.page-architectuur .object .object-figure .favorite .heart {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-architectuur .object .object-figure .favorite .heart svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 15px;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-architectuur .object .object-figure .favorite .heart:before {
  position: absolute;
  font-family: 'Martel Sans', sans-serif;
  text-align: center !important;
  width: auto;
  font-size: 14px;
  content: "Voeg toe aan favorieten";
  top: 6px;
  right: 45px;
  color: white;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-architectuur .object .object-figure .favorite.added {
  opacity: 1;
  visibility: visible;
}
#page.page-architectuur .object .object-figure .favorite.added .heart svg {
  opacity: 1;
}
#page.page-architectuur .object .object-figure .favorite.added .heart svg g path {
  fill: white !important;
}
#page.page-architectuur .object .object-figure .favorite.added .heart:before {
  content: "Verwijder uit favorieten";
}
#page.page-architectuur .object .object-figure .favorite:hover .heart svg {
  opacity: 1;
}
#page.page-architectuur .object .object-figure .favorite:hover .heart:before {
  opacity: 1;
}
#page.page-architectuur .object .object-figure img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
  visibility: hidden;
}
#page.page-architectuur .object .object-figure .highlight {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #222222;
  max-width: 100%;
}
#page.page-architectuur .object .object-figure .highlight span {
  background: #222222;
  color: #ffffff;
  float: left;
  padding: 10px 15px 4px;
  max-width: 100%;
  line-height: 18px;
}
#page.page-architectuur .object .object-details {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 14px 20px;
}
#page.page-architectuur .object .object-details .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
}
#page.page-architectuur .object .object-details h3 {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 18px;
  max-width: calc(100% - 30px);
}
#page.page-architectuur .object .object-details .arrow-white {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #222222;
  right: 28px;
  bottom: 28px;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-architectuur .object .object-details .arrow-white:after {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 6px no-repeat;
  content: "";
}
#page.page-architectuur .object:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#page.page-architectuur .object:hover .object-figure .favorite {
  opacity: 1;
  visibility: visible;
}
#page.page-architectuur .object:hover .object-details .arrow-white {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s 0.2s ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -ms-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
#page.page-architectuur .object.location-info {
  float: left;
  background: #ffdf00;
  padding: 30px;
}
#page.page-architectuur .object.location-info h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#page.page-architectuur .object.location-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
#page.page-architectuur .object.location-info:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1320px) {
  #page.page-architectuur .object {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .object.location-info {
    padding: 15px;
  }
  #page.page-architectuur .object.location-info h6 {
    margin-bottom: 10px;
  }
}
#page.page-architectuur .featured-header-image {
  display: flex;
  height: 480px;
  width: 100%;
}
#page.page-architectuur .featured-header-image > div {
  display: flex;
  align-self: flex-end;
  width: 100%;
}
#page.page-architectuur .featured-header-image .mail-favorite {
  position: relative;
  display: inline-block;
  background: #222222;
  height: 54px;
  padding-top: 17px;
}
#page.page-architectuur .featured-header-image .mail-favorite:before {
  position: absolute;
  width: 600px;
  height: 100%;
  top: 0;
  left: -600px;
  background: #222222;
  content: "";
}
#page.page-architectuur .featured-header-image .mail-favorite .mail,
#page.page-architectuur .featured-header-image .mail-favorite button {
  font-family: 'Martel Sans', sans-serif;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .featured-header-image .mail-favorite .mail:hover,
#page.page-architectuur .featured-header-image .mail-favorite button:hover {
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .featured-header-image .mail-favorite .mail {
  position: relative;
  margin-right: 50px;
  padding-right: 36px;
}
#page.page-architectuur .featured-header-image .mail-favorite .mail:after {
  position: absolute;
  width: 21px;
  height: 16px;
  right: 0;
  top: 1px;
  background: url('/wp-content/themes/weghorst/static/images/icons/mail-white.svg') bottom left / 21px no-repeat;
  content: "";
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .featured-header-image .mail-favorite .mail:hover:after {
  opacity: 1;
}
#page.page-architectuur .featured-header-image .mail-favorite button {
  position: relative;
  margin-right: 20px;
  padding-right: 33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .featured-header-image .mail-favorite button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Verwijder deze woning";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body#architectuur #page.page-architectuur .featured-header-image .mail-favorite button:before {
  content: "Verwijder dit project";
}
#page.page-architectuur .featured-header-image .mail-favorite button span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .featured-header-image .mail-favorite button:hover span {
  opacity: 1;
}
#page.page-architectuur .featured-header-image .mail-favorite button.added {
  color: rgba(255, 255, 255, 0);
  padding-right: 50px;
}
#page.page-architectuur .featured-header-image .mail-favorite button.added:before {
  opacity: 1;
  color: rgba(255, 255, 255, 0.65);
}
#page.page-architectuur .featured-header-image .mail-favorite button.added span {
  opacity: 1;
}
#page.page-architectuur .featured-header-image .mail-favorite button.added span svg g path {
  fill: white !important;
}
#page.page-architectuur .featured-header-image .mail-favorite button.added:hover:before {
  color: white;
}
@media only screen and (max-width: 1023px) {
  #page.page-architectuur .featured-header-image {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .featured-header-image {
    height: 280px !important;
  }
  #page.page-architectuur .featured-header-image .mail-favorite {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding-top: 13px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite:before {
    width: 700px;
    left: -40px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite .mail {
    float: left;
    margin-right: 15px;
    font-size: 12.5px;
    padding-right: 33px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite .mail:after {
    background-size: 19px;
    right: 4px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite button {
    font-size: 12.5px;
    padding-right: 30px;
    margin-right: 0;
    margin-top: -0.5px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite button span {
    width: 18px;
    height: 18px;
    top: 2px;
    right: 4px;
  }
}
@media only screen and (max-width: 345px) {
  #page.page-architectuur .featured-header-image .mail-favorite {
    height: 80px;
  }
  #page.page-architectuur .featured-header-image .mail-favorite .mail {
    clear: both;
  }
  #page.page-architectuur .featured-header-image .mail-favorite button {
    clear: left;
    margin-top: 10px;
  }
}
#page.page-architectuur .aside {
  background: #e6e3de;
}
#page.page-architectuur .aside .module {
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: -40px;
}
#page.page-architectuur .aside .module .article {
  width: 31.33333333%;
  margin-left: 3%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07000000000000001);
}
#page.page-architectuur .aside .module .article h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
#page.page-architectuur .aside .module .article p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.75);
}
#page.page-architectuur .aside .module .article ul {
  margin-bottom: 20px;
}
#page.page-architectuur .aside .module .article ul li {
  position: relative;
  padding-left: 20px;
  line-height: 26px;
}
#page.page-architectuur .aside .module .article ul li:before {
  position: absolute;
  left: 5px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .aside .module .article .inner {
  padding: 40px;
}
#page.page-architectuur .aside .module .article img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#page.page-architectuur .aside .module .article:nth-of-type(1) {
  margin-left: 0;
}
@media only screen and (max-width: 1205px) {
  #page.page-architectuur .aside .module .article h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .aside .module {
    padding-top: 60px;
  }
  #page.page-architectuur .aside .module .article .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-architectuur .aside .module .article:nth-of-type(1) {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #page.page-architectuur .aside .module .article:nth-of-type(2) {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #page.page-architectuur .aside .module .article:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .aside .module {
    padding-top: 40px;
  }
  #page.page-architectuur .aside .module .article .inner {
    padding: 15px;
  }
  #page.page-architectuur .aside .module .article h1 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .aside .module .article {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
#page.page-architectuur .object-basic {
  padding: 60px 0 150px 0;
  background: #f5f6f9;
}
#page.page-architectuur .object-basic [class^='PIN'] {
  width: 40px !important;
  height: 40px !important;
}
body#architectuur #page.page-architectuur .object-basic {
  padding-bottom: 70px;
}
#page.page-architectuur .object-basic .left {
  float: left;
  width: calc(100% - 430px);
  padding-right: 60px;
}
#page.page-architectuur .object-basic h1 {
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 4px;
}
#page.page-architectuur .object-basic h1 span {
  margin-left: 30px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.4);
}
#page.page-architectuur .object-basic .pricen {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 14px;
}
#page.page-architectuur .object-basic .price {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 14px;
}
#page.page-architectuur .object-basic .price:before {
  content: "€ ";
}
body.single-project #page.page-architectuur .object-basic .price:before {
  content: "";
}
#page.page-architectuur .object-basic .open-day {
  position: relative;
  display: inline-block;
  background: #e5e3dd;
  height: 53px;
  padding: 14px 25px 0;
}
#page.page-architectuur .object-basic .open-day:before {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1cfca;
  content: "";
}
#page.page-architectuur .object-basic .open-day p {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 0;
}
#page.page-architectuur .object-basic .open-day p:nth-of-type(1) {
  margin-right: 20px;
}
#page.page-architectuur .object-basic .open-day p:nth-of-type(2):first-letter {
  text-transform: uppercase;
}
#page.page-architectuur .object-basic .object-slider-container {
  margin-top: 70px;
}
#page.page-architectuur .object-basic .object-slider-container .slider-pager {
  display: none;
}
#page.page-architectuur .object-basic .object-image-slider {
  position: relative;
  text-align: center !important;
  width: calc(100% + 20px);
  margin-left: -10px;
}
#page.page-architectuur .object-basic .object-image-slider.mobile {
  display: none;
}
#page.page-architectuur .object-basic .object-image-slider .slide {
  height: 575px;
  margin: 0 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-architectuur .object-basic .object-image-slider .slide a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .object-basic .object-image-slider .slide a:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: url('/wp-content/themes/weghorst/static/images/icons/search-white.svg') bottom left / 50px no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#page.page-architectuur .object-basic .object-image-slider .slide a:hover:before {
  opacity: 0.7;
}
#page.page-architectuur .object-basic .object-image-slider .slide a:hover:after {
  opacity: 1;
}
#page.page-architectuur .object-basic .object-image-slider .slide a.video:before {
  opacity: 0.7;
}
#page.page-architectuur .object-basic .object-image-slider .slide a.video:after {
  opacity: 1;
  background: url('/wp-content/themes/weghorst/static/images/icons/play-button-white.svg') bottom left / 50px no-repeat;
}
#page.page-architectuur .object-basic .object-image-slider .slide [class^='PIN'] {
  width: 40px;
  height: 40px;
}
#page.page-architectuur .object-basic .object-image-slider .slide .first-image {
  position: relative;
  float: left;
  width: 66.6666%;
  height: 100%;
  padding-right: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide .first-image [class^='PIN'] {
  position: absolute;
  right: 10px;
  bottom: 0px;
  opacity: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slide .first-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image {
  float: left;
  width: 33.3333%;
  height: 100%;
  padding-left: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .second-image {
  position: relative;
  height: calc(50% - 10px);
  margin-bottom: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .second-image [class^='PIN'] {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .second-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .third-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: calc(50% - 10px);
  margin-top: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .third-image a {
  height: 100%;
  width: 100%;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .third-image [class^='PIN'] {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slide .second-third-image .third-image:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .object-basic .object-image-slider .slide.other ul {
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  margin-left: -10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li {
  float: left;
  width: 33.3333%;
  height: calc(50% - 10px);
  padding: 0 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(1),
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(2),
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(3) {
  margin-bottom: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(4),
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(5),
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li:nth-child(6) {
  margin-top: 10px;
}
#page.page-architectuur .object-basic .object-image-slider .slide.other ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#page.page-architectuur .object-basic .object-image-slider .slick-arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  background: #222222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slick-arrow:before {
  display: none;
}
#page.page-architectuur .object-basic .object-image-slider .slick-arrow:after {
  position: absolute;
  width: 8px;
  height: 14px;
  content: "";
  top: 21px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#page.page-architectuur .object-basic .object-image-slider .slick-arrow:hover {
  background: #575756;
}
#page.page-architectuur .object-basic .object-image-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slick-prev {
  left: -45px;
}
#page.page-architectuur .object-basic .object-image-slider .slick-prev:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  left: 23px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page.page-architectuur .object-basic .object-image-slider .slick-prev:hover:after {
  -webkit-transform: translateX(-5px) rotate(180deg);
  -moz-transform: translateX(-5px) rotate(180deg);
  -ms-transform: translateX(-5px) rotate(180deg);
  -o-transform: translateX(-5px) rotate(180deg);
  transform: translateX(-5px) rotate(180deg);
}
#page.page-architectuur .object-basic .object-image-slider .slick-next {
  right: -44px;
}
#page.page-architectuur .object-basic .object-image-slider .slick-next:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  right: 23px;
}
#page.page-architectuur .object-basic .object-image-slider .slick-next:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots {
  display: inline-block !important;
  width: auto;
  margin: 0 auto;
  height: 15px;
  bottom: -40px;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 0;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li button {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li button:before {
  display: none;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li button:after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #222222;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li.slick-active button {
  border: 1px solid #222222;
}
#page.page-architectuur .object-basic .object-image-slider .slick-dots li.slick-active button:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#page.page-architectuur .object-basic .right {
  float: left;
  max-width: 430px;
  width: 100%;
}
body#architectuur #page.page-architectuur .object-basic .right {
  float: right;
  max-width: 420px;
}
@media only screen and (max-width: 1390px) {
  #page.page-architectuur .object-basic .object-image-slider .slick-prev {
    left: 10px;
  }
  #page.page-architectuur .object-basic .object-image-slider .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #page.page-architectuur .object-basic {
    padding: 30px 0 75px 0;
  }
  #page.page-architectuur .object-basic h1 {
    font-size: 32px;
  }
  #page.page-architectuur .object-basic .left {
    padding-right: 30px;
    width: calc(100% - 350px);
  }
  #page.page-architectuur .object-basic .left .editor.with-read-more {
    padding-right: 0;
  }
  #page.page-architectuur .object-basic .right {
    max-width: 350px;
  }
  body#architectuur #page.page-architectuur .object-basic .right {
    max-width: 350px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg {
    padding: 25px 30px 25px 30px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg .call-us {
    padding: 12px 20px 7px 50px;
  }
  #page.page-architectuur .object-basic .object-slider-container {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  body#architectuur #page.page-architectuur .object-basic [class^='PIN'] {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1 !important;
  }
  body#architectuur #page.page-architectuur .object-basic .object-image-slider .slide .first-image [class^='PIN'] {
    right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-architectuur .object-basic .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-architectuur .object-basic .right {
    max-width: 100%;
  }
  body#architectuur #page.page-architectuur .object-basic .right {
    max-width: 100%;
  }
  #page.page-architectuur .object-basic .right .block-white-bg {
    overflow: hidden;
    margin-top: 35px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg .call-us {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg .agenda {
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .object-basic {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-architectuur .object-basic {
    padding-bottom: 30px;
  }
  #page.page-architectuur .object-basic .object-slider-container .slider-pager {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 0 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page.page-architectuur .object-basic .object-image-slider {
    display: none;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-dots {
    display: none !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-dots li {
    margin-bottom: 10px;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slide {
    height: 450px;
    margin: 0;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slide .slide-inner {
    position: relative;
    height: 100%;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slide a:before,
  #page.page-architectuur .object-basic .object-image-slider.mobile .slide a:after {
    display: none;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow.slick-prev {
    left: 0;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .object-basic h1 {
    font-size: 24px;
  }
  #page.page-architectuur .object-basic .price {
    font-size: 20px;
    line-height: 22px;
  }
  #page.page-architectuur .object-basic .open-day {
    height: auto;
    padding: 10px 20px 0;
  }
  #page.page-architectuur .object-basic .open-day p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #page.page-architectuur .object-basic .open-day p:nth-of-type(1) {
    margin-right: 5px;
  }
  #page.page-architectuur .object-basic .left .editor.with-read-more {
    margin-top: 15px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg {
    padding: 20px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg .call-us {
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #page.page-architectuur .object-basic .right .block-white-bg .agenda {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slide {
    height: 280px;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow {
    width: 45px;
    height: 45px;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow:after {
    top: 16px;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow.slick-prev:after {
    left: 17px;
  }
  #page.page-architectuur .object-basic .object-image-slider.mobile .slick-arrow.slick-next:after {
    right: 18px;
  }
}
#page.page-architectuur .block-white-bg {
  background: white;
  padding: 35px 40px 35px 40px;
  margin-top: -125px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#page.page-architectuur .block-white-bg h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#page.page-architectuur .block-white-bg p {
  color: #444444;
  margin-bottom: 28px;
}
#page.page-architectuur .block-white-bg .employee-container {
  overflow: hidden;
  margin-bottom: 25px;
}
#page.page-architectuur .block-white-bg .employee-container .photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-architectuur .block-white-bg .employee-container .name-and-function {
  float: left;
  overflow: hidden;
  padding-top: 17px;
  max-width: calc(100% - 85px);
}
#page.page-architectuur .block-white-bg .employee-container .name-and-function .name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#page.page-architectuur .block-white-bg .employee-container .name-and-function .function {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#page.page-architectuur .block-white-bg .btn {
  display: inline-block;
  width: 100%;
}
#page.page-architectuur .block-white-bg .agenda {
  text-align: left !important;
  margin-top: 10px;
  border: 1px solid rgba(34, 34, 34, 0.25);
}
#page.page-architectuur .block-white-bg .agenda:hover {
  border: 1px solid #222222;
}
#page.page-architectuur .specifications {
  padding: 80px 0 0 0;
  background: #e5e3dd;
}
#page.page-architectuur .specifications .title-container h2 {
  float: left;
  display: inline-block;
  width: auto;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-architectuur .specifications .title-container .btn {
  position: relative;
  padding-left: 54px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 11px;
}
#page.page-architectuur .specifications .title-container .btn span {
  position: absolute;
  width: 14px;
  height: 19px;
  top: 12px;
  left: 21px;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .specifications .title-container .btn:hover span svg polygon,
#page.page-architectuur .specifications .title-container .btn:hover span svg path {
  fill: #222222 !important;
}
#page.page-architectuur .specifications .specifications-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
  padding: 20px 0 0 0;
}
#page.page-architectuur .specifications .specifications-container .left {
  float: left;
  width: 50%;
  padding-right: 15px;
}
#page.page-architectuur .specifications .specifications-container .right {
  float: left;
  width: 50%;
  padding-left: 15px;
}
#page.page-architectuur .specifications .specifications-container .specification-block {
  padding: 30px 30px 15px 30px;
  background: white;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#page.page-architectuur .specifications .specifications-container .specification-block h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul {
  display: block;
  overflow: hidden;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li {
  overflow: hidden;
  width: 100%;
  padding: 12px 0 10px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.05);
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .label {
  float: left;
  width: 40%;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .value {
  float: left;
  width: 60%;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .value.first-capital::first-letter {
  text-transform: uppercase;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label {
  display: inline-block;
  position: relative;
  width: auto;
  height: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px 0 10px;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label:after {
  position: absolute;
  width: 9px;
  height: 22px;
  top: 0;
  right: -9px;
  content: "";
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-a,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-A {
  background: #008c45;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-a:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-A:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/008c45.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-b,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-B {
  background: #00a650;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-b:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-B:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/00a650.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-c,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-C {
  background: #71bf45;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-c:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-C:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/71bf45.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-d,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-D {
  background: #ffdd00;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-d:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-D:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/ffdd00.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-e,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-E {
  background: #fcb913;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-e:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-E:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/fcb913.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-f,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-F {
  background: #f47121;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-f:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-F:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/f47121.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-g,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-G {
  background: #ed1b24;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-g:after,
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.label-G:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/ed1b24.svg') top left / 9px no-repeat;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li .energy-label.extra-width {
  width: 58px;
}
#page.page-architectuur .specifications .specifications-container .specification-block ul li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  #page.page-architectuur .specifications {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .specifications .specifications-container {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-architectuur .specifications .specifications-container .specification-block {
    padding: 15px;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .specifications .title-container h2 {
    font-size: 28px;
  }
  #page.page-architectuur .specifications .specifications-container {
    margin-bottom: 30px;
  }
  #page.page-architectuur .specifications .specifications-container .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-architectuur .specifications .specifications-container .right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .specifications .title-container h2 {
    font-size: 22px;
    padding-top: 13px;
  }
  #page.page-architectuur .specifications .specifications-container .specification-block h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #page.page-architectuur .specifications .specifications-container .specification-block ul li {
    padding: 6px 0 5px 0;
  }
  #page.page-architectuur .specifications .specifications-container .specification-block ul li .label {
    width: 45%;
  }
  #page.page-architectuur .specifications .specifications-container .specification-block ul li .value {
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .specifications {
    padding-top: 20px;
  }
  #page.page-architectuur .specifications .title-container .btn {
    float: left;
    clear: left;
    margin-top: 10px;
    padding-top: 9px;
  }
  #page.page-architectuur .specifications .title-container .btn span {
    top: 9px;
  }
}
#page.page-architectuur .similar-objects {
  position: relative;
  padding: 0 0 65px 0;
  background: #e5e3dd;
}
#page.page-architectuur .similar-objects:before {
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
  left: 0;
  content: "";
  background: #f5f6f9;
}
#page.page-architectuur .similar-objects .title-container h2 {
  float: left;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-architectuur .similar-objects .similar-objects-container {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
#page.page-architectuur .similar-objects.empty {
  padding: 0;
  height: 100px;
  background: #f9f8f4;
}
#page.page-architectuur .similar-objects.empty:before {
  display: none;
}
#page.page-architectuur .similar-objects.empty .grid {
  display: none;
}
body.single-realworks_nieuwbouw #page.page-architectuur .similar-objects,
body.single-realworks_nb_type #page.page-architectuur .similar-objects {
  background: #f9f8f4;
  padding: 0 0 100px 0;
}
body.single-realworks_nieuwbouw #page.page-architectuur .similar-objects:before,
body.single-realworks_nb_type #page.page-architectuur .similar-objects:before {
  height: calc(100% - 230px);
  bottom: 60px;
  background: #e5e3dd;
}
body.single-realworks_nb_type #page.page-architectuur .similar-objects {
  padding-bottom: 0 !important;
}
body.single-realworks_nb_type #page.page-architectuur .similar-objects:before {
  height: calc(100% - 170px) !important;
  bottom: 0 !important;
}
body.single-realworks_nb_type #page.page-architectuur .similar-objects .title-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.single-realworks_nb_type #page.page-architectuur .similar-objects .title-container .btn {
  white-space: nowrap;
}
body.single-realworks_nb_nummer #page.page-architectuur .similar-objects .title-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.single-realworks_nb_nummer #page.page-architectuur .similar-objects .title-container .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .similar-objects {
    padding-bottom: 20px;
  }
  body.single-realworks_nieuwbouw #page.page-architectuur .similar-objects,
  body.single-realworks_nb_type #page.page-architectuur .similar-objects {
    padding-bottom: 20px;
  }
  body.single-realworks_nieuwbouw #page.page-architectuur .similar-objects:before,
  body.single-realworks_nb_type #page.page-architectuur .similar-objects:before {
    bottom: 15px;
    height: calc(100% - 110px);
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-architectuur .similar-objects {
    padding-bottom: 20px;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object {
    width: calc((100% - 20px) / 2);
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(4n) {
    margin-right: 20px;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(2n) {
    margin-right: 0;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(2n + 1) {
    clear: left;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object .object-figure {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .similar-objects {
    padding-bottom: 30px;
  }
  #page.page-architectuur .similar-objects .title-container h2 {
    font-size: 22px;
  }
  body.single-realworks_nb_type #page.page-architectuur .similar-objects .title-container,
  body.single-realworks_nb_nummer #page.page-architectuur .similar-objects .title-container {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  body.single-realworks_nb_type #page.page-architectuur .similar-objects .title-container h2,
  body.single-realworks_nb_nummer #page.page-architectuur .similar-objects .title-container h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .similar-objects .similar-objects-container .object {
    width: 100%;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(4n) {
    margin-right: 0;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(2n) {
    margin-right: 0;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:nth-of-type(2n + 1) {
    clear: left;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object:last-of-type {
    margin-bottom: 0;
  }
  #page.page-architectuur .similar-objects .similar-objects-container .object .object-figure {
    padding-top: 66%;
  }
  body.single-realworks_nieuwbouw #page.page-architectuur .similar-objects:before,
  body.single-realworks_nb_type #page.page-architectuur .similar-objects:before {
    bottom: 0;
  }
}
#page.page-architectuur .map-surroundings {
  position: relative;
  background: #f5f6f9;
}
#page.page-architectuur .map-surroundings .contact-block-container {
  position: absolute;
  max-width: 445px;
  width: 100%;
  padding: 0 20px;
  top: 0;
  right: calc((100vw - 1320px) / 2);
  z-index: 10;
  padding-top: 25px;
}
#page.page-architectuur .map-surroundings .contact-block-container.checkboxes .block-white-bg {
  padding: 25px 35px 20px 35px;
}
#page.page-architectuur .map-surroundings .block-white-bg {
  float: right;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 40px 40px 75px;
  z-index: 1;
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block {
  margin-bottom: 25px;
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block:nth-child(1) h6 {
  position: relative;
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block:nth-child(1) h6:before {
  position: absolute;
  width: 16px;
  height: 26px;
  top: 0;
  left: -41px;
  background: url('/wp-content/themes/weghorst/static/images/icons/marker-v1.svg') bottom left / 16px no-repeat;
  content: "";
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block:nth-child(2) {
  margin-bottom: 0;
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block:nth-child(2) h6 {
  position: relative;
}
#page.page-architectuur .map-surroundings .block-white-bg .contact-block:nth-child(2) h6:before {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: -42px;
  background: url('/wp-content/themes/weghorst/static/images/icons/time.svg') bottom left / 21px no-repeat;
  content: "";
}
#page.page-architectuur .map-surroundings .block-white-bg h6 {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
}
#page.page-architectuur .map-surroundings .block-white-bg p {
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
}
#page.page-architectuur .map-surroundings .block-white-bg a {
  display: block;
}
#page.page-architectuur .map-surroundings .title-container h2 {
  float: left;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 6px;
}
#page.page-architectuur .map-surroundings .map-surroundings-container {
  padding-top: 30px;
}
#page.page-architectuur .map-surroundings .map-surroundings-container .map-s {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1320px) {
  #page.page-architectuur .map-surroundings .contact-block-container {
    right: 0;
  }
}
@media only screen and (max-width: 1205px) {
  #page.page-architectuur .map-surroundings {
    padding-top: 50px;
  }
  #page.page-architectuur .map-surroundings .title-container h2 {
    font-size: 28px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container {
    top: 50px;
    max-width: 390px;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .map-surroundings {
    padding-top: 10px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container {
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-architectuur .map-surroundings {
    padding-top: 40px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container {
    position: relative;
    width: 100%;
    top: auto;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container .contact-block {
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .map-surroundings {
    padding-top: 30px;
  }
  #page.page-architectuur .map-surroundings .title-container h2 {
    font-size: 20px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container {
    padding: 0 10px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container .block-white-bg {
    padding: 20px 20px 10px 55px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container .contact-block {
    width: 100%;
    margin-bottom: 15px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container .contact-block:nth-child(1) h6:before {
    left: -35px;
  }
  #page.page-architectuur .map-surroundings .contact-block-container .contact-block:nth-child(2) h6:before {
    left: -37px;
  }
  #page.page-architectuur .map-surroundings .map-surroundings-container {
    padding-top: 20px;
  }
  #page.page-architectuur .map-surroundings .map-surroundings-container .map-s {
    height: 280px;
  }
}
#page.page-architectuur .popup {
  display: none;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 1117px;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-top: -35px;
  max-height: 95vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#page.page-architectuur .popup .grid {
  padding: 0;
}
#page.page-architectuur .popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#page.page-architectuur .popup .close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-architectuur .popup .close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-architectuur .popup .left {
  float: left;
  width: 100%;
  padding: 40px;
}
#page.page-architectuur .popup .left .inschrijfframe {
  overflow: hidden;
  margin-left: -15px;
  margin-top: 10px;
  width: calc(100% + 30px);
}
#page.page-architectuur .popup .right {
  position: absolute;
  width: 220px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}
#page.page-architectuur .popup h3 {
  font-weight: 400;
}
#page.page-architectuur .popup p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(68, 68, 68, 0.75);
  margin-bottom: 0;
}
#page.page-architectuur .popup form {
  margin-top: 20px;
}
#page.page-architectuur .popup form h4 {
  font-family: 'Martel Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
#page.page-architectuur .popup form .col-1-2:nth-of-type(odd) {
  padding-right: 8px;
}
#page.page-architectuur .popup form .col-1-2:nth-of-type(even) {
  padding-left: 8px;
}
#page.page-architectuur .popup form .col-1-2:last-of-type {
  margin-bottom: 0;
}
#page.page-architectuur .popup form p {
  color: #222222;
  line-height: 22px;
  padding-bottom: 2px;
}
#page.page-architectuur .popup form input[type=text],
#page.page-architectuur .popup form input[type=email],
#page.page-architectuur .popup form select,
#page.page-architectuur .popup form textarea {
  border: 1px solid rgba(34, 34, 34, 0.25) !important;
  width: 100%;
}
#page.page-architectuur .popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 9992;
}
#page.page-architectuur #agenda-popup,
#page.page-architectuur #deel-woning-popup {
  padding: 40px;
  max-width: 450px;
  width: 100%;
}
#page.page-architectuur #agenda-popup h3,
#page.page-architectuur #deel-woning-popup h3 {
  font-weight: 400;
}
#page.page-architectuur #agenda-popup p,
#page.page-architectuur #deel-woning-popup p {
  color: rgba(68, 68, 68, 0.75);
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .popup .left {
    padding: 30px;
  }
  #page.page-architectuur #agenda-popup,
  #page.page-architectuur #deel-woning-popup {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .popup {
    width: 100%;
    overflow-x: hidden;
  }
  #page.page-architectuur .popup .close {
    top: 5px;
  }
  #page.page-architectuur .popup .close:before,
  #page.page-architectuur .popup .close:after {
    background: #222222;
  }
  #page.page-architectuur .popup .left {
    width: 100%;
    padding: 10px;
  }
  #page.page-architectuur .popup .left h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  #page.page-architectuur .popup .left p {
    font-size: 13px;
    line-height: 24px;
  }
  #page.page-architectuur .popup .right {
    display: none;
  }
  #page.page-architectuur .popup form {
    margin-top: 10px;
  }
  #page.page-architectuur .popup form h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  #page.page-architectuur .popup form .col-1-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  #page.page-architectuur .popup form .col-1-2:nth-of-type(odd) {
    padding-right: 0;
  }
  #page.page-architectuur .popup form .col-1-2:nth-of-type(even) {
    padding-left: 0;
  }
  #page.page-architectuur .popup .left .inschrijfframe {
    margin-left: -15px;
    min-width: 0;
  }
}
@media only screen and (max-width: 490px) {
  #page.page-architectuur #agenda-popup,
  #page.page-architectuur #deel-woning-popup {
    max-width: calc(100% - 20px);
    padding: 10px;
  }
}
#page.page-architectuur .map-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 500px;
  top: 110px;
  left: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-architectuur .map-container .map-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
#page.page-architectuur .map-container .map-close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-architectuur .map-container .map-close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-architectuur .map-container .map-objects {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page.page-architectuur .map-container.map-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  z-index: 102;
}
#page.page-architectuur .map-container.filter-is-open {
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
}
body.page-template-page-woningaanbod #page.page-architectuur h1,
body[class^="post-type-archive-realworks_"] #page.page-architectuur h1,
body[class*="post-type-archive-realworks_"] #page.page-architectuur h1,
body.page-template-page-bedrijven #page.page-architectuur h1 {
  font-weight: 300;
  padding-bottom: 32px;
  padding-top: 15px;
}
body.page-template-page-woningaanbod #page.page-architectuur h1 .h1-location .location-name,
body[class^="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name,
body[class*="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name,
body.page-template-page-bedrijven #page.page-architectuur h1 .h1-location .location-name {
  position: relative;
  font-weight: 600;
  text-decoration: none;
}
body.page-template-page-woningaanbod #page.page-architectuur h1 .h1-location .location-name:after,
body[class^="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name:after,
body[class*="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name:after,
body.page-template-page-bedrijven #page.page-architectuur h1 .h1-location .location-name:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "i";
  font-size: 12px;
  color: #444444;
  right: -19px;
  top: -12px;
  font-family: Georgia;
  font-style: italic;
}
body.page-template-page-woningaanbod #page.page-architectuur h1 .h1-location .location-name:before,
body[class^="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name:before,
body[class*="post-type-archive-realworks_"] #page.page-architectuur h1 .h1-location .location-name:before,
body.page-template-page-bedrijven #page.page-architectuur h1 .h1-location .location-name:before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -5px;
  right: -15px;
}
body.page-template-page-woningaanbod #page.page-architectuur .objects .grid > .module,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .objects .grid > .module,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .objects .grid > .module,
body.page-template-page-bedrijven #page.page-architectuur .objects .grid > .module {
  padding-top: 30px;
  padding-bottom: 10px;
}
body.page-template-page-woningaanbod #page.page-architectuur .woningaanbod-content,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .woningaanbod-content,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .woningaanbod-content,
body.page-template-page-bedrijven #page.page-architectuur .woningaanbod-content {
  display: inline-block;
  float: left;
  width: 75%;
  clear: both;
  margin-bottom: 5px;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search,
body.page-template-page-bedrijven #page.page-architectuur .section .search {
  position: relative;
  z-index: 101;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper {
  position: relative;
  float: left;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper .btn,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper .btn,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper .btn,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper .btn {
  position: relative;
  font-weight: 300;
  padding: 10px 35px 8px 20px;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper:after,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper:after,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper:after,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 24px;
  content: "";
  background: url('/wp-content/themes/weghorst/static/images/icons/marker.svg') bottom left / 15px no-repeat;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper.open .btn,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.open .btn,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.open .btn,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper.open .btn {
  border: 1px solid #222222;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper.disabled,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.disabled,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.disabled,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper.disabled {
  pointer-events: none;
  cursor: default;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-map-wrapper.disabled:before,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.disabled:before,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-map-wrapper.disabled:before,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-map-wrapper.disabled:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  pointer-events: none;
  z-index: 100;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-menu-wrapper:before,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper:before,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper:before,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-menu-wrapper:before {
  display: none;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-menu-wrapper:after,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper:after,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper:after,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-menu-wrapper:after {
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger-black.svg') bottom left / 16px no-repeat;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-menu-wrapper .btn,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper .btn,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper .btn,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-menu-wrapper .btn {
  font-weight: 300;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .btn-menu-wrapper.open .btn,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper.open .btn,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .btn-menu-wrapper.open .btn,
body.page-template-page-bedrijven #page.page-architectuur .section .search .btn-menu-wrapper.open .btn {
  border: 1px solid #222222;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper {
  width: 100%;
  width: 1280px;
  left: auto;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper.open,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper.open,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper.open,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .select-filters,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-filters,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-filters,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .select-filters {
  width: 45%;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .checkbox-filters,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .checkbox-filters,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .checkbox-filters,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .checkbox-filters {
  width: 55%;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .options-content,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .options-content,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .options-content,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .options-content {
  position: absolute;
  width: auto;
  bottom: 30px;
  right: 30px;
  width: 15%;
  padding: 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .options-content .btn,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .options-content .btn,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .options-content .btn,
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .options-content .btn {
  float: right;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(odd) {
  margin-left: 5px;
  margin-right: 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .select-wrapper:nth-of-type(even),
body.page-template-page-woningaanbod #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even),
body.page-template-page-bedrijven #page.page-architectuur .section .search .options-wrapper .input-wrapper:nth-of-type(even) {
  margin-right: 5px;
  margin-left: 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects.loading .objects-inner:before,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects.loading .objects-inner:before,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects.loading .objects-inner:before,
body.page-template-page-bedrijven #page.page-architectuur .section .objects.loading .objects-inner:before {
  opacity: 1;
  z-index: 1;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects.loading .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects.loading .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects.loading .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-architectuur .section .objects.loading .objects-inner .circle-loader {
  opacity: 1;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects.open,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects.open,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects.open,
body.page-template-page-bedrijven #page.page-architectuur .section .objects.open {
  padding-top: 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 80px;
  -webkit-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s 0.2s cubic-bezier(0.74, 0, 0.13, 1);
  z-index: 100;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner:before,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner:before,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner:before,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(245, 246, 249, 0.75);
  opacity: 0;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.open:not(.realworks),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open:not(.realworks),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open:not(.realworks),
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.open:not(.realworks) {
  margin-top: 328px !important;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.map-open,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.map-open,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.map-open,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.map-open {
  margin-top: 535px;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n),
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n) {
  margin-right: 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1),
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.has-location .object:nth-of-type(4n + 1) {
  clear: left;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner .circle-loader {
  display: inline-block;
  position: absolute;
  left: calc(50% - 30px);
  top: 15px;
  margin: 15px;
  font-size: 10px;
  z-index: 2;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(0, 0, 0, 0.55);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circle-loader 1.1s infinite linear;
  animation: circle-loader 1.1s infinite linear;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner .circle-loader,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner .circle-loader,
body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner .circle-loader:after,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader:after,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner .circle-loader:after,
body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner .circle-loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes circle-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.page-template-page-woningaanbod #page.page-architectuur .section .signup-content .signup,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
body.page-template-page-bedrijven #page.page-architectuur .section .signup-content .signup {
  margin-bottom: 80px;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object {
  width: 100%;
  margin: 0;
  min-width: 200px;
  width: 200px;
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object:hover,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object:hover,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object:hover,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a {
  position: relative;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart {
  top: calc(50% - 35px);
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart:after,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart:after {
  font-size: 13px;
  bottom: 25px;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart svg,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object .object-figure .favorite .heart svg {
  width: 40px;
  height: 36px;
  left: calc(50% - 20px);
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a .object-details,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a .object-details {
  padding: 10px 10px 0 0;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .price,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .price,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .price,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .price {
  font-size: 16px;
  margin-bottom: 3px;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a .object-details h3,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details h3,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details h3,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a .object-details h3 {
  max-width: 100%;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .arrow-white,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .arrow-white,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .arrow-white,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a .object-details .arrow-white {
  display: none;
}
body.page-template-page-woningaanbod #page.page-architectuur .gm-style .gm-style-iw .object a:hover h3,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a:hover h3,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .gm-style .gm-style-iw .object a:hover h3,
body.page-template-page-bedrijven #page.page-architectuur .gm-style .gm-style-iw .object a:hover h3 {
  text-decoration: underline;
}
body.page-template-page-woningaanbod #page.page-architectuur .footer .footer-top .module,
body[class^="post-type-archive-realworks_"] #page.page-architectuur .footer .footer-top .module,
body[class*="post-type-archive-realworks_"] #page.page-architectuur .footer .footer-top .module,
body.page-template-page-bedrijven #page.page-architectuur .footer .footer-top .module {
  padding-top: 40px;
}
@media only screen and (max-width: 1320px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper {
    width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 1205px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 {
    padding-bottom: 32px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search {
    float: left;
    clear: left;
    margin-bottom: 20px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select {
    font-size: 13.5px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn {
    padding: 7px 35px 8px 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after {
    top: 13px;
    right: 22px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    padding: 7px 45px 8px 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after {
    top: 14px;
    right: 17px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper {
    left: 0;
    right: auto;
    top: -20px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container {
    top: 173px;
  }
}
@media only screen and (max-width: 1024px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module {
    padding-top: 0;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .input-wrapper input,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .input-wrapper input,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .input-wrapper input,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .input-wrapper input {
    padding: 10px 15px 7px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after {
    top: 19px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container {
    top: 153px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object {
    width: calc((100% - 40px) / 3);
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .signup-content .signup,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
  body.page-template-page-bedrijven #page.page-architectuur .section .signup-content .signup {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.open {
    margin-top: 503px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before {
    top: -10px;
    right: -13px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after {
    top: -15px;
    right: -18px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-filters,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-filters,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-filters,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-filters {
    width: 100%;
    padding: 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .checkbox-filters,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .checkbox-filters,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .checkbox-filters,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .checkbox-filters {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .filter-close,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .filter-close {
    top: 16px;
    right: 10px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .streetname,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .streetname {
    width: calc(100% - 40px);
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content {
    position: relative;
    display: inline-block;
    width: 100%;
    bottom: auto;
    right: auto;
    padding: 0 15px 15px 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .options-content .btn {
    float: left;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container {
    top: 133px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container.filter-is-open,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container.filter-is-open,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container.filter-is-open,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container.filter-is-open {
    top: 356px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object {
    width: calc((100% - 20px) / 2);
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n) {
    margin-right: 20px !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(2n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .signup-content .signup,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .signup-content .signup,
  body.page-template-page-bedrijven #page.page-architectuur .section .signup-content .signup {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.open {
    margin-top: 600px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module {
    padding-top: 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:before {
    top: -10px;
    right: -13px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module h1 .h1-location .location-name:after {
    top: -13px;
    right: -17px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search {
    display: inline-block;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper select {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper .btn {
    text-align: left !important;
    margin-right: 0;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper {
    top: 40px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper {
    width: calc(50% - 5px);
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container {
    top: 194px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(4n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(4n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(3n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(3n + 1) {
    clear: none !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .object:nth-of-type(2n + 1),
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .object:nth-of-type(2n + 1) {
    clear: left !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper {
    width: 100%;
    padding-right: 0;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .select-wrapper:after {
    right: 15px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-map-wrapper:after {
    right: 13px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper .btn {
    text-align: left !important;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .btn-menu-wrapper:after {
    right: 13px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper {
    top: 80px;
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .checkbox-filters .col-2-3 {
    width: 100%;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .map-container,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .map-container {
    top: 245px;
  }
}
@media only screen and (max-width: 360px) {
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects {
    margin-top: 60px;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .input-wrapper.streetname {
    width: calc(100% - 40px);
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .grid.cntr .module .search .options-wrapper .select-filters .select-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-template-page-woningaanbod #page.page-architectuur .section .objects .objects-inner.open,
  body[class^="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body[class*="post-type-archive-realworks_"] #page.page-architectuur .section .objects .objects-inner.open,
  body.page-template-page-bedrijven #page.page-architectuur .section .objects .objects-inner.open {
    margin-top: 656px;
  }
}
body.page-template-page-contact #page.page-architectuur .footer .footer-top .module {
  padding-top: 40px;
}
body.page-template-default #page.page-architectuur .section .featured-header-image,
body.page-template-page-contact #page.page-architectuur .section .featured-header-image,
body.single #page.page-architectuur .section .featured-header-image,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .featured-header-image {
  height: 355px;
}
body.page-template-default #page.page-architectuur .section .content,
body.page-template-page-contact #page.page-architectuur .section .content,
body.single #page.page-architectuur .section .content,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content {
  padding: 70px 60px 100px 0;
  width: 100%;
  max-width: calc(100% - 405px);
}
body.page-template-default #page.page-architectuur .section .content h1,
body.page-template-page-contact #page.page-architectuur .section .content h1,
body.single #page.page-architectuur .section .content h1,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h1 {
  font-size: 36px;
  line-height: 1;
  padding-bottom: 13px;
}
body.page-template-default #page.page-architectuur .section .content .intro-text,
body.page-template-page-contact #page.page-architectuur .section .content .intro-text,
body.single #page.page-architectuur .section .content .intro-text,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content .intro-text {
  overflow: hidden;
  margin-bottom: 20px;
}
body.page-template-default #page.page-architectuur .section .content .intro-text p,
body.page-template-page-contact #page.page-architectuur .section .content .intro-text p,
body.single #page.page-architectuur .section .content .intro-text p,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content .intro-text p {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}
body.page-template-default #page.page-architectuur .section .content .intro-text p a img,
body.page-template-page-contact #page.page-architectuur .section .content .intro-text p a img,
body.single #page.page-architectuur .section .content .intro-text p a img,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content .intro-text p a img {
  margin-bottom: 0;
  margin-right: 40px;
}
body.page-template-default #page.page-architectuur .section .content p,
body.page-template-page-contact #page.page-architectuur .section .content p,
body.single #page.page-architectuur .section .content p,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-architectuur .section .content a,
body.page-template-page-contact #page.page-architectuur .section .content a,
body.single #page.page-architectuur .section .content a,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content a {
  font-weight: 600;
}
body.page-template-default #page.page-architectuur .section .content a.fancybox,
body.page-template-page-contact #page.page-architectuur .section .content a.fancybox,
body.single #page.page-architectuur .section .content a.fancybox,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content a.fancybox {
  max-width: 100%;
}
body.page-template-default #page.page-architectuur .section .content h2,
body.page-template-page-contact #page.page-architectuur .section .content h2,
body.single #page.page-architectuur .section .content h2,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h2,
body.page-template-default #page.page-architectuur .section .content h3,
body.page-template-page-contact #page.page-architectuur .section .content h3,
body.single #page.page-architectuur .section .content h3,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h3,
body.page-template-default #page.page-architectuur .section .content h4,
body.page-template-page-contact #page.page-architectuur .section .content h4,
body.single #page.page-architectuur .section .content h4,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h4,
body.page-template-default #page.page-architectuur .section .content h5,
body.page-template-page-contact #page.page-architectuur .section .content h5,
body.single #page.page-architectuur .section .content h5,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h5,
body.page-template-default #page.page-architectuur .section .content h6,
body.page-template-page-contact #page.page-architectuur .section .content h6,
body.single #page.page-architectuur .section .content h6,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h6 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 500;
}
body.page-template-default #page.page-architectuur .section .content h2,
body.page-template-page-contact #page.page-architectuur .section .content h2,
body.single #page.page-architectuur .section .content h2,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h2 {
  font-size: 24px;
}
body.page-template-default #page.page-architectuur .section .content h3,
body.page-template-page-contact #page.page-architectuur .section .content h3,
body.single #page.page-architectuur .section .content h3,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h3 {
  font-size: 22px;
}
body.page-template-default #page.page-architectuur .section .content h4,
body.page-template-page-contact #page.page-architectuur .section .content h4,
body.single #page.page-architectuur .section .content h4,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h4 {
  font-size: 20px;
}
body.page-template-default #page.page-architectuur .section .content h5,
body.page-template-page-contact #page.page-architectuur .section .content h5,
body.single #page.page-architectuur .section .content h5,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h5 {
  font-size: 18px;
}
body.page-template-default #page.page-architectuur .section .content h6,
body.page-template-page-contact #page.page-architectuur .section .content h6,
body.single #page.page-architectuur .section .content h6,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h6 {
  font-size: 16px;
}
body.page-template-default #page.page-architectuur .section .content ul,
body.page-template-page-contact #page.page-architectuur .section .content ul,
body.single #page.page-architectuur .section .content ul,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ul,
body.page-template-default #page.page-architectuur .section .content ol,
body.page-template-page-contact #page.page-architectuur .section .content ol,
body.single #page.page-architectuur .section .content ol,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol {
  overflow: hidden;
  padding-bottom: 18px;
  -webkit-columns: 2;
  columns: 2;
  -moz-columns: 2;
}
body.page-template-default #page.page-architectuur .section .content ul li,
body.page-template-page-contact #page.page-architectuur .section .content ul li,
body.single #page.page-architectuur .section .content ul li,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ul li,
body.page-template-default #page.page-architectuur .section .content ol li,
body.page-template-page-contact #page.page-architectuur .section .content ol li,
body.single #page.page-architectuur .section .content ol li,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol li {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.75);
  padding-left: 15px;
  padding-right: 15px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
body.page-template-default #page.page-architectuur .section .content ul li:before,
body.page-template-page-contact #page.page-architectuur .section .content ul li:before,
body.single #page.page-architectuur .section .content ul li:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ul li:before,
body.page-template-default #page.page-architectuur .section .content ol li:before,
body.page-template-page-contact #page.page-architectuur .section .content ol li:before,
body.single #page.page-architectuur .section .content ol li:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol li:before {
  position: absolute;
  left: 1px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-default #page.page-architectuur .section .content ol li,
body.page-template-page-contact #page.page-architectuur .section .content ol li,
body.single #page.page-architectuur .section .content ol li,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol li {
  position: relative;
  counter-increment: list;
  padding-left: 25px;
  width: 100%;
}
body.page-template-default #page.page-architectuur .section .content ol li:before,
body.page-template-page-contact #page.page-architectuur .section .content ol li:before,
body.single #page.page-architectuur .section .content ol li:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol li:before {
  position: absolute;
  width: auto;
  height: 26px;
  top: 0px;
  content: counter(list) ".";
  background: none;
}
body.page-template-default #page.page-architectuur .section .content img,
body.page-template-page-contact #page.page-architectuur .section .content img,
body.single #page.page-architectuur .section .content img,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content img {
  margin-bottom: 18px;
}
body.page-template-default #page.page-architectuur .section .content img.alignleft,
body.page-template-page-contact #page.page-architectuur .section .content img.alignleft,
body.single #page.page-architectuur .section .content img.alignleft,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content img.alignleft {
  float: left;
  margin-right: 18px;
}
body.page-template-default #page.page-architectuur .section .content img.alignright,
body.page-template-page-contact #page.page-architectuur .section .content img.alignright,
body.single #page.page-architectuur .section .content img.alignright,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content img.alignright {
  float: right;
  margin-left: 18px;
}
body.page-template-default #page.page-architectuur .section .sidebar,
body.page-template-page-contact #page.page-architectuur .section .sidebar,
body.single #page.page-architectuur .section .sidebar,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar {
  width: 100%;
  max-width: 405px;
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg,
body.single #page.page-architectuur .section .sidebar .block-white-bg,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg {
  margin-top: -55px;
  padding-right: 40px;
  padding-bottom: 25px;
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg h2,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg h2,
body.single #page.page-architectuur .section .sidebar .block-white-bg h2,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg h2,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg h3,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg h3,
body.single #page.page-architectuur .section .sidebar .block-white-bg h3,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg h3,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg h4,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg h4,
body.single #page.page-architectuur .section .sidebar .block-white-bg h4,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg h4,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg h5,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg h5,
body.single #page.page-architectuur .section .sidebar .block-white-bg h5,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg h5,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg h6,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg h6,
body.single #page.page-architectuur .section .sidebar .block-white-bg h6,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg h6 {
  font-weight: 600;
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg p,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg p,
body.single #page.page-architectuur .section .sidebar .block-white-bg p,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg p,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg a,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg a,
body.single #page.page-architectuur .section .sidebar .block-white-bg a,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ul,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ul,
body.single #page.page-architectuur .section .sidebar .block-white-bg ul,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ul,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ol,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ol,
body.single #page.page-architectuur .section .sidebar .block-white-bg ol,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ol {
  margin-bottom: 18px;
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ul li,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ul li,
body.single #page.page-architectuur .section .sidebar .block-white-bg ul li,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ul li,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ol li,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ol li,
body.single #page.page-architectuur .section .sidebar .block-white-bg ol li,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ol li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-left: 29px;
  color: rgba(34, 34, 34, 0.75);
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ul li:before,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ul li:before,
body.single #page.page-architectuur .section .sidebar .block-white-bg ul li:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ul li:before,
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg ol li:before,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg ol li:before,
body.single #page.page-architectuur .section .sidebar .block-white-bg ol li:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg ol li:before {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/checked-green.svg') bottom left / 14px no-repeat;
  content: "";
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon,
body.single #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon {
  font-size: 16px;
  color: #222222;
  padding-top: 12px;
  padding-left: 50px;
}
body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon:before,
body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon:before,
body.single #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon:before,
body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg .btn.phone-icon:before {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/weghorst/static/images/icons/phone-receiver.svg') bottom left / 16px no-repeat;
  content: "";
}
@media only screen and (max-width: 1205px) {
  body.page-template-default #page.page-architectuur .section .content,
  body.page-template-page-contact #page.page-architectuur .section .content,
  body.single #page.page-architectuur .section .content,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content {
    max-width: calc(100% - 350px);
    padding: 30px 30px 50px 0;
  }
  body.page-template-default #page.page-architectuur .section .content h1,
  body.page-template-page-contact #page.page-architectuur .section .content h1,
  body.single #page.page-architectuur .section .content h1,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h1 {
    font-size: 32px;
  }
  body.page-template-default #page.page-architectuur .section .sidebar,
  body.page-template-page-contact #page.page-architectuur .section .sidebar,
  body.single #page.page-architectuur .section .sidebar,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar {
    max-width: 350px;
  }
  body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg,
  body.single #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg {
    padding: 25px 30px 25px 30px;
  }
}
@media only screen and (max-width: 960px) {
  body.page-template-default #page.page-architectuur .section .content,
  body.page-template-page-contact #page.page-architectuur .section .content,
  body.single #page.page-architectuur .section .content,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content {
    max-width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }
  body.page-template-default #page.page-architectuur .section .sidebar,
  body.page-template-page-contact #page.page-architectuur .section .sidebar,
  body.single #page.page-architectuur .section .sidebar,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg,
  body.single #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg {
    margin-top: 0;
  }
  body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.single #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg .btn {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  body.page-template-default #page.page-architectuur .section .content h1,
  body.page-template-page-contact #page.page-architectuur .section .content h1,
  body.single #page.page-architectuur .section .content h1,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h1 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 6px;
  }
  body.page-template-default #page.page-architectuur .section .content .intro-text,
  body.page-template-page-contact #page.page-architectuur .section .content .intro-text,
  body.single #page.page-architectuur .section .content .intro-text,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content .intro-text {
    margin-bottom: 0;
  }
  body.page-template-default #page.page-architectuur .section .content .intro-text p,
  body.page-template-page-contact #page.page-architectuur .section .content .intro-text p,
  body.single #page.page-architectuur .section .content .intro-text p,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content .intro-text p {
    font-size: 15px;
    line-height: 28px;
  }
  body.page-template-default #page.page-architectuur .section .content h2,
  body.page-template-page-contact #page.page-architectuur .section .content h2,
  body.single #page.page-architectuur .section .content h2,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h2,
  body.page-template-default #page.page-architectuur .section .content h3,
  body.page-template-page-contact #page.page-architectuur .section .content h3,
  body.single #page.page-architectuur .section .content h3,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h3,
  body.page-template-default #page.page-architectuur .section .content h4,
  body.page-template-page-contact #page.page-architectuur .section .content h4,
  body.single #page.page-architectuur .section .content h4,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h4,
  body.page-template-default #page.page-architectuur .section .content h5,
  body.page-template-page-contact #page.page-architectuur .section .content h5,
  body.single #page.page-architectuur .section .content h5,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h5,
  body.page-template-default #page.page-architectuur .section .content h6,
  body.page-template-page-contact #page.page-architectuur .section .content h6,
  body.single #page.page-architectuur .section .content h6,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h6 {
    margin-top: 10px;
  }
  body.page-template-default #page.page-architectuur .section .content h2,
  body.page-template-page-contact #page.page-architectuur .section .content h2,
  body.single #page.page-architectuur .section .content h2,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  body.page-template-default #page.page-architectuur .section .content h3,
  body.page-template-page-contact #page.page-architectuur .section .content h3,
  body.single #page.page-architectuur .section .content h3,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h3 {
    font-size: 19px;
    line-height: 26px;
  }
  body.page-template-default #page.page-architectuur .section .content h4,
  body.page-template-page-contact #page.page-architectuur .section .content h4,
  body.single #page.page-architectuur .section .content h4,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  body.page-template-default #page.page-architectuur .section .content h5,
  body.page-template-page-contact #page.page-architectuur .section .content h5,
  body.single #page.page-architectuur .section .content h5,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-template-default #page.page-architectuur .section .content h6,
  body.page-template-page-contact #page.page-architectuur .section .content h6,
  body.single #page.page-architectuur .section .content h6,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content h6 {
    font-size: 15px;
    line-height: 24px;
  }
  body.page-template-default #page.page-architectuur .section .content img,
  body.page-template-page-contact #page.page-architectuur .section .content img,
  body.single #page.page-architectuur .section .content img,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content img {
    clear: both;
  }
  body.page-template-default #page.page-architectuur .section .content p,
  body.page-template-page-contact #page.page-architectuur .section .content p,
  body.single #page.page-architectuur .section .content p,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content p {
    width: 100%;
  }
  body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg,
  body.single #page.page-architectuur .section .sidebar .block-white-bg,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg {
    padding: 20px 20px 10px 20px;
  }
  body.page-template-default #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.page-template-page-contact #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.single #page.page-architectuur .section .sidebar .block-white-bg .btn,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .sidebar .block-white-bg .btn {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-default #page.page-architectuur .section .content ol,
  body.page-template-page-contact #page.page-architectuur .section .content ol,
  body.single #page.page-architectuur .section .content ol,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol,
  body.page-template-default #page.page-architectuur .section .content ul,
  body.page-template-page-contact #page.page-architectuur .section .content ul,
  body.single #page.page-architectuur .section .content ul,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ul {
    -webkit-columns: 1;
    columns: 1;
    -moz-columns: 1;
  }
  body.page-template-default #page.page-architectuur .section .content ol li,
  body.page-template-page-contact #page.page-architectuur .section .content ol li,
  body.single #page.page-architectuur .section .content ol li,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ol li,
  body.page-template-default #page.page-architectuur .section .content ul li,
  body.page-template-page-contact #page.page-architectuur .section .content ul li,
  body.single #page.page-architectuur .section .content ul li,
  body.page-template-page-klantbeoordelingen #page.page-architectuur .section .content ul li {
    width: 100%;
  }
}
body.single-project #page.page-architectuur .section .featured-header-image,
body.single-property #page.page-architectuur .section .featured-header-image {
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  body.single-project #page.page-architectuur .section .featured-header-image,
  body.single-property #page.page-architectuur .section .featured-header-image {
    height: 355px;
  }
}
body#architectuur #page.page-architectuur .home-slider-section {
  z-index: 1;
}
body#architectuur #page.page-architectuur .home-slider-section:after {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  background: #7f888c;
  z-index: 1;
  content: "";
}
body#architectuur #page.page-architectuur .home-header-slider-container {
  position: relative;
  z-index: 2;
}
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 55px;
  bottom: 15px;
  background: rgba(34, 34, 34, 0.75);
  z-index: 3;
}
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .current-slide,
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .slash,
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .total-slides {
  font-family: 'Martel Sans', sans-serif;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .current-slide {
  top: 10px;
  left: 16px;
}
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .slash {
  top: 15px;
  left: 25px;
}
body#architectuur #page.page-architectuur .home-header-slider-container .slider-pager .total-slides {
  top: 20px;
  left: 32px;
}
body#architectuur #page.page-architectuur .home-header-slider {
  position: relative;
}
body#architectuur #page.page-architectuur .home-header-slider .slide {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
body#architectuur #page.page-architectuur .home-header-slider .slick-prev {
  display: none;
}
body#architectuur #page.page-architectuur .home-header-slider .slick-next {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: auto;
  bottom: 15px;
  background: #222222;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
body#architectuur #page.page-architectuur .home-header-slider .slick-next:before {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 8px;
  height: 14px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 8px no-repeat;
  content: "";
}
body#architectuur #page.page-architectuur .home-top-content {
  padding: 90px 0;
  background: #7f888c;
  z-index: 2;
}
body#architectuur #page.page-architectuur .home-top-content .grid {
  position: relative;
}
body#architectuur #page.page-architectuur .home-top-content .top-heading {
  position: absolute;
  left: 20px;
  top: -90px;
  padding: 25px 150px 0 0;
  background: #7f888c;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body#architectuur #page.page-architectuur .home-top-content .top-heading:before {
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
  content: "";
  background: #7f888c;
}
body#architectuur #page.page-architectuur .home-top-content .top-heading h2 {
  display: block;
  font-size: 34px;
  font-weight: 300;
  color: white;
  width: auto;
  clear: both;
}
body#architectuur #page.page-architectuur .home-top-content .top-heading .btn {
  float: left;
  margin-right: 20px;
}
body#architectuur #page.page-architectuur .home-top-content .top-heading .btn.first {
  clear: left;
}
body#architectuur #page.page-architectuur .home-top-content .top-heading .btn.first:hover {
  color: white !important;
}
body#architectuur #page.page-architectuur .home-top-content .top-content {
  text-align: center !important;
  margin: 0 auto;
  max-width: 1060px;
}
body#architectuur #page.page-architectuur .home-top-content .top-content p {
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  color: white;
}
body#architectuur #page.page-architectuur .home-steps {
  position: relative;
  padding-bottom: 100px;
}
body#architectuur #page.page-architectuur .home-steps:before {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  top: 0;
  background: #7f888c;
  content: "";
  z-index: 0;
}
body#architectuur #page.page-architectuur .home-steps .three-steps {
  position: relative;
  display: inline-block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step {
  float: left;
  padding: 0 15px;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-image {
  position: relative;
  overflow: hidden;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-image:after {
  position: absolute;
  width: 190%;
  height: 100%;
  bottom: -25px;
  left: -50px;
  content: "";
  opacity: 0.8;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceadc+0,eceadc+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eceadc', endColorstr='#eceadc', GradientType=0);
  /* IE6-9 */
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content {
  background: white;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-direction: column;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 0;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(68, 68, 68, 0.65);
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content ul {
  margin-top: auto;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content ul li {
  position: relative;
}
body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content ul li:before {
  position: absolute;
  left: 5px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  background: rgba(34, 34, 34, 0.6);
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body#architectuur #page.page-architectuur .home-section-objects {
  background: #f5f6f9;
}
body#architectuur #page.page-architectuur .home-section-objects .objects {
  background: #f5f6f9;
}
body#architectuur #page.page-architectuur .home-section-objects .objects:before {
  background: #dfe1e3;
  height: 218px;
}
body#architectuur #page.page-architectuur .home-section-objects .objects .grid .module {
  padding-top: 0;
}
body#architectuur #page.page-architectuur .home-section-objects .objects .grid .module.ac {
  padding-bottom: 50px;
}
body#architectuur #page.page-architectuur .home-section-objects .objects h2 {
  font-size: 32px;
}
body#architectuur #page.page-architectuur .home-section-objects .objects .more {
  font-weight: 400;
}
body#architectuur #page.page-architectuur .home-latest-news {
  background: #dfe1e3;
  padding-bottom: 50px;
}
body#architectuur #page.page-architectuur .home-latest-news h2 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 30px;
}
body#architectuur #page.page-architectuur .object .object-details {
  text-align: center !important;
  padding-top: 25px;
  padding-bottom: 19px;
}
body#architectuur #page.page-architectuur .object .object-details h2 {
  text-align: center !important;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 0;
  font-weight: 500;
  color: #222222;
}
body#architectuur #page.page-architectuur .object .object-details .arrow-white {
  display: none;
}
body#architectuur #page.page-architectuur .moodboards {
  background: #dfe1e3;
  padding-bottom: 80px;
}
body#architectuur #page.page-architectuur .moodboards .left {
  padding-right: 20px;
}
body#architectuur #page.page-architectuur .moodboards h1,
body#architectuur #page.page-architectuur .moodboards h2,
body#architectuur #page.page-architectuur .moodboards h3,
body#architectuur #page.page-architectuur .moodboards h4,
body#architectuur #page.page-architectuur .moodboards h5,
body#architectuur #page.page-architectuur .moodboards h6 {
  font-weight: 400;
}
body#architectuur #page.page-architectuur .moodboards h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  padding-bottom: 5px;
}
body#architectuur #page.page-architectuur .moodboards h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
body#architectuur #page.page-architectuur .moodboards p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 38px;
}
body#architectuur #page.page-architectuur .moodboards .right {
  position: relative;
  padding-left: 20px;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-image {
  position: absolute;
  width: calc(33.3333% - 2px);
  margin-right: 2px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-image.image-one {
  top: 115px;
  left: 0;
  height: 225px;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-image.image-two {
  top: 0;
  left: calc(33.3333% + 2px);
  height: 300px;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-image.image-three {
  top: 304px;
  left: calc(33.3333% + 2px);
  height: 105px;
}
body#architectuur #page.page-architectuur .moodboards .right .mb-image.image-four {
  top: 55px;
  left: calc(66.6666% + 4px);
  height: 290px;
}
body#architectuur #page.page-architectuur .home-contact {
  padding: 80px 0 60px 0;
  background: #f5f6f9;
}
body#architectuur #page.page-architectuur .home-contact h1,
body#architectuur #page.page-architectuur .home-contact h2,
body#architectuur #page.page-architectuur .home-contact h3,
body#architectuur #page.page-architectuur .home-contact h4,
body#architectuur #page.page-architectuur .home-contact h5,
body#architectuur #page.page-architectuur .home-contact h6 {
  font-weight: 400;
}
body#architectuur #page.page-architectuur .home-contact h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 18px;
}
body#architectuur #page.page-architectuur .home-contact p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  padding-bottom: 0;
  margin-bottom: 38px;
}
body#architectuur #page.page-architectuur .home-contact .left {
  padding-right: 20px;
}
body#architectuur #page.page-architectuur .home-contact .right {
  padding-left: 20px;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-not-valid-tip {
  text-align: left !important;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap.naam {
  padding-right: 7px;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap.naam:after {
  right: 17px;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap.email {
  padding-left: 7px;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap input,
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap textarea {
  background: #f5f6f9;
}
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap input:active,
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap textarea:active,
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap input:focus,
body#architectuur #page.page-architectuur .home-contact .right .wpcf7-form-control-wrap textarea:focus {
  background: #eff0f5;
}
@media only screen and (max-width: 1024px) {
  body#architectuur #page.page-architectuur .home-top-content {
    padding: 45px 0;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-heading {
    top: -45px;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-content p {
    font-size: 18px;
    line-height: 32px;
  }
  body#architectuur #page.page-architectuur .home-section-objects .objects .grid .module.ac {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-architectuur .home-steps {
    padding-bottom: 50px;
  }
  body#architectuur #page.page-architectuur .home-steps:before {
    height: 180px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-image {
    height: 180px !important;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-image:after {
    bottom: -35px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content {
    padding: 20px 20px 15px 20px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body#architectuur #page.page-architectuur .home-latest-news {
    padding-bottom: 0;
  }
  body#architectuur #page.page-architectuur .news-container .news-item .news-item-inner .news-item-image {
    height: 180px !important;
  }
  body#architectuur #page.page-architectuur .news-container .news-item .news-item-inner .news-item-content {
    padding: 20px;
  }
  body#architectuur #page.page-architectuur .news-container .news-item .news-item-inner .news-item-content h1 {
    font-size: 22px;
    line-height: 28px;
  }
  body#architectuur #page.page-architectuur .moodboards {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-architectuur .moodboards h2 {
    font-size: 28px;
    line-height: 32px;
  }
  body#architectuur #page.page-architectuur .home-contact {
    padding: 30px 0 0 0;
  }
  body#architectuur #page.page-architectuur .home-contact .right h2 {
    font-size: 24px;
    line-height: 28px;
  }
  body#architectuur #page.page-architectuur .object .object-details h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  body#architectuur #page.page-architectuur .home-slider-section {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body#architectuur #page.page-architectuur .home-top-content .top-heading {
    padding-right: 50px;
  }
  body#architectuur #page.page-architectuur .home-slider-section .home-header-slider-container .home-header-slider .slide {
    height: 400px !important;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step {
    padding: 0 8px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content {
    padding: 15px 12px 5px 12px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step .step-inner .step-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body#architectuur #page.page-architectuur .news-container {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  body#architectuur #page.page-architectuur .news-container .news-item {
    padding: 0 8px;
  }
  body#architectuur #page.page-architectuur .news-container .news-item .news-item-inner .news-item-content {
    padding: 15px 12px 12px 12px;
  }
  body#architectuur #page.page-architectuur .news-container .news-item .news-item-inner .news-item-content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  body#architectuur #page.page-architectuur .moodboards {
    padding-bottom: 0;
  }
  body#architectuur #page.page-architectuur .moodboards .left {
    width: 100%;
    padding-right: 0;
  }
  body#architectuur #page.page-architectuur .moodboards .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  body#architectuur #page.page-architectuur .home-slider-section .home-header-slider-container .home-header-slider .slide {
    height: 280px !important;
  }
  body#architectuur #page.page-architectuur .home-top-content {
    padding-top: 0;
    padding-bottom: 15px;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 15px 0 0 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-heading h2 {
    font-size: 24px;
    line-height: 24px;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-heading .btn {
    margin-bottom: 10px;
  }
  body#architectuur #page.page-architectuur .home-top-content .top-content p {
    font-size: 16px;
    line-height: 30px;
  }
  body#architectuur #page.page-architectuur .home-steps {
    padding-bottom: 30px;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps {
    width: 100%;
    margin-left: 0;
  }
  body#architectuur #page.page-architectuur .home-steps .three-steps .step {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-architectuur .home-section-objects .objects h2 {
    font-size: 22px;
  }
  body#architectuur #page.page-architectuur .home-section-objects .objects .object-details h2 {
    font-size: 16px;
  }
  body#architectuur #page.page-architectuur .home-latest-news h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  body#architectuur #page.page-architectuur .news-container {
    width: 100%;
    margin-left: 0;
  }
  body#architectuur #page.page-architectuur .news-container .news-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body#architectuur #page.page-architectuur .moodboards .grid.cntr .module {
    padding-top: 0;
    padding-bottom: 0;
  }
  body#architectuur #page.page-architectuur .moodboards .left h2 {
    font-size: 22px;
  }
  body#architectuur #page.page-architectuur .moodboards .left h3 {
    font-size: 20px;
  }
  body#architectuur #page.page-architectuur .moodboards .left p {
    margin-bottom: 28px;
  }
  body#architectuur #page.page-architectuur .home-contact {
    padding-top: 0;
  }
  body#architectuur #page.page-architectuur .home-contact .left {
    width: 100%;
    padding-right: 0;
  }
  body#architectuur #page.page-architectuur .home-contact .right {
    width: 100%;
    padding-left: 0;
  }
  body#architectuur #page.page-architectuur .home-contact .right h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body#architectuur #page.page-architectuur .home-top-content .top-heading .btn {
    text-align: center !important;
    width: 100%;
  }
}
body.blog #page.page-architectuur .section,
body.archive #page.page-architectuur .section,
body.category #page.page-architectuur .section {
  background: #f5f6f9;
}
body.blog #page.page-architectuur .section .news-container,
body.archive #page.page-architectuur .section .news-container,
body.category #page.page-architectuur .section .news-container {
  padding: 20px 0 100px 0;
}
body.blog #page.page-architectuur .section .news-container .news-item,
body.archive #page.page-architectuur .section .news-container .news-item,
body.category #page.page-architectuur .section .news-container .news-item {
  margin-bottom: 30px;
}
body.blog #page.page-architectuur .section .news-container .news-item .news-item-inner .news-item-image,
body.archive #page.page-architectuur .section .news-container .news-item .news-item-inner .news-item-image,
body.category #page.page-architectuur .section .news-container .news-item .news-item-inner .news-item-image {
  height: 200px !important;
}
body.error404 #page.page-architectuur .section {
  background: #f5f6f9;
}
body.error404 #page.page-architectuur .section .featured-header-image {
  height: 355px;
}
body.error404 #page.page-architectuur .section .content {
  padding: 60px 0 100px 0;
}
#page.page-architectuur .news-container {
  position: relative;
  display: inline-block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#page.page-architectuur .news-container .news-item {
  float: left;
  padding: 0 15px;
}
#page.page-architectuur .news-container .news-item .news-item-inner {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#page.page-architectuur .news-container .news-item .news-item-inner:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#page.page-architectuur .news-container .news-item .news-item-inner:hover .news-item-content .chevron:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-image {
  position: relative;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content {
  background: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-decoration: none !important;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(68, 68, 68, 0.65);
  text-decoration: none !important;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content ul {
  margin-top: auto;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content ul li {
  position: relative;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content ul li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right.svg') bottom left / 6px no-repeat;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .news-container .news-item .news-item-inner .news-item-content .chevron {
  align-self: flex-start;
  margin-top: auto;
}
#page.page-architectuur .location-info-section {
  display: inline-block;
  width: 100%;
  background: #f5f6f9;
  padding-bottom: 80px;
}
#page.page-architectuur .location-info-section .grid .left {
  float: left;
  overflow: hidden;
  width: 50%;
  padding-right: 15px;
}
#page.page-architectuur .location-info-section .grid .left h1,
#page.page-architectuur .location-info-section .grid .left h2,
#page.page-architectuur .location-info-section .grid .left h3,
#page.page-architectuur .location-info-section .grid .left h4,
#page.page-architectuur .location-info-section .grid .left h5,
#page.page-architectuur .location-info-section .grid .left h6 {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-top: 20px;
}
#page.page-architectuur .location-info-section .grid .right {
  float: left;
  overflow: hidden;
  width: 50%;
  background: none;
  padding-left: 15px;
  padding-top: 0;
}
#page.page-architectuur .location-info-section .grid .right .specifications-container {
  margin-bottom: 0;
}
#page.page-architectuur .location-info-section .grid .right .specifications-container:nth-child(1) {
  padding-top: 0;
}
#page.page-architectuur .location-info-section .grid .right .specifications-container .specification-block {
  padding: 15px 30px;
  margin-bottom: 15px;
}
#page.page-architectuur .location-info-section .grid .right .specifications-container .source {
  font-size: 12px;
  color: #444444;
  font-style: italic;
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .location-info-section {
    padding-bottom: 30px;
  }
  #page.page-architectuur .location-info-section .grid .left {
    width: 100%;
    padding-right: 0;
  }
  #page.page-architectuur .location-info-section .grid .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .location-info-section .grid .right .specifications-container .specification-block {
    padding: 5px 15px;
  }
  #page.page-architectuur .location-info-section .grid .right .specifications-container .specification-block ul li .value {
    padding-left: 10px;
  }
}
#page.page-architectuur .employees {
  width: 100%;
  max-width: calc(100% + 6px);
  margin-left: -3px;
}
#page.page-architectuur .employees .single-employee {
  padding: 0 1.5px;
  margin-bottom: 3px;
}
#page.page-architectuur .employees .single-employee .single-employee-inner {
  position: relative;
  background: white;
  padding: 20px 20px 50px 20px;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .photo {
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-architectuur .employees .single-employee .single-employee-inner h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 3px 0;
  padding-bottom: 0;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .functie {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 3px;
  word-wrap: break-word;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .telefoonnummer {
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 23px;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .contact-icons {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 20px;
  left: 20px;
  padding-bottom: 0 !important;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .contact-icons li {
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 0 !important;
}
#page.page-architectuur .employees .single-employee .single-employee-inner .contact-icons li:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .employees .single-employee {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 960px) {
  #page.page-architectuur .employees {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #page.page-architectuur .employees .single-employee {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .employees .single-employee {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .employees .single-employee {
    width: 50%;
  }
  #page.page-architectuur .employees .single-employee .single-employee-inner {
    padding: 10px 10px 40px 10px;
  }
  #page.page-architectuur .employees .single-employee .single-employee-inner .contact-icons {
    left: 10px;
    bottom: 10px;
  }
}
#page.page-architectuur .project-architect {
  overflow: hidden;
  padding: 0 0 80px 0;
  background: #f5f6f9;
}
#page.page-architectuur .project-architect .architect-container {
  max-width: 1070px;
  margin: 0 auto;
}
#page.page-architectuur .project-architect .architect-container .architect-photo {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#page.page-architectuur .project-architect .architect-container .architect-content {
  float: left;
  width: calc(100% - 210px);
}
#page.page-architectuur .project-architect .architect-container .architect-content .architect-tekst p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(68, 68, 68, 0.75);
}
#page.page-architectuur .project-architect .architect-container .architect-content .architect-name {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}
#page.page-architectuur .project-architect .architect-container .architect-content .architect-name span {
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .project-architect .architect-container .architect-photo {
    float: none;
    clear: both;
    margin: 0 auto 20px;
  }
  #page.page-architectuur .project-architect .architect-container .architect-content {
    text-align: center !important;
    float: none;
    clear: both;
    width: 100%;
  }
  #page.page-architectuur .project-architect .architect-container .architect-content .architect-name {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .project-architect {
    padding-bottom: 30px;
  }
  #page.page-architectuur .project-architect .architect-container .architect-photo {
    width: 100px;
    height: 100px;
  }
  #page.page-architectuur .project-architect .architect-container .architect-content .architect-tekst p {
    font-size: 14px;
    line-height: 26px;
  }
}
#page.page-architectuur .project-specification {
  padding-bottom: 115px;
}
#page.page-architectuur .project-specification .grid .left {
  width: 50% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px !important;
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .project-specification {
    padding-bottom: 70px;
  }
  #page.page-architectuur .project-specification .grid .left {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .project-specification {
    padding-bottom: 30px;
  }
}
#page.page-architectuur .s2-images {
  padding: 0 0 80px 0;
  background: #f5f6f9;
}
#page.page-architectuur .s2-images .s2-container {
  display: inline-block;
  width: calc(100% + 10px);
  margin-left: -5px;
}
#page.page-architectuur .s2-images .s2-container.mobile {
  display: none;
}
#page.page-architectuur .s2-images .first-four {
  float: left;
  width: 66.6666%;
}
#page.page-architectuur .s2-images .first-four li {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 5px;
}
#page.page-architectuur .s2-images .first-four li a {
  width: 100%;
  height: 280px;
}
#page.page-architectuur .s2-images .first-four li a.image {
  display: inline-block;
}
#page.page-architectuur .s2-images .first-four li [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-architectuur .s2-images .first-four li:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .s2-images .fifth {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 0 5px;
}
#page.page-architectuur .s2-images .fifth a {
  width: 100%;
  height: 570px;
}
#page.page-architectuur .s2-images .fifth a.image {
  display: inline-block;
}
#page.page-architectuur .s2-images .fifth [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-architectuur .s2-images .fifth:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .s2-images .all-other {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-architectuur .s2-images .all-other li {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 0 5px;
}
#page.page-architectuur .s2-images .all-other li a {
  width: 100%;
  height: 280px;
}
#page.page-architectuur .s2-images .all-other li a.image {
  display: inline-block;
}
#page.page-architectuur .s2-images .all-other li [class^='PIN'] {
  position: absolute;
  right: 5px;
  bottom: 9px;
  opacity: 0;
}
#page.page-architectuur .s2-images .all-other li:hover [class^='PIN'] {
  opacity: 1;
}
#page.page-architectuur .s2-images .all-other.show {
  max-height: 3000px;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 1.4s 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
#page.page-architectuur .s2-images .more-images {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 104px;
  padding: 0;
  opacity: 1;
}
#page.page-architectuur .s2-images .more-images.hide {
  height: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .s2-images .first-four li [class^='PIN'],
  #page.page-architectuur .s2-images .all-other li [class^='PIN'] {
    right: 5px !important;
    bottom: 9px !important;
  }
  #page.page-architectuur .s2-images .fifth [class^='PIN'] {
    right: 5px !important;
    bottom: 9px !important;
  }
}
@media only screen and (max-width: 800px) {
  #page.page-architectuur .s2-images .s2-container {
    display: none;
  }
  #page.page-architectuur .s2-images .s2-container.mobile {
    display: block;
  }
  #page.page-architectuur .s2-images .s2-container.mobile .object-image-slider.mobile .slick-slide .fancybox {
    width: 100%;
    height: 100%;
  }
  #page.page-architectuur .s2-images .s2-container.mobile .slider-pager {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 0 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page.page-architectuur .s2-images .more-images {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .s2-images {
    padding-bottom: 30px !important;
  }
}
body.page-template-page-projecten #page.page-architectuur .section .grid .content h1 {
  font-size: 32px;
  font-weight: 400;
}
body.page-template-page-projecten #page.page-architectuur .section .grid .content p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
body.page-template-page-projecten #page.page-architectuur .section .btn.more {
  font-size: 16px;
  font-weight: 400;
}
#page.page-architectuur .page-projects-section {
  padding-bottom: 100px;
}
#page.page-architectuur .page-projects-section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .page-projects-section.filters-open:after {
  opacity: 1;
  visibility: visible;
}
#page.page-architectuur .page-projects-section .grid {
  padding-top: 50px;
}
#page.page-architectuur .page-projects-section .project-filters {
  padding-right: 50px;
}
#page.page-architectuur .page-projects-section .project-filters .close {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#page.page-architectuur .page-projects-section .project-filters .close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page.page-architectuur .page-projects-section .project-filters .close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: #222222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page.page-architectuur .page-projects-section .project-filters h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}
#page.page-architectuur .page-projects-section .project-filters .filter-container {
  display: inline-block;
  width: 100%;
  background: white;
  padding: 30px 30px 0 30px;
}
#page.page-architectuur .page-projects-section .project-filters .filter-container h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
#page.page-architectuur .page-projects-section .project-filters .filter-container .filter-block {
  margin-bottom: 35px;
}
#page.page-architectuur .page-projects-section .projects {
  float: right;
}
#page.page-architectuur .page-projects-section .projects .filter-projects-button {
  display: none;
}
#page.page-architectuur .page-projects-section .projects-inner {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
}
#page.page-architectuur .page-projects-section .projects-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(245, 246, 249, 0.75);
  opacity: 0;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.page-architectuur .page-projects-section .projects-inner .circle-loader {
  display: inline-block;
  position: absolute;
  left: calc(50% - 30px);
  top: 35px;
  margin: 15px;
  font-size: 10px;
  z-index: 2;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(0, 0, 0, 0.55);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circle-loader 1.1s infinite linear;
  animation: circle-loader 1.1s infinite linear;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .page-projects-section .projects-inner .circle-loader,
#page.page-architectuur .page-projects-section .projects-inner .circle-loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#page.page-architectuur .page-projects-section .projects-inner.loading:before {
  opacity: 1;
  z-index: 1;
}
#page.page-architectuur .page-projects-section .projects-inner.loading .circle-loader {
  opacity: 1;
}
#page.page-architectuur .page-projects-section .projects-inner .object {
  width: calc((100% - 60px) / 3);
}
#page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(4n) {
  margin-right: 30px;
}
#page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(3n) {
  margin-right: 0px;
}
#page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(4n + 1) {
  clear: none;
}
#page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(3n + 1) {
  clear: left;
}
@media only screen and (max-width: 1200px) {
  #page.page-architectuur .page-projects-section .project-filters {
    width: 33.3333%;
  }
  #page.page-architectuur .page-projects-section .projects {
    width: 66.6666%;
  }
}
@media only screen and (max-width: 1024px) {
  #page.page-architectuur .page-projects-section .grid.cntr {
    padding-top: 20px;
  }
  #page.page-architectuur .page-projects-section .grid.cntr h1 {
    font-size: 28px !important;
  }
  #page.page-architectuur .page-projects-section .project-filters {
    padding-right: 30px;
  }
  #page.page-architectuur .page-projects-section .project-filters h2 {
    font-size: 28px;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object {
    width: calc((100% - 30px) / 2);
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(4n) {
    margin-right: 0px;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(3n) {
    margin-right: 0px;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(4n + 1) {
    clear: none;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(3n + 1) {
    clear: none;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(even) {
    margin-right: 0;
  }
  #page.page-architectuur .page-projects-section .projects-inner .object:nth-of-type(odd) {
    clear: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #page.page-architectuur .page-projects-section {
    margin-top: 60px;
  }
  #page.page-architectuur .page-projects-section .grid.cntr {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #page.page-architectuur .page-projects-section .project-filters {
    position: fixed;
    width: 300px;
    top: 0;
    left: 0;
    height: calc(100vh - 0px);
    z-index: 9999;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(0.74, 0, 0.13, 1);
    -webkit-transform: translateX(-310px);
    -moz-transform: translateX(-310px);
    -ms-transform: translateX(-310px);
    -o-transform: translateX(-310px);
    transform: translateX(-310px);
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #page.page-architectuur .page-projects-section .project-filters.filters-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #page.page-architectuur .page-projects-section .project-filters .close {
    display: block;
  }
  #page.page-architectuur .page-projects-section .project-filters h2 {
    padding-left: 20px;
    font-size: 22px;
  }
  #page.page-architectuur .page-projects-section .project-filters .filter-container {
    width: 100%;
    padding: 10px 10px 0 20px;
    height: 100%;
  }
  #page.page-architectuur .page-projects-section .projects {
    width: 100%;
    z-index: 1;
  }
  #page.page-architectuur .page-projects-section .projects h1 {
    font-size: 22px !important;
  }
  #page.page-architectuur .page-projects-section .projects p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: rgba(34, 34, 34, 0.75) !important;
  }
  #page.page-architectuur .page-projects-section .projects .filter-projects-button {
    display: inline-block;
    font-weight: 400;
  }
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .page-projects-section .projects h1 {
    font-size: 18px !important;
  }
  #page.page-architectuur .page-projects-section .project-filters {
    padding-bottom: 100px;
  }
  #page.page-architectuur .page-projects-section .project-filters h2 {
    font-size: 18px;
  }
  #page.page-architectuur .page-projects-section .project-filters .filter-container h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .page-projects-section .projects-inner .object {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
#page.page-architectuur [class^='PIN'] {
  width: 40px;
  height: 40px;
  background-color: #bd081c;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-size: 20px;
  background-position: 10px 9px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#page.page-architectuur .show-more {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease;
}
body.page-template-page-bedrijven #page.page-architectuur .show-more {
  margin-bottom: 30px;
}
#page.page-architectuur .show-more .grid.cntr .module {
  padding: 0 0 10px 0;
}
#page.page-architectuur .show-more .btn {
  display: block;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 300;
}
#page.page-architectuur .show-more .btn.disabled {
  pointer-events: none;
  cursor: default;
}
#page.page-architectuur .show-more .btn.disabled:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  pointer-events: none;
}
#page.page-architectuur .show-more.loading {
  opacity: 0;
  visibility: hidden;
}
#page.page-architectuur .wpcf7 {
  overflow: hidden;
}
#page.page-architectuur .wpcf7 .row {
  display: inline-block;
  width: 100%;
}
#page.page-architectuur .wpcf7 .row .wpcf7-form-control-wrap {
  margin-bottom: 4px;
}
#page.page-architectuur .wpcf7 .row--flex-center {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap.required:after {
  font-family: 'Martel Sans', sans-serif;
  position: absolute;
  top: 6px;
  right: 10px;
  content: "*";
  font-size: 14px;
  color: #9f0000;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap input,
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap select {
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: rgba(34, 34, 34, 0.75);
  padding: 0 15px;
  height: 41px;
  line-height: 39px;
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.85);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding-top: 1px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap input:active,
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap select:active,
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap input:focus,
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap select:focus {
  background: #f5f6f9;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap textarea {
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
  padding: 9px 15px;
  width: 100%;
  resize: none;
  height: 100%;
  max-height: 170px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap textarea:active,
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  background: #f5f6f9;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap select {
  appearance: none;
  -webkit-appearance: none;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
  max-width: 450px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  padding-right: 10px;
  width: 50%;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  color: rgba(34, 34, 34, 0.75);
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #222222;
  padding: 0;
  transform: translateY(-2px);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-architectuur .wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"]:checked {
  background: #222222;
}
#page.page-architectuur .wpcf7 .form-half-left {
  padding-right: 8px;
}
#page.page-architectuur .wpcf7 .form-half-right {
  padding-left: 8px;
}
#page.page-architectuur .wpcf7 h5 {
  font-size: 14px;
  padding-bottom: 7px;
}
#page.page-architectuur .wpcf7 .wpcf7-submit {
  margin-bottom: 15px;
}
#page.page-architectuur .wpcf7 .screen-reader-response {
  display: none;
}
#page.page-architectuur .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  padding: 5px 15px 0;
  color: #9f0000;
}
#page.page-architectuur .wpcf7 .wpcf7-validation-errors,
#page.page-architectuur .wpcf7 .wpcf7-mail-sent-ok {
  display: block;
  overflow: hidden;
  padding: 8px 15px 5px;
  color: #9f0000;
  border: 1px solid #9f0000;
  background: rgba(159, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#page.page-architectuur .wpcf7 .wpcf7-mail-sent-ok {
  color: #87b800;
  border-color: #87b800;
  background: rgba(135, 184, 0, 0.1);
}
#page.page-architectuur .wpcf7 .col-1-3,
#page.page-architectuur .wpcf7 .form-left {
  padding-right: 8px;
}
#page.page-architectuur .wpcf7 .col-2-3,
#page.page-architectuur .wpcf7 .form-right {
  padding-left: 8px;
}
#page.page-architectuur .wpcf7 .is-select {
  position: relative;
}
#page.page-architectuur .wpcf7 .is-select:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background: url('/wp-content/themes/weghorst/static/images/icons/arrow-down.svg') center center / 12px no-repeat;
  /* transform: rotage(90deg); */
  content: "";
  pointer-events: none;
}
#page.page-architectuur .wpcf7 .three-left {
  padding-right: 8px;
}
#page.page-architectuur .wpcf7 .three-mid {
  padding: 0 8px;
}
#page.page-architectuur .wpcf7 .three-right {
  padding-left: 8px;
  padding-right: 0;
}
#page.page-architectuur .interesses-form {
  max-width: 75%;
  margin-top: 40px;
}
#page.page-architectuur .editor {
  position: relative;
}
body.single #page.page-architectuur .editor.with-read-more {
  overflow: hidden;
  margin-top: 25px;
  padding-right: 40px;
  height: 100%;
  max-height: 165px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
body.single #page.page-architectuur .editor.with-read-more:before {
  position: absolute;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
  background: #f5f6f9;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single #page.page-architectuur .editor.with-read-more:after {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 28px;
  content: "";
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f8f4+0,f9f8f4+99&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f8f4', endColorstr='#f9f8f4', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single #page.page-architectuur .editor.with-read-more.open {
  max-height: 2000px;
  -webkit-transition: all 1s 0.3s ease;
  -moz-transition: all 1s 0.3s ease;
  -ms-transition: all 1s 0.3s ease;
  -o-transition: all 1s 0.3s ease;
  transition: all 1s 0.3s ease;
}
body.single #page.page-architectuur .editor.with-read-more.open:before,
body.single #page.page-architectuur .editor.with-read-more.open:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.2s ease;
  -moz-transition: all 0.2s 0.2s ease;
  -ms-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
}
body.single #page.page-architectuur .editor.with-read-more .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#page.page-architectuur .editor ul li {
  padding-left: 20px;
}
#page.page-architectuur .editor p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 26px;
  color: rgba(68, 68, 68, 0.75);
}
@media only screen and (max-width: 640px) {
  #page.page-architectuur .wpcf7 .form-half-left {
    padding-right: 0;
  }
  #page.page-architectuur .wpcf7 .form-half-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #page.page-architectuur .wpcf7 .interesses-form {
    max-width: 100%;
    margin-top: 20px;
  }
  #page.page-architectuur .wpcf7 .col-1-3,
  #page.page-architectuur .wpcf7 .col-2-3,
  #page.page-architectuur .wpcf7 .form-left,
  #page.page-architectuur .wpcf7 .form-right {
    padding-left: 0;
    padding-right: 0;
  }
  #page.page-architectuur .wpcf7 .three-left,
  #page.page-architectuur .wpcf7 .three-mid,
  #page.page-architectuur .wpcf7 .three-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
  }
}
#page.page-architectuur img.alignleft {
  float: left;
}
#page.page-architectuur img.alignright {
  float: right;
}
#page.page-architectuur .gradient-editor-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f8f4+0,f9f8f4+99&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 248, 244, 0) 0%, rgba(249, 248, 244, 0.99) 99%, #f9f8f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f8f4', endColorstr='#f9f8f4', GradientType=0);
  /* IE6-9 */
}
#page.page-architectuur .gradient-steps-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceadc+0,eceadc+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(236, 234, 220, 0) 0%, #eceadc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eceadc', endColorstr='#eceadc', GradientType=0);
  /* IE6-9 */
}
body[aria-label="page-bedrijven"] .header .header-bottom .logo {
  background-image: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-bedrijfsmakelaardij.svg') !important;
}
@media only screen and (max-width: 1023px) {
  body[aria-label="page-bedrijven"] .header .mobile-logo {
    background-image: url('/wp-content/themes/weghorst/static/images/icons/logo-weghorst-bedrijfsmakelaardij.svg') !important;
  }
}
body {
  text-align: left !important;
  line-height: 24px;
  font-size: 14px;
  overflow-x: hidden;
  font-family: 'Martel Sans', sans-serif;
}
body:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(34, 34, 34, 0.4);
  z-index: 9979;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.blurred {
  overflow-y: hidden;
}
body.blurred:after {
  opacity: 1;
  visibility: visible;
}
body.blurred header,
body.blurred .section {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
body.nav-blurred .section {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
body #fancybox-overlay {
  background-color: #111 !important;
  opacity: 0.8 !important;
}
body a#fancybox-left,
body a#fancybox-right {
  bottom: auto !important;
  top: 0 !important;
  height: calc(100% - 150px) !important;
}
body a#fancybox-left span,
body a#fancybox-right span {
  width: 40px !important;
  height: 40px !important;
  top: calc(50% + 70px) !important;
}
body a#fancybox-left span {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 20px no-repeat !important;
  padding: 20px;
  background-position-x: 30px !important;
  background-position-y: 24px !important;
  background-color: rgba(34, 34, 34, 0.8) !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body a#fancybox-right span {
  background: url('/wp-content/themes/weghorst/static/images/icons/chevron-right-white.svg') bottom left / 20px no-repeat !important;
  padding: 20px;
  background-position-x: 30px !important;
  background-position-y: 24px !important;
  background-color: rgba(34, 34, 34, 0.8) !important;
}
body a#fancybox-close {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  background-image: none !important;
  top: -40px !important;
  right: -5px !important;
}
body a#fancybox-close:before {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: white;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body a#fancybox-close:after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 35px;
  height: 4px;
  background: white;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .fancybox-navigation .fancybox-button {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media only screen and (max-width: 1280px) {
  body a#fancybox-left {
    visibility: visible !important;
  }
  body a#fancybox-left span {
    left: 20px !important;
    right: auto !important;
    padding: 20px;
    background-position-x: 30px !important;
    background-position-y: 24px !important;
    background-color: rgba(34, 34, 34, 0.8) !important;
  }
  body a#fancybox-right {
    visibility: visible !important;
  }
  body a#fancybox-right span {
    left: auto !important;
    right: 20px !important;
    padding: 20px;
    background-position-x: 30px !important;
    background-position-y: 24px !important;
    background-color: rgba(34, 34, 34, 0.8) !important;
  }
}
@media only screen and (max-width: 640px) {
  body:after {
    background: rgba(34, 34, 34, 0.8);
  }
  body a#fancybox-left {
    visibility: visible !important;
  }
  body a#fancybox-left span {
    width: 20px !important;
    height: 20px !important;
    left: 0px !important;
    right: auto !important;
    padding: 5px;
    background-position-x: 10px !important;
    background-position-y: 6px !important;
    background-color: rgba(34, 34, 34, 0.7) !important;
    background-size: 10px !important;
  }
  body a#fancybox-right {
    visibility: visible !important;
  }
  body a#fancybox-right span {
    width: 20px !important;
    height: 20px !important;
    left: auto !important;
    right: 0px !important;
    padding: 5px;
    background-position-x: 10px !important;
    background-position-y: 6px !important;
    background-color: rgba(34, 34, 34, 0.7) !important;
    background-size: 10px !important;
  }
  body #fancybox-title-over {
    padding: 4px 10px !important;
  }
}
.page-id-664 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-666 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-9293 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-21288 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55251 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55309 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55311 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55313 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55319 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55321 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55323 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55325 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55327 .section .search .options-wrapper .input-wrapper.streetname,
.page-id-55329 .section .search .options-wrapper .input-wrapper.streetname {
  width: calc(50% - 5px) !important;
  margin-right: 5px;
}
.page-id-664 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-666 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-9293 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-21288 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55251 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55309 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55311 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55313 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55319 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55321 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55323 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55325 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55327 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-55329 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
.page-id-664 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-666 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-9293 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-21288 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55251 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55309 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55311 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55313 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55319 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55321 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55323 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55325 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55327 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
.page-id-55329 .section .search .options-wrapper .select-wrapper:nth-of-type(odd) {
  margin-right: 5px !important;
  margin-left: 0px !important;
}
.page-id-664 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-666 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-9293 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-21288 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55251 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55309 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55311 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55313 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55319 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55321 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55323 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55325 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55327 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-55329 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
.page-id-664 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-666 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-9293 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-21288 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55251 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55309 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55311 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55313 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55319 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55321 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55323 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55325 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55327 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
.page-id-55329 .section .search .options-wrapper .select-wrapper:nth-of-type(even) {
  margin-right: 0px !important;
  margin-left: 5px !important;
}
@media only screen and (max-width: 768px) {
  .page-id-664 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-666 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-9293 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-21288 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55251 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55309 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55311 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55313 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55319 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55321 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55323 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55325 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55327 .section .search .options-wrapper .input-wrapper.streetname,
  .page-id-55329 .section .search .options-wrapper .input-wrapper.streetname {
    width: 75% !important;
    margin-right: 0px;
  }
  .page-id-664 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-666 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-9293 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-21288 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55251 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55309 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55311 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55313 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55319 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55321 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55323 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55325 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55327 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-55329 .section .search .options-wrapper .input-wrapper:nth-of-type(odd),
  .page-id-664 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-666 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-9293 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-21288 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55251 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55309 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55311 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55313 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55319 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55321 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55323 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55325 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55327 .section .search .options-wrapper .select-wrapper:nth-of-type(odd),
  .page-id-55329 .section .search .options-wrapper .select-wrapper:nth-of-type(odd) {
    margin-right: 0px !important;
    margin-left: 5px !important;
  }
  .page-id-664 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-666 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-9293 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-21288 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55251 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55309 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55311 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55313 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55319 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55321 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55323 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55325 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55327 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-55329 .section .search .options-wrapper .input-wrapper:nth-of-type(even),
  .page-id-664 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-666 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-9293 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-21288 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55251 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55309 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55311 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55313 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55319 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55321 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55323 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55325 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55327 .section .search .options-wrapper .select-wrapper:nth-of-type(even),
  .page-id-55329 .section .search .options-wrapper .select-wrapper:nth-of-type(even) {
    margin-right: 5px !important;
    margin-left: 0px !important;
  }
}
.list-item {
  display: inline-block;
  margin-right: 10px;
}
.list-enter-active,
.list-leave-active {
  transition: all 0.6s ease-in-out !important;
}
.list-enter,
.list-leave-active {
  opacity: 0;
  transform: translateY(30px);
}
[v-cloak] {
  display: none;
}
.img_wrapper-news {
  max-height: 226px;
  min-height: 226px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* reCAPTCHA hidden */
.grecaptcha-badge {
  display: none !important;
}
.search-items {
  overflow: hidden;
}
.search-items label {
  position: relative;
  padding-left: 25px;
  display: block !important;
}
.search-items label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 2px;
  transition: all .2s ease;
  box-sizing: border-box;
}
.search-items label:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 15px;
  height: 15px;
  background: #222222;
  transform: scale(0);
  border-radius: 2px;
  transform-origin: center;
  transition: all .2s ease;
  box-sizing: border-box;
}
.search-items label.active:before {
  border: 1px solid #222222;
}
.search-items label.active:after {
  transform: scale(1);
}
.search-items input {
  width: 100%;
}
.selectboxit {
  background: white;
  border: 1px solid #222222;
  border-radius: 2px !important;
  padding-left: 10px !important;
}
.selectboxit-list {
  border-radius: 2px !important;
  border: 1px solid #222222;
  margin-top: -1px;
}
.selectboxit-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-indent: 0 !important;
  height: 40px;
  width: 100%;
}
.selectboxit-list li a {
  height: 40px !important;
  line-height: 40px !important;
  width: 100% !important;
  padding: 0 10px!important;
  text-decoration: none !important;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #222222;
  color: #ffffff !important;
}
.selectboxit-container * {
  font-family: 'Martel Sans', sans-serif !important;
}
a.clear-selected {
  display: none !important;
}
a.show-more-toggle {
  display: none !important;
}
.search-field.hide-non-selected[data-selected="1"] label:not(.active) {
  display: block !important;
}
.display-grid {
  display: none;
}
body.post-type-archive-realworks_wonen  input[type="text"],
body.post-type-archive-realworks_bog input[type="text"] {
  padding: 10px 17px 8px !important;
  border: 1px solid rgba(34, 34, 34, 0.25) !important;
  border-radius: 3px !important;
  margin: 0 !important;
  transition: all .2s ease;
  width: 100%;
}
body.post-type-archive-realworks_wonen  input[type="text"]:hover,
body.post-type-archive-realworks_bog input[type="text"]:hover {
  border-color: rgba(34, 34, 34, 0.6) !important;
}
#entity-results.search-content ul.display li {
  padding: 0;
}
#entity-results.search-content ul.display li:first-child {
  margin-right: 10px;
}
#entity-results.search-content ul.display li a {
  font-weight: 400;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 10px 35px 8px 20px;
  cursor: pointer;
  border: 1px solid rgba(34, 34, 34, 0.25);
  transition: all .2s ease;
}
#entity-results.search-content ul.display li a:hover {
  border: 1px solid rgba(34, 34, 34, 0.6);
}
#entity-results.search-content ul.display li.display-map a:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  right: 12px;
  opacity: 1;
  content: "";
  transition: all .2s ease;
  background: url('/wp-content/themes/weghorst/static/images/icons/marker.svg') bottom left / 15px no-repeat;
}
#entity-results.search-content ul.display li.display-list a {
  padding: 10px 40px 8px 20px;
}
#entity-results.search-content ul.display li.display-list a:after {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 13px;
  right: 13px;
  opacity: 1;
  content: "";
  transition: all .2s ease;
  background: url('/wp-content/themes/weghorst/static/images/icons/btn-burger.svg') bottom left / 16px no-repeat;
  pointer-events: none;
}
#entity-results.search-content.map ul.display li.display-map a {
  border: 1px solid rgba(34, 34, 34, 0.6);
}
#entity-results.search-content.list ul.display li.display-list a {
  border: 1px solid rgba(34, 34, 34, 0.6);
}
@media (max-width: 480px) {
  #entity-results.search-content ul.display {
    margin-left: 0;
  }
}
#entity-results.search-content .pagination {
  float: left;
  clear: left;
}
#entity-results.search-content .pagination a {
  font-weight: 400;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  padding: 10px 15px 8px 15px;
  cursor: pointer;
  border: 1px solid rgba(34, 34, 34, 0.25);
  transition: all .2s ease;
}
#entity-results.search-content .pagination a:hover {
  border: 1px solid rgba(34, 34, 34, 0.6);
}
#entity-results.search-content .pagination.nav-previous a > span {
  padding-right: 5px;
}
#entity-results.search-content .pagination.nav-next {
  float: right;
  margin-left: auto;
  clear: right;
}
#entity-results.search-content .pagination.nav-next a {
  margin-left: auto;
}
#entity-results.search-content .pagination.nav-next a > span {
  padding-left: 5px;
}
#entity-results.search-content .infinite-results {
  display: none;
}
.search-items input {
  padding: 0 15px !important;
  height: 45px !important;
  border: 1px solid #222222 !important;
  border-radius: 2px !important;
  max-height: 45px !important;
}
.selectboxit-option-icon-container {
  display: none !important;
}
.search-settings {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 20px 0;
}
.search-settings ul.display {
  margin-left: auto;
}
.search-settings .selectboxit-container {
  margin-left: 10px !important;
}
@media (max-width: 480px) {
  .search-settings {
    display: block;
    float: left;
    padding: 33px 0 20px 0;
  }
  .search-settings ul.display {
    display: block;
    width: 100%;
    margin-top: 10px;
    clear: both;
  }
  .search-settings .selectboxit-container {
    margin-left: 15px !important;
    margin-top: -13px !important;
  }
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 45px !important;
  line-height: 45px !important;
}
.selectboxit-container .selectboxit-options a {
  padding: 0 17px !important;
}
.selectboxit .selectboxit-arrow-container {
  width: 40px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 45% !important;
}
.selectboxit.enabled {
  background: none !important;
}
.selectboxit-options.selectboxit-list {
  border-radius: 0 0 2px 2px !important;
  border: 1px solid rgba(34, 34, 34, 0.6) !important;
  border-top: 0 !important;
  transform: translateY(-1px);
}
.selectboxit-container {
  margin: 0 !important;
}
.selectboxit-container > .selectboxit {
  border: 1px solid rgba(34, 34, 34, 0.25);
  background: none !important;
  transition: all .2s ease;
}
.selectboxit-container > .selectboxit:hover {
  border: 1px solid rgba(34, 34, 34, 0.6);
  background: white !important;
}
.selectboxit-container > .selectboxit-open {
  border: 1px solid rgba(34, 34, 34, 0.6);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: white !important;
}
.selectboxit-container > ul {
  max-width: 100% !important;
  width: 100% !important;
}
.search#entity-search {
  display: flex;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .search#entity-search {
    flex-wrap: wrap;
  }
}
.search#entity-search input[type=submit] {
  margin-top: auto;
  padding: 0 30px;
  height: 40px;
  background: #222222;
  border: 2px solid #222222;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.search#entity-search input[type=submit]:hover {
  background: #ffffff;
  color: #222222;
}
@media (max-width: 640px) {
  .search#entity-search {
    margin-bottom: 0 !important;
    padding: 10px 10px 50px 10px;
  }
}
@media (max-width: 400px) {
  #entity-results.results-container {
    margin: 0 !important;
  }
}
.objects-inner .search-map {
  margin: 0;
}
.objects-inner .search-map #google-map {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.objects-inner.realworks {
  margin-top: 0 !important;
}
.input-group {
  margin-bottom: 10px;
}
.search-field {
  width: 20%;
  margin: 0;
}
.search-field[data-name=type] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 875px) {
  .search-field[data-name=type]:last-of-type {
    padding-left: 0;
  }
}
.search-field.search-range-slider {
  margin-right: 30px;
}
.search-field.has-select-left,
.search-field.has-select-right {
  width: 25%;
  padding-right: 5px;
  margin-bottom: 10px;
}
.search-field.has-select-right {
  padding-left: 5px;
}
@media (max-width: 1200px) {
  .search-field {
    width: 25%;
  }
}
@media (max-width: 875px) {
  .search-field {
    width: 33.3333%;
  }
  .search-field.has-select-left,
  .search-field.has-select-right {
    width: 50%;
  }
  .search-field:nth-of-type(3) {
    padding-left: 0;
  }
  .search-field.search-range-slider {
    margin-right: 0;
    padding-right: 15px;
  }
  .search-field input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .search-field {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .search-field.has-select-left,
  .search-field.has-select-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .search-field.has-checkbox {
    float: left;
    width: 50%;
  }
  .search-field[data-name="type"] {
    padding-left: 0;
    padding-right: 0;
  }
  .search-field.search-range-slider {
    padding-right: 0;
  }
  .search-field #prijs-minSelectBoxItContainer {
    margin-bottom: 10px !important;
  }
}
.search-field h4 {
  font-size: 14px !important;
  padding-bottom: 0 !important;
}
.realworks-search-submit {
  position: absolute !important;
  right: 30px;
  bottom: 30px;
  margin-right: 0 !important;
}
@media (max-width: 640px) {
  .realworks-search-submit {
    right: 10px;
    bottom: 10px;
  }
}
.ui-slider {
  height: 2px;
}
.ui-slider .ui-slider-range {
  background: #222222;
}
.ui-slider-handle {
  cursor: pointer !important;
}
.ui-slider-handle span {
  background-color: #ffdf00 !important;
  height: 17px !important;
  width: 17px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  transform: translateY(-6px);
}
.search-results-total {
  font-weight: bold;
}
.search-content {
  margin-left: 0;
}
.slider-container .slider-values .low,
.slider-container .slider-values .high {
  font-size: 14px;
}
.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  z-index: 999999999;
  width: 100% !important;
  max-width: 530px !important;
  max-height: 500px;
  border: 1px solid #222222;
  border-radius: 3px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateY(12px);
}
.ui-autocomplete .ui-menu-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 45px;
  width: 100%;
  font-size: 90%;
  background: white;
  margin: 0;
  border-bottom: 0;
  padding: 0 17px;
  color: #222222;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 0;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #222222;
  color: white;
}
@media (max-width: 590px) {
  .ui-autocomplete {
    max-width: calc(100vw - 60px) !important;
  }
}
@media (max-width: 480px) {
  .ui-autocomplete {
    max-width: calc(100vw - 40px) !important;
  }
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
