:root {
    --roodbruin: #8D4534;
    --groen: #9FAD93;
    --zwart: #292929;
}

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

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
}

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

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: 16px;
    line-height: 30px;
    font-family: "poppins", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "brother-1816", sans-serif!important;
    font-weight: 400;
    text-transform: uppercase;
}


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

.menu-menu-2 a.active {
    color: red!important;
    font-weight: 800;
}


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

.menu-wrap h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}

.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: 50px;
    padding-bottom: 40px;
    background-color: var(--groen);
    position: sticky;
    top: 0;
    z-index: 99;
}

.scroll-menu {
    padding-top: 25px;
    padding-bottom: 20px;
    -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);
    background: #292929fa;
}

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

.menu-wrap h1 {
    font-size: 27px;
    color: #fff;
}

.menu a {
    font-family: "poppins", sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 18px;
}

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

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

.slider::after {
    height: 630px;
    background-color: var(--groen);
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
}

.slider-top {
    position: relative;
    /* Important to position the pseudo-element */
}

.slider-bottom {
    -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;
}

.slider-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.owl-carousel .owl-item img {
    border-radius: 20px;
}

.owl-carousel.slider-top.owl-loaded.owl-drag {
    -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;
}

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

.innerplanning {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    text-align: center;
    padding: 40px 30px;
}

.innerplanning p {
    font-size: 18px;
}

.innerpadding {
    padding-right: 50px;
}

.innerplanning strong {
    color: #8d4533;
}

.innerpadding p,
.innerplanning p {
    margin-bottom: 0;
}

.innerpadding h2 {
    margin-bottom: 20px;
    color: var(--roodbruin);
    font-weight: 600;
    font-size: 36px;
}

.kaart {
    border-radius: 20px;
}



.wit-content {
    padding-top: 40px;
    padding-bottom: 100px;
}

.rood-content {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--roodbruin);
    color: #fff;
}

.rood-content p {
    color: #fff;
}

.rood-content h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}

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

.planning h3 {
    font-size: 33px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
}

/* ======== OP DE HOOGTE   ======== */

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

.opdehoogte p {
    color: #221E1F;
    font-size: 17px;
}

.opdehoogte h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}



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

.footer {
    padding-top: 90px;
    padding-bottom: 90px;
}

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

img.logo-valk {
    width: 200px;
}

img.logo-poelmans-reesink {
    width: 260px;
}

img.logo-im {
    width: 200px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 25px;
}

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

/* Disable scrolling by default */
body.no-scroll {
    }

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

.menu-btn div {
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 4px 0;
    border-radius: 50px;
    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: 100;
}

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

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

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

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

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

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

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

/* ======== SCROLL MARGIN======== */

#hetplan, #woningen, #planning, #interesse {
    scroll-margin-top: 81px;
}

/* ======== 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: 1px solid #dedede;
}

.wpcf7-form label {
    font-family: "brother-1816", sans-serif !important;
    width: 100% !important;
    color: #221e1f;
    font-weight: 600;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--roodbruin);
    padding: 15px 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;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var(--zwart)
}

.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: 25px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

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

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

div#formVerstuurdModal {
    text-align: center;
}

img.pijl {
    width: 50px;
    position: relative;
    bottom: 30px;
    z-index: 20;
}

.slider {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rij-fotos .owl-item img {
    border-radius: 0;
}

.innerpadding strong {
    margin-bottom: 10px;
    display: block;
}
