/* template: contact */
#map_canvas {
    position: absolute;
    overflow: hidden;
    left: 0;
    margin-top: 20px;
    /*margin-top: 147px;*/
    width: 100%;
    height: 600px;
    z-index: 1;
}
.contact_info h2, .contact_form_text h2 {
    position: relative;
    left: -30px;
    padding: 12px 90px 30px 30px;
    width: calc(100% + 60px);
    font-family: metronic-slab;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.05;
    box-sizing: border-box;
    background-position: 0 14px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.contact_info {
    position: relative;
    margin-top: 520px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 1;
    background-color: #00565d;
}
.contact_info h2 {
    color: #fff;
    background-image: url(../../images/icons/kepser-stripes-white.svg);
}
.contact_info ul {
    display: flex;
    list-style-type: none !important;
}
.contact_info ul li {
    width: calc(100% / 4);
}
.contact_info ul li a {
    color: #fff !important;
}
.contact_form_text {
    padding: 30px;
}
.contact_form_text h2 {
    padding: 12px 90px 20px 30px;
    color: #00565d;
    background-image: url(../../images/icons/kepser-stripes-green.svg);
}
.contact_form_text p {
    max-width: 58%;
}
form.contactform .field.textarea textarea.textarea-bericht {
    height: 206px;
    /*height: 278px;*/ /* <---- hoogte bij vier velden */
}
/* responsive-ness */
@media screen and (max-width: 1000px) {
    /* template: contact */
    #map_canvas {
        margin-top: 20px;
        /*margin-top: 28px;*/
        /*margin-top: 107px;*/
        height: 300px;
    }
    .contact_info {
        margin-top: 340px;
        margin-bottom: 0;
        padding: 15px 30px;
    }
    .contact_info ul {
        flex-wrap: wrap;
    }
    .contact_info ul li {
        width: 100%;
    }
    .contact_form_text {
        padding-right: 0;
    }
    .contact_form_text p {
        max-width: none;
    }
}