/* ------------------------------------------------------
:: Template Name: Classy - Multipurpose Template
:: Author: Designing World
:: Author URL: https://wrapbootstrap.com/user/DesigningWorld
:: Description: Classy is a complete multi-functional template. It's creative and clean design. It's has huge collection of templates for Business, Agency, Startup, App Landing, Product Landing, Service Landing, Hosting & Technology, Restaurant, Freelancer, Resume & CV, Portfolios, Education, Spa & Beauty, Photography, Fitness & Gym.
:: Version: 2.1.0
------------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #211F20;
}

h3,p {
    color: white!important;
}

h3 {
    font-size: 1.5em;
    font-weight: 600!important;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.custom-button-slidea:hover {
    background-color: #FCDB2E!important;
    color: white!important;
    border-color: none!important;
}

.slidea-control-inner {
    visibility:hidden!important;
}

.slidea-control {
    visibility: hidden!important;
}


.single_address_area p a {
    color: white;
}

.banner {
    background-image: url('/img/molenaarzonwering/banner1.png');
    background-position: top;
    background-size: cover;
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner .banner-content h2 {
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 10px 5px 10px;
    color: white;
    font-weight: 600;
}

.banner .banner-content p {
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 5px;
    margin: 0px 50px;
    margin-bottom: 40px;
    color: white;
    font-weight: 400;
}

.mzm-button {
    border: 1px solid #FCDB2E;
    background-color: #FCDB2E;
    color: black;
    border-radius: 5px;
    padding: 8px 16px;
}

.mzm-button:hover {
    color: white;
    border-color: white;
}

.contact-title {
    margin-top: 25px;
    margin-bottom: -20px;
}

.contact-hoverable:hover {
    color: #FCDB2E;
}

.footer-logo {
    height: 120px;
    margin-top: 20px;
}

.validation-summary-errors::before {
    content: 'Er ging iets mis:';
}

.validation-summary-errors {
    color: red;
}

.speech-bubble {
    display: none;
    position: absolute;
    background: white;
    border-radius: .4em;
    width: 280px;
    height: 40px;
    z-index: 10;
    border: 2px solid lightgray;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: lightgray;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -15px;
}

.speech-bubble p {
    color: black!important;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
}

.speech-bubble-name {
    margin: 46px 0 0 40px;
}

.speech-bubble-message {
    margin: 250px 0 0 40px;
}

.speech-bubble-email {
    margin: 46px 0 0 340px;
}

.speech-bubble-phone {
    margin: 114px 0 0 340px;
}

.exclamation-container {
    display: inline-block;
    margin: 8px 10px 0 12px;
    width: 20px;
    height: 20px;
    background-color: #FCDB2E;
}

.exclamation-container i {
    display: block;
    text-align: center;
    margin-top: 2px;
}

.first-title {
    font-size: 1.3em;
}

@media only screen and (max-width: 600px) {
    .banner {
        height: 250px;
    }

    .logo-custom {
        margin-top: 0px;
        height: 80px;
    }

    .nav-menus-wrapper-sub {
        width: 100%;
        height: 85px;
    }

    .banner .banner-content h2 {
        font-size: 1.5em;
        background-color: rgba(0,0,0,0.4);
        margin: 0 25px 5px 25px;
    }

    .banner .banner-content p {
        background-color: rgba(0,0,0,0.4);
        font-weight: 400;
        margin: 0px 40px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 1.2em;
    }

    .social_links_area {
        padding: 20px 0 0 0;
    }

    .speech-bubble-name {
        margin: 40px 0 0 60px;
    }

    .speech-bubble-email {
        margin: 110px 0 0 60px;
    }

    .speech-bubble-phone {
        margin: 240px 0 0 60px
    }

    .speech-bubble-message {
        margin: 460px 0 0 60px;
    }

    .first-title {
        font-size: 1.1em;
    }
}