/*gallery*/
#main .psgal{
    width:100%!important;
    background-color:transparent;
    padding:0px;
    /* width:calc(100% + 5px)!important; */
  }
  #main .psgal_wrap{
    margin:0 -8px!important;
  }
  #main .psgal figcaption,
  .wp-caption-text,
  .image-caption{
    margin-top:0px;
    text-align:left;
    font-size:14px;
    line-height:1.3;
    background-color:#aaaa99;
    display:inline-block;
    padding:3.5px 5px;
    box-sizing:border-box;
    /* font-style:italic; */
  }  
  #main .psgal figcaption:empty ,
  .wp-caption-text:empty,
  .image-caption:empty {
  padding: 0px;
}
#main .psgal a{
  margin-bottom:-2px;
}
  #main .single_photoswipe img{
    margin-bottom:-10px;
  }
  .pswp__caption__center{
    color:#646464;
    font-size:14px;
  }
  #main .psgal figure{
    width:33.33%;
    padding: 0 8px;
    margin-bottom: 12.5px;
    text-align:left;
  }
  .psgal.gallery-columns-1 figure{
    text-align:left;
  }
  /** Spaltenzahl !!! **/
  #main .psgal.gallery-columns-1 figure {
    width: 100%;
  }
  #main .psgal.gallery-columns-2 figure {
    width: 50%;
  }
  #main .psgal.gallery-columns-3 figure {
    width: 33%;
  }
  #main .psgal.gallery-columns-4 figure {
    width: 25%;
  }
  #main .psgal.gallery-columns-5 figure {
    width: 20%;
  }
  #main .psgal.gallery-columns-6 figure {
    width: 16.66%;
  }
  #main .psgal.gallery-columns-7 figure {
    width: 14.29%;
  }
  #main .psgal.gallery-columns-8 figure {
    width: 12.5%;
  }
  #main .psgal.gallery-columns-9 figure {
    width: 11.11%;
  }
  #main .acf-gallery .psgal{
    padding-bottom: 0;
  }
  .acf-gallery .credits{
    font-style: italic;
    border-top: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 5px;
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
  }
  #main .psgal img{
    width:100%;
    display:block;
  }
  .acf-gallery{
    margin-top:20px;
    margin-bottom:30px;
  }
  a.single_photoswipe,
  .msnry_item a{
      position:relative;
      display:inline-block;
  }
  .psgal a{
    display:inline!important;
  }
  .psgal .msnry_item > a{
    display:block!important;
  }
  #main .single_photoswipe:before,
.zoom:before,
.msnry_item > a:before{
    content: "";
    font-family: 'Montserrat';
    background-image:url('/wp-content/themes/dz/images/lupe_white.svg');
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:0px;
}
#main .single_photoswipe:hover:before,
.zoom:hover:before,
.msnry_item:hover  a:before{
    background-color: rgba(35, 31, 32,0.7);
}
@media screen and (max-width: 900px){
  #main .psgal figure{
      width:33.33%!important;
  }
}
@media screen and (max-width: 780px){
  #main .psgal figure{
      width:50%!important;
  }
}
@media screen and (max-width: 360px){    
  #main .psgal figure{
      width:100%!important;
  }
}