.googlemaps {
   width: 100%;
}
.googlemaps #maps-content {
  font-size: 1rem;
  line-height: 1.2;
  padding: .5rem .5rem .0rem .5rem;
}
.googlemaps .maps-address,
.googlemaps .maps-phone {
  margin-bottom: .5rem;
}
.googlemaps .maps-phone {
font-size: 0.875em
}
.googlemaps a{
text-decoration: none;
}
.gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}
.googlemaps a::before {
  font-family: var( --bs-font-icons);
  vertical-align: -1px;
  padding-right: .25rem;
}
.googlemaps a:hover,
.googlemaps a:hover::before {
  text-decoration: none;
  color: var(--bs-muted);
}
.googlemaps a[href*="tel:"]::before {
  content: "\e9a8";
}
.googlemaps a[href$=".ch"]::before {
  content: "\e972";
}
.googlemaps a[href*="mailto:"]::before {
  content: "\e98a";
}
.googlemaps #directions {
  text-align: center;
}
.googlemaps #directions a {
  margin-right: 0;
}

.maps-position-absolute {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}

.gm-style .gm-style-iw-c {

}