.map-content-header {
    font-family: AOKBuenosAires;
  }
  .map-content-header-headlines {
    color: #005e3f;
  }
  
  .map-legend {
    font-family: AOKBuenosAiresText;
    font-size: 1rem;
  }
  .map-legend ul {
    list-style-type: none;

    line-height: 24px;
    padding: 0;
    margin: 0;
  }
  .map-legend li::before {
    content: "•";
    color: #526fb0;
    font-size: 65px;
    vertical-align: text-bottom;
    margin-right: 5px;
  }

  .map-legend li:first-child:before {
    color: #18ab42;
  }

  .map-legend li:last-child:before {
    color: #fa8c4a;
    