#imageOverlay .close {
    top:35px;
    position:fixed;
    right:100px;
    opacity:1;
}



#imageOverlay .sidebar {
    padding:15px;
    background:rgba(255,255,255,1);
}



#imageOverlay .sidebar .title {
    margin-bottom:5px;
    font-size:20px;
    color:black;
    font-weight:Bold;
    line-height:29px;
}



#imageOverlay .sidebar .descr {
    font-size:18px;
    color:#575757;
}



#imageOverlay .image {
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}



#imageOverlay {
    bottom:0;
    position:fixed;
    display:none;
    z-index:999999;
    background:rgba(255,255,255,1);
    /*,url('../../files/muenzloher/blur.svg#blur');
    */
        top:0px;
    left:0px;
    right:0px;
    transition:background 0.3s;
    overflow-y:auto;
}



#imageOverlay .image .carousel {
    height:100%;
}



#imageOverlay.light-background {
    background:rgba(255,255,255,0.9);
}



#imageOverlay .inner {
    width:1100px;
    position:static;
    margin:75px auto;
    background:rgba(255,255,255,1);
}



.overlay-button {
    cursor:zoom-in;
}

