:root {
    --aqua: #00A8D4;
    --fern: #509859;
    --sage: #D0DBBA;
}

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

body.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1300px;
}

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

body.no-scroll {
    overflow: hidden;
}

a {
    -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;
    text-decoration: none;
}

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

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

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}


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

.menu-balk {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 9;
    width: 100%;
}

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

ul.menu-blok {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}


.slider {
    height: 800px;
    background: #dadada;
}

.menu {
    display: flex;
    list-style: none;
}

.menu li {
    margin-left: 20px;
    font-weight: 600;
}

.menu li a {
    color: #000;
    text-decoration: none;
    font-size: 21px;
    -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;
    text-transform: uppercase;
}

.menu li a:hover {
    color: var(--fern);
}

img.logo {
    width: 300px;
    margin-top: 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;
}

.scroll-menu .logo {
    width: 157px;
    z-index: 90;
    top: 0px;
    position: absolute;
}

.logowrap {
    position: absolute;
    top: 0;
    left: 55px;
}

.owl-carousel .owl-item img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
    object-position: bottom;
}

.menu-balk-scroll {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.menu-balk-scroll.show {
    display: block;
    opacity: 1;
    animation: slideDown 0.4s ease-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);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

img.logo {
    width: 220px;
    z-index: 90;
    top: 0px;
    position: absolute;
}

.menu-top {
    -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;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.interesse a {
    background: #dadada;
    font-weight: 100;
    background-color: var(--fern) !important;
    color: #fff;
    border: solid 1px var(--fern) !important;
    border-radius: 50px;
    color: #fff;
    padding: 8px 20px 10px 20px;
    letter-spacing: 0;
    color: #fff !important;
    font-weight: 600;
}

.scroll-menu{
     -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    padding-top: 20px;
    padding-bottom: 20px;
}

.scroll-menu img.logo {
    width: 170px!important;
}

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

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

.page-template-woningen .slider-top img {
    aspect-ratio: 16 / 7;
}

.page-template-woningen .binnenkort img{
    display: none!important;
}

.blok-downloads {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: stretch;
    flex-wrap: wrap;
}

.blok-bwnr {
    text-align: center;
}

.blok-bwnr h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

.blok-woning {
    color: #000;
    padding: 25px 30px;
    margin-bottom: 30px;
    -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;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

span.tekstm2 {
    font-size: 18px;
    font-weight: 600;
}

span.kleinetwee {
       font-weight: 600;
    font-size: 13px;
    position: absolute;
}

.innerdownloads img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.innerdownloads {
    -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;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    
}

.innertekst-blok {
    text-align: center;
}

.innerdownloads:hover {
    transform: translate(0px, -5px);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}

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

.menu-btn {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 101;
    -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;
}

.menu-overlay a {
    color: #fff;
    font-family: "greycliff-cf", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 31px;
}

.menu-btn div {
    width: 40px;
    height: 4px;
    background: #000;
    margin: 4px 0;
    border-radius: 0px;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s ease, width 0.5s ease;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
    z-index: 3;
}

.overlay-menu.show {
    opacity: 1;
    visibility: visible;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: -500px;
    width: 400px;
    height: 100vh;
    background: var(--fern);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: right 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 3;
    overflow-y: auto;
    padding-left: 50px;
    padding-top: 90px;
}

.menu-overlay ul {
    list-style: none;
    padding: 0;
}

.menu-overlay li {
    margin: 20px 0;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "poppins", sans-serif;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin-left: 0;
}

.menu-overlay li:hover {
    color: gray;
}

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

.menu-btn.open div:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
    background: #fff;
}

.menu-btn.open div:nth-child(2) {
    opacity: 0;
    width: 0;
}

.menu-btn.open div:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
    background: #fff;
}

.menu-btn.open {
    transform: scale(0.9);
    z-index: 999;
    top: 20px;
}

button.menu-btn.scroll-menu-btn {
    top: 20px;
}


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

.intro {
    padding-top: 60px;
    padding-bottom: 100px;
}

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

.titel-wrap p {
    font-size: 19px;
}

.intro h1 {
    margin-bottom: 30px;
    font-size: 40px;
}

span.ondertitel {
    font-weight: 100;
    display: block;
}

.locatiekaart {
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.locatiekaart:hover {
    opacity: 0.85;
}

.innerblauw {
    background: var(--aqua);
    padding: 60px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.blokrechts {
    width: 40%;
    text-align: right;
}

a.knop-interesse {
    background: #fff;
    color: #000;
    padding: 20px 50px;
    font-weight: 800;
    font-size: 19px;
    border-radius: 50px;
    text-transform: uppercase;
}

a.knop-interesse:hover {
    background: var(--fern);
    color: #fff;
}

.bloklinks {
    width: 60%;
    font-size: 19px;
}

.bloklinks strong{
        font-size: 22px;
}

.afbeelding-usp {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.innerwit {
    padding: 20px;
    background: #dadada;
}

.bg-usp {
    position: relative;
    z-index: 1;
}


.bg-usp::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #D0DBBA;
    z-index: -1;
}

.bg-usp .row {
  display: flex;
  flex-wrap: wrap;
}

.bg-usp .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.bg-usp .innerwit {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.innerwit {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);
}

.innerwit h3 {
    font-size: 23px;
}


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

.interesse-footer {
    padding-top: 80px;
    padding-bottom: 60px;
    background: linear-gradient(to bottom, #D0DBBA, #aab598);
}

p.small-tekst {
    font-size: 13px;
}

.tweekolom {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
}

.tweekolom p {
    margin-bottom: 0;
    text-align: left;
}

.innerbloktwee {
    display: flex;
    flex-direction: column;
}

.innerbloktwee a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

strong.koopsom {
    font-size: 21px;
    margin-top: 20px;
    display: block;
}

/* ======== 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: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--fern);
    padding: 10px 35px 10px 35px;
    color: #fff !important;
    border-radius: 30px;
    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;
}

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

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

div#wpcf7-f18-o1 {
    margin-top: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    padding: 15px;
    font-size: 17px;
    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: 26px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
}

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

div#formVerstuurdModal .modal-content {
    padding: 30px !important;
}

div#formVerstuurdModal {
    text-align: center;
}


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


.innermodal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px;
}

.plattegronden {
    margin-top: 10px;
    margin-bottom: 50px;
}

button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}

.bouwnummer-blok {
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 10px;
}

.bouwnummer-blok h1 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.details {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.innerteksten {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #dadada;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-top: 2px dotted #dadada;
    padding-top: 25px;
}

.tekstblok {
    border-bottom: 2px dotted #dadada;
    padding-bottom: 30px;
}

.nav-tabs {
    margin-top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding-left: 0;
}


.tab-content {
    padding-left: 20px;
    padding-right: 20px;
}

li.nav-item a {
    border: none !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.nav-link {
    color: #9c9a9a;
}
.nav-link:hover{color:#000;}

.plattegronden img {
    border-radius: 0 !important;
    aspect-ratio: inherit !important;
}

.binnenkort {
    position: absolute;
    z-index: 10;
}

.binnenkort img {
    width: 270px;
    margin-top: 50px;
    transform: rotate(5deg);
}

.wrap-binnenkort {
    display: flex;
    justify-content: flex-end;
}

/* ======== ONDERFOOTER ======== */

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

img.logo-thomapost {
    width: 80px;
}

.onderfooter h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 20px;
    text-align: center;
}

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

img.logo-id {
    width: 250px;
}

img.logo-onder {
    margin-top: 10px;
    width: 140px;
    -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;
}

div#interesse h2 {
    font-size: 40px;
}

#interesse{
        scroll-margin-top: 90px;
}

#omgeving, #situatie{
        scroll-margin-top:180px;
}

img.logo-doock {
    width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-content {
    border: none;
    padding: 0;
    border-radius: 20px;
    padding: 0;
}

.innermodal img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: bottom;
}

.close-text {
    font-family: "greycliff-cf", sans-serif;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--aqua);
    padding: 8px 15px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-body {
    padding: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.modal {
    background: rgb(0 0 0 / 5%);
    -webkit-backdrop-filter: blur(5px) brightness(95%);
    backdrop-filter: blur(5px) brightness(95%);
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(5%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    animation: slideInFromBottom 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.woningen-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 20%, #D0DBBA 20%);
}

.error404 .slider-top .owl-item img {
    aspect-ratio: 16 / 4;
    object-fit: cover;
    object-position: bottom;
}

.error404 .binnenkort img{
    display: none;
}