.pswp {
    background-color:#1a1a1a;
}

/* Photoswipe Caption of Bildtitel */
.dait-ps_gallery figure {
    position:relative;
}
.dait-ps_gallery figure figcaption {
    bottom:0;
    left:0;
    right:0;
    position:absolute;
    padding:4px 0;
    text-align:center;
    opacity:0;
    visibility:hidden;
    background-color:rgba(0,0,0,0.5);
    color:white;
    z-index:2;
    transition:0.4s;
    font-weight: 200;
}
.dait-ps_gallery figure:hover:after {
    opacity:1;
    visibility:visible;
}

/* Photoswipe Caption */
.pswp__caption__center {
    text-align: center!important;
}
.dait-ps_gallery figure:hover figcaption {
    opacity:1;
    visibility:visible;
}

/* Top, Bottom, Arrows Lightbox Photoswipe */
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color:rgba(68,78,88,.0)!important;
}
.pswp__caption {
    background-color:rgba(68,78,88,.3)!important;
    min-height: 36px!important;
    height: 36px!important;
}
.pswp__top-bar {
    background-color:rgba(68,78,88,.0)!important;
    min-height: 36px!important;
    height: 36px!important;
}
.pswp__item {
    background-color:#444e58;
}
#main ul.dait-ps_gallery li::before {
	display:none;
}
@media screen and (max-width: 699px) {
.mod_article.grid-container.grid-x.bgll.block div.ce_gallery.block ul.dait-ps_gallery{
	padding-right:1rem;
}}