@charset "UTF-8";
.gm-style-iw-ch {
  padding-top: 9px;
}

.gm-style-iw-chr button {
  width: 40px !important;
  height: 30px !important;
  position: absolute !important;
  right: 0;
  top: -7px;
}

.gm-style-iw-d {
  padding: 0 !important;
  padding-right: 32px !important;
  padding-bottom: 8px !important;
}

.objectlist-infowindow {
  margin-left: 5px !important;
  display: flex;
  align-items: stretch;
}
.objectlist-infowindow .image {
  width: 175px;
  min-width: 175px;
  aspect-ratio: 4/3;
}
.objectlist-infowindow .image img {
  width: 100%;
  height: 100% !important;
  object-position: center;
  object-fit: contain;
  display: block;
}
.objectlist-infowindow .content {
  width: 250px;
  min-width: 250px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.objectlist-infowindow .content p {
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
}
.objectlist-infowindow .content p.headline {
  font-weight: 600;
}
.objectlist-infowindow .content p.box_adress {
  font-size: 13px;
}
.objectlist-infowindow .content ul {
  display: flex;
}
.objectlist-infowindow .content ul li {
  font-size: 15px;
  font-weight: 600;
  margin-right: 14px;
  line-height: 1.1;
}
.objectlist-infowindow .content ul li span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

/* Wrapper um den gesamten Filter (Titel + Liste + Reset) */
.maps-v2-poi-filter {
  margin-bottom: 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
}

/* Titel "In der Nähe:" */
.maps-v2-poi-filter-title {
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #253047;
}

/* UL-Liste */
.maps-v2-poi-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LI-Element */
.maps-v2-poi-filter-item {
  margin: 0;
  padding: 0;
}

/* Buttons für die einzelnen POI-Typen */
.maps-v2-poi-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #d0d4dc;
  background: #f7f8fb;
  color: #253047;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

/* aktiver Zustand (wenn POI-Typ gefiltert ist) */
.maps-v2-poi-filter-item.is-active .maps-v2-poi-filter-button {
  background: #163a86;
  border-color: #163a86;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(22, 58, 134, 0.2);
}

/* Icon vor dem Label */
.maps-v2-poi-filter-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

.maps-v2-poi-filter-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Label-Text */
.maps-v2-poi-filter-label {
  white-space: nowrap;
}

/* Hover-Fokus-Zustände */
.maps-v2-poi-filter-button:hover {
  border-color: #b1b7c5;
  background: #eceff5;
}

.maps-v2-poi-filter-item.is-active .maps-v2-poi-filter-button:hover {
  background: #1c489f;
  border-color: #1c489f;
}

.maps-v2-poi-filter-button:focus-visible {
  outline: 2px solid #f58001;
  outline-offset: 2px;
}

/* Wrapper für den Reset-Button */
.maps-v2-poi-filter-reset-wrap {
  margin-top: 0.4rem;
}

/* Reset-Button selbst */
.maps-v2-poi-filter-reset {
  font-size: 0.78rem;
  border-radius: 999px;
  border: 1px solid #d0d4dc;
  background: #ffffff;
  color: #4a5368;
  padding: 0.15rem 0.6rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.maps-v2-poi-filter-reset:hover {
  background: #f5f6fa;
  border-color: #b1b7c5;
  color: #252b3a;
}

.maps-v2-poi-filter-reset:focus-visible {
  outline: 2px solid #f58001;
  outline-offset: 2px;
}

.uc-map-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  /* oder bei dir die Map-Höhe */
}

.uc-map-target {
  width: 100%;
  height: 100%;
}

.uc-map-consent-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.uc-map-consent-inner {
  max-width: 480px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.uc-map-consent-actions {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.uc-map-consent-open-settings {
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  background: #163A86;
  color: #fff;
}
