

.registration-actions {
    display: flex;
    justify-content: space-between;
}

.registration-actions > .ajax {
    padding: 6px 12px;
}

.registration-actions > p {
    display: flex;
    align-self: flex-end;
    font-size: 17px;
    font-weight: bold;
}
.header-sub {
    display: none;
}

.three {
    display: none;
}

.aanmelden-header {
    background-color: #3D3D3D;
    height: 100px;
    text-align: center;
}

.aanmelden-header img {
    height: 50px;
    margin-top: 25px;
}

.content-part {
    display: none;
}

.zoeken {
    display: none;
}

.wide-style {
    background-color: #0e0e0e;
}

#gmap-wrapper {
    position: relative;
    height: calc(100vh - 250px);
    width: 100%;
    background: url(../../../img/bg.jpg) no-repeat center center;
    background-size: cover;
}

#googlemaps {
    position: absolute;
    height: 640px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#contactform-wrapper {
    position: relative;
    z-index: 1; /* The z-index should be higher than Google Maps */
    width: 500px;
    padding-top: 25px;
    margin: 0 auto;
    max-width: 100%;
}

#contactform {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 10px 20px #808080;
    text-shadow: 0 1px 0 #fff;
    background: white;
    min-height: 100px;
    padding: 20px;
    float: left;
}

#contactform-wrapper {
    z-index: 0;
}

@media screen and (max-width: 450px) {
    .registration-actions > p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html {
        background-color: white;
    }

    .thumbnails {
        display: none !important;
    }

    .toggle-topbar {
        display: none !important;
    }

    .singin-mobile-ribbon {
        display: none !important;
    }

    .oudfooter {
        display: none !important;
    }

    #gmap-wrapper {
        height: auto;
    }

    #googlemaps {
        height: auto;
    }

    #footer {
        display: none !important;
    }

    #contactform {
        border: 0px;
        border-radius: 0px;
        box-shadow: 0 0 0;
        text-shadow: 0 0 0;
        background: white;
        min-height: 100px;
        padding: 10px;
        float: left;
    }

    #contactform-wrapper {
        padding-top: 0px;
    }

    #contactform h2, #contactform h4, #contactform p {
        text-align: center;
    }

    #contactform h2 {
        font-size: 25px;
    }

    #contactform h4 {
        font-size: 14px;
    }

    #contactform p {
        font-size: 12px;
    }

    .name {
        text-align: center;
    }

    .grecaptcha-badge {
        opacity: 0;
    }

    .name .fa-user-circle-o {
        display: none;
    }
}
