:root {
    --kleur2:#524848;
    --kleur3: #88888;
    --menu-bg: #111111;
    --accent: #00d1b2;
    --text: #ffffff;
    --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
}


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

html {
    scroll-behavior: smooth;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}



html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
}

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

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

p {
    color: #221E1F;
    font-size: 17px;
    line-height: 27px;
    font-family: "open-sans", sans-serif;
}

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

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

.inschrijven a {
    font-weight: 100;
    background-color: #629561 !important;
    border-radius: 73px;
    color: #fff !important;
    padding: 10px 20px;
    font-family: 'Avenir Next LT Pro';
    letter-spacing: 0;
    font-weight: 500 !important;
}

.inschrijven a:hover {
    background-color: #000 !important;
}

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

ul.navigatie a {
    color: var(--link-color);
    font-size: 22px;
    font-family: "pacaembu", sans-serif;
    font-weight: 300;
}

ul.navigatie a:hover {
    color: #7a5b3a;
}

.menubar {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    top: 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;
    z-index: 999;
    width: 100%;
}

.menubar.scroll {
    padding: 20px 0px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.innermenu h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: var(--titel-color);
    line-height: 25px;
     -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 .innermenu h1 {
    font-size: 25px;
    line-height: 23px;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s var(--ease-out-quint), visibility 0.5s;
    will-change: opacity;
}

.menu-backdrop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

span.subtitel {
    display: flex;
    font-weight: 200;
}

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

.header {
    color: #fff;
    height: 650px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    background-image: url(../img/bathmen.jpg)!important;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.innertekst h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

span.ondertitel {
    display: flex;
    font-weight: 100;
    font-size: 30px;
}

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

.content-wit {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #629561;
    color: #fff;
}

.innertekst {
    padding-right: 50px;
}

.innertekst p {
    color: #fff;
}

.innertekst h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
}

.img-round {
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ======== WONINGEN ======== */

.split-background {
    background-color: var(--accent-color);
    padding: 90px 0 140px 0;
}

.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}

.card-body.card-inner h3 {
    font-weight: 700;
    font-size: 20px;
}

.card-img-top-placeholder {
    background-color: #c4c4c4;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.header-title {
    color: white;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
}

.header-text {
    color: #fff;
    margin-bottom: 0;
}

.card-inner {
    padding: 25px 30px;
}

.img-rounded {
    border-radius: 30px;
}

.geenpadding {
    padding-left: 0px;
}

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

.menu-btn {
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 2000;
    cursor: pointer;
    width: 30px;
    height: 22px;
    display: none;
}

.menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #313131;
    border-radius: 0;
    transition: transform 0.5s var(--ease-out-quint), background-color 0.5s var(--ease-out-quint);
}

.menu-btn span:nth-child(1) {
    top: 0;
}
.menu-btn span:nth-child(2) {
    top: 10px;
}
.menu-btn span:nth-child(3) {
    top: 20px;
}

.menu-btn.open span {
    background-color: var(--text);
}
.menu-btn.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.menu-btn.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.menu-btn.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background-color: var(--menu-bg);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.6s var(--ease-out-quint);
    will-change: transform;
}

@media (min-width: 768px) {
    .overlay {
        width: 400px;
    }
}

.overlay.open {
    transform: translate3d(0, 0, 0);
}

.overlay ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.overlay a {
    display: block;
    text-decoration: none;
    font-size: 28px;
    color: var(--text);
    margin: 15px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-family: "pacaembu", sans-serif;
}

/* Heenweg (Open): Lange transitie met delay per item */
.overlay.open a {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s var(--ease-out-quint), opacity 0.8s var(--ease-out-quint);
}

.overlay.open li:nth-child(1) a {
    transition-delay: 0.1s;
}
.overlay.open li:nth-child(2) a {
    transition-delay: 0.15s;
}
.overlay.open li:nth-child(3) a {
    transition-delay: 0.2s;
}
.overlay.open li:nth-child(4) a {
    transition-delay: 0.25s;
}
.overlay.open li:nth-child(5) a {
    transition-delay: 0.30s;
}

.overlay a:hover {
    color: var(--accent);
}

.content {
    padding: 50px;
}

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

.padding-right {
    background: #fff;
    border-radius: 30px;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    padding-bottom: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.interesse {
    background: #64905d;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.interesse h4 {
   color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 50px;
}

.interesse h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    text-wrap-style: balance;
}

.interesse p {
    color: #000;
    margin-bottom: 40px;
}

.ruimte-onder {
    margin-top: 40px;
}


a.button-onder {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-top: 8px;
    display: inline-block;
    font-family: "pacaembu", sans-serif;
    border-radius: 100px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

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


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

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

.partij-card h5 {
    font-weight: 600;
}

.logo-partij {
    width: 200px;
}

/* ======== PLANNING  ======== */

.planning {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "pacaembu", sans-serif;
    background: #fff;
    color: #000;
}

#planning, #vragen-opmerking{ scroll-margin-top: 70px;}

.planning h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
}

.innerplannig {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    min-height: 180px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.innerplannig p {
    margin-bottom: 0;
     color: #313131;
}

.innerplannig strong {
    font-family: "pacaembu", sans-serif;
    font-size: 18px;
    border-bottom: 1px dashed #000;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #65905d;
}


input#q77526, input#q77525, input#q77525_confirmation, input#q77529, input#q77527, input#q77528, textarea#q77530 {
    background: #dadada;
    width: 100% !important;
    background-color: #f1f1f1;
    border: 1px solid #cdcdcd;
    height: 45px;
    margin-top: 5px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
}

 textarea#q77530 {
    min-height: 150px;
}

.formulier {
    margin-top: -20px;
}

.formulier label {
    display: inline-block;
    color: #000;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 400;
    font-family: "open-sans", sans-serif;
}

button.btn-style {
    border: none;
    font-size: 18px !important;
    display: block;
    margin-top: 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-bottom: 50px;
    background: #0a0a0a;
    color: #fff;
    font-family: "gotham", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 100px !important;
}


button.btn-style:hover {
    background-color: #629561 !important
}


div#cmplz-message-1-optin p {
    font-size: 13px;
}

button.cmplz-btn.cmplz-accept {
    font-size: 13px !important;
}

button.cmplz-btn.cmplz-deny{
	font-size: 13px !important;
}

.cmplz-buttons {
    margin-top: -20px;
}

.afbeeldingen img {
    width: 100% !important;
    border-radius: 5px;
    -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);
}

.content-inhoud {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-inhoud h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.content-inhoud h2 {
    font-size: 26px;
    margin-top: 50px;
    color: #639561 !important;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    font-size: 12px;
}