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

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
}

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

body {
    font-family: 'Jost', sans-serif;
    overflow-x: hidden!important;
}

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

/* ======== OPMAAK ======== */

button.btn.btn-primary {
    background: #00bad9;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 13px;
}

button.btn.btn-primary:hover{
    background: #171e31;
}

.modal-content {
    border-radius: 0px!important;
    border: none!important;
    -webkit-box-shadow: 0 -5px 150px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 -5px 150px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 -5px 150px 0 rgb(0 0 0 / 20%);
}

.contactblok {
    background-color: #F5F5F5;
    padding: 25px 10px;
    margin-top: 20px;
}

.contactblok p {
    font-size: 17px;
}

.btn:active,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.login {
    min-height: 100vh;
}

.modal-body {
    text-align: left;
    padding: 50px;
}

.modal-body p {
    font-size: 19px;
}

a.link {
    color: #000;
}

h2.titel-modal {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.bg-image {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
}

.login-heading {
    font-weight: 800;
    text-transform: uppercase;
}

.contactblok strong {
    text-transform: uppercase;
}

h2 {
    font-weight: 300;

}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

span.harderwijk {
    display: block;
    font-weight: 200;
    margin-bottom: 50px;
}

img.logo {
    width: 320px;
    margin-bottom: 20px;
}

/* ======== OPMAAK ======== */

.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;
    border: none;
    padding: 7px;
    margin-top: 8px;
    border-radius: 5px;
    background-color: #F5F5F5;
    border: 1px solid #d1d1d1;
}

.wpcf7-form label {
    font-weight: 500;
    width: 100% !important;
    font-size: 18px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #00bad9;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    font-size: 15px;
    -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: #171e31;
}

div#exampleModal {
    background: rgb(0 0 0 / 60%);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}


/* ======== SLIDER ======== */

div#slideronder {
    margin-top: 50px;
}

div#slideronder img {
    -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;
}

div#slideronder img:hover {
    opacity: 0.8;
}

.pswp__bg {
    background: rgb(0 0 0 / 85%)!important;
}