

.ris_anfrage_rueckruf_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(75,78,82,0.95);
    z-index: 101;
    overflow: auto;
    display: none;
}
.ris_anfrage_rueckruf_container {
    width: 50%;
    background-color: #535f6a;
    padding: 36px;
    margin: 36px auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.ris_anfrage_rueckruf_overlay .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ris_anfrage_rueckruf_overlay .close img {
    width: 19px;
}
@media screen and (max-width:1024px) and (min-width:569px) {
    .ris_anfrage_rueckruf_container {
        width: calc(100% - 72px);
        margin: 36px;
    }
}
@media screen and (max-width:568px) {
    .ris_anfrage_rueckruf_container {
        width: 100%;
        margin: 0px;
    }
}