.Addresses_SearchMaps .map * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/** Standard von Google Maps überschreiebn */
.Addresses_SearchMaps .map .gm-style-iw-c {
    padding: 12px !important;
    max-height: fit-content !important;
}

.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-image,
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-text {
    float: left;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-image {
    max-width: 140px;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-image img {
    padding-right: 20px;
    max-width: 100%;
}

.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-text p {
    max-width: 200px;
    margin: 0 0 5px;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-text p:last-child {
    margin: 0;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-text .infobubble--firm-name {
    margin-top: 0;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-bottom span{
    margin-top: 10px;
    display: inline-block;
}
.Addresses_SearchMaps .map .gm-style-iw-a .infobubble-bottom .infobubble-bottom--spacer {
    padding: 0 5px;
}

/** Map Addresssuche **/
.Addresses_SearchMaps .googleMap {
    margin-bottom: 30px;
}
.Addresses_SearchMaps .googleMap .gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.Addresses_SearchMaps .addressList {
    margin-top: 10px;
}
.Addresses_SearchMaps .addressList .row {
    cursor: pointer;
}

.Addresses_SearchMaps .filterList {
    margin-bottom: 30px;
}

.Addresses_SearchMaps .googleMap .map-icon-label .amphiicon {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    position: static;
}

.Addresses_SearchMaps .toggle-list-wrapper .active .show-on-inactive,
.Addresses_SearchMaps .toggle-list-wrapper .show-on-active {
    display: none;
}
.Addresses_SearchMaps .toggle-list-wrapper .active .show-on-active {
    display: inline-block;
}