:root {
    --kleur1: #DAE0CE;
    --kleur2: #44444;
    --kleur3: #88888;
}

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

html {
    scroll-behavior: smooth;
}

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

p {
    color: #221E1F;
    font-size: 17px;
    line-height: 27px;
}

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

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

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

.menubalk {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menubalk h1 {
    font-size: 35px;
    margin-bottom: 0;
    color: #719454;
    font-weight: 700;
}

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

section.hero {
    position: relative;
    overflow: hidden;
    background-color: var(--kleur1);
    padding: 5rem 0;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.hero h1 {
    color: #709454;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-wrap-style: balance;
}

section.hero p {
    margin-bottom: 24px;
    font-family: "myriad-pro-black", sans-serif;
}

.hero .map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transition: transform 0.1s ease-out;
}

.text-col {
    padding-left: 70px;
}

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

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

.ondermenu {
    padding-top: 30px;
    padding-bottom: 50px;
}

.innerwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

label {
    display: inline-block;
    width: 100%;
    font-family: "myriad-pro-black", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

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

textarea {
    min-height: 50px;
    max-height: 200px;
    resize: vertical;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    font-family: "aptly", sans-serif;
    background: #4E663A;
    color: #fff;
    font-size: 24px;
    height: auto !important;
    padding: 10px 30px;
    border-radius: 50px;
    -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;
}

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

.wpcf7-form p {
    margin-bottom: 10px !important;
}
.modal-content {
    padding: 30px;
}
button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.header-image {
    display: none;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

img.onder-logo.faro {
    width: 110px;
}

img.onder-logo.schutte {
    width: 124px;
}