.lightgallery {
    position: relative;
    width: 100%;
    height: 470px;
  }
  .lightgallery .image-item {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e21e11;
    padding: 8px;
    color: #fff;
    font-size: 0.824em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
  }
  .lightgallery img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lightgallery .item_hide {
    display: none;
  }
  .lightgallery .item_0 {
    display: block !important;
  }
  .lightgallery .hidden {
    display: none !important;
  }


  .lightgallery .item-inner img {
    max-width: 98%;
  }
  
  /* gallery-pager */
  .gallery-pager {
    position: absolute !important;
    border: 1px #e1e1e1 solid;
    border-top: none;
    padding-top: 10px;
    /* margin-bottom: 40px; */
    height: 80px;
    position: relative;
    display: table;
    width: 582px;
    background-color: white;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .gallery-pager a {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .gallery-pager .prev {
    left: 20px;
    border-right: 20px solid #ccc;
    cursor: none;
  }
  .gallery-pager .next {
    right: 20px;
    border-left: 20px solid;
  }
  .gallery-pager .galleryCount, .gallery-pager .media-desc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7651428571428571em;
    line-height: 120%;
    color: #464646;
  }
  .gallery-pager .galleryCount {
    left: 60px;
    width: 46px;
    font-weight: bold;
    text-align: left !important;
  }
  .gallery-pager .media-desc {
    left: 100px;
    width: 70%;
    text-align: left;
  }
  .gallery-pager .arrow {
    /* display: block !important;
    position: absolute; */
  }
  
  /* Change lightgallery default styling */
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: pointer;
  }



  /* change lightgallery default lg-sub-html style */
  .lg-sub-html {
    background-color: rgb(0 0 0 / 40%);
  }
  .lg-sub-html h1, .lg-sub-html p {
    font-size: 26px;
    color: white;
    line-height: 125%;
    margin-bottom: 10px;
  }
  .lg-sub-html h1 {
    font-family: "open_sans_condensedbold", sans-serif;
  }
  .lg-sub-html p {
    font-family: Arial, Helvetica, sans-serif;
  }
  .lg-inner .lg-item .lg-img-wrap {
    width: 1237px;
    height: 824px;
    position: relative;
  }
/*  .lg-inner .lg-item .lg-img-wrap img {
    width: 100%;
  } */



/* Fotogalerien gallery style && Fotogalery sidebar */
.mod_neusteBildstrecken .lightgallery .image-item,
.mod_sidebar .lightgallery .image-item {
  background-color: transparent !important;
  padding: 0px !important;
}
.mod_neusteBildstrecken .lightgallery .hide,
.mod_sidebar .lightgallery .hide {
  display: none;
}
.mod_neusteBildstrecken .lightgallery img,
.mod_sidebar .lightgallery img {
  position: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  transform: unset;
  margin-bottom: 6px;
}
.mod_neusteBildstrecken .header h2,
.mod_sidebar .mod_bilderstrecke .header h2 {
  border-radius: 0px !important;
}
.mod_neusteBildstrecken .content .box {
  height: 147px;
  margin-bottom: 26px;
}
.mod_sidebar .mod_media {
  margin-top: 0px !important;
  height: 240px;
}







  /* article list first article style */
  .artikelliste .mod_topMeldung img {
      width: 100% !important;
  }


  /* article last child */
.news .article:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
}