.elementor-495 .elementor-element.elementor-element-ab55660{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-495 .elementor-element.elementor-element-6902776{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:999;}#elementor-popup-modal-495 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-495{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-495 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-495 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-495 .elementor-element.elementor-element-ab55660{--content-width:1100px;}}/* Start custom CSS for shortcode, class: .elementor-element-6902776 */.event-popup {
  display: flex;
  flex-direction: column;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.event-popup__image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  
}

.event-popup__content {
  padding: 25px 25px 25px;
}

.event-popup__headline {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 36px);
  line-height: 1.05;
  color: #555;
}

.event-popup__text {
  font-size: 18px;
  line-height: 1.7;
  color: #888;
}

.event-popup__text p {
  margin-bottom: 18px;
}

/* Wenn kein Bild vorhanden ist */
.event-popup--no-image .event-popup__content {
  padding: 60px;
}

@media (max-width: 767px) {
  .event-popup__image img {
    height: 200px;
  }

  .event-popup__content,
  .event-popup--no-image .event-popup__content {
    padding: 20px;
  }

  .event-popup__text {
    font-size: 17px;
  }
}

.dialog-close-button {
  top: 24px !important;
  right: 24px !important;

  width: 64px;
  height: 64px;

  background: rgba(255,255,255,0.92);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #555 !important;
  font-size: 28px;

  transition: all 0.3s ease;
}

.dialog-close-button:hover {
  transform: rotate(90deg);
  background: #ffffff;
}/* End custom CSS */