/* OVERLAY GOOGLE MAPS */
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    /* your iframe height */
    top: 400px;
    /* your iframe height */
    margin-top: -400px;
    /* your iframe height */
}

/* EMAIL & PHONE PROTECT */

.emailprotect:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}

.phoneprotect:before {
    content: attr(nummer) "\002F" attr(netnr);
    unicode-bidi: bidi-override;
    direction: rtl;
}


/* THERAPEUTEN IMG */

div.therapeuten {
    text-align: center;
    padding-bottom: 10px;
}


/* All viewports except 480px*/

@media (min-width: 1200px) and (min-width: 768px) and (max-width: 979px) and (max-width: 767px) and {
    div.therapeuten img {
        height: auto;
        width: 250px;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    div.therapeuten img {
        height: auto;
        width: 150px;
    }
}
