/* MARKERS */

.marker-custom-cluster {
    background: var(--brand-color-main) !important;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

.marker-cluster-inner {
    font-size: 16px;
    font-weight: bold;
  }

.marker-cluster-small, .marker-cluster-medium {
    background-color: var(--brand-color-main) !important;
}

.marker-cluster-small div, .marker-cluster-medium div {
    background-color: var(--main-light) !important;
    color: var(--main-dark) !important;
    font-weight: 900 !important;
    font-family: "Noto Sans" !important;
}

/* MAP */

#haendlerkarte { width: 100%; height: 55vh; }

/* RESULTS LIST */

#haendlerListe .cntnr-columns {
    border-bottom: 1px solid var(--main-light) !important;
    padding: var(--gap-inner);
}

#haendlerListe .cntnr-scrollable-medium {
    max-height: 55vh;
    overflow-y: scroll;
}