:root {
    --kleur1: #dadada;
    --kleur2: #555;
    --kleur3: #11111;
}

/* ======== STANDAARD STYLING ======== */

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "josefin-sans", sans-serif;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

p {
    color: #221E1F;
    font-size: 18px;
    line-height: 30px;
}

input:focus,
textarea {
    outline: none !important;
}

.menu-wrap h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
}

.no-scroll {
    overflow: hidden;
}

/* ======== HEADER ======== */

.header {
    height: 1000px;
    background-image: url(../img/header-voorsterhove-twee.jpg);
    background-size: cover;
    background-position: center;
    transform: translate(0px, 80px);
    z-index: -1;
    position: relative;
}

.header-vervolg {
    height: 500px;
    background: #999;
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.menu {
    list-style: none;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top-balk {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.top-balk.scroll .logo {
    width: 150px;
}

ul.menu li a {
    font-size: 22px;
    margin-left: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

img.logo {
    width: 220px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.scroll .innerwit {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}

.innerwit {
    background: #2f3a2b;
    padding: 20px;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.menu-items ul {
    list-style: none;
}

ul#menu-hoofdmenu,
ul#menu-hoofdmenu-1 {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

/* ======== MENU FIXED ======== */

.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.6s;
}

.menu-fixed.visible {
    transform: translateY(0);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

.top-balk .scroll {
     -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

.header-visible {
    background-color: var(--kleur1);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-visible ul.menu li a {
    color: #000;
}

li.interesse a {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.interesse-knop a {
    background: #c1ad87;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500 !important;
    border-bottom-left-radius: 20px;
}

a.button-onder:hover {
    color: #000;
    background: #fff;
}

.current-menu-item a {
    font-weight: 700;
}

.top-balk a h1 {
    color: #000000 !important;
}

.menu-fixed.visible a h1 {
    color: #000;
}

/* ======== OVERLAY MENU ======== */

.hamburger {
    width: 30px;
    height: 32px;
    position: fixed;
    cursor: pointer;
    z-index: 99999999;
    right: 30px;
    top: 30px;
    display: none;
    opacity: 0;
}

.hamburger span {
    background: #000000;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.4s;
}

.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 9px;
}
.hamburger span:nth-child(3) {
    top: 18px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    background: #000;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    background: #000;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    background: #000;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 99999;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.overlay .overlay-menu {
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    padding: 50px 30px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.4);
    transition: right 0.4s 
ease;
    overflow-y: auto;
}

.overlay.active .overlay-menu {
    right: 0;
}

.overlay .overlay-menu .menu {
    margin: 0;
    padding: 0;
}

.overlay .overlay-menu .menu li {
    list-style: none;
    margin: 20px 0;
}

.overlay .overlay-menu .menu li a {
    color: #000000;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s;
}

.overlay .overlay-menu .menu li a:hover {
    color: #444;
    /* blauwe hover */
}

.no-scroll {
    overflow: hidden;
}

nav.overlay-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
}

ul#menu-hoofdmenu-2 {
    list-style: none;
    display: flex;
}

/* ======== WONINGTYPES ======== */

.woningtypes {
    color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
}

.rij-blokken {
    display: flex;
    justify-content: space-between;
}

.blok {
    border: 2px solid #c1ad88;
    width: 30%;
    text-align: center;
    padding: 40px;
    font-size: 23px;
    min-height: 200px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

/* ======== INTRO ======== */

.intro {
  
    padding-bottom: 90px;
    background: #2f3a2b;
    padding-top: 20px;
}

.intro p {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    text-wrap-style: balance;
}

.intro h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.cirkel-cijfer {
    background: #c1ad88;
    display: inline-block;
    font-size: 90px;
    font-weight: 200;
    width: 110px;
    line-height: 111px;
    height: 110px;
    border-radius: 500px;
    line-height: 90px;
    margin-bottom: 10px;
    margin-top: -70px;
    color: #fff;
}

span.ondertitel {
    display: block;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 50px;
}

/* ======== DOWNLOADS ======== */

h1.titel {
    color: var(--kleur4);
    font-family: "josefin-sans", sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.downloads-rij {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: var(--kleur2);
}

.blok-download-wit {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    background: #fff;
}

strong.downloads-tussentitel {
    display: block;
    font-size: 26px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

a.button-download {
    background: #000;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.meerpadding {
    padding-top: 60px;
}

.meerpadding h1{
    color: #aca297;
    text-align: center;
}

/* ======== INTERACTIEVE SITUATIE ======== */

.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 5px;
    z-index: 10;
}

#image-container {
    position: relative;
    border-radius: 15px;
}

.controls button {
    background: rgb(0 0 0);
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 2px 10px 5px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
}

button#reset {
    font-size: 15px;
}

.kavel.vrij {
    fill: green;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.vrij:hover {
    fill: green;
    opacity: 0.8;
    cursor: pointer;
}

polygon.kavel.Te.koop {
    fill: green;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

polygon.kavel.Te.koop:hover {
    fill: green;
    opacity: 0.8;
    cursor: pointer;
}
.verkocht {
    fill: red;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.verkocht2 {
    color: red;
}

.vrij2 {
    color: green;
}

.verkocht:hover {
    fill: red;
    opacity: 0.8;
    cursor: pointer;
}

.optie {
    fill: #ffc200;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.optie:hover {
    fill: #ffc200;
    opacity: 0.8;
    cursor: pointer;
}

/* ======== MODAL  ======== */

.innerimg {
    padding: 10px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button.btn.btn-outline-secondary {
    background: #000;
    width: 50px;
    color: #fff;
    border-radius: 0;
    border: none;
    position: absolute;
    right: 0;
    font-size: 31px;
    height: 50px;
    line-height: 40px;
}

.innerimg:hover {
    transform: translate(0px, -5px);
}

.img-fluid.test-img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
}

.modal-content {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2) !important;
}

.modal-body {
    padding: 3rem;
}

.modal-body h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.button-plattegronden {
    padding: 10px 20px;
    color: #fff !important;
    margin-top: 10px;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-right: 8px;
    text-transform: uppercase;
}

/* ======== SITUATIE ======== */

.situatie-wrap {
    background: #3d3d3d;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.situatie-wrap p {
    color: #fff;
    font-size: 30px;
}

/* ======== INTERESSE ======== */

.interresse p {
    color: #000;
    font-size: 19px;
}

.interresse {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #c1ad88;
}

.innerwit-blok {
    background: #fff;
    color: #000;
    padding: 20px;
}

.interresse h4 {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}

.donker {
    background: #2f3a2b;
    padding-top: 70px;
    padding-bottom: 80px;
}

.innerblok-interesse {
    padding-right: 30px;
    text-wrap-style: auto;
}

.partijen {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blokken {
    margin-top: 30px;
}

.blok p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 30px;
}

a.button-onder {
    background: #c1ad88;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 25px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 60px;
    border-bottom-left-radius: 20px;
}

span.kleinetwee {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    top: -5px;
}

.innerwit-blok h3 {
    font-size: 20px;
    text-align: center;
}


img.logo-junco {
    width: 100px;
    margin-top: 30px;
}

img.logo-bieze {
    width: 250px;
    margin-top: 30px;
}

img.logo-haase {
    width: 190px;
    margin-top: 30px;
}

/* ======== FOOTER ======== */

.footer {
    padding-top: 15px;
    background: #dadada;
    padding-bottom: 30px;
}

.footer p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.partijen h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ======== CONTACTFORM ======== */

.wpcf7-form label {
    width: 100% !important;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    width: 100% !important;
    padding: 10px;
    margin-top: 5px;
    background: #fff;
    border: 0;
    font-size: 18px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500 !important;
    border: none;
    text-transform: uppercase;
    border-bottom-left-radius: 20px;
}

#interesse,
#situatie,
#woningtypes {
    scroll-margin-top: 75px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900 !important;
    background: #ffb900 !important;
    color: #000;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

div#formVerstuurdModal .modal-content {
    padding: 30px !important;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)!important;
    border: none!important;
}

h5#formVerstuurdModalLabel {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    text-align: center;
    margin: auto;
}

div#formVerstuurdModal .modal-body {
    font-size: 20px;
}

div#formVerstuurdModal .modal-content {
    padding: 30px !important;
    font-family: josefin-sans, sans-serif;
}

div#formVerstuurdModal {
    text-align: center;
}

#formVerstuurdModal .modal-header {
    align-items: center;
}

span.wpcf7-list-item-label {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

[data-name="checkbox-427"] {
    margin-left: -10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: -30px;
}

.appartementen-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}