#bgImage {
  background-image: url(/site/themes/jublasis/img/bg/bg_mobile_pattern.png);
}
@media (min-width: 576px) {
  #bgImage {
    background-image: url(/site/themes/jublasis/img/bg/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.mobfusc {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.media-boxes-search {
  background-color: #fff;
}
#popupFrame {
  background-color: #f7f7f7;
}
@media (min-width: 1200px) {
  .fancyboxMB-slide--iframe .fancyboxMB-content {
    max-width: 50%;
  }
}
.media-boxes-no-more-entries {
  visibility: hidden;
}
.events .media-box,
.gallery .media-box,
.mediaboxes_home .media-box {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: inherit;
}
.gallery .media-box-read-more-link,
.mediaboxes_home .media-box-read-more-link {
  background: none;
  color: #777;
  padding: 0;
}
.leitungsteam .media-box-categories {
  text-align: center;
  margin: 0 0 13px;
}
.leitungsteam .media-box-title {
  text-align: center;
}
.leitungsteam .media-box-categories span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  border-color: #e54e53;
  color: #e54e53;
}
.leitungsteam .media-box-aemtli {
  margin-top: 5px;
  font-size: 0.85rem;
  text-align: center;
  color: #888;
}
.events .media-box-content,
.media-box-content a,
.mediaboxes_home .media-box-content {
  color: #212529;
}
.leitungsteam .media-box {
  display: flex;
  flex-direction: column;
  min-height: 480px; /* adjust as needed for uniform card height */
}
