:root {
    --groen: #2a3a28;
    --goud: #BEA374;
    --olijf: #4F5C4D;
}

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

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1300px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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 {
    font-family: josefin-sans, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
}

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

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

.navbar {
    background-color: #202F20;
    /* Donkergroen */
}
.nav-link {
    color: white !important;
    font-size: 1.2rem;
    padding: 0 1rem;
}

a.nav-link {
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
    font-size: 28px;
}

.navbar-brand {
    color: white;
    font-weight: bold;
    text-align: center;
}
.logo-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

nav {
    height: 170px;
}

.logo-wrapper img {
    margin-top: -10px;
    width: 100px;
}

.rond-bovenaan {
    border-top-left-radius: 70px;
    border-top-right-radius: 0;
}

.menu {
    background: #2a3a28;
}

ul.menu-items {
    list-style: none;
    margin-left: -20px;
    display: flex;
}

.menu-items a {
    color: #fff;
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
    margin-left: 20px;
    font-size: 24px;
}

.menu-items a:hover {
    color: #bea374;
}

.menubalk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 15px;
}

.menu-static {
    width: 100%;
}

img.logo {
    width: 190px;
}

.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #202f20;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.6s ease-in-out;
    -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 40px 0 rgba(0, 0, 0, .2);
}

/* Show animation */
.menu-fixed.visible {
    transform: translateY(0);
}

.visible img.logo {
    width: 150px;
}

.menu-items {
    list-style: none;
    margin-left: -20px;
    display: flex;
    margin-bottom: 0;
}

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

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

.dertigwoningen {
    width: 160px;
}

/* ======== DONKER ======== */

.donker {
    background: #2a3a28;
}

.dertigwoningen {
    width: 220px;
    position: relative;
    top: -124px;
    left: 30px;
    margin-bottom: -220px;
}

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

/* ======== CONTENT ======== */

.intro-blok {
    padding-bottom: 50px;
    padding-top: 70px;
}

p.ondertitel {
    text-transform: uppercase;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 300;
    margin-bottom: 30px;
}

.intro-blok h1 {
    font-size: clamp(32px, 6vw, 45px);
    text-wrap-style: balance;
    margin-bottom: 30px;
}

img.pijl-donker,
img.pijl-licht {
    width: 65px;
    display: block;
    margin: 0 auto;
}

img.pijl-donker,
img.pijl-licht {
    width: 60px;
    display: block;
    margin: 0 auto -31px;
    z-index: 9;
    position: relative;
}

.kavels {
    padding-top: 100px;
    padding-bottom: 160px;
    background-image: url("../img/koren-bg.jpg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: -30px;
}

.dropshadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    border: 20px solid #fff;
}

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

.woningtypes {
    background: var(--groen);
    color: #fff;
    padding-bottom: 100px;
    padding-top: 80px;
}

.woningtypes h2 {
    font-size: clamp(42px, 5vw, 45px);
    color: var(--goud);
}

.woningtypes img {
    border-top-left-radius: 70px;
}

.blok-rij {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 30px;
}

.blok-cijfer {
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
    font-size: 50px;
}

.blok-tekst p {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 26px;
}

img.cijfer {
    border-top-left-radius: 0 !important;
    width: 90px;
    position: relative;
    top: -44px;
}

.padding-left {
    padding-right: 30px;
}

.padding-right {
    padding-left: 30px;
}

/* ======== CONTACT ======== */

.contact-blok {
    background-color: #BEA374;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.contact-blok h3 {
    font-size: clamp(30px, 4vw, 40px);
    margin-bottom: 20px;
}

p.tekst-contact {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 40px;
    text-wrap-style: balance;
}

h5.titel-partijen {
    font-size: 25px;
    text-align: center;
}

img.logo-junco {
    width: 120px;
    margin-top: 10px;
}

img.logo-haase {
    width: 200px;
    margin-top: 15px;
}

/* ======== PARTIJEN ======== */

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

/* ======== CONTACT FORM ======== */

.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: 8px;
    margin-top: 5px;
    background: #fff;
    border: none;
    border-radius: 10px;
}

.wpcf7-form label {
    width: 100% !important;
    color: #221e1f;
    font-weight: 600;
    font-size: 17px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--fern);
    padding: 10px 35px;
    color: #fff !important;
    font-weight: 600;
    border: none;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 20px;
    -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;
    height: auto !important;
    background: #000;
    border-top-left-radius: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000;
}

.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;
}

.menu-toggle {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 20001;
    cursor: pointer;
    width: 30px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.bar {
    height: 4px;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
    border-radius: 0;
}

body.no-scroll {
    overflow: hidden;
}

.overlay.open {
    transform: translateX(0);
}

.overlay nav {
    height: auto;
}

.overlay ul#menu-hoofdmenu {
    padding-left: 0 !important;
}

.overlay .menu {
    background: transparent;
}

.overlay ul#menu-hoofdmenu {
    display: flex;
    list-style: none;
    flex-direction: column;
    align-items: center;
}

.overlay {
    position: fixed;
    height: 100vh;
    width: 400px;
    top: 0;
    right: 0;
    background-color: #BEA374;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 2000;
}

/* Hamburger icon styling (optional example) */
.menu-toggle.open .bar.top {
    transform: rotate(45deg) translateY(13px);
}
.menu-toggle.open .bar.middle {
    opacity: 0;
}
.menu-toggle.open .bar.bottom {
    transform: rotate(-45deg) translateY(-15px);
}

.overlay-menu a {
    display: block;
    text-decoration: none;
    padding: 1rem;
    color: #000;
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
    margin-left: 20px;
    font-size: 24px;
}

.overlay-website {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.overlay-website.open {
    visibility: visible;
    opacity: 1;
}

.idweb {
    padding-top: 15px;
    padding-bottom: 25px;
    background: #f7f7f7;
    text-align: center;
}

p.small-tekst {
    font-size: 15px;
    font-weight: 400;
}

.custom-tooltip {
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 0 0 10px;
    border: 0 solid #ccc;
    z-index: 200;
    width: 320px;
    text-align: center;
    -webkit-box-shadow: 0 0 35px 0 rgb(0 0 0 / 50px);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 50%);
}

.title-tooltip {
    font-family: bettoni-variable, sans-serif;
    font-variation-settings: "opsz" 0, "wght" 110;
    margin-bottom: 50px;
    display: block;
}

polygon:hover {
    cursor: pointer;
}

.kleur-Levensloopwoning {
    fill: blueviolet;
    opacity: 0.5;
    -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;
}

.kleur-Levensloopwoning:hover {
    opacity: 0.8;
}

.kleur-Rijwoning {
    fill: #9C7BD6;
    opacity: 0.5;
    -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;
}

.kleur-Rijwoning:hover {
    opacity: 0.8;
}

.kleur-Rijwoning.huur {
    fill: #dd5085;
    opacity: 0.5;
    -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;
}

.kleur-Rijwoning.huur:hover {
    opacity: 0.8;
}

.kleur-Levensloopwoning {
    fill: #8EE0DD;
    opacity: 0.5;
    -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;
}

.kleur-Levensloopwoning:hover {
    opacity: 0.8;
}

.kleur-Vrijstaande.woning {
    fill: #78BFE9;
    opacity: 0.5;
    -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;
}

.kleur-Vrijstaande.woning:hover {
    opacity: 0.8;
}

.kleur-Half-vrijstaand {
    fill: #F3B94A;
    opacity: 0.5;
    -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;
}

.kleur-Half-vrijstaand:hover {
    opacity: 0.8;
}


.ondertitel-small {
    font-size: 10px;
    font-weight: 500;
    margin-top: -9px;
    margin-bottom: 0px;
}