html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}



.legend{
    background: #ffffff;
    margin: 10px;
    padding: 0px 10px 10px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #c9c9c9;
    user-select: none;
    overflow: hidden;
    width: 240px;
}


.legendCategories{
    font-family: RobotoRegular,sans-serif;
    font-size: 12px;
    font-size: 1.2rem !important;
}

.infoWindowContent{
    white-space: pre-line;
    font-family: RobotoRegular,sans-serif;
}

.infoWindowHeadline {
    margin: 0.5em auto;
}

.infoWindowDescription {
    font-size: 14px;
  font-size: 1.4rem !important;
}

.checkbox {
    display: flex;
    align-items: center;
    height: 18px;
    margin: 10px 0px;
    cursor: pointer;
}

.circle {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid gray;
    flex-shrink: 0;
}

.checkbox img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 10px;
}

.headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.headerBox img {
    width: 15px;
    height: 15px;
}

.closeButton {
    margin-top: 10px;
    display:inline-flex;
    font-size: 18pt;
    color: gray;
}


#map {
    height: 100vh; z-index: 0;
}

#legendWrapper h2 {
    margin-top:10px;
    margin-bottom: 0;
}

.legend div {
    font-size: 12px;
    font-size: 1.2rem !important;
    line-height: 1;
}
}

.legend h2 {
    font-size: 16px;
    font-size: 1.6rem !important;
    font-weight: bold;
}

.gm-style-cc div {line-height:normal !important;}

