.elementor-112 .elementor-element.elementor-element-2228fb7{margin-top:100px;margin-bottom:100px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-112 .elementor-element.elementor-element-3e9a121 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-112 .elementor-element.elementor-element-3e9a121 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:#0000001F;}.elementor-112 .elementor-element.elementor-element-3e9a121{--overlay-transition-duration:800ms;--content-text-align:center;--content-justify-content:flex-end;--content-padding:20px;--content-transition-duration:600ms;--content-transition-delay:600ms;}.elementor-112 .elementor-element.elementor-element-3e9a121 .elementor-gallery-item__description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-112 .elementor-element.elementor-element-2228fb7{margin-top:0px;margin-bottom:50px;}}/* Start custom CSS for gallery, class: .elementor-element-3e9a121 *//* 1. Overlay-Hintergrund nur auf Hover */
.elementor-gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.elementor-gallery-item:hover::after {
  opacity: 1;
}

/* 2. Text im Overlay unten anzeigen */
.elementor-gallery-item .elementor-gallery-item__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: 'Jomolhari', Georgia, serif !important;
  font-weight: normal !important;
  font-size: 14px;
}

.elementor-gallery-item__description {
  font-family: 'Jomolhari', Georgia, serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .elementor-gallery-item .elementor-gallery-item__caption,
  .elementor-gallery-item__description {
    font-size: 18px !important;
  }
}/* End custom CSS */