html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: -apple-system, Arial, sans-serif;
    }
    #map {
      width: 100%;
      height: 100vh;
    }

    /* Hover-Tooltip */
    .hover-tooltip {
      font-size: 13px;
      line-height: 1.4;
    }
    .hover-tooltip strong {
      display: block;
      font-size: 14px;
    }

    /* Klick-Popup */
    .event-popup {
      max-width: 320px;
    }
    .event-popup h3 {
      margin: 0 0 4px 0;
      font-size: 15px;
    }
    .event-popup .meta {
      margin: 0 0 8px 0;
      font-size: 12px;
      color: #666;
    }
    .event-list {
      max-height: 220px;
      overflow-y: auto;
      padding-right: 4px;
      border-top: 1px solid #eee;
    }
    .event-item {
      padding: 5px 0;
      border-bottom: 1px solid #f0f0f0;
      font-size: 12.5px;
    }
    .event-item .type {
      display: inline-block;
      font-weight: bold;
      padding: 1px 6px;
      border-radius: 3px;
      font-size: 11px;
      color: #fff;
      margin-right: 5px;
    }
    .type-BIRT { background: #38a169; }
    .type-DEAT { background: #718096; }
    .type-MARR { background: #d69e2e; }
    .type-CHR  { background: #3182ce; }
    .type-IMMI { background: #805ad5; }
    .type-other { background: #a0aec0; }
    .event-item .persons {
      display: block;
      margin-top: 2px;
      color: #333;
    }