:root {
    --kleur1: #161A32;
    --kleur2: #d6e1d3;
    --kleur3: #D1DCCF;
}

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

html {
    scroll-behavior: smooth;
}

/* Voorkom horizontaal scrollen op de volledige pagina */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    max-width: 1400px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "gotham", 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: 17px;
    line-height: 26px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gotham", sans-serif;
}

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

img.logo {
    width: 450px;
    position: absolute;
    left: -12px;
    top: 10px;
}

.menu-wrap h3 {
    margin-bottom: 0;
    color: #fff;
}

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

ul.menu-blok a:hover {
    color: #ae734d !important;
}



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

ul.menu-blok a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.topbar-menu {
    background: #161a32;
    padding-top: 25px;
    padding-bottom: 25px;
}

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

.topbar-menu h1 {
    color: #fff;
}

ul.menu-blok a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.hoofdslider {
    z-index: -1;
}

.impressieslide {
    background: #bfbfbf;
    height: 800px;
    background-size: cover;
    background-position: center;
}


.header-app {
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

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

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

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

.intro-blok h1 {
    font-weight: 600;
    line-height: 55px;
    font-size: 50px;
    margin-bottom: 25px;
    text-wrap-style: balance;
    color: #ae734e;
    font-family: 'gotham';
    text-transform: uppercase;
    font-family: "kazimirtext", sans-serif;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: 1px;
}

span.ondertitel {
    display: flex;
    font-weight: 300;
    font-size: 23px;
    color: #000;
    font-family: 'gotham';
    font-style: normal;
    text-transform: uppercase;
}

.brummen-blok {
    background: var(--kleur3);
    padding-top: 80px;
    padding-bottom: 50px;
}

.brummen-blok h2 {
    color: var(--kleur2);
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
}


.fotorij {
    margin-bottom: 50px;
    margin-top: 50px;
}


.footer-blok p {
    color: #221E1F;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 50px;
}

.innerafbeelding-1 {
    background-image: url("../img/afbeelding1.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}

.innerafbeelding-2 {
    background-image: url("../img/afbeelding2.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}

.innerafbeelding-3 {
    background-image: url("../img/afbeelding3.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}



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

.footer-blok p {
    color: #221E1F;
    font-size: 15px;
    line-height: 26px;
}

.footer-blok {
    padding-top: 80px;
    padding-bottom: 80px;

}

img.logo-footer {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 20px;
}

img.logo-draisma {
    width: 115px;
    margin-bottom: 15px;
}

.footer-blok h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.onderfooter {
    background: #000;
    padding-top: 35px;
    padding-bottom: 35px;
}

img.vormtop {
    background: #000;
    position: absolute;
    width: 400px;
    right: 0;
}

.divider {
    padding-top: 50px;
    background: var(--kleur2);
    color: #fff;
}

.divider-twee{
    padding-top: 50px;
    background: #000;
    color: #fff;
}

select {
    word-wrap: normal;
    font-size: 16px;
    border: none;
    padding: 7px 5px;
    font-family: "myriad-pro-black", sans-serif;
    background: #eaeaea;
    width: 100%;
}

.container.inner-ond {
    display: flex;
    justify-content: center;
}

img.onder-logo {
    width: 170px;
}

.topbar-menu .scroll {
    background: #34534d;
    -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);
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: 0;
    z-index: 300;
}

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

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

img.logo-scroll {
    width: 160px;
}

.menu-fixed .topbar-menu {
    background: #161a32;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    padding: 0;
    display: none;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s;
}

.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    /* Opacity 0.7 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 999;
}

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

.menu {
    position: fixed;
    top: 0;
    right: -300px;
    /* Verbergt het menu buiten het scherm */
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.menu.active {
    right: 0;
    z-index: 99999;
}

.menu ul {
    list-style: none;
    padding: 80px 30px 0;
    margin: 0;
}

.menu li {
    margin-bottom: 20px;
}

.menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 0.2s;
}

.menu a:hover {
    color: #007bff;
}

.appartementen-blok {
    padding-bottom: 100px;
    background-image: url(../img/blaadjes.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: -1px;
}

.hoofdslider img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

#interesse{scroll-margin-top: 80px;}
#appartementen{scroll-margin-top:20px;}


div#interesse h1 {
    font-size: 29px;
    margin-bottom: 10px;
}

h1.titel-interesse {
    font-size: 50px !important;
    text-transform: capitalize;
}


div#interesse p {
    font-size: 17px;
    font-weight: 500;
}

.downloads-blok {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--kleur2);
    color: #000;
    position: relative;
    margin-top: 40px;
}

.downloads-blok {
  position: relative;
  margin-top: 80px; 
}

.downloads-badge {
    position: absolute;
    top: -75px;
    right: 0;
    width: 45%;
    height: 80px;
    background-color: #d6e1d3;
    z-index: 1;
    clip-path: polygon(2.5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #39533f;
    font-size: 24px;
    font-weight: 600;
    padding-left: 100px;
    color: #171a30;
    font-family: "kazimirtext", sans-serif;
    font-size: 41px;
    font-style: italic;
    font-weight: 400;
}

/* Mobiel: badge over de volle breedte zonder schuine hoek */
@media (max-width: 991px) {
  .downloads-badge {
    width: 100%;
    clip-path: none;
    padding-left: 0;
  }
}

.downloads-blok h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 27px;
    color:#000
}

.display-pane {
    display: none !important;
}
.display-pane.active {
    display: block !important;
}

span.badge-status.vrij {
    pointer-events: none;
}

.display-switch-container .display-btn {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 8px 18px;
    margin: 0 4px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.display-pane {
    display: none !important;
}
.display-pane.active {
    display: block !important;
}

.display-switch-container .display-btn {
    background-color: #f8f9fa;
    border: 0;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 15px;
}

.display-switch-container .display-btn.active,
.display-switch-container .display-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Responsive Tabel & Horizontal Scrollbar Container */
.table-responsive-wrapper {
    position: relative;
    width: 100%;
}

.table-scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.appartementen-tabel {
    width: 100%;
    min-width: 650px; /* Houdt de tabel overzichtelijk op mobiel */
}

.appartementen-tabel th,
.appartementen-tabel td {
    white-space: nowrap;
    vertical-align: middle;
}

/* Subtiele scrollbar styling */
.table-scroll-container::-webkit-scrollbar {
    height: 6px;
}
.table-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.table-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.table-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Mobile specifieke styling */
@media (max-width: 576px) {
    .appartementen-tabel th,
    .appartementen-tabel td {
        padding: 8px 10px;
        font-size: 14px;
    }
    .display-switch-container .display-btn {
        width: 100%;
        margin: 4px 0;
    }
}


.appartementen-tabel tr {
    height: 80px;
}
a.btn.btn-sm.btn-primary {
    background: #ae734e;
    border: none;
    padding: 9px;
    font-weight: 500;
    border-radius: 0px;
    font-size: 15px;
}

.display-switch-container .display-btn.active, .display-switch-container .display-btn:hover {
    background-color: #161a32;
    color: #fff;
    border-color: #161a32;
    font-size: 15px;
}

span.badge-status.onder.optie {
    pointer-events: none;
    opacity: 1;
}

.badge-status {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 500;
}

.downloads-rij {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.downloads-blok p {
    color: #000;
}

.knoppen {
    margin-top: 40px;
}

.wpcf7 {
    background: #fff;
    padding: 40px 40px 40px 40px;
    margin-bottom: 50px;
    -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 60px 0px rgb(0 0 0 / 12%);
}

.inner-app {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 -5px 15px 0 rgb(0 0 0 / 90%);
    -moz-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 40px;
}

img.naam-app {
    width: 200px;
}

.innerpadding {
    padding: 50px;
}

.inner-app h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px;
}

a.button {
    background: #fff;
    color: #000;
    font-family: "gotham", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 60px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
}

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

.downloads-container h1 {
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
    text-wrap-style: balance;
   color: #171b32;
}

.downloads-rij {
    padding-top: 80px;
    padding-bottom: 100px;
}

.blok-download-wit {
    margin-bottom: 30px;
    padding: 30px;
    /* border-bottom-left-radius: 30px; */
    background: var(--kleur3);
}

.downloads-rij h1 {
    margin-bottom: 60px;
}

span.groot-nummer {
    color: #d9e1d5;
    font-size: 60px;
    position: relative;
    top: 15px;
    margin-right: 20px;
    font-weight: 700;
}

.titel-plattegrond {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}

a.button-download {
    background: var(--kleur1);
    color: #fff;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    -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;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

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

.downloads-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.appartementen-blok h2 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    text-align: right;
    margin-top: 100px;
    font-family: "kazimirtext", sans-serif;
    font-style: italic;
}

div#appartementen p {
    color: #161a32;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
}

input, textarea {
    font-size: 16px;
    border: none;
    padding: 7px 5px;
    font-family: "myriad-pro-black", sans-serif;
    background: #eaeaea;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    background: #000;
    color: #fff;
    font-size: 21px;
    height: auto !important;
    padding: 10px 30px;
    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: 600;
    font-family: "gotham", sans-serif;
}

label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.wpcf7-response-output {
    font-weight: 600;
    display: block;
}

.padding-right {
    padding-right: 20px;
}

.zwart-blok {
    background: #161a32;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 180px;
    text-align: center;
}

.container.onderfooter-logo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
    text-align: center;
    width: 100%;
}

img.vormbottom {
    width: 700px;
    height: auto;
    display: block;
    margin-top: -50px;
}

.container.onderfooter-logo h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    margin: 0;
    z-index: 2;
    color: #ae734e;
    font-family: "kazimirtext", sans-serif;
    font-size: 41px;
    font-style: italic;
}

.modal-content {
    -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 60px 0px rgb(0 0 0 / 12%);
    border: none;
    padding: 20px;
}

.innerblok h3 {
    text-wrap-style: balance;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}

.modal-body h1 {
    font-size: 30px;
}

.innerblok {
    border: 1px solid #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}

.gedraaid {
    width: 310px !important;
    margin: 0 auto !important;
    display: block;
}


.hoofdslider .item {
    position: relative;
}

.hoofdslider .item img {
    width: 100%;
    height: auto;
}

.hoofdslider .slide-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 400px;
    text-align: center;
    z-index: 2;
}

.hoofdslider .slide-content h1 {
    font-size: 55px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-family: "kazimirtext", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}

.slide-content h1 span {
    display: flex;
    font-weight: 400;
    font-size: 33px;
    font-style: normal;
    margin-top: 13px;
}

.header-container {
    position: relative;
}

.white-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 1060px;
    height: 100px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    margin-top: -40px;
}


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

#image-container {
    position: relative;
    -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 1px rgba(0, 0, 0, .1);
}

span.smalltwee {
    font-size: 13px;
    position: relative;
    top: -6px;
}

.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 5px;
    z-index: 10;
    font-family: "gotham", sans-serif;
    font-weight: 800;
    display: none;
}

.kavel.vrij {
    fill: #0080006b;
    opacity: 1;
    -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;
    stroke-width: 10px;
    stroke: #fff;
}

.vrij:hover {
    position: relative;
    z-index: 10;
    fill: #008000 !important;
    opacity: 0.85;
    cursor: pointer;
}

.optie {
    fill: #ffc200;
    opacity: 0.5;
    -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;
}


.verkocht:hover {
    fill: red;
    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;
}

.polygon-label {
    display: none;
    fill: #ffffff;
    font-size: 85px;
    font-weight: 200;
    text-anchor: middle;
    dominant-baseline: middle;
    pointer-events: none;
    user-select: none;
    letter-spacing: 10px;
}

.tippy-box {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    background: #161a32;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-align: center;
}

p.text-right {
    text-align: right;
    margin-bottom: 0px;
    color: #161a32;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}

.innerwit-informatie tr {
    height: 45px;
    border-bottom: 1px solid #ababab4f;
    font-size: 17px;
    line-height: 30px;
}

span.titel-eerst {
    font-weight: 200;
    font-style: italic;
    font-family: "kazimirtext", sans-serif;
    text-transform: none;
}

h2.title-links {
    text-align: left;
    margin-bottom: 50px;
    font-size: 45px;
    font-family: "kazimirtext", sans-serif;
    font-style: italic;
    font-weight: 400;
}

span.kleine-twee {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -4px;
}

.slider-app {
    z-index: -1;
}

.slider-app img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

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

.download-button {
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    padding: 20px 20px;
    font-size: 15px;
    display: block;
    font-weight: 400;
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 32%;
    font-weight: 600;
    margin-bottom: 13px;
    text-align: center;
    justify-content: space-between;
}

.download-button:hover {
    background: #161a32;
    color: #fff;
    border: 2px solid #161a32;
}

strong.kenmerken {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    margin-top: 50px;
}

.kenmerken-lijst ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    line-height: 40px;
    color: #000000;
}

.kenmerken-lijst ul li {
    position: relative;
    padding-left: 20px;
}

.kenmerken-lijst ul li::before {
    content: "■";
    color: #b48762;
    font-size: 25px;
    position: absolute;
    left: 0;
}

.view-switch-container {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 30px;
}

.view-switch {
    padding: 6px;
    border-radius: 0;
    display: inline-flex;
    gap: 20px;
}

.switch-btn {
    border: none;
    background: #fff;
    padding: 10px 24px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.switch-btn:hover {
    color: #212529;
}

.switch-btn.active {
    background: #ae734e;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 18px;
}

.view-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.view-pane.active {
    display: block;
    opacity: 1;
}

div#marktzicht {
    border-radius: 10px;
}

.split-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; /* Zorgt dat de kaart verticaal gecentreerd staat t.o.v. de tekst */
  position: relative;
}

.text-content {
  padding-right: 40px;
  z-index: 2;
}

.blok-app h1 {
    font-size: 45px !important;
    font-family: "gotham", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.owl-carousel::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 60px;
    background-color: #ffffff;
    z-index: 1;
    clip-path: polygon(1.6% 0, 100% 0, 100% 100%, 0% 100%);
}

.map-wrapper {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  height: 750px; 
  z-index: 1;
}

.innerintro h1 {
    font-weight: 600;
    line-height: 45px;
    font-size: 42px;
    margin-bottom: 25px;
    text-wrap-style: balance;
    color: #ae734e;
    font-family: 'gotham';
    text-transform: uppercase;
    font-family: "kazimirtext", sans-serif;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: 1px;
}

.map-image {
    width: 80%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  
  .text-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .map-wrapper {
    width: 100%;
    height: 450px;
  }
  
  .map-image {
    clip-path: none;
  }
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}


.appartementen-blok {
  position: relative;
  background-color: #39533f;
  overflow: hidden;
}

.appartementen-blok::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 70px;
    background-color: #ffffff;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
}

.appartementen-blok .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .appartementen-blok::before {
    display: none;
  }
}

.view-pane {
    position: relative;
}

.view-title-overlay {

    position: absolute;
    top: 20px;
    right: 245px;
    color: #161a32;
    padding: 8px 16px;
    border-radius: 0;
    font-weight: 600;
    font-size: 25px;
    z-index: 10;
    font-style: italic;
    pointer-events: none;
    font-family: "kazimirtext", sans-serif;
    letter-spacing: 1px;
}

.switch-btn:hover {
    background: #161a32;
    color: #fff;
}