.elementor-46461 .elementor-element.elementor-element-0c87ec2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}#elementor-popup-modal-46461 .dialog-widget-content{animation-duration:2.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-46461 .dialog-message{width:90vw;height:90vh;align-items:flex-start;}#elementor-popup-modal-46461{justify-content:center;align-items:center;}/* Start custom CSS for html, class: .elementor-element-369e2d5 */.map-fullscreen-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.map-fullscreen-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0c87ec2 */.elementor-popup-modal {
  width: 90vw !important;
  height: 90vh !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 !important;
}

.elementor-popup-modal .elementor-container {
  max-width: 100% !important;
  height: 100% !important;
}/* End custom CSS */
/* Start custom CSS */.elementor-popup-modal {
  width: 90vw !important;
  height: 90vh !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 12px; /* Rundung der Ecken */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* weicher Schatten */
  overflow: hidden; /* verhindert, dass Inhalte über die Rundung hinausragen */
  transition: all 0.3s ease-in-out; /* sanfter Öffnungseffekt */
}

.elementor-popup-modal .elementor-container {
  max-width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
}

.map-close-button {
  position: absolute;
  top: 20px;
  right: 30px; /* sorgt für obere rechte Ecke */
  background-color: #36698F !important;
  color: #fff !important;
  border: none !important;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 10000;
  transition: background 0.3s ease;
}


.map-close-button:hover {
  background-color: #2c5674 !important;
}/* End custom CSS */