:root {
    --licht: #65AB48;
    --donker: #316B37;
    --grijs: #3F3B39;
}


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

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "avenir-lt-pro", 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: 19px;
    line-height: 30px;
}

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

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

.menu-balk {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-blok ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
}

.menu-blok ul a {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 20px;
}

.menu-blok ul a:hover {
    color: #000;
}

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

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

.menu-balk h1 {
    margin-bottom: 0;
}

img.logo {
    width: 115px;
}

.logowrap {
    background: #fff;
    position: absolute;
    top: 0px;
    padding: 25px;
}

.menu-blok {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header {
    background: url(../img/header.jpg);
    background-size: cover;
    background-position: left center;
    height: 875px;
}

.menu-top {
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(135deg, #65AB48 0%, #316B37 100%);
}

.visible .logowrap {
    top: 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);
}

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

.interesse a {
    background: #fff;
    color: #000 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.interesse a:hover {
    background: #3F3B39;
    color: #fff !important;
}

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

.hamburger {
    width: 30px;
    height: 32px;
    position: fixed;
    cursor: pointer;
    z-index: 99999999;
    right: 30px;
    top: 30px;
    display: none;
    opacity: 0;
}

.hamburger span {
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.4s;
    border-radius: 200px;
}

.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 9px;
}
.hamburger span:nth-child(3) {
    top: 18px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    background: #fff;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    background: #fff;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    background: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 99999;
}

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

.overlay .overlay-menu {
    position: absolute;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background: #fff;
    padding: 50px 30px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.4);
    transition: right 0.4s ease;
    overflow-y: auto;
    background: linear-gradient(135deg, #65AB48 0%, #316B37 100%);
}

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

.overlay .overlay-menu .menu {
    margin: 0;
    padding: 0;
}

.overlay .overlay-menu .menu li {
    list-style: none;
    margin: 20px 0;
}

.overlay .overlay-menu .menu li a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.overlay .overlay-menu .menu li a:hover {
    color: #444;
}

.no-scroll {
    overflow: hidden;
}

nav.overlay-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

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

.inhoud {
    padding-top: 70px;
    padding-bottom: 130px;
}

.text-centered {
    text-align: center;
}

h1.hoofdtitel {
    color: #3F3B39;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 42px;
}

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

.kaart {
    border-radius: 20px;
}

.innertekst {
    padding-right: 50px;
}

.image-hover {
  position: relative;
  display: inline-block;
  width: 100%;

}

.image-hover .kaart {
  display: block;
  width: 100%;
  height: auto;
}

.image-hover .overlay-image {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-hover:hover .overlay-image {
  opacity: 1;
}

.image-hover .overlay-image i {
  color: white;
  font-size: 1.5rem;
}


/* ======== INHOUD BLOKKEN  ======== */

.inhoud-blokken {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    background: #3b3a39;
}

.blokkenrij {
    display: flex;
    flex-wrap: wrap;
    margin-top: -130px;
}

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

.blokkenrij > .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.witblok-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 25px 30px 25px;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.witblok-inner h2 {
    color: #000;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 600;
}

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

.interesse-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(1deg, #E0DCCF 0%, #c0b7a6 100%);
}

.interesse-wrap p {
    color: #000;
    text-wrap-style: balance;
    font-size: 20px;
    margin-top: 20px;
}

.witblok-inner p {
    margin-bottom: 0;
}

.interesse-wrap h3 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
}


/* ======== FORMULIER ======== */

.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: 5px;
}

.wpcf7-form label {
    width: 100% !important;
    color: #000;
    font-weight: 500;
    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: linear-gradient(135deg, #65AB48 0%, #316B37 100%);
}

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

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

img.doock {
    width: 300px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.footer h4 {
    width: 300px;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.innertekst p {
    font-size: 19px;
}

#omgeving{
    scroll-margin-top: 200px;
}

#situatie {
    scroll-margin-top: 85px;
}

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

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    margin-bottom: -20px;
}

