/* PAGE RESET */
body {
    margin: 0;
    font-family: filson-pro, sans-serif;
    background: #ffffff;
    color: #636362;
}

/* HEADER BAR */
.header-bar {
    width: 100%;
    background: transparent;
    padding-top: 15px;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* LOGO */
.header-left img {
    width: 230px !important;
    height: auto !important;
    display: block;
    margin-top: 10px;
}

/* BUTTON */
.header-right a {
    display: inline-block;
    background: #c94f1c;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
}

.header-right a:hover {
    background: #a83f15;
}

/* HEADER IMAGE AREA */
.header-image {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.header-image img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    display: block;
}

#mod-custom90 {
    background-image: url("/planbord/images/klapwijk%20header-2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 260px;
    width: 100%;
    display: block;
}


/* PAGE CONTENT */
.content-area {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
}

/* TITLES */
.content-area h1 {
    font-size: 40px;
    font-weight: 700;
    color: #636362;
    margin-bottom: 30px;
}

/* RSFORM FIELDS */
.form-control {
    width: 100%;
    padding: 24px 12px !important;
    background: #ededed !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: black !important;
}

.form-control:focus {
    background: #fff !important;
    border: 1px solid #0075ba !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 115, 186, 0.25) !important;
}

/* FOOTER */
.footer-area {
    background: #636362;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

.footer-area p,
.footer-area a {
    color: #fff !important;
    font-size: 12px;
    margin: 0;
}
