@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}

.site-content {
    flex: 1;
    background-color: #f2f2f2;
}

.background-image-marcando {
    background: url('../images/achtergrond.jpg') no-repeat;
    background-size: cover;
    justify-content: center;
    display: flex;
    align-items: center;
}

a {
    color: #2e3448;
    text-decoration: none;
}

a:hover {
    color: #2e3448;
}

a:focus {
    outline: none;
}

a.custom-hover {
    display: inline-block;
    position: relative;
    padding: 0 0 0px 0;
}

a.custom-hover:hover {
    text-decoration: none;
}

a.custom-hover:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -2px;
    visibility: hidden;
    background-color: #6a72e1;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

a.custom-hover:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.offcanvas-body .dropdown-menu.show a {
    font-size: 18px;
    font-weight: 400;
}

.white-block {
    background-color: white;
    border-radius: 10px;
}

.btn {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-detail {
    background-color: #2e3448;
    border: 1px solid #2e3448;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: white; }
.btn-detail:hover {
    background-color: #6a72e1;
    color: white;
    border: 1px solid #6a72e1;
    text-decoration: none; }
.btn-detail:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.form-check-input:checked[type=checkbox] {
    background-color: #6a72e1;
    border-color: #6a72e1;
    outline: none;
    box-shadow: none; }

.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.25); }


.btn-detail:hover {
    background-color: #6a72e1;
    color: white;
    border: 1px solid #6a72e1;
    text-decoration: none;
}

.btn-detail:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.25);
}

.nieuwbriefinput {
    font-size: 18px;
    padding: 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b6baba;
    background-color: transparent;
}

.nieuwbriefinput:focus {
    outline: none; }

label.nieuwbrieflabel {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.nieuwbriefinput:focus ~ label.nieuwbrieflabel, .nieuwbriefinput:valid ~ label.nieuwbrieflabel {
    top: -15px;
    font-size: 14px;
    color: #6d6f72; }

.wachtwoord-vergeten {
    color: #6a72e1;
}

.p-5 {
    padding: 4.8rem !important;
}

.col {
    flex: 1 0 0;
}

.group {
    position: relative;
    margin-bottom: 30px; }

.row {
    display:flex;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

w-center-div {
    width: 500px;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.d-inline-block {
    display: inline-block!important;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.mb-0 {
    margin-bottom: 0;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.w-center-div {
    width: 500px;
}

.login-form {
    margin: 100px auto;
    max-width: 220px;
}

.testingBar {
    padding: 4px;
    background-color: rgba(204, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 250px;
    text-align: center;
    z-index: 9999;
    -moz-box-shadow: 0px 0px 15px 3px rgba(148, 19, 19, 0.64);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(148, 19, 19, 0.64);
    box-shadow: 0px 0px 15px 3px rgba(148, 19, 19, 0.64);
    margin-left: -125px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 768px) {
    #footer{
        display:none;
    }
    label{
        float: none;
    }
    .extraspace{
        padding-left: 0;
    }
}

#footer {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;

}

#footer-lft {
    float: left;
    /*padding:0 0 0 200px;*/
    /*padding-left:10px;*/
}

#footer p {
    /*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
    color: #cccccc;
    padding: 12px 10px 12px 10px;
    text-align: left;
}

#footer a {
    text-decoration: none;
    color: #51596c;
}

#footer a:hover {
    color: #51596c;
    text-decoration: underline;
}

#footer-rgt {
    float: right;
    text-align: right;

}

#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {
    padding-bottom: 10px;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 13px;
}

#form .checkbox{
    padding-top:0;
    color:#6F6F6F;
}

.text-sm{
    font-size: 90%;
    line-height: 100%;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

@media (max-width: 767px) {
    .actionsnav li{
        width:auto;
        display:inline-block;
    }
    .actionsnav{
        float: right;
    }
}