.elementor-5815 .elementor-element.elementor-element-5b5cb42{--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;}.elementor-5815 .elementor-element.elementor-element-e5be837{--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;--justify-content:center;}.elementor-5815 .elementor-element.elementor-element-ca61768{--display:flex;}.elementor-5815 .elementor-element.elementor-element-1f2f6dd{--display:flex;}/* Start custom CSS *//* =========================================================
   IZ ZENTRENKARTE — FLOATING MAP UI
========================================================= */

.iz-map-page {
  position: relative;
  min-height: calc(100vh - 96px);
  background: #fff;
}

/* Hero overlay */

.iz-map-hero {
  position: absolute;
  z-index: 5;
  top: 48px;
  left: 50%;
  width: min(1320px, calc(100% - 40px));
  transform: translateX(-50%);
  pointer-events: none;
}

.iz-map-hero-card {
  width: min(440px, 100%);
  padding: 30px;
  background: rgba(255,255,255,.94);
  border: 1px solid #dedede;
  box-shadow: 0 24px 70px rgba(0,0,0,.12);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.iz-map-hero-card .elementor-heading-title {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(42px, 4vw, 64px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 850;
}

.iz-map-hero-card p {
  margin: 0 0 22px;
  color: #222;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

/* Search */

.iz-map-search .e-search {
  display: flex;
}

.iz-map-search input {
  height: 52px !important;
  border: 1px solid #dedede !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  padding: 0 16px !important;
  font-size: 14px !important;
}

.iz-map-search button {
  width: 110px !important;
  height: 52px !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

/* Stats */

.iz-map-stats {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
}

.iz-map-stat strong {
  display: block;
  color: var(--iz-red);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.iz-map-stat span {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 750;
}

/* Chips */

.iz-map-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.iz-map-chips a {
  min-height: 28px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #111;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.iz-map-chips a:hover,
.iz-map-chips a.active {
  background: var(--iz-red);
  border-color: var(--iz-red);
  color: #fff;
}

/* Map */

.iz-map-page-frame {
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #f4f4f4;
}

.iz-map-page-frame,
.iz-map-page-frame .elementor-widget-shortcode,
.iz-map-page-frame .elementor-widget-container,
.iz-map-page-frame .elementor-shortcode,
.iz-map-page-frame .gmp_map_opts,
.iz-map-page-frame .gmpMapDetailsContainer,
.iz-map-page-frame .gmp_MapPreview,
.iz-map-page-frame .gmp_MapPreview > div,
.iz-map-page-frame .gm-style {
  width: 100% !important;
  height: 100% !important;
  min-height: 760px !important;
}

/* Cleaner Google controls */

.iz-map-page-frame .gm-style-mtc button,
.iz-map-page-frame .gm-control-active,
.iz-map-page-frame button[aria-label="Vollbildansicht umschalten"] {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #dedede !important;
  font-family: inherit !important;
  font-weight: 850 !important;
}

/* Hide some Google visual clutter */

.iz-map-page-frame .gm-svpc,
.iz-map-page-frame .gm-fullscreen-control {
  display: none !important;
}

/* Info windows */

.iz-map-page-frame .gm-style-iw {
  border-radius: 0 !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.18) !important;
}

.iz-map-page-frame .gm-style-iw-d {
  padding: 18px 20px !important;
  overflow: auto !important;
}

/* Responsive */

@media (max-width: 768px) {
  .iz-map-page {
    min-height: auto;
  }

  .iz-map-hero {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100% - 28px);
    margin: 24px auto;
  }

  .iz-map-hero-card {
    width: 100%;
    padding: 24px;
  }

  .iz-map-page-frame {
    height: 70vh;
    min-height: 520px;
  }

  .iz-map-page-frame,
  .iz-map-page-frame .elementor-widget-shortcode,
  .iz-map-page-frame .elementor-widget-container,
  .iz-map-page-frame .elementor-shortcode,
  .iz-map-page-frame .gmp_map_opts,
  .iz-map-page-frame .gmpMapDetailsContainer,
  .iz-map-page-frame .gmp_MapPreview,
  .iz-map-page-frame .gmp_MapPreview > div,
  .iz-map-page-frame .gm-style {
    min-height: 520px !important;
    height: 100vh !important;
  }
}/* End custom CSS */