@charset "UTF-8";
.page-numbers:hover,
.current {
  background-color: var(--mediumColor) !important;
}

.title-area, .header-widget-area, #genesis-mobile-nav-primary {
display: none !important;
}

body, header.site-header {
	max-width: 100%;
}

.interieur-button {
  height: 12vh;
  width: 12vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.interieur-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#inte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: hidden;
}

.no-info:hover {
  background-color: #82c8c9 !important;
  color: white !important;
  cursor: default !important;
}

a {
  color: var(--mediumColor);
}

p a:hover {
  color: var(--darkColor);
  text-decoration: underline;
}

.project-data:first-of-type:not(.beschikbaarheid) span.value::before {
  content: "\20AC ";
}

.project-data:first-of-type:not(.beschikbaarheid) span.value[data-vanaf]::before {
  content: "v.a. \20AC ";
}

.project-data:first-of-type:not(.beschikbaarheid) span.value::after {
  content: " V.O.N.";
  font-size: 0.75em;
}

.parallax {
  -webkit-transition: 0s linear;
  transition: 0s linear;
  background-position: 50% 0px;
  -webkit-transition-property: background-position;
  transition-property: background-position;
}

.header-image {
  width: 100%;
  height: 27.5vw;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#fl-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  width: 13vw;
  min-height: 10vh;
  z-index: 10;
}

.sidebar label {
  font-size: 1.5rem;
  margin-left: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#filter-cont label {
  font-size: 1.5rem;
  margin-left: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#filter-cont,
#legend-cont {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: 5vh;
  background-color: #fff;
  margin-bottom: 1.25vw;
  padding: 1rem;
  position: relative;
}

#legend-cont div {
  width: 100%;
  min-height: 1.5rem;
  text-align: left;
  color: black;
  padding-left: 3rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#legend-cont div:nth-of-type(2) {
  margin: 1rem 0;
}

.content-sidebar-wrap {
  width: 100%;
}

#legend-cont div::before {
  content: "";
  position: absolute;
  left: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.75rem;
  background-color: black;
  border-bottom: 1px solid black;
  margin-bottom: 2px;
}

#legend-cont div:nth-of-type(1)::before {
  background-color: green;
}

#legend-cont div:nth-of-type(2)::before {
  background-color: orange;
}

#legend-cont div:nth-of-type(3)::before {
  background-color: red;
}

main.content::before,
main.content::after {
  display: none;
}

.half-container {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.half-container span {
  color: var(--mediumColor);
  font-weight: bold;
}

.half-container:first-child {
  padding: 2vw;
}

.half-container .readmore {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--mediumColor);
  display: none;
}

.half-container p {
  margin: 0rem 0 2rem 0;
}

.half-container .readmore:hover {
  cursor: pointer;
}

.nieuws-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 100px;
  z-index: 6;
}

.nieuws-container::before {
  content: "";
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  display: block;
  position: absolute;
}

.container-container {
  padding: 0 2vw 2vw 2vw;
  position: relative;
}

.container-container::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: -100px;
  left: calc(25.75% - 1px);
  content: "";
  background-color: var(--mediumColor);
}

.filtered-out,
.unavailable {
  pointer-events: none !important;
}

.filtered-out polygon,
.unavailable polygon {
  pointer-events: none !important;
}

#Kavels .filtered-out polygon {
  mix-blend-mode: normal;
  fill: rgba(255, 255, 255, 0.9) !important;
}

#Kavels .unavailable polygon {
  /* mix-blend-mode: normal; */
  /* fill: rgba(255, 255, 255, 0.9) !important; */
}

.block-title {
  position: absolute;
  top: -60px;
  padding: 15px 2vw;
  color: var(--mediumColor) !important;
  font-weight: bold;
  left: 0;
  height: 60px;
  background-color: #fff;
  text-align: center;
}

.container-container::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: -100px;
  left: calc(61.25% - 1px);
  content: "";
  background-color: var(--mediumColor);
}

.nieuws-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 48%;
  z-index: 100;
  margin-right: 1vw;
  margin-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.nieuws-item .half-container img {
  width: 100%;
  height: auto;
}

.wHide {
  display: none;
}

.project-logo {
  position: absolute;
  right: 20px;
  top: -80px;
}

#interactive-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  position: absolute;
  left: 2.5vw;
  top: 2.5vw;
  width: 13vw;
  min-height: 10vw;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#interactive-lightbox img {
  width: calc(100% - 2rem);
  margin: 1rem;
  height: auto;
}

#inter-status {
  height: 2.25vh;
  padding: 0.5vh 2vh;
  font-size: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: black;
  background-color: var(--darkColor);
  margin-top: -2.25vh;
  margin-bottom: 0.5vh;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#inter-title-container {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#inter-title-container h3 {
  text-align: center;
}

#inter-title {
  font-family: var(--headerFont);
  font-size: 1.75rem;
  text-transform: capitalize;
}

#inter-prijs {
  font-family: var(--headerFont);
  line-height: 2rem;
}

.hide {
  display: none !important;
}

#inter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4vh;
  padding: 0.5rem 0;
  width: 100%;
  background-color: var(--lightColor);
}

#inter-container div {
	color: #000;
  width: 33.33%;
  height: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  line-height: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#inter-inhoud::after {
  content: " Inhoud";
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.2rem;
}

#inter-kamers:not(:empty)::after {
  content: " Kamers";
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.2rem;
}

#inter-perceel::after {
  content: attr(data-perceel);
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.2rem;
}

#inter-button {
  width: 100%;
  height: 4vh;
  background-color: var(--mediumColor);
  font-size: 1.5rem;
  color: var(--medText);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#inter-button:hover {
  color: var(--mediumColor);
  background-color: white;
  cursor: pointer;
}

#inter-prijs {
  font-weight: 700;
}

#inter-prijs::before {
  content: "\20AC ";
}

#inter-prijs[data-vanaf]::before {
  content: "v.a. \20AC ";
}

#inter-prijs::after {
  content: " V.O.N.";
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}

.project-logo img {
  max-width: 250px;
}

.first {
  left: 0;
}

div.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-logo {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  right: 100px;
  z-index: 999;
}

#news-cont.nieuws-container {
	width: 100%;
}


#news-cont.nieuws-container .nieuws-item {
	width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background-color: var(--darkColor);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--mediumColor);
  cursor: pointer;
}

.project-logo img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  max-width: 250px;
}

header.site-header {
  background-color: white;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  z-index: 998;
}

nav.nav-primary {
  padding-left: 2vw;
}

.menu-item a span {
  font-family: var(--headerFont);
  font-weight: bold;
  font-size: 2rem;
}

.genesis-nav-menu a {
  border-bottom: none !important;
}

.genesis-nav-menu a:hover {
  border-bottom: none;
  color: var(--mediumColor);
}

#menu-hoofdmenu .current-menu-item a {
  border-bottom: none;
  color: var(--mediumColor);
}

header.site-header.headroom--unpinned {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.locatie-map .acf-map {
  margin: 0;
}

.back-to-top {
  border: 2px solid var(--mediumColor);
  z-index: 999;
}

.back-to-top::before {
  border-right-color: var(--mediumColor);
}

.med-height {
  width: 100%;
  min-height: 40vh;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.blok-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--mediumColor);
  color: var(--medText);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blok-sub {
  width: 50%;
  min-height: 35vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grunsven-blok-text {
  width: 100%;
  height: auto;
  padding-right: 12vw;
}

.grunsven-blok-text-wide {
  width: 40%;
  text-align: center;
  height: auto;
}

.one-half {
  height: 100%;
}

.logo-bg {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.alt-logo {
  height: 7vh;
  width: auto;
  position: absolute;
}

.bg-img {
  width: 100%;
  height: auto;
}

.op-de-hoogte {
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding: 0.5rem 4rem;
  text-decoration: none;
  color: var(--medText);
  background-color: var(--mediumColor);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.op-de-hoogte:hover {
  cursor: pointer;
  background-color: white;
  color: var(--mediumColor);
}

.brochure-download a {
  text-decoration: none;
  color: var(--medText);
}

.brochure-download a:hover {
  color: var(--lightText);
}

#Kavels g {
  pointer-events: all;
}

#Kavels g[id*="Kavel"] > * {
  mix-blend-mode: color;
  pointer-events: all;
}

#Kavels g[id*="Kavel"]:not(".unavailable"):hover > * {
  cursor: pointer;
  fill: var(--mediumColor) !important;
  mix-blend-mode: color;
}

#no-show {
  display: none;
}

#woning-lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--lightColor);
  width: 38.3vw;
  min-height: 40vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-lb-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-lb-bar {
  width: 50%;
  padding: 1rem 4rem;
  color: var(--darkText);
  background-color: var(--darkColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-lb-bar:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#status-label {
  font-size: 1.5rem;
  font-weight: bold;
}

#status {
  height: 5px;
  width: 100%;
  background-color: grey;
}

.status-bar {
  height: 100%;
}

.status-bar.ver {
  background-color: red;
  width: 100%;
}

.status-bar.opt {
  background-color: orange;
  width: 50%;
}

.status-bar.bes {
  background-color: green;
  width: 25%;
}

section {
  height: auto;
}

#prijs {
  font-family: var(--headerFont);
  font-size: 27.75px;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#prijs::after {
  content: " V.O.N.";
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
}

#prijs::before {
  content: "\20AC ";
}

#prijs[data-vanaf]::before {
  content: "v.a. \20AC ";
}

#inter-exit {
  position: absolute;
  background-color: white;
  right: 0;
  top: 0;
  height: 3.5rem;
  width: 3.5rem;
}

#inter-exit::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 2rem;
  width: 2rem;
  -webkit-clip-path: polygon(10% 0%, 0% 10%, 40% 50%, 0% 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0%, 50% 40%);
          clip-path: polygon(10% 0%, 0% 10%, 40% 50%, 0% 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0%, 50% 40%);
  background-color: black;
}

#inter-exit:hover {
  cursor: pointer;
}

#inter-exit:hover::after {
  background-color: var(--mediumColor);
}

.section {
  background-color: #f4f4f4;
}

.contact-half {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2vw;
}

.form-half {
  padding: 2vw;
}

input[type="submit"] {
  background-color: var(--mediumColor);
}

input[type="submit"]:hover {
  background-color: white;
  color: var(--mediumColor);
}

.grunsven-text {
  max-width: 40%;
  padding: 2vw;
  width: 40%;
}

.card-woningen {
  background-color: #fff;
  width: 32%;
  max-width: 25vw;
  margin-right: 1.1%;
  margin-bottom: 40px;
  -webkit-transform: scale(0.975) rotate(0);
          transform: scale(0.975) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: auto;
}

.card-woningen:hover {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.card-image {
  overflow: hidden;
  height: 50%;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 200px;
}

.card-woningen:hover {
  cursor: pointer;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#projecten-overzicht {
  padding: 40px calc(6vw + 2%);
}

.project-data {
  display: block;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 1px solid #333;
}

span.label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

span.value,
span.valueless {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
}

#filter-cont h3 {
  margin: 5px 0 5px 0;
}

.show-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 5vh;
  padding-bottom: 2vh;
  color: var(--mediumColor);
}

.show-more:hover {
  cursor: pointer;
  color: var(--darkColor);
}

.lb-tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem 4rem;
  background-color: var(--lightColor);
}

.lb-tabs li {
  padding-right: 2rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    mix-blend-mode: exclusion;
	filter: invert(1);
}

.lb-tabs li:hover {
  color: var(--mediumColor);
  cursor: pointer;
}

.lb-content {
  max-height: 30vh;
  height: auto;
  background-color: white;
  width: 100%;
  overflow-y: auto;
}

.lb-content ul {
	padding-left: 30px;
	margin-bottom: 20px;
}

.lb-content p + ul {
	margin-top: -10px;
}

.lb-content li {
	padding-left: 10px;
	list-style-type: disc;
}

.lb-content#dl a {
  width: 100%;
  background-color: var(--mediumColor);
  padding: 0.5em 2em;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid white;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.lb-content#dl a:hover {
  background-color: var(--lightColor);
  color: var(--lightText);
}

.lb-content#dl a:last-of-type {
  border-bottom: none;
}

.verdieping-button {
  width: 50%;
  padding: 1rem 2rem;
  display: inline-block;
  color: var(--medText);
  background-color: var(--mediumColor);
  margin-bottom: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.verdieping-button:hover {
  color: var(--mediumColor);
  background-color: var(--medText);
  cursor: pointer;
}

.current-lb-tab {
  color: var(--mediumColor);
}

#desc {
  padding: 2rem 4rem;
}

.lb-content.plat {
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gf-left-half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none;
}

.gf-right-half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none;
}

.gform_wrapper .top_label input.medium {
  width: 100%;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.lb-img-container {
  width: 100%;
  background-color: white;
  overflow: hidden;
}

.lb-img {
  max-height: 40vh;
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

#interieur-img {
  max-height: 60vh;
  height: 60vh;
}

#plattegrond-img {
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 45vh;
  height: 45vh;
  -webkit-transition: 0.5s background-size;
  transition: 0.5s background-size;
}

#brochure-form,
#contact-form {
  background-color: var(--lightColor);
  padding: 2rem 4rem;
}

.makelaar-container {
  width: 90%;
  padding: 2vw;
  /* height: 20vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 500px;
}

@media only screen and (min-width: 600px) {
  .makelaar-container {
    /* max-height: 250px; */
  }
}

.contact-button {
  height: 20vh;
  width: 10vh;
  color: var(--darkText) !important;
  text-decoration: none;
  margin-left: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.15s all !important;
  transition: 0.15s all !important;
}

.contact-button h3 {
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  margin-top: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--darkText);
  -webkit-transition: 0.15s all !important;
  transition: 0.15s all !important;
}

.contact-button:hover {
  color: var(--mediumColor) !important;
}

.contact-button:hover .circle-button {
  border: 1px solid var(--mediumColor) !important;
}

.contact-button:hover h3 {
  color: var(--mediumColor) !important;
}

.circle-button {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10vh;
  height: 10vh;
  border: 1px solid var(--darkText) !important;
  -webkit-transition: 0.15s all !important;
  transition: 0.15s all !important;
}

.circle-button svg {
  height: 1.75em !important;
  width: 1.75em !important;
}

.circle-button svg path {
  -webkit-transition: 0.15s all !important;
  transition: 0.15s all !important;
}

.makelaar-info {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.makelaar-info img:first-of-type {
  border-radius: 50%;
  height: calc(20vh - 4vw);
  width: calc(20vh - 4vw);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  max-height: 200px;
}

.makelaar-info img:nth-of-type(2) {
  height: calc(20vh - 6vw);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 20%;
}

.makelaar-contact {
  height: 100%;
  width: 40%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.makelaar-contact h3 {
  font-weight: bold;
  margin: 0;
}

.makelaar-contact span {
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.makelaar-contact a {
  text-decoration: none;
  margin: 0;
}

.contact-text {
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2vw;
  color: var(--medText) !important;
  background-color: var(--mediumColor) !important;
}

.grunsven-text.logo-bg {
  padding: 0;
}

.filtered {
  display: none;
}

.sidebar-header {
  font-size: 2em !important;
}

.sidebar div h3 {
  font-size: 1.5em !important;
  margin-bottom: 0.5rem;
}

.sidebar div {
  margin-bottom: 1rem;
}

.sidebar p:last-of-type {
  margin-bottom: 1rem;
}

.nieuws-open {
  background-color: unset;
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.nieuws-open .half-container:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 76%;
  background-color: white;
}

.nieuws-open .half-container:nth-of-type(2) {
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nieuws-open .half-container:nth-of-type(1) img {
  max-width: 100%;
}

.nieuws-open .half-container:nth-of-type(1) img:not(.size-full) {
  width: auto !important;
  max-width: 100%;
}

.nieuws-open .half-container:nth-of-type(1) img:not(.size-full)[width] {
  width: revert-layer !important;
  max-width: 100%;
}

.nieuws-item .nieuws-excerpt {
  display: block;
}

.nieuws-item .nieuws-content {
  display: none;
}

.nieuws-open .nieuws-excerpt {
  display: none;
}

.nieuws-open .nieuws-content {
  display: block;
}

.lees-meer {
  color: var(--mediumColor);
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lees-meer:hover {
  cursor: pointer;
  opacity: 0.8;
}

.plat-img {
  background-size: contain !important;
}

.unclickable:hover {
  cursor: default;
}

.anchor {
  position: relative;
  top: 7vh;
}

.green > *,
.green polygon {
  fill: green !important;
  mix-blend-mode: color;
}

.green-alt:hover > *,
.green-alt:hover polygon {
  fill: green !important;
  mix-blend-mode: color;
}

.orange > *,
.orange polygon {
  fill: orange  !important;
  mix-blend-mode: color;
}

.red > *,
.red polygon {
  fill: red  !important;
  mix-blend-mode: color;
}

div[id*=Target_Floor] .mapplic-map-image {
	padding-top: 15%;
    padding-bottom: 15%;
}

.featherlight-content {
  overflow: auto !important;
}

.featherlight-content div[id^="kavels-"] {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  min-width: 80vw;
  padding: 30px;
  background-color: #f0f0f0;
}

.featherlight-content div[id^="kavels-"] .card-woningen {
  background-color: #fff;
  width: 32%;
  max-width: 90vw;
  transform: none !important;
}

.featherlight-content div[id^="kavels-"] .wHide {
  display: block !important;
}

@media only screen and (max-width: 1340px) {
  .featherlight-content div[id^="kavels-"] .card-woningen {
    width: 48.5%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 980px) {
  .featherlight-content div[style*="display: flex"]{
    flex-wrap: wrap;
  }
  .featherlight-content div[style*="width: 50%"] {
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 720px) {
  .featherlight-content div[id^="kavels-"] .card-woningen {
    width: 100%;
  }
}

.geen-woning {
  color: var(--lightText);
  width: 100%;
  font-size: 2rem;
  display: none;
}

.gw-active {
  display: block;
}

.blok-sub h2 span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--medText);
}

[data-featherlight="#brochure-form"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--medText);
}

[data-featherlight="#brochure-form"]:hover {
  color: var(--lightText);
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mapplic-layer .click-map {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 20%, 80% 80%, 20% 80%, 20% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 20%, 80% 80%, 20% 80%, 20% 100%, 100% 100%, 100% 0%);
}

.mapplic-layer .click-map::before {
  content: "< Ga Terug";
  color: black;
  position: absolute;
  font-weight: bold;
  font-size: 40rem;
  font-family: var(--headerFont);
  top: 5%;
  width: 100%;
  text-align: center;
}

.mapplic-layer .click-map:hover {
  cursor: pointer;
}

.mapplic-layer svg #Background {
  z-index: 1;
}

.mapplic-layer svg #Kavels {
  z-index: 10;
}

.mapplic-layer svg #Kavels g {
  pointer-events: all;
}

.mapplic-layer svg #Kavels g polygon {
  pointer-events: all;
}

.mapplic-base-map g image {
  pointer-events: none;
}

.mapplic-base-map g polygon {
  fill: rgba(0, 0, 0, 0.1);
  stroke: black;
  stroke-width: 2px;
}

.mapplic-base-map g polygon:nth-child(odd) {
  fill: rgba(0, 0, 0, 0.15);
}

.mapplic-base-map g polygon:hover {
  fill: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

#filter-cont {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .anchor {
    position: relative;
  }
  .genesis-nav-menu a:hover {
    color: unset;
  }
  .contact-half {
    padding: 0;
    margin-bottom: 2rem;
  }
  .contact-text,
  .makelaar-container {
    width: 100%;
    padding: 2rem;
    height: auto;
  }
  .contact-text p:last-of-type {
    margin-bottom: 0;
  }
  .card-woningen {
    width: 100%;
    max-width: unset;
  }
  .contact-button {
    height: 15vh;
    width: 7.5vh;
  }
  .contact-button h3 {
    font-size: 1.5rem !important;
  }
  .form-half {
    padding: 2rem;
  }
  .circle-button {
    height: 7.5vh;
    width: 7.5vh;
  }
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grunsven-text {
    width: 100%;
    max-width: unset;
    padding: 2rem;
  }
  .locatie .grunsven-text {
  padding: 40px calc(6vw + 2%);
  }
  .site-inner {
    margin-top: 0;
  }
  .intro .header-image {
    height: 32vh;
    min-height: 20vh;
    max-height: unset;
    margin-bottom: 6rem;
  }
   
  .postid-30225 .intro .header-image {
    background-size: cover !important;
    background-position: top center !important;
  }
  .op-de-hoogte {
    bottom: -6rem;
    width: 100%;
    right: 0;
    font-size: 2rem;
    padding: 1.5rem;
    height: 6rem;
    font-weight: bold;
    text-align: center;
  }
  .site-header {
    display: block;
    height: auto;
    min-height: 13vh;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .site-header #menu-hoofdmenu {
    text-align: center;
  }
  .project-logo {
    display: none;
  }
  .site-inner {
    margin-top: 5vh;
  }
  #wprmenu_bar {
    display: none;
  }
  .lb-img {
    max-height: 30vh;
  }
  .brochure-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brochure-download .blok-sub {
    width: 100%;
  }
  .brochure-download .first {
    min-height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brochure-download h2 {
    margin: 0;
  }
  .blok-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blok-container .blok-sub {
    width: 100%;
  }
  .pagination {
    position: relative;
  }
  #contact-form,
  #brochure-form {
    overflow-y: scroll !important;
    max-height: 80vh;
  }
  #brochure-form,
  #contact-form {
    padding: 2rem;
  }
  body
.gform_wrapper
ul
li.field_description_below
div.ginput_container_checkbox,
  body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    width: auto;
  }
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0;
  }
  .makelaar-container {
    border-bottom: var(--lightColor) 2px solid;
  }
  .makelaar-container:last-of-type {
    border-bottom: none;
  }
  .makelaar-container .makelaar-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .makelaar-container .makelaar-info .makelaar-contact {
	width: auto;
    flex-grow: 1;
  }
  .makelaar-container .makelaar-info img:first-of-type {
    height: 19vw;
    width: 19vw;
  }
  .makelaar-container .makelaar-info img:last-of-type {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    max-height: 15vh;
  }
  .nieuws-open {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .nieuws-open .half-container:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .nieuws-open .half-container:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
  }
  .nieuws-open .half-container:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  /* .mapplic-container .mapplic-map .mapplic-map-image { */
    /* top: -30%; */
    /* left: -25%; */
    /* width: 150% !important; */
    /* height: 130% !important; */
  /* } */

  .mapplic-container .mapplic-map .mapplic-map-image {
    top: 0%;
    left: 0%;
  }
  
  #projecten-overzicht {
	flex-direction: column;
  }
  
  .mapplic-base-map {
    width: 130%;
    position: absolute;
    top: -30%;
    height: 125%;
  }
  .mapplic-layer .click-map::before {
    font-size: 65rem;
  }
  .mapplic-layer,
  .mapplic-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nieuws-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* width: 90vw !important; */
  }
    #news-cont .half-container { 
	 height: auto;
	}

  .nieuws-item .half-container img {
    width: 90vw !important;
    height: auto;
	max-height: 90vw;
    max-width: unset;
  }
  .sidebar-header {
    font-size: 2em !important;
  }
  .sidebar div h3 {
    font-size: 1.5em !important;
    margin-bottom: 0.5rem;
  }
  .sidebar div {
    margin-bottom: 1rem;
  }
  .sidebar p:last-of-type {
    margin-bottom: 1rem;
  }
  .half-container {
    width: 90vw;
    height: 90vw;
  }
  .half-container:first-of-type {
    padding: 5vw;
    height: auto;
  }
  .container-container {
    padding: 0 5vw 5vw;
  }
  .block-title {
    padding: 15px 30px;
  }
  #interactive-lightbox {
    width: 95vw;
  }
  #inter-button {
    height: 6vh;
  }
  #fl-cont {
    width: 95vw;
    top: unset;
    bottom: 2.5vw;
  }
  #filter-cont {
    display: none !important;
  }
  #inter-status {
    height: 4.25vh;
    padding: 0.5vh 4vh;
    font-size: 2vh;
    margin-top: -4.25vh;
  }
  #woning-lb {
    width: unset;
  }
  .sub-lb-bar {
    padding: 1rem;
  }
  .parallax {
    display: none;
  }
  .card-woningen {
    margin-right: unset;
  }
  #interactive-lightbox {
    z-index: 500;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 500px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px 500px rgba(0, 0, 0, 0.75);
  }
}

.toonbeeld {
  position: fixed;
  right: 52px;
  top: 220px;
  overflow: hidden;
  width: calc(70px + 431px);
  background-position: right;
  background-repeat: no-repeat;
  height: 162px;
  z-index: 99;
}

.toonbeeld .toonbeeld-txt {
  -webkit-animation: slidein 10s;
          animation: slidein 10s;
  display: block;
  position: absolute;
  right: -501px;
  width: 391px;
  height: 162px;
  background-color: #77ae3e;
  color: #fff;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}

.toonbeeld .toonbeeld-txt p {
  margin: 0 0 16px;
}

.toonbeeld .toonbeeld-txt a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.toonbeeld .toonbeeld-txt a::after {
  margin-left: 0.5em;
  content: "›";
}

.toonbeeld .toonbeeld-txt a:hover, .toonbeeld .toonbeeld-txt a :focus {
  color: #2B2E34;
}

.toonbeeld:hover .toonbeeld-txt {
  right: 20px;
}

.toonbeeld::after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 70px;
  height: 162px;
  background-image: url("https://www.grunsvengroep.nl/wp-content/themes/grunsven/images/toonbeeld-label.png");
}

form[id^="gform_"] #field_29_11 > label,
form[id^="gform_"] #field_29_12 > label {
	display: block !important;
}

form[id^="gform_"] #field_29_11 select.medium,
form[id^="gform_"] #field_29_12 select.medium {
	width: 100% !important;
	padding: 8px 4px;
}

form[id^="gform_"] #field_40_11 select.medium,
form[id^="gform_"] #field_40_12 select.medium {
width: 100%;
  padding: 5px 4px;
  min-height: 39px;
  display: flex;
}

@-webkit-keyframes slidein {
  0% {
    right: -501px;
  }
  10% {
    right: 20px;
  }
  90% {
    right: 20px;
  }
  100% {
    right: -501px;
  }
}

@keyframes slidein {
  0% {
    right: -501px;
  }
  10% {
    right: 20px;
  }
  90% {
    right: 20px;
  }
  100% {
    right: -501px;
  }
}

@media only screen and (max-width: 420px) {
  #desc,
  .lb-tabs {
    padding: 2rem;
  }
  #prijs {
    font-size: 20px;
  }
  .lb-tabs {
    overflow-x: scroll;
  }
  .lb-tabs::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}
/*# sourceMappingURL=project-stylesheet.css.map */