/*gallery*/
#page .psgal{
    width:100%!important;
    background-color:transparent;
    padding:0px;
    /* width:calc(100% + 5px)!important; */
  }
  #page .psgal_wrap{
    margin:0 -8px!important;
  }
  #page .psgal figcaption,
  .wp-caption-text,
  .image-caption{
    margin-top:0px;
    text-align:left;
    font-size:14px;
    line-height:1.3;
    display:inline-block;
    padding:3.5px 5px;
    box-sizing:border-box;
    /* font-style:italic; */
  }  
  #page .psgal figcaption:empty ,
  .wp-caption-text:empty,
  .image-caption:empty {
  padding: 0px;
}
#page .psgal a{
  margin-bottom:-2px;
}
  #page .single_photoswipe img{
    margin-bottom:-7px;
  }
  .pswp__caption__center{
    color:#646464;
    font-size:14px;
  }
  #page .psgal figure{
    width:33.33%!important;
    padding: 0 8px;
    margin-bottom: 12.5px;
    text-align:left;
  }
  #page .psgal figure a {
    
    height:auto!important;
  }
  .psgal.gallery-columns-1 figure{
    text-align:left;
  }
  /** Spaltenzahl !!! **/
  #page .psgal.gallery-columns-1 figure {
    width: 100%;
  }
  #page .psgal.gallery-columns-2 figure {
    width: 50%;
  }
  #page .psgal.gallery-columns-3 figure {
    width: 33%;
  }
  #page .psgal.gallery-columns-4 figure {
    width: 25% !important;
  }
  #page .psgal.gallery-columns-5 figure {
    width: 20%;
  }
  #page .psgal.gallery-columns-6 figure {
    width: 16.66%;
  }
  #page .psgal.gallery-columns-7 figure {
    width: 14.29%;
  }
  #page .psgal.gallery-columns-8 figure {
    width: 12.5%;
  }
  #page .psgal.gallery-columns-9 figure {
    width: 11.11%;
  }
  #page .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;
  }
  #page .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;
  }
  #page .single_photoswipe:before,
.zoom:before,
.msnry_item a:before{
  content: "\f179";
    font-family: 'dashicons';
    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;
}
#page .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){
  #page .psgal figure{
      width:33.33%!important;
  }
}
@media screen and (max-width: 780px){
  #page .psgal figure{
      width:50%!important;
  }
}
@media screen and (max-width: 360px){    
  #page .psgal figure{
      width:100%!important;
  }
}