.clickEnlarge_overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    /* der pageheader der nicht-responsive Immowelt hat einen z-index von 10000*/
    z-index: 10010;

}

.clickEnlarge_content {
    /*wird über jquery zentriert*/
    background-color: #fff;
    /*fallback für alten IE*/
    max-height: 85%;
    max-height: 85vh;
    /*fallback für alten IE*/
    max-width: 80%;
    max-width: 80vw;
    overflow: auto;
    position: fixed;
    /* der pageheader der nicht-responsive Immowelt hat einen z-index von 10000*/
    z-index: 10030;
}

.clickEnlarge_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*fallback für alten IE*/
    max-height: 100%;
    max-height: 70vh;
    /*fallback für alten IE*/
    max-width: 100%;
    max-width: 70vw;
}


.clickEnlarge_content .modal_content {
    padding: 20px;
}

.clickEnlarge_content .modal_content .hd {
    margin-bottom: 10px;
    text-align: right;
}

.clickEnlarge_content .modal_content .hd::after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}

.clickEnlarge_content .modal_content .hd .btn_close {
    color: #aaa;
    font-size: 25px;
}
.clickEnlarge_content .modal_content .hd .btn_close:hover {
    color: #666;
}

.clickEnlarge_caption {
    font-size: 12px;
}

.clickEnlarge_inactive img {
    cursor: default;
}

@media handheld, only screen and (max-width: 780px) {
    figure a img{
        cursor: default;
    }
}
