.dly-interstitial { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999999999; }
.dly-interstitial.js-show { display:block; }
.dly-interstitial .dly-interstitial-overlay { opacity:0.5; }
.dly-interstitial-overlay { background:#666666; opacity:0; transition:all 0.2s; position:fixed; top:0; left:0; width:100%; height:100%; z-index:0; }
/*.dly-interstitial-wrapper { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; }*/
.dly-interstitial-content { z-index:1; background:#f7f7f7; width:1000px; max-width:1000px; padding:50px; position:fixed; top:5%; left:50%; margin-left:-500px; border-radius:25px; box-sizing: border-box; }
.dly-interstitial-content img { max-width:100%; height:auto;}
.dly-interstitial-close { position:absolute; top:10px; right:10px;  }
/*.dly-interstitial-content-padding { padding:50px; }
.dly-interstitial-content-with-motiv { padding-top:0; }
.dly-interstitial-content-motiv {}
.dly-interstitial-content-motiv img { display:block; }
.dly-interstitial-content-motiv .gallery .image { margin:0; }*/
.dly-interstitial-close span {     display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 29px;
    height: 25px;
    padding-bottom: 4px;
    text-align: center;
    border: 1px solid #000000;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    line-height: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dly-interstitial-close span:hover {
    background:#000000;
    color:#ffffff;
}

@media screen and (max-width:1200px) {
    .dly-interstitial-content { max-width:1200px; width:80%; left:10%; margin-left:0; }
    .dly-interstitial-content-padding { padding:40px 5% 40px 5%; }
    .dly-interstitial-content-with-motiv { padding-top:0; }
}
@media screen and (max-width:1000px) {
    .dly-interstitial-content { max-width:1000px; }
}
@media screen and (max-width:800px) {
    .dly-interstitial-content { max-width:800px; }
}
