{
  "agency": {
    "country": "DE",
    "id": "hvv-hamburg",
    "name": "Hamburger Verkehrsverbund (hvv)",
    "subdivision_code": "DE-HH",
    "subdivision_name": "Hamburg"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 39.5,
          "stops_marked_accessible_pct": 5.5,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 5.5,
          "trips_stated_pct": 96.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 1.4,
          "wheelchair_trips": 14.4
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 17603,
        "translations": {
          "feed_lang": "de",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 118251,
        "wheelchair_accessible_pct": 96.0,
        "wheelchair_boarding_pct": 5.5,
        "wheelchair_marked_accessible_pct": 5.5,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 16632,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 23.6,
          "severity": "WARNING",
          "what": "16632 of 17603 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 4721,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 0.6,
          "severity": "WARNING",
          "what": "4721 of 118251 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 53.3,
      "status": "measured",
      "summary": "6% of stops state wheelchair accessibility (6% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 16,
        "instances_by_severity": {
          "ERROR": 404,
          "INFO": 1549,
          "WARNING": 3619
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 404,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 1195,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "expired_calendar",
          "count": 985,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 797,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 263,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "inconsistent_route_type_for_block_id",
          "count": 183,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'inconsistent_route_type_for_block_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Inconsistent route type for block id (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 72,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 56,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "unexpected_enum_value",
          "count": 39,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 14,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "route_color_contrast",
          "count": 9,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "route_short_name_too_long",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "platform_without_parent_station",
          "count": 1085,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 463,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 16 kinds of issue across 5572 instances (404 error, 3619 warning, 1549 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 142,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": "2026-12-12",
        "feed_start_date": "2026-04-08",
        "feed_version": "2026-04-08T16:29:42",
        "has_feed_info": true,
        "last_service_date": "2026-12-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 142 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 142 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 6% of stops and 96% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 6% of stops and 96% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Datenlizenz Deutschland \u2013 Namensnennung 2.0; commercial reuse and adaptation are permitted with attribution.",
    "reachable": true,
    "sha256": "9db61887ca9834522c8320ec125130187b922e5f30f1f844eb363ebcf8fc99d3",
    "size_bytes": 40420420,
    "static_url": "https://daten.transparenz.hamburg.de/Dataport.HmbTG.ZS.Webservice.GetRessource100/GetRessource100.svc/f0073555-962c-4d55-870e-b94bb676ad9d/Upload__hvv_Rohdaten_GTFS_Fpl_20260408.ZIP"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 32
      },
      "trips": {
        "allowed_count": 1048,
        "allowed_pct": 100.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 1048,
        "stated_pct": 100.0,
        "total_count": 1048
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 1048
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 1048
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 9,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 32,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 1048
  },
  "fetch": {
    "final_url": "https://daten.transparenz.hamburg.de/Dataport.HmbTG.ZS.Webservice.GetRessource100/GetRessource100.svc/f0073555-962c-4d55-870e-b94bb676ad9d/Upload__hvv_Rohdaten_GTFS_Fpl_20260408.ZIP",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      8.31082,
      51.47718,
      12.13108,
      54.90696
    ],
    "lat": 53.58082,
    "lon": 10.02786,
    "stop_count": 17603
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 4,
        "trip_count": 7156,
        "trip_share_pct": 6.1
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 35,
        "trip_count": 11976,
        "trip_share_pct": 10.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 824,
        "trip_count": 98071,
        "trip_share_pct": 82.9
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 9,
        "trip_count": 1048,
        "trip_share_pct": 0.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 872,
    "trip_count": 118251
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 41.6,
    "margin_to_next_band": 18.4,
    "score": 41.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 38,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "38 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (X87, X27, X46, X22, X35, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 188,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "188 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"HBF/M\u00f6nckebergstra\u00dfe\", \"Hauptbahnhof/ZOB\", \"Hauptbahnhof/ZOB\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 17603,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 118251
  },
  "route_map": {
    "drawn_route_count": 872,
    "has_shapes": true,
    "path": "data/artifacts/hvv-hamburg/geometry.geojson",
    "route_count": 872,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10101_3",
        "label": "4750",
        "long": "Buchholz  > Rade - Neu Wulmstorf > Finkenwerder",
        "short": "4750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "10356_2",
        "label": "RB62",
        "long": "Heide > Itzehoe",
        "short": "RB62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11181_3",
        "label": "6180",
        "long": "Itzehoe >Hohenlockstedt - Kellinghusen > Wrist",
        "short": "6180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11182_3",
        "label": "6181",
        "long": "Lohbarbek >Schlotfeld > Hohenlockstedt",
        "short": "6181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11183_3",
        "label": "6182",
        "long": "Kellinghusen > Wrist > Auufer",
        "short": "6182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11185_3",
        "label": "6191",
        "long": "Hohenwestedt >Kellinghusen > Wrist",
        "short": "6191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11186_3",
        "label": "6192",
        "long": "Brokstedt >Kellinghusen",
        "short": "6192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11188_3",
        "label": "155",
        "long": "Osakaallee/Shanghaiallee > %UB %SB Elbbr\u00fccken > Elbinselquartier > Kirchdorf (S\u00fcd)",
        "short": "155",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11189_3",
        "label": "18",
        "long": "Hbf/ZOB > %UB %SB Barmbek > Bramfeld, Am St\u00fchm-S\u00fcd",
        "short": "18",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "11191_702",
        "label": "X80",
        "long": "%UB R\u00f6dingsmarkt > Billstedt > Bf. Bergedorf > Geesthacht > Lauenburg, ZOB",
        "short": "X80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11192_3",
        "label": "469",
        "long": "Ahrensburg, Auestieg > Bf. Ahrensburg > %UB Ahrensburg West > Wulfsdorf",
        "short": "469",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11209_3",
        "label": "6611",
        "long": "Aebtissinwisch > Neuendorf-Sachsenbande > Wilster",
        "short": "6611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11210_3",
        "label": "6612",
        "long": "Wilster > Nortorf - Ecklak > St. Margarethen",
        "short": "6612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11211_3",
        "label": "6613",
        "long": "St. Margarethen > Landscheide >Nortorf > Wilster",
        "short": "6613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11212_3",
        "label": "6622",
        "long": "St. Margarethen > Wewelsfleth > Brokdorf",
        "short": "6622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11213_3",
        "label": "6615",
        "long": "Kudensee > Landscheide > St. Margarethen > Wilster",
        "short": "6615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11214_3",
        "label": "6624",
        "long": "Wewelsfleth > St\u00f6rdorf - Wilster - Dammfleth > Wewelsfleth",
        "short": "6624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11215_3",
        "label": "6623",
        "long": "St. Margarethen > Brokdorf > Wilster",
        "short": "6623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11217_3",
        "label": "6621",
        "long": "Wilster > Beidenfleth >Wewelsfleth",
        "short": "6621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11221_3",
        "label": "6150",
        "long": "Itzehoe, ZOB",
        "short": "6150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11222_3",
        "label": "6151",
        "long": "Drage >Heiligenstedten",
        "short": "6151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11223_3",
        "label": "6160",
        "long": "Itzehoe >Hanerau-Hademarschen",
        "short": "6160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11224_3",
        "label": "6161",
        "long": "",
        "short": "6161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11225_3",
        "label": "6162",
        "long": "",
        "short": "6162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11226_3",
        "label": "6170",
        "long": "",
        "short": "6170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11227_3",
        "label": "6171",
        "long": "",
        "short": "6171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11228_3",
        "label": "6172",
        "long": "",
        "short": "6172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11229_3",
        "label": "6173",
        "long": "Vaalermoor >Schenefeld (IZ)",
        "short": "6173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11241_3",
        "label": "7500",
        "long": "%AB Bad Bramstedt > %RB Bf. Wrist",
        "short": "7500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11242_3",
        "label": "7503",
        "long": "Kellinghusen > Quarnstedt > Bad Bramstedt",
        "short": "7503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11243_3",
        "label": "7504",
        "long": "Bad Bramstedt > Bim\u00f6hlen > Gro\u00dfenaspe",
        "short": "7504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11244_3",
        "label": "7505",
        "long": "Hitzhusen >Bad Bramstedt > Weddelbrook >  Heidmoor",
        "short": "7505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11245_3",
        "label": "7506",
        "long": "Brokstedt > Hardebek > Bad Bramstedt",
        "short": "7506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11246_3",
        "label": "7508",
        "long": "Bad Bramstedt ->Gro\u00dfenaspe > Boostedt",
        "short": "7508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11248_3",
        "label": "7591",
        "long": "Seth > Leezen > Nahe",
        "short": "7591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11249_3",
        "label": "7592",
        "long": "Wakendorf II > Tangstedt > Nahe",
        "short": "7592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11250_3",
        "label": "7751",
        "long": "Strandbad Ihlsee > ZOB >Kuckucksbarg",
        "short": "7751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11251_3",
        "label": "7752",
        "long": "Friedhof Ihlwald >ZOB >Weichseldamm",
        "short": "7752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11252_3",
        "label": "7961",
        "long": "Oersdorf > %AB Kaltenkirchen > Kaltenkirchen, Brookring",
        "short": "7961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11253_3",
        "label": "7962",
        "long": "An der Moorkoppel > %AB Kaltenkirchen > GS Flottkamp",
        "short": "7962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11261_3",
        "label": "6193",
        "long": "Itzehoe > Wittenbergen - Kellinghusen >Wrist",
        "short": "6193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11277_3",
        "label": "6620",
        "long": "Wilster > Dammfleth > Brokdorf",
        "short": "6620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11291_3",
        "label": "6101",
        "long": "ZOB > Berufsbildungszentrum RBZ > ZOB",
        "short": "6101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11292_3",
        "label": "6102",
        "long": "Heiligenstedten, Mittelstra\u00dfe > Itzehoe, ZOB > Itzehoe IZET",
        "short": "6102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11293_3",
        "label": "6103",
        "long": "Bachstra\u00dfe (West) > ZOB > Marie-Curie-Ring",
        "short": "6103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11294_3",
        "label": "6104",
        "long": "Marie-Bornheim-Weg (Klinikum) > Itzehoe, ZOB > Oelixdorf",
        "short": "6104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11295_3",
        "label": "6105",
        "long": "Itzehoe > Bf. Kremperheide > Neuenkirchen",
        "short": "6105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11296_3",
        "label": "6106",
        "long": "Itzehoe, ZOB > Heiligenstedten > Itzehoe, ZOB",
        "short": "6106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11297_3",
        "label": "6520",
        "long": "Itzehoe, ZOB > Bf. Krempe > Gl\u00fcckstadt",
        "short": "6520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11298_3",
        "label": "6525",
        "long": "Itzehoe, ZOB > Horst > Elmshorn",
        "short": "6525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11299_3",
        "label": "6527",
        "long": "Neuenbrook > Krempe",
        "short": "6527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11300_3",
        "label": "6530",
        "long": "Gl\u00fcckstadt > Elmshorn",
        "short": "6530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11301_3",
        "label": "6532",
        "long": "Kollmar > Neuendorf > Kollmar",
        "short": "6532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11303_3",
        "label": "6550",
        "long": "Itzehoe > Horst > Elmshorn",
        "short": "6550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11304_3",
        "label": "6551",
        "long": "L\u00e4gerdorf >Bf. Elmshorn",
        "short": "6551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11305_3",
        "label": "6553",
        "long": "Itzehoe > Rethwisch",
        "short": "6553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11306_3",
        "label": "6554",
        "long": "Hohenfelde > Rethwisch",
        "short": "6554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11307_3",
        "label": "6555",
        "long": "Bf. Horst > Neuenbrook",
        "short": "6555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11308_3",
        "label": "6557",
        "long": "Steinburg >Elmshorn",
        "short": "6557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11309_3",
        "label": "6560",
        "long": "Gl\u00fcckstadt >Elmshorn",
        "short": "6560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11310_3",
        "label": "6580",
        "long": "Gl\u00fcckstadt >Brokdorf",
        "short": "6580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11334_3",
        "label": "RE80-SEV",
        "long": "",
        "short": "RE80-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11335_3",
        "label": "RE7-SEV",
        "long": "",
        "short": "RE7-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1136_3",
        "label": "120",
        "long": "Hauptbahnhof / ZOB > %UB%SB Berliner Tor > %SB Tiefstack > Zollenspieker > Altengamme",
        "short": "120",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1137_3",
        "label": "124",
        "long": "Hauptbahnhof / ZOB > %UB%SB Berliner Tor >   %SB  Tiefstack  >  Kirchwerder  >  Bf. Bergedorf",
        "short": "124",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1138_3",
        "label": "138",
        "long": "Lauenburg, ZOB > Industriegebiet > Hafenstra\u00dfe > Bf. Lauenburg > Lauenburg, ZOB",
        "short": "138",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1148_3",
        "label": "135",
        "long": "Bf. Bergedorf  >  Bethesda Krhs. Bergedorf  >  Bille-Bad  >  Bf. Bergedorf",
        "short": "135",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1149_3",
        "label": "136",
        "long": "%SB  Reinbek  >  Klosterbergen  >  Max-Eichholz-Ring  >  Bf. Bergedorf",
        "short": "136",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1150_3",
        "label": "137",
        "long": "Glinde  >  Industriegebiet Reinbek  >  Bf. Bergedorf",
        "short": "137",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1151_3",
        "label": "139",
        "long": "Geesthacht, ZOB >  Tesperhude  >  Gr\u00fcnhof  >  Geesthacht, F\u00e4hrstra\u00dfe > Geesthacht, ZOB",
        "short": "139",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1152_3",
        "label": "169",
        "long": "Wulfsdorf, Allmende >Bf. Ahrensburg > Bf. Gartenholz",
        "short": "169",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1153_3",
        "label": "193",
        "long": "Hummelsb\u00fcttel, Lademannbogen > %UB Garstedt > %UB%AB Norderstedt Mitte",
        "short": "193",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1154_3",
        "label": "194",
        "long": "%AB Quickborn  >  Ellerau  >  Quickborn-Heide  >   %UB  %AB Norderstedt Mitte",
        "short": "194",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1155_3",
        "label": "195",
        "long": "Bf. Pinneberg  >  Rellingen  >  %AB Schnelsen  >   %UB  Niendorf Nord  > Pommernweg",
        "short": "195",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1156_3",
        "label": "196",
        "long": "Gewerbegebiet Ulzburg > %AB Henstedt-Ulzburg",
        "short": "196",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1157_3",
        "label": "220",
        "long": "Moorfleet  >  Schule Ochsenwerder",
        "short": "220",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1158_3",
        "label": "221",
        "long": "%SB Mittlerer Landweg  > Billwerder > %SB Nettelnburg > Bf. Bergedorf > Energie-Campus Bergedorf",
        "short": "221",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1159_3",
        "label": "222",
        "long": "Moorfleet  >  Ochsenwerder  >  F\u00fcnfhausen  >  Reitbrook  >  Bf. Bergedorf",
        "short": "222",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1160_3",
        "label": "223",
        "long": "(Ochsenwerder >) Howe > Bf. Bergedorf",
        "short": "223",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1161_3",
        "label": "225",
        "long": "Bf. Bergedorf  >  Curslacker Heerweg  >  Kirchwerder Hausdeich  >  Krauel",
        "short": "225",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1162_3",
        "label": "227",
        "long": "Bf. Bergedorf  >  Neuengamme  >  Kiebitzbrack  >  KZ-Gedenkst\u00e4tte",
        "short": "227",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11631_3",
        "label": "RB31-SEV",
        "long": "",
        "short": "RB31-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1163_3",
        "label": "228",
        "long": "Bf. Bergedorf  >  Speckenweg  >  Altengamme",
        "short": "228",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11656_3",
        "label": "RB41-SEV",
        "long": "",
        "short": "RB41-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11666_2",
        "label": "A1",
        "long": "Eidelstedt > Ulzburg S\u00fcd >  Kaltenkirchen",
        "short": "A1",
        "text_color": "FF8000",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11667_2",
        "label": "A2",
        "long": "Norderstedt Mitte > Quickborner Stra\u00dfe > Kaltenkirchen > Neum\u00fcnster",
        "short": "A2",
        "text_color": "FF8000",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11668_2",
        "label": "A3",
        "long": "Ulzburg S\u00fcd > Barmstedt > Elmshorn",
        "short": "A3",
        "text_color": "FF8000",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1166_3",
        "label": "233",
        "long": "%UB Steinfurther Allee > Havighorst > %UB M\u00fcmmelmannsberg",
        "short": "233",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11676_3",
        "label": "8107",
        "long": "Bf. Bargteheide > Hufeisenring > Bf. Bargteheide",
        "short": "8107",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11677_3",
        "label": "8108",
        "long": "Bf. Bargteheide > Michael-Ende-Weg > Bf. Bargteheide",
        "short": "8108",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11678_3",
        "label": "8109",
        "long": "Bf. Bargteheide > Struhbarg > Bf. Bargteheide",
        "short": "8109",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11679_3",
        "label": "8521",
        "long": "Bf. Schwarzenbek >Blinde Koppel > M\u00fchlenkamp > Lupus-Park > Bf. Schwarzenbek",
        "short": "8521",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1167_3",
        "label": "234",
        "long": "Neuallerm\u00f6he > %SB  Nettelnburg > Lohbr\u00fcgge > Bf. Bergedorf",
        "short": "234",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11680_3",
        "label": "8522",
        "long": "Bf. Schwarzenbek > Lupus-Park > M\u00fchlenkamp > Blinde Koppel > Bf. Schwarzenbek",
        "short": "8522",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11682_3",
        "label": "8524",
        "long": "Bf. Schwarzenbek > M\u00fchlenkamp > Bf. Schwarzenbek",
        "short": "8524",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11683_3",
        "label": "8525",
        "long": "Bf. Schwarzenbek > Lupus-Park > Bf. Schwarzenbek",
        "short": "8525",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1168_3",
        "label": "235",
        "long": "%SB Nettelnburg > Bf. Bergedorf > Wentorf > %SB Reinbek (> Reinbek, Schulzentrum)",
        "short": "235",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1169_3",
        "label": "236",
        "long": "(Wentorf >) %SB Reinbek > Sch\u00f6nningstedt > Neusch\u00f6nningstedt",
        "short": "236",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1170_3",
        "label": "237",
        "long": "Willinghusen > Glinde > %SB Reinbek > Wentorf > %SB Aum\u00fchle",
        "short": "237",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11710_3",
        "label": "RB61-SEV",
        "long": "",
        "short": "RB61-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11711_3",
        "label": "RE83-SEV",
        "long": "",
        "short": "RE83-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1171_3",
        "label": "238",
        "long": "Lauenburg, ZOB  >  Moorring  >  Spitzort  >  Lauenburg, ZOB",
        "short": "238",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "11746_702",
        "label": "X82",
        "long": "Bf. Bergedorf > Geesthacht, ZOB > Geesthacht, Oberstadt",
        "short": "X82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "11747_702",
        "label": "X95",
        "long": "Bf. Elmshorn > Bf. Pinneberg > %AB Schnelsen > %UB Niendorf Nord > %SB Hamburg Airport",
        "short": "X95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11748_3",
        "label": "296",
        "long": "Ulzburg, Rostocker Stra\u00dfe > %AB Henstedt-Ulzburg > Henstedt, Kirche (> Kisdorf)",
        "short": "296",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11749_3",
        "label": "8897",
        "long": "Geesthacht, Am Moor > Geesthachter Schulen",
        "short": "8897",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1174_3",
        "label": "269",
        "long": "Schulzentrum Am Heimgarten > Bf. Ahrensburg > Ahrensburger Kamp / %UB Volksdorf",
        "short": "269",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "11750_702",
        "label": "X89",
        "long": "Bf. Elmshorn - Uetersen - S Wedel",
        "short": "X89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11751_3",
        "label": "793",
        "long": "Rhen > Ulzburger Schulen",
        "short": "793",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1175_3",
        "label": "293",
        "long": "%UB  %AB Norderstedt Mitte  >  Harksheide  >  Rhen  >  %AB Henstedt-Ulzburg > Kisdorf",
        "short": "293",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1176_3",
        "label": "294",
        "long": "Barmstedt, Rantzauer See  >  Hemdingen  >  %AB Quickborn",
        "short": "294",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11771_3",
        "label": "550",
        "long": "Fischbek -  Neu Wulmstorf - Neuenfelde - Finkenwerder",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1178_3",
        "label": "321",
        "long": "%SB Mittlerer Landweg > Allerm\u00f6he > Bf. Bergedorf > Energie-Campus Bergedorf",
        "short": "321",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "11796_3",
        "label": "A3-Bus",
        "long": "SEV - Elmshorn > Barmstedt > Ulzburg S\u00fcd",
        "short": "A3-Bus",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1179_3",
        "label": "322",
        "long": "Overwerder > Howe > Schule F\u00fcnfhausen",
        "short": "322",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11816_3",
        "label": "7753",
        "long": "ZOB > Birkenring",
        "short": "7753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1182_3",
        "label": "328",
        "long": "Kirchwerder, Teufelsort > Schule Curslack > Neuengamme > Altengamme",
        "short": "328",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1183_3",
        "label": "330",
        "long": "%UB Billstedt > Rotenbr\u00fcckenweg > Billwerder Billdeich > %SB Mittlerer Landweg",
        "short": "330",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1184_3",
        "label": "332",
        "long": "M\u00fcmmelmannsberg  >  Lohbr\u00fcgge  >  Bf. Bergedorf  >  Friedhof Bergedorf",
        "short": "332",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11886_3",
        "label": "RB82-SEV",
        "long": "",
        "short": "RB82-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1188_3",
        "label": "336",
        "long": "Reinbek, Krabbenkamp  >  Reinbeker Schulen  >  Glinder Schulen",
        "short": "336",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1189_3",
        "label": "337",
        "long": "Barsb\u00fcttel  >  Willinghusen  >  Stellau  >  Stapelfeld  >  Brunsbek  >  Trittau",
        "short": "337",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1190_3",
        "label": "338",
        "long": "Lauenburg, ZOB > Bf. Lauenburg > Hafenstra\u00dfe > Industriegebiet > Lauenburg, ZOB",
        "short": "338",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1191_3",
        "label": "339",
        "long": "Geesthacht, Ziegenkrug > Geesthacht, Oberstadt > Geesthacht, ZOB > Edmundsthal",
        "short": "339",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1194_3",
        "label": "378",
        "long": "Glash\u00fctte  >  Tangstedt  >   Wilstedt  >  %UB%AB Norderstedt Mitte",
        "short": "378",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1195_3",
        "label": "393",
        "long": "%UB  %AB Norderstedt Mitte  >  Harksheide  >  Harksh\u00f6rn (Nord)",
        "short": "393",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1196_3",
        "label": "395",
        "long": "%SB Wedel > Bf. Pinneberg  >  Rellingen  >  Tangstedt > Hasloh > %UB Garstedt",
        "short": "395",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1198_3",
        "label": "422",
        "long": "Schule Ochsenwerder > F\u00fcnfhausen > Schule Ochsenwerder",
        "short": "422",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1199_3",
        "label": "424",
        "long": "Ochsenwerder > Wulffsbr\u00fccke > Howe > Zollenspieker > Grundschule Kirchwerder",
        "short": "424",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1200_3",
        "label": "428",
        "long": "Bergedorf, Speckenweg > Schule Altengamme  > Grundschule Kirchwerder  > Kirchwerder, Teufelsort",
        "short": "428",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1202_3",
        "label": "438",
        "long": "Lauenburg, ZOB  >  Spitzort  >  Moorring  >  Lauenburg, ZOB",
        "short": "438",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1203_3",
        "label": "462",
        "long": "Bf. Rahlstedt  >  Gewerbepark Merkur  >  Gewerbegebiet Stapelfeld-Braak",
        "short": "462",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1207_3",
        "label": "478",
        "long": "Bargfeld-Stegen / Kayhude  > Wiemerskamp > Tangstedt (> Norderstedter Schulen)",
        "short": "478",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1208_3",
        "label": "493",
        "long": "%UB  %AB Norderstedt Mitte  >  Glash\u00fctte, Markt",
        "short": "493",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1209_3",
        "label": "494",
        "long": "%UB%AB Norderstedt Mitte > Garstedt > Friedrichsgabe > Harksheide",
        "short": "494",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1211_3",
        "label": "534",
        "long": "Bf. Bergedorf / %UB M\u00fcmmelmannsberg - Lohbr\u00fcgge - %SB Nettelnburg",
        "short": "534",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1212_3",
        "label": "535",
        "long": "Bf. Bergedorf  >  Luisen-Gymnasium / Hansa-Gymnasium",
        "short": "535",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1213_3",
        "label": "537",
        "long": "Papendorf > Gro\u00dfensee > Schmalenbeck",
        "short": "537",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1217_3",
        "label": "569",
        "long": "Gartenholz  >  Bf. Ahrensburg  >   %UB  Ahrensburg West  >  Schulzentr. Am Heimgarten",
        "short": "569",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1218_3",
        "label": "578",
        "long": "Tangstedt > Wilstedt > %UB%AB Norderstedt Mitte / Norderstedt, Schulzentrum S\u00fcd",
        "short": "578",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1219_3",
        "label": "593",
        "long": "Quickborn-Heide > %AB Tanneneck > %AB Meeschensee > Rhen > Harksh\u00f6rn (Nord)",
        "short": "593",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1220_3",
        "label": "594",
        "long": "%SB  Wedel  >  Bf. Pinneberg  >  %AB Quickborn  >   %UB  %AB Norderstedt Mitte",
        "short": "594",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1221_3",
        "label": "609",
        "long": "%SB Reeperbahn  >  Rathausmarkt  >   %UB  Billstedt  >  Bf. Bergedorf  >  Speckenweg",
        "short": "609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1223_3",
        "label": "619",
        "long": "%UB  Billstedt  >  Oststeinbek  >  Glinde, Markt",
        "short": "619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1225_3",
        "label": "629",
        "long": "Bf. Bergedorf  >  Nettelnburg  >  Neuallerm\u00f6he  >  Bf. Bergedorf",
        "short": "629",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1228_3",
        "label": "658",
        "long": "%UB Gro\u00dfhansdorf > Hoisdorf > Siek",
        "short": "658",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1232_3",
        "label": "769",
        "long": "Ahr., Auestieg / Ahr., D\u00e4nenweg >  Ahrensburger Schulen",
        "short": "769",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1246_3",
        "label": "649",
        "long": "Bf. Bergedorf  >  Max-Eichholz-Ring  >  Klosterbergen  >   %SB  Reinbek",
        "short": "649",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1258_1200",
        "label": "61",
        "long": "Landungsbr\u00fccken Br\u00fccke 2 >Neuhof",
        "short": "61",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1259_1200",
        "label": "62",
        "long": "",
        "short": "62",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1260_1200",
        "label": "64",
        "long": "",
        "short": "64",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1261_1200",
        "label": "73",
        "long": "",
        "short": "73",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1262_1200",
        "label": "75",
        "long": "",
        "short": "75",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12663_3",
        "label": "RB38-SEV",
        "long": "",
        "short": "RB38-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12731_3",
        "label": "RB47-SEV",
        "long": "",
        "short": "RB47-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "12776_3",
        "label": "277",
        "long": "%UB %SB Barmbek > Steilshoop West (Ruwoldtweg)",
        "short": "277",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1281_3",
        "label": "10",
        "long": "%UB Wandsbek Markt > Jenfeld (Grunewaldstra\u00dfe)",
        "short": "10",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1285_3",
        "label": "114",
        "long": "Am Licentiatenberg > Eppendorf > Bf. Dammtor",
        "short": "114",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1286_3",
        "label": "116",
        "long": "%RB Bf. Rahlstedt > Am Hohen Hause (Rentenv.) > %UB Wandsbek Markt > %UB Billstedt",
        "short": "116",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1288_3",
        "label": "118",
        "long": "Heukoppel >  %UB Wandsbek-Gartenstadt",
        "short": "118",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1289_3",
        "label": "13",
        "long": "%SB Veddel > %SB Wilhelmsburg > Kirchdorf (S\u00fcd)",
        "short": "13",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1292_3",
        "label": "141",
        "long": "%SB Neugraben > %SB Harburg Rathaus > Meckelfeld, Schulzentrum",
        "short": "141",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1294_3",
        "label": "143",
        "long": "Ei\u00dfendorf > %SB Harburg Rathaus > Sinstorf > Beckedorf",
        "short": "143",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12966_3",
        "label": "2720",
        "long": "Wiepenkathen - Stade - Hollern - Gr\u00fcnendeich - Finkenwerder",
        "short": "2720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12967_3",
        "label": "2721",
        "long": "Gr\u00e4pel > Heinbockel - Haddorf - Stade > Finkenwerder",
        "short": "2721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12968_3",
        "label": "2722",
        "long": "Althemmoor > Hechthausen - Himmelpforten - Stade > Finkenwerder",
        "short": "2722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12969_3",
        "label": "2723",
        "long": "Buxtehude - Hove -  Finkenwerder",
        "short": "2723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1296_3",
        "label": "145",
        "long": "Marmstorf > %SB Harburg Rathaus",
        "short": "145",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12970_3",
        "label": "2724",
        "long": "Wiegersen > Sauensiek - Apensen - Buxtehude > Finkenwerder",
        "short": "2724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12971_3",
        "label": "2725",
        "long": "Kutenholz - Fredenbeck - Horneburg - Buxtehude",
        "short": "2725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12972_3",
        "label": "2726",
        "long": "Ahlerstedt > Hedendorf > Jork (Anschluss nach Finkenwerder)",
        "short": "2726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12976_3",
        "label": "4607",
        "long": "Mienenb\u00fcttel - Elstorf - Nenndorf",
        "short": "4607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1297_3",
        "label": "150",
        "long": "Cranz > Finkenwerder > Waltershof > Othmarschen > Bf. Altona",
        "short": "150",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1298_3",
        "label": "151",
        "long": "Altenwerder >  Waltershof > %SB Wilhelmsburg",
        "short": "151",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1299_3",
        "label": "152",
        "long": "Neuhof > %SB Wilhelmsburg > Friedhof Finkenriek > %SB Harburg Rathaus",
        "short": "152",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1300_3",
        "label": "153",
        "long": "%SB Wilhelmsburg > Auf der Hohen Schaar > %SB Wilhelmsburg",
        "short": "153",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1301_3",
        "label": "154",
        "long": "%SB Veddel > %SB Wilhelmsburg > Kornweide > %SB Harburg Rathaus",
        "short": "154",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1302_3",
        "label": "156",
        "long": "Steinwerder (Alter Elbtunnel) > %SB Wilhelmsburg",
        "short": "156",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1303_3",
        "label": "160",
        "long": "%UB Wandsbek Markt > %UB Horner Rennbahn > %SB Rothenburgsort",
        "short": "160",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13046_702",
        "label": "X33",
        "long": "%UB Billstedt > Witzhave > Grande > Trittau, Famila",
        "short": "X33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0089BB",
        "color_name": "teal",
        "has_shape": true,
        "id": "13051_109",
        "label": "S5",
        "long": "Elbgaustra\u00dfe > Hamburg Hbf > Harburg > Neugraben > Buxtehude > Stade",
        "short": "S5",
        "text_color": "0089BB",
        "type_label": "Rail"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13056_702",
        "label": "X99",
        "long": "Elmshorn Industriegebiet S\u00fcd - Uetersen - S Wedel",
        "short": "X99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1305_3",
        "label": "162",
        "long": "%UB Wandsbek Markt > Hohenhorst > Bf. Rahlstedt",
        "short": "162",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13071_3",
        "label": "A2-SEV",
        "long": "",
        "short": "A2-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13076_3",
        "label": "551",
        "long": "Finkenwerder F\u00e4hre > Hohenwisch (Kehre)",
        "short": "551",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1309_3",
        "label": "168",
        "long": "%SB Wellingsb\u00fcttel > %UB Berne > %UB Farmsen > %RB Bf. Rahlstedt",
        "short": "168",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1310_3",
        "label": "170",
        "long": "Ohlsdorfer Friedhof > Bramfeld (Maisredder)",
        "short": "170",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1311_3",
        "label": "171",
        "long": "%UB %SB Barmbek > %UB Dehnhaide > %UB Farmsen > Bramfeld (Ost)",
        "short": "171",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1312_3",
        "label": "172",
        "long": "Uhlenhorst > %UB %SB Barmbek > Hummelsb\u00fcttel, Lentersweg",
        "short": "172",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1314_3",
        "label": "174",
        "long": "%UB %SB Ohlsdorf > %UB Fuhlsb\u00fcttel  > %SB Poppenb\u00fcttel > %UB Volksdorf",
        "short": "174",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1316_3",
        "label": "176",
        "long": "%UB Ohlstedt > Tannenhof > Poppenb\u00fctteler Berg > %SB Poppenb\u00fcttel",
        "short": "176",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1317_3",
        "label": "177",
        "long": "%UB %SB Barmbek > Owiesenstra\u00dfe > Bramfeld (Heukoppel)",
        "short": "177",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1318_3",
        "label": "178",
        "long": "%UB Garstedt > Glash\u00fctte > Heimgarten > %SB Poppenb\u00fcttel",
        "short": "178",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1319_3",
        "label": "179",
        "long": "%UB Borgweg > %UB Alsterdorf > %UB %SB Ohlsdorf > %SB Poppenb\u00fcttel",
        "short": "179",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1320_3",
        "label": "180",
        "long": "%SB Stellingen > Winsbergring > %SB Diebsteich > %SB Holstenstra\u00dfe",
        "short": "180",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1321_3",
        "label": "181",
        "long": "Eidelstedt > %UB Hagenbecks Tierpark > %UB %SB Sternschanze",
        "short": "181",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1322_3",
        "label": "183",
        "long": "Schnelsen (Kalvslohtwiete) > Eidelstedt > Langenfelde > Bf. Altona",
        "short": "183",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1323_3",
        "label": "191",
        "long": "Schnelsen > %UB Niendorf Markt > Krohnstiegtunnel > %UB Garstedt",
        "short": "191",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1324_3",
        "label": "192",
        "long": "%UB Langenhorn Markt > Glash\u00fctte, Markt",
        "short": "192",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1325_3",
        "label": "20",
        "long": "Bf. Altona > Eimsb\u00fcttel > Eppendorf > City Nord > %SB R\u00fcbenkamp",
        "short": "20",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1326_3",
        "label": "214",
        "long": "%UB Lattenkamp > Klotzenmoor > %UB Lattenkamp",
        "short": "214",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1329_3",
        "label": "23",
        "long": "Lufthansa Basis > %UB %SB Barmbek > %UB Billstedt",
        "short": "23",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1330_3",
        "label": "24",
        "long": "%UB Niendorf Markt > %SB Poppenb\u00fcttel > %RB Bf. Rahlstedt",
        "short": "24",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1332_3",
        "label": "241",
        "long": "Heykenaubrook > %SB Harburg Rathaus > R\u00f6nneburg ( Vorderkamp)",
        "short": "241",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1333_3",
        "label": "245",
        "long": "Marmstorf (Beutnerring) > %SB Harburg Rathaus > Gro\u00df Moor",
        "short": "245",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1335_3",
        "label": "25",
        "long": "Bf.Altona > Winterhude > %UB Burgstra\u00dfe",
        "short": "25",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1336_3",
        "label": "250",
        "long": "Fischbeker Heideweg > %SB Neugraben > Waltershof > Bf. Altona",
        "short": "250",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1337_3",
        "label": "251",
        "long": "Finkenwerder > %SB Neugraben > Neckersst\u00fccken",
        "short": "251",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1339_3",
        "label": "254",
        "long": "%SB Veddel > Peutestra\u00dfe/Hovestra\u00dfe",
        "short": "254",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1340_3",
        "label": "26",
        "long": "%SB R\u00fcbenkamp > Gro\u00dflohe/Gewerbepark Victoria",
        "short": "26",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1341_3",
        "label": "260",
        "long": "%UB Wandsbek Markt > %UB Horner Rennbahn > Billbrook (Borsigstra\u00dfe)",
        "short": "260",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1342_3",
        "label": "261",
        "long": "%UB %SB Barmbek > %UB Horner Rennbahn > Borgfelde(Alfredstra\u00dfe)",
        "short": "261",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1344_3",
        "label": "27",
        "long": "%SB Wellingsb\u00fcttel > %UB Farmsen > Jenfeld > %UB Billstedt",
        "short": "27",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1345_3",
        "label": "270",
        "long": "Ohlsdorfer Friedhof (Haupteingang) > Bramfelder See",
        "short": "270",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1347_3",
        "label": "275",
        "long": "Meiendorf (K\u00fcnnekestra\u00dfe) > %UB Berne > Bf. Rahlstedt",
        "short": "275",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1348_3",
        "label": "276",
        "long": "%UB Ohlstedt > %SB Poppenb\u00fcttel > Sasel (Mellingburgredder)",
        "short": "276",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1351_3",
        "label": "292",
        "long": "%UB Ochsenzoll > %SB Hamburg Airport > %UB Lattenkamp > Eidelstedter Platz",
        "short": "292",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1356_3",
        "label": "351",
        "long": "%SB Wilhelmsburg > Moorwerder",
        "short": "351",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1357_3",
        "label": "354",
        "long": "Aurubis Werk Ost > %SB Veddel",
        "short": "354",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1358_3",
        "label": "355",
        "long": "%SB Wilhelmsburg > Kirchdorf (S\u00fcd) > %SB Wilhelmsburg",
        "short": "355",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1360_3",
        "label": "362",
        "long": "Bf. Rahlstedt > Gro\u00dflohe > Stapelfeld",
        "short": "362",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13626_702",
        "label": "X81",
        "long": "Bf. Bergedorf > Schwarzenbek > M\u00f6lln, ZOB",
        "short": "X81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1362_3",
        "label": "375",
        "long": "Ringlinie Volksdorf \u00fcber %UB Buchenkamp",
        "short": "375",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13641_3",
        "label": "561",
        "long": "",
        "short": "561",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1366_3",
        "label": "391",
        "long": "%UB Hagenbecks Tierpark > %UB Niendorf Markt",
        "short": "391",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1367_3",
        "label": "4",
        "long": "Eidelstedt > Langenfelde > Rathausmarkt > Brandstwiete",
        "short": "4",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13681_3",
        "label": "218",
        "long": "%UB Fuhlsb\u00fcttel >  Bramfeld (Heukoppel)",
        "short": "218",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1368_3",
        "label": "443",
        "long": "Heimfeld > Ei\u00dfendorf > %SB Harburg Rathaus > Sinstorf > Meckelfeld",
        "short": "443",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1369_3",
        "label": "5",
        "long": "%AB Burgwedel > %UB Niendorf Markt > Hoheluft > Hauptbahnhof",
        "short": "5",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13716_3",
        "label": "386(Shuttle)",
        "long": "Arena Shuttle:  %SB Othmarschen  >  Luftbadweg (Arenen)",
        "short": "386(Shuttle)",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1371_3",
        "label": "562",
        "long": "Sorenkoppel > %RB Bf. Rahlstedt > Eichwischen",
        "short": "562",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1372_3",
        "label": "6",
        "long": "Speicherstadt > Hauptbahnhof > %UB Borgweg",
        "short": "6",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13741_702",
        "label": "X46",
        "long": "%SB Harburg Rathaus > AIRBUS",
        "short": "X46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1374_3",
        "label": "603",
        "long": "Schnelsen > %UB Schlump > Bf. Dammtor > Hauptbahnhof/ZOB",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1377_3",
        "label": "606",
        "long": "Hauptbahnhof/ZOB > Winterhude > %SB Hamburg Airport > %UB Langenhorn Markt",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1378_3",
        "label": "607",
        "long": "%UB Schlump > Barmbek > Sasel > Volksdorf > %SB Poppenb\u00fcttel",
        "short": "607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13791_3",
        "label": "188",
        "long": "Blankeneser Friedhof > %SB Blankenese (Baustellenverkehr Linie 1)",
        "short": "188",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13792_3",
        "label": "8844",
        "long": "L\u00fctau / Wangelau > M\u00fcssen > B\u00fcchen",
        "short": "8844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1379_3",
        "label": "608",
        "long": "%SB Reeperbahn > St. Pauli > Wandsbek > Rahlstedt > Gro\u00dflohe",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1381_3",
        "label": "617",
        "long": "%UB Berne > %UB Farmsen > %UB Berne",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13838_3",
        "label": "32",
        "long": "%UB Billstedt > %UB M\u00fcmmelmannsberg > Lohbr\u00fcgge (Nord) > Bf. Bergedorf > %SB Allerm\u00f6he",
        "short": "32",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13839_3",
        "label": "43",
        "long": "Ei\u00dfendorf > %SB Harburg Rathaus > Sinstorf > Fleestedt",
        "short": "43",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13840_3",
        "label": "30",
        "long": "Neum\u00fchlen (F\u00e4hre) > Bf. Altona > Hoheluft, G\u00e4rtnerstr.",
        "short": "30",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13841_3",
        "label": "42",
        "long": "Heimfeld > %SB Harburg Rathaus > Hafen Harburg",
        "short": "42",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13842_3",
        "label": "40",
        "long": "Fischbeker Heidbrook > %SB Neugraben > Waldfrieden (Kehre)",
        "short": "40",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13843_3",
        "label": "X87",
        "long": "Ratzeburg  >  M\u00f6lln   > Hamburg-Wandsbek",
        "short": "X87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13846_3",
        "label": "232",
        "long": "%UB Steinfurther Allee > Gewerbegebiet Oststeinbek > Oststeinbek, Helmut-Landt-Weg",
        "short": "232",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13847_3",
        "label": "320",
        "long": "Ochsenwerder > Howe > Zollenspieker > Grundschule Kirchwerder",
        "short": "320",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13848_3",
        "label": "327",
        "long": "Neuengamme > Krauel > Kirchwerder, Teufelsort > Zollenspieker",
        "short": "327",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13849_3",
        "label": "437",
        "long": "Papendorf > Kronshorst / Braak > Stellau > Stapelfeld, Schule",
        "short": "437",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13850_3",
        "label": "492",
        "long": "%UB Garstedt > Glash\u00fctter Damm > Glash\u00fctte, ZOB",
        "short": "492",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13851_3",
        "label": "524",
        "long": "Moorfleet > Ochsenwerder > Howe > Zollenspieker > Kirchwerder, Teufelsort",
        "short": "524",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13852_3",
        "label": "527",
        "long": "Ochsenwerder > F\u00fcnfhausen > Kirchwerder > Kirchwerder, Teufelsort",
        "short": "527",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13856_3",
        "label": "325",
        "long": "Bergedorf, Kirchhofsweg > Neuengamme > Kirchwerder, Teufelsort",
        "short": "325",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "19962B",
        "color_name": "green",
        "has_shape": true,
        "id": "13876_702",
        "label": "X27",
        "long": "Poppenb\u00fctteler Bogen > %UB Billstedt > %SB Bergedorf",
        "short": "X27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1388_3",
        "label": "640",
        "long": "Hautpbahnhof/ZOB > Wilhelmsburg > %SB Harburg Rathaus",
        "short": "640",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13891_3",
        "label": "255",
        "long": "%UB Burgstra\u00dfe > %SB Hammerbrook",
        "short": "255",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13892_3",
        "label": "554",
        "long": "Alfredstra\u00dfe > %UB %SB Berliner Tor > %SB Veddel",
        "short": "554",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1389_3",
        "label": "641",
        "long": "Bf. Altona > %SB Reeperbahn > %SB Harburg Rathaus > Neckersst\u00fccken",
        "short": "641",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "13906_1200",
        "label": "65",
        "long": "",
        "short": "65",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1393_3",
        "label": "7",
        "long": "%UB %SB Barmbek > Fuhlsb\u00fcttler Stra\u00dfe > Steilshoop",
        "short": "7",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1394_3",
        "label": "8",
        "long": "%UB Wandsbek Markt > Bramfeld > %SB Poppenb\u00fcttel",
        "short": "8",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1395_3",
        "label": "9",
        "long": "%UB Wandsbek Markt > Tonndorf > %RB Bf. Rahlstedt",
        "short": "9",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14142_3",
        "label": "RE1-B",
        "long": "Bergedorf > B\u00fcchen > Schwerin",
        "short": "RE1-B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14143_3",
        "label": "RE1-B2",
        "long": "Bergedorf > Schwarzenbek > B\u00fcchen > Schwerin",
        "short": "RE1-B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14144_3",
        "label": "RE1-B3",
        "long": "Bergedorf > B\u00fcchen",
        "short": "RE1-B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14145_3",
        "label": "RE1-B4",
        "long": "Bergedorf >Schwarzenbek",
        "short": "RE1-B4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14147_3",
        "label": "RE1-C2",
        "long": "",
        "short": "RE1-C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14148_3",
        "label": "RE1-D2",
        "long": "",
        "short": "RE1-D2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14149_3",
        "label": "RE1-H",
        "long": "",
        "short": "RE1-H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14150_3",
        "label": "RE1-X1",
        "long": "",
        "short": "RE1-X1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14151_3",
        "label": "RE83-L",
        "long": "",
        "short": "RE83-L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14152_3",
        "label": "RE83-M",
        "long": "",
        "short": "RE83-M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14161_3",
        "label": "RE1-C",
        "long": "",
        "short": "RE1-C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14162_3",
        "label": "RE1-D",
        "long": "",
        "short": "RE1-D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14166_3",
        "label": "Heide-Shuttle 6",
        "long": "",
        "short": "Heide-Shuttle 6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14182_3",
        "label": "4614",
        "long": "Salzhausen - Tangendorf - Brackel - Hanstedt",
        "short": "4614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14196_3",
        "label": "8774",
        "long": "Einhaus, Hauptstra\u00dfe > Krummesse, Schule",
        "short": "8774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14201_3",
        "label": "476",
        "long": "Ahrensburg, Auestieg > Bf. Ahrensburg > Siek > Meilsdorf > Ahrensburger Kamp",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14251_3",
        "label": "12",
        "long": "%SB Blankenese > Hauptbahnhof > Hamm (Osterbrookplatz)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14252_3",
        "label": "31",
        "long": "%UB %SB Barmbek > %UB Wandsbek Markt > %UB Billstedt",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14253_3",
        "label": "105",
        "long": "Warnckesweg  > UKE > Brandstwiete",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "14254_2",
        "label": "RB60",
        "long": "Itzehoe > Elmshorn > Pinneberg > Altona",
        "short": "RB60",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14255_3",
        "label": "37",
        "long": "%UB %SB Barmbek > Im Gr\u00fcnen Grunde",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "14256_702",
        "label": "X21",
        "long": "Osdorfer Born > Schenefelder Platz > %SB Stellingen > %UB Hagenbecks Tierpark",
        "short": "X21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14257_3",
        "label": "4000",
        "long": "Winsen - Wulfsen - Salzhausen - Egestorf - Undeloh - Handeloh - Tostedt",
        "short": "4000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "14258_3",
        "label": "624",
        "long": "Niendorf > Niendorf Nord  >  Niendorf",
        "short": "624",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "14259_3",
        "label": "613",
        "long": "%UB Kellinghusenstra\u00dfe > Winterhuder Marktplatz > %SB Barmbek",
        "short": "613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "14260_3",
        "label": "616",
        "long": "%UB Kellinghusenstra\u00dfe > Am Licentiatenberg > %SB Hamburg Airport",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14261_3",
        "label": "576",
        "long": "Stapelfeld > Braak > Meilsdorf > Schmalenbeck > Gro\u00dfhansdorf",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14280_3",
        "label": "5001",
        "long": "B\u00fclows Kamp > Bf. L\u00fcneburg > Bernhard-Riemann-Stra\u00dfe",
        "short": "5001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14281_3",
        "label": "5002",
        "long": "Bf. L\u00fcneburg > Bunsenstra\u00dfe > Auf den Bl\u00f6cken",
        "short": "5002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14282_3",
        "label": "5003",
        "long": "Bf. L\u00fcneburg > St\u00e4dtisches Klinikum > Schulzentrum",
        "short": "5003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14283_3",
        "label": "5004",
        "long": "Bf. L\u00fcneburg > Goebelstra\u00dfe > Teilfeld",
        "short": "5004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14284_3",
        "label": "5005",
        "long": "Bf. L\u00fcneburg > Ebelingweg > Teilfeld",
        "short": "5005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14285_3",
        "label": "5007",
        "long": "L\u00fcneburg, Rosenkamp > Bf. L\u00fcneburg > Adendorf > Erbstorf",
        "short": "5007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14286_3",
        "label": "5008",
        "long": "Bf. L\u00fcneburg > Boizenburger Stra\u00dfe > St\u00f6teroggestra\u00dfe (Nord)",
        "short": "5008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14287_3",
        "label": "5009",
        "long": "Eintracht-Sportplatz > Hasenburg > Bf. L\u00fcneburg",
        "short": "5009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14288_3",
        "label": "5011",
        "long": "B\u00fclows Kamp > Waldfriedhof > Bf. L\u00fcneburg",
        "short": "5011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14289_3",
        "label": "5012",
        "long": "Bf. L\u00fcneburg > Bardowick",
        "short": "5012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14290_3",
        "label": "5013",
        "long": "Bf. L\u00fcneburg > Reppenstedt",
        "short": "5013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14291_3",
        "label": "5015",
        "long": "Bf. L\u00fcneburg > Gut Olm > Am Ziegeleiteich",
        "short": "5015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14292_3",
        "label": "5016",
        "long": "Bf. L\u00fcneburg > Freibad > Otto-Brenner-Stra\u00dfe (Kehre)",
        "short": "5016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14293_3",
        "label": "5017",
        "long": "Rosenkamp (Wendeplatz) > Bf. L\u00fcneburg > Adendorf",
        "short": "5017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14294_3",
        "label": "5019",
        "long": "Bf. L\u00fcneburg > V\u00f6gelsen > Mechtersen",
        "short": "5019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14295_3",
        "label": "5020",
        "long": "Bf. L\u00fcneburg > Deutsch Evern > Wendisch Evern",
        "short": "5020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14296_3",
        "label": "5021",
        "long": "Wendisch Evern > Bahnhof L\u00fcneburg",
        "short": "5021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14297_3",
        "label": "5027",
        "long": "",
        "short": "5027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14298_3",
        "label": "5061",
        "long": "Bf. L\u00fcneburg > Adendorf > Bf. L\u00fcneburg",
        "short": "5061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14299_3",
        "label": "5062",
        "long": "Bf. L\u00fcneburg > Reppenstedt > Bf. L\u00fcneburg",
        "short": "5062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14300_3",
        "label": "5063",
        "long": "Bf. L\u00fcneburg > Bardowick >Bf. L\u00fcneburg",
        "short": "5063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14301_3",
        "label": "5071",
        "long": "",
        "short": "5071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14302_3",
        "label": "5072",
        "long": "",
        "short": "5072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14303_3",
        "label": "5073",
        "long": "",
        "short": "5073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14304_3",
        "label": "5074",
        "long": "",
        "short": "5074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14305_3",
        "label": "5075",
        "long": "",
        "short": "5075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14306_3",
        "label": "5100",
        "long": "Bf. L\u00fcneburg (ZOB) > Bleckede, Elbstra\u00dfe (F\u00e4hre)",
        "short": "5100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14307_3",
        "label": "5102",
        "long": "",
        "short": "5102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14308_3",
        "label": "5103",
        "long": "",
        "short": "5103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14309_3",
        "label": "5104",
        "long": "",
        "short": "5104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14310_3",
        "label": "5110",
        "long": "",
        "short": "5110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14311_3",
        "label": "5111",
        "long": "",
        "short": "5111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14312_3",
        "label": "5112",
        "long": "",
        "short": "5112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14313_3",
        "label": "5114",
        "long": "",
        "short": "5114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14314_3",
        "label": "5130",
        "long": "Bleckede > Dahlenburg",
        "short": "5130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14315_3",
        "label": "5131",
        "long": "",
        "short": "5131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14316_3",
        "label": "5200",
        "long": "L\u00fcneburg, St.-Stephanus-Platz / Bf. L\u00fcneburg > Hanstedt, Kirche",
        "short": "5200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14317_3",
        "label": "5201",
        "long": "Bf. L\u00fcneburg (ZOB) \u2013 Salzhausen, ZOB / Schulzentrum",
        "short": "5201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14318_3",
        "label": "5202",
        "long": "L\u00fcneburg > Reppenstedt > Westergellersen",
        "short": "5202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14319_3",
        "label": "5203",
        "long": "",
        "short": "5203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14320_3",
        "label": "5300",
        "long": "",
        "short": "5300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14321_3",
        "label": "5301",
        "long": "",
        "short": "5301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14322_3",
        "label": "5302",
        "long": "",
        "short": "5302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14323_3",
        "label": "5303",
        "long": "",
        "short": "5303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14324_3",
        "label": "5315",
        "long": "",
        "short": "5315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14325_3",
        "label": "5361",
        "long": "",
        "short": "5361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14326_3",
        "label": "5362",
        "long": "",
        "short": "5362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14327_3",
        "label": "5402",
        "long": "",
        "short": "5402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14328_3",
        "label": "5403",
        "long": "",
        "short": "5403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14329_3",
        "label": "5404",
        "long": "",
        "short": "5404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14330_3",
        "label": "5405",
        "long": "L\u00fcneburg > Niedermarschacht",
        "short": "5405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14331_3",
        "label": "5500",
        "long": "",
        "short": "5500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14332_3",
        "label": "5501",
        "long": "",
        "short": "5501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14333_3",
        "label": "5502",
        "long": "",
        "short": "5502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14334_3",
        "label": "5503",
        "long": "",
        "short": "5503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14335_3",
        "label": "5507",
        "long": "",
        "short": "5507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14336_3",
        "label": "5600",
        "long": "",
        "short": "5600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14337_3",
        "label": "5606",
        "long": "",
        "short": "5606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14338_3",
        "label": "5700",
        "long": "",
        "short": "5700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14339_3",
        "label": "5701",
        "long": "",
        "short": "5701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14340_3",
        "label": "5702",
        "long": "",
        "short": "5702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14341_3",
        "label": "5703",
        "long": "",
        "short": "5703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14342_3",
        "label": "5705",
        "long": "",
        "short": "5705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14343_3",
        "label": "5706",
        "long": "",
        "short": "5706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14344_3",
        "label": "5707",
        "long": "",
        "short": "5707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14345_3",
        "label": "5900",
        "long": "",
        "short": "5900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14346_3",
        "label": "5902",
        "long": "",
        "short": "5902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14347_3",
        "label": "5903",
        "long": "",
        "short": "5903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14348_3",
        "label": "5904",
        "long": "",
        "short": "5904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14349_702",
        "label": "X51",
        "long": "",
        "short": "X51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14367_3",
        "label": "6664",
        "long": "Appen - Bf. Pinneberg",
        "short": "6664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14369_3",
        "label": "6674",
        "long": "Appen - Appen-Etz - Pinneberg",
        "short": "6674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14370_3",
        "label": "2199",
        "long": "Shuttleverkehr Buxtehude - Pfingstmarkt Neukloster",
        "short": "2199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "14371_109",
        "label": "S2",
        "long": "",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "14372_109",
        "label": "S3",
        "long": "",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CC7720",
        "color_name": "orange",
        "has_shape": true,
        "id": "14373_109",
        "label": "S7",
        "long": "Altona > Dammtor > Hamburg Hbf > Bergedorf > Aum\u00fchle",
        "short": "S7",
        "text_color": "CC7720",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14386_3",
        "label": "5251",
        "long": "",
        "short": "5251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14387_3",
        "label": "5353",
        "long": "",
        "short": "5353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14388_3",
        "label": "5751",
        "long": "",
        "short": "5751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14476_3",
        "label": "S5-SEV",
        "long": "",
        "short": "S5-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14626_3",
        "label": "S1-SEV",
        "long": "",
        "short": "S1-SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14642_3",
        "label": "5044",
        "long": "",
        "short": "5044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AB3",
        "color_name": "teal",
        "has_shape": true,
        "id": "1466_402",
        "label": "U1",
        "long": "Norderstedt Mitte>Hauptbahnhof S\u00fcd>Ohlstedt / Gro\u00dfhansd.",
        "short": "U1",
        "text_color": "006AB3",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1591_3",
        "label": "368",
        "long": "%SB Wellingsb\u00fcttel > %UB Berne > %UB Farmsen > Bf. Rahlstedt",
        "short": "368",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1689_3",
        "label": "SEV",
        "long": "",
        "short": "SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1781_3",
        "label": "130",
        "long": "%UB Burgstra\u00dfe > %SB Rothenburgsort > %UB%SB Elbbr\u00fccken",
        "short": "130",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1782_3",
        "label": "230",
        "long": "%UB Billstedt > Billbrook > Gewerbegebiet Allerm\u00f6he > %SB Mittlerer Landweg",
        "short": "230",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "2126_3",
        "label": "263",
        "long": "%UB Wandsbek Markt > Jenfeld > Willinghusen > Stapelfeld > Gro\u00dflohe",
        "short": "263",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "2187_3",
        "label": "329",
        "long": "%SB  Allerm\u00f6he  >  Neuallerm\u00f6he  >  Bf. Bergedorf",
        "short": "329",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2211_3",
        "label": "7550",
        "long": "",
        "short": "7550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2212_3",
        "label": "7570",
        "long": "Bad Segeberg > M\u00f6zen - Bockhorn > Leezen",
        "short": "7570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2213_3",
        "label": "7580",
        "long": "Oering > Seth >S\u00fclfeld",
        "short": "7580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2215_3",
        "label": "7600",
        "long": "Bad Segeberg > Hartenholm > Bad Bramstedt",
        "short": "7600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2217_3",
        "label": "7650",
        "long": "L\u00fcbeck >Bad Segeberg",
        "short": "7650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2218_3",
        "label": "7651",
        "long": "Langniendorf > Westerrade - Geschendorf > Bad Segeberg",
        "short": "7651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2219_3",
        "label": "7660",
        "long": "Westerrade >Goldenbek > Struckdorf > Neueng\u00f6rs > Bad Segeberg",
        "short": "7660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2220_3",
        "label": "7670",
        "long": "Bad Segeberg > Traventhal - Struckdorf > Bad Segeberg",
        "short": "7670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2221_3",
        "label": "7680",
        "long": "Goldenbek > Reinsbek - Pronstorf - (Bad Segeberg) > Goldenbek > Struckdorf",
        "short": "7680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2222_3",
        "label": "7700",
        "long": "Bad Segeberg > Schlamersdorf",
        "short": "7700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2223_3",
        "label": "7701",
        "long": "Bad Segeberg > Schieren > G\u00f6ls",
        "short": "7701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2224_3",
        "label": "7705",
        "long": "",
        "short": "7705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2228_3",
        "label": "7900",
        "long": "Bad Segeberg > Fahrenkrug > Wahlstedt",
        "short": "7900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2232_3",
        "label": "7915",
        "long": "Neum\u00fcnster > Willingrade > Rickling",
        "short": "7915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2234_3",
        "label": "7930",
        "long": "Bad Segeberg > Fahrenkrug > Rickling > Trappenkamp",
        "short": "7930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2236_3",
        "label": "7950",
        "long": "Bad Segeberg > Stuvenborn > Kaltenkirchen",
        "short": "7950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2237_3",
        "label": "7970",
        "long": "Kaltenkirchen > Langeln >Alveslohe",
        "short": "7970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2238_3",
        "label": "7971",
        "long": "Kaltenkirchen >Schmalfeld >Hasenmoor",
        "short": "7971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2239_3",
        "label": "7972",
        "long": "Kaltenkirchen > Struvenh\u00fctten> Hartenholm",
        "short": "7972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2240_3",
        "label": "7973",
        "long": "Kaltenkirchen > Kisdorf - Sieversh\u00fctten >Oering",
        "short": "7973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2242_3",
        "label": "7975",
        "long": "Kaltenkirchen > N\u00fctzen > Lentf\u00f6hrden/Heidkaten",
        "short": "7975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2244_3",
        "label": "7980",
        "long": "Borstel > Stuvenborn > Kaltenkirchen",
        "short": "7980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2245_3",
        "label": "8101",
        "long": "Stadtverkehr Bad Oldesloe > Linie 1",
        "short": "8101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246_3",
        "label": "8102",
        "long": "Stadtverkehr Bad Oldesloe > Linie 2",
        "short": "8102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2247_3",
        "label": "8103",
        "long": "Stadtverkehr Bad Oldesloe > Linie 3",
        "short": "8103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2249_3",
        "label": "8110",
        "long": "Bad Oldesloe > Bargteheide >%RB Bf. Ahrensburg",
        "short": "8110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2258_3",
        "label": "8120",
        "long": "Bad Oldesloe>P\u00f6litz - Barkhorst>Trittau",
        "short": "8120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2259_3",
        "label": "8121",
        "long": "R\u00fcmpel> H\u00f6ltenklinken >Bad Oldesloe",
        "short": "8121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2260_3",
        "label": "8122",
        "long": "P\u00f6litz>Hohenholz> Bad Oldesloe",
        "short": "8122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2265_3",
        "label": "8130",
        "long": "Reinfeld > Klein Wesenberg - Gro\u00df Wesenberg >L\u00fcbeck",
        "short": "8130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2267_3",
        "label": "8140",
        "long": "Bad Oldesloe > Grabau > Kayhude, Segeberger Stra\u00dfe",
        "short": "8140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2268_3",
        "label": "8142",
        "long": "N\u00fctschau > Neverstaven > Bad Oldesloe",
        "short": "8142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2269_3",
        "label": "8145",
        "long": "S\u00fchlen > Schlamersdorf >Bad Oldesloe",
        "short": "8145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2270_3",
        "label": "8146",
        "long": "Neufresenburg > Seefeld - Poggensee > Bad Oldesloe",
        "short": "8146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2272_3",
        "label": "8160",
        "long": "Bad Oldesloe >Benstaben >Gro\u00df Wesenberg",
        "short": "8160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2412_3",
        "label": "7530",
        "long": "Bad Segeberg > Todesfelde > Leezen",
        "short": "7530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2413_3",
        "label": "7540",
        "long": "Bad Segeberg / K\u00fckels > Bebensee > Leezen",
        "short": "7540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3076_3",
        "label": "737",
        "long": "Barsb\u00fcttel  >  Willinghusen  >  Glinder Schulen > Reinbeker Schulen",
        "short": "737",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3147_3",
        "label": "427",
        "long": "Reitbrook > Neuengamme > Curslack > Kirchwerder > Kirchwerder, Teufelsort",
        "short": "427",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3336_3",
        "label": "239",
        "long": "Geesthacht, ZOB  >  HEW Siedlung  >  Geesthacht, ZOB",
        "short": "239",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3337_3",
        "label": "639",
        "long": "Geesthacht, ZOB > Oberstadt / Heuweg > Geesthacht, ZOB",
        "short": "639",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3361_3",
        "label": "794",
        "long": "Quickborn-Heide  >  Ellerau  >  Quickborn, Schuldorf",
        "short": "794",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3576_3",
        "label": "7671",
        "long": "Sch\u00fclerverkehr Neueng\u00f6rs",
        "short": "7671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3611_3",
        "label": "7977",
        "long": "Flexibus Kaltenkirchen",
        "short": "7977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3792_3",
        "label": "733",
        "long": "Havighorst / %UB Steinfurther Allee > Glinder Schulen",
        "short": "733",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3871_3",
        "label": "595",
        "long": "Tangstedt (PI) > Rellingen > Egenb\u00fcttel, Schulweg",
        "short": "595",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "3872_3",
        "label": "796",
        "long": "Syltkuhlen  >  Schule Friedrichsgabe",
        "short": "796",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4394_3",
        "label": "776",
        "long": "%SB Reinbek / Glinde > Neusch\u00f6nningstedt > Siek > Gro\u00dfhansdorf > Ahrensburger Schulen",
        "short": "776",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4395_3",
        "label": "781",
        "long": "Ellerbek  >  Rellingen  >  Halstenbek, W.-Borchert-Gymnasium",
        "short": "781",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4398_3",
        "label": "295",
        "long": "Bf. Pinneberg  >  Ellerbek  >  %AB B\u00f6nningstedt  >   %UB  Garstedt",
        "short": "295",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4399_3",
        "label": "439",
        "long": "Altengamme > Geesthacht, ZOB > Geesthacht, Gewerbegebiet Mercatorstr.",
        "short": "439",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4400_3",
        "label": "627",
        "long": "%SB  Poppenb\u00fcttel  >  %UB Hoisb\u00fcttel  > Timmerhorn  >  Bf. Bargteheide",
        "short": "627",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4421_3",
        "label": "274",
        "long": "%UB %SB Ohlsdorf > %SB Hamburg Airport",
        "short": "274",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4623_3",
        "label": "8810",
        "long": "Bergedorf > Schwarzenbek > M\u00f6lln",
        "short": "8810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4624_3",
        "label": "8811",
        "long": "Schwarzenbek > Escheburg >B\u00f6rnsen >Reinbek",
        "short": "8811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4625_3",
        "label": "8812",
        "long": "Talkau >Elmenhorst >Schwarzenbek",
        "short": "8812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4626_3",
        "label": "8813",
        "long": "B\u00fcchen>G\u00fcster > M\u00f6lln",
        "short": "8813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4627_3",
        "label": "8814",
        "long": "Tramm >Talkau >Fuhlenhagen >M\u00f6lln",
        "short": "8814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4628_3",
        "label": "8820",
        "long": "Krabbenkamp >Aum\u00fchle - Dassendorf >Geesthacht",
        "short": "8820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4629_3",
        "label": "8821",
        "long": "Dassendorf >Geesthacht",
        "short": "8821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4631_3",
        "label": "8823",
        "long": "Hamwarde>Dassendorf",
        "short": "8823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4632_3",
        "label": "8830",
        "long": "M\u00f6lln >Woltersdorf - G\u00fcster >B\u00fcchen",
        "short": "8830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4633_3",
        "label": "8831",
        "long": "Gro\u00df Schretstaken > G\u00fcster >B\u00fcchen",
        "short": "8831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4634_3",
        "label": "8832",
        "long": "Schwarzenbek >Elmenhorst >B\u00fcchen",
        "short": "8832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4635_3",
        "label": "8840",
        "long": "Lauenburg> Witzeeze>B\u00fcchen",
        "short": "8840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4636_3",
        "label": "8841",
        "long": "Basedow> Wangelau>B\u00fcchen",
        "short": "8841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4637_3",
        "label": "8842",
        "long": "Dalldorf >St\u00f6tebr\u00fcck >Lauenburg",
        "short": "8842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4638_3",
        "label": "8843",
        "long": "St\u00f6tebr\u00fcck > Basedow > Dalldorf >L\u00fctau",
        "short": "8843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4639_3",
        "label": "8850",
        "long": "B\u00fcchen> Gudow - Sterley >M\u00f6lln",
        "short": "8850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4640_3",
        "label": "8851",
        "long": "G\u00f6ttin >Langenlehsten >B\u00fcchen",
        "short": "8851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4641_3",
        "label": "8852",
        "long": "Segrahn > Gudow >B\u00fcchen",
        "short": "8852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4642_3",
        "label": "8860",
        "long": "Schwarzenbek >L\u00fctau >Lauenburg",
        "short": "8860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4643_3",
        "label": "8861",
        "long": "Lanze >G\u00fclzow >Schwarzenbek",
        "short": "8861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4644_3",
        "label": "8870",
        "long": "Schwarzenbek>Kollow >Geesthacht",
        "short": "8870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4645_3",
        "label": "8871",
        "long": "Schwarzenbek> Kollow - G\u00fclzow >Geesthacht",
        "short": "8871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4646_3",
        "label": "8880",
        "long": "Schwarzenbek >Trittau",
        "short": "8880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4647_3",
        "label": "8881",
        "long": "Basthorst > Kasseburg> Schwarzenbek",
        "short": "8881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4648_3",
        "label": "8710",
        "long": "L\u00fcbeck ZOB>Ratzeburg >M\u00f6lln, ZOB",
        "short": "8710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4649_3",
        "label": "8711",
        "long": "Gro\u00df Gr\u00f6nau >Gro\u00df Sarau>Gro\u00df Gr\u00f6nau",
        "short": "8711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4732_3",
        "label": "6541",
        "long": "Barmstedt  >  Langeln  > Hemdingen  /  %AB Henstedt-Ulzburg",
        "short": "6541",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4733_3",
        "label": "7141",
        "long": "%AB Henstedt-Ulzburg  >  Nahe  >  S\u00fclfeld  >  Bf. Bad Oldesloe",
        "short": "7141",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4736_3",
        "label": "8862",
        "long": "Lanze  >  Buchhorst  >  Lauenburg, ZOB",
        "short": "8862",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4737_3",
        "label": "8882",
        "long": "Friedrichsruh / Grande > Kuddew\u00f6rde > M\u00f6hnsen > Kuddew\u00f6rde / Grande",
        "short": "8882",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4738_3",
        "label": "8890",
        "long": "Bf. Bergedorf  >  B\u00f6rnsen > Escheburg  >  Geesthacht, ZOB",
        "short": "8890",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4739_3",
        "label": "8891",
        "long": "Lauenburg > Gr\u00fcnhof > Geesthachter Schulen",
        "short": "8891",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4740_3",
        "label": "8892",
        "long": "Kr\u00fcmmel > Tesperhude > Geesthachter Schulen",
        "short": "8892",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4741_3",
        "label": "8893",
        "long": "Worth, Dorfstra\u00dfe >  Geesthachter Schulen",
        "short": "8893",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4742_3",
        "label": "8894",
        "long": "B\u00f6rnsen > Escheburg > Geesthachter Schulen",
        "short": "8894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4743_3",
        "label": "8895",
        "long": "B\u00f6rnsen  >  Neu-B\u00f6rnsen  >  Escheburg  >  Vo\u00dfmoor > Kr\u00f6ppelshagen",
        "short": "8895",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4877_3",
        "label": "8501",
        "long": "Bf. Ratzeburg > Demolierung  >  DRK > SWR > Vorstadt",
        "short": "8501",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4878_3",
        "label": "8511",
        "long": "M\u00f6lln, ZOB > Waldstadt > M\u00f6lln, ZOB",
        "short": "8511",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "4879_3",
        "label": "8515",
        "long": "M\u00f6lln, ZOB > Bf. M\u00f6lln > Wasserkr\u00fcger Weg > Hansaviertel > M\u00f6lln, ZOB",
        "short": "8515",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4973_3",
        "label": "3860",
        "long": "Zeven - Heeslingen - Sittensen - Tostedt",
        "short": "3860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5031_3",
        "label": "167",
        "long": "%RB Bf. Tonndorf > %UB Farmsen > %UB Berne",
        "short": "167",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "5111_109",
        "label": "S1",
        "long": "Wedel > Altona > Hamburg Hbf > Ohlsdorf > Poppenb\u00fcttel/Hamburg Airport",
        "short": "S1",
        "text_color": "1A962B",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5121_3",
        "label": "8512",
        "long": "M\u00f6lln, ZOB > Hansaviertel > M\u00f6lln, ZOB",
        "short": "8512",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5122_3",
        "label": "8514",
        "long": "M\u00f6lln, Augustinum > Don-Bosco-Haus > ZOB > Robert-Koch-Park > Lehmrade",
        "short": "8514",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5123_3",
        "label": "8712",
        "long": "Klein Disnack > Pogeez > Einhaus > Ratzeburger Schulen",
        "short": "8712",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5124_3",
        "label": "8713",
        "long": "Mechow > B\u00e4k > Ratzeburger Schulen",
        "short": "8713",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5126_3",
        "label": "8732",
        "long": "M\u00f6lln, ZOB > Lankau > Nusse > Koberg > Sandesneben",
        "short": "8732",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5127_3",
        "label": "8733",
        "long": "Behlendorf > Nusse > Sandesneben",
        "short": "8733",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5128_3",
        "label": "8734",
        "long": "Koberg > Nusse > Ratzeburger Schulen",
        "short": "8734",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5129_3",
        "label": "8735",
        "long": "Nusse > Lankau > Stecknitzweg > M\u00f6lln, Schulberg",
        "short": "8735",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5130_3",
        "label": "8750",
        "long": "Bf. Ratzeburg > Vorstadt > Krankenhaus > Schmilau > M\u00f6lln, ZOB",
        "short": "8750",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5131_3",
        "label": "8751",
        "long": "M\u00f6lln, ZOB > Schmilau > Ratzeburger Schulen",
        "short": "8751",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5132_3",
        "label": "8752",
        "long": "Ratzeburg > Schmilau > Sterley, Schule",
        "short": "8752",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5133_3",
        "label": "8753",
        "long": "Neu Sterley > Seedorf > Sterley, Schule > M\u00f6lln, Schulberg",
        "short": "8753",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5134_3",
        "label": "8754",
        "long": "Sterley, Schule > Kehrsen > (Segrahn >) Gudow > M\u00f6lln, Schulberg > M\u00f6lln, ZOB",
        "short": "8754",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5135_3",
        "label": "8755",
        "long": "Grambek > M\u00f6lln, Schulberg > M\u00f6lln, ZOB / M\u00f6lln, Grundschule Tanneck",
        "short": "8755",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5136_3",
        "label": "8760",
        "long": "M\u00f6lln  >  Hammer  >  Nusse > Trittau",
        "short": "8760",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5137_3",
        "label": "8761",
        "long": "Behlendorf > Bergrade > Nusse > Hammer > M\u00f6lln, Schulberg",
        "short": "8761",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5138_3",
        "label": "8762",
        "long": "Alt M\u00f6lln > B\u00e4lau > Poggensee > Borstorf > Breitenfelde > M\u00f6lln, Schulberg",
        "short": "8762",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5139_3",
        "label": "8790",
        "long": "Bf. Ratzeburg > Salem >Sterley > Seedorf > Zarrentin am Schaalsee",
        "short": "8790",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5140_3",
        "label": "8791",
        "long": "Mustin > Ziethen > Ratzeburger Schulen",
        "short": "8791",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5141_3",
        "label": "8792",
        "long": "Mustin > Kittlitz > Salem > Ratzeburger Schulen",
        "short": "8792",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5142_3",
        "label": "8793",
        "long": "Sterley > Neu Sterley > Seedorf > Sterley, Schule > Ratzeburger Schulen",
        "short": "8793",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5143_3",
        "label": "8794",
        "long": "Ziethen > Mustin > Kittlitz > Salem > Sterley, Schule",
        "short": "8794",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5151_3",
        "label": "7720",
        "long": "Schlamersdorf > Berlin > Seedorf > Hutzfeld",
        "short": "7720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5153_3",
        "label": "7722",
        "long": "Seedorf > Nehms > Berlin > Travenort > Schlamersdorf",
        "short": "7722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5206_1200",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "009DD1",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5226_3",
        "label": "4400",
        "long": "Bf. Bergedorf > R\u00f6nne > Tespe > Avendorf/B\u00fctlingen",
        "short": "4400",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5227_3",
        "label": "4402",
        "long": "Avendorf > Tespe > Niedermarschacht",
        "short": "4402",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5228_3",
        "label": "539",
        "long": "Geesthacht, ZOB > Gewerbegebiet Mitte/West  >  Vierlander Stra\u00dfe / Niedermarschacht",
        "short": "539",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5366_3",
        "label": "7920",
        "long": "Wahlstedt > Heidm\u00fchlen > Boostedt",
        "short": "7920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5367_3",
        "label": "7921",
        "long": "Willingrade >Gro\u00df Kummerfeld > Kleinkummerfeld > Boostedt",
        "short": "7921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5368_3",
        "label": "7922",
        "long": "Wildpark Eckholt >Heidm\u00fchlen > Rickling > Kleinkummerfeld",
        "short": "7922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5496_3",
        "label": "436",
        "long": "%SB Reinbek  >  Sch\u00f6nningstedt  > Ohe",
        "short": "436",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5497_3",
        "label": "638",
        "long": "Geesthacht, ZOB  >  Schnakenbek  >  Tesperhude  >   Lauenburg",
        "short": "638",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "5501_3",
        "label": "736",
        "long": "Ohe  >  Neusch\u00f6nningstedt  >  Sch\u00f6nningstedt  >  Reinbeker Schulen",
        "short": "736",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5636_3",
        "label": "7551",
        "long": "Bad Segeberg > Seth > Oering >Norderstedt > Ochsenzoll",
        "short": "7551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5641_3",
        "label": "8150",
        "long": "P\u00f6hls > Zarpen - Badendorf > L\u00fcbeck",
        "short": "8150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5645_3",
        "label": "8170",
        "long": "Bad Oldesloe >Steinfeld >Reinfeld",
        "short": "8170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5646_3",
        "label": "8171",
        "long": "Zarpen >Reinfeld > Bad Oldesloe",
        "short": "8171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5661_3",
        "label": "8105",
        "long": "Stadtverkehr Bad Oldesloe > Linie 5",
        "short": "8105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6361_3",
        "label": "111",
        "long": "Bf. Altona > %UB %SB Landungsbr. > HafenCity > %UB %SB Elbbr\u00fccken",
        "short": "111",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6406_3",
        "label": "278",
        "long": "%UB%AB Norderstedt Mitte > %UB Garstedt  >  %UB Ochsenzoll  >  Glash\u00fctte",
        "short": "278",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6544_3",
        "label": "361",
        "long": "Pl\u00f6n - Ascheberg (- Vierhusen) - Bornh\u00f6ved",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6555_3",
        "label": "413",
        "long": "Bornh\u00f6ved - Hollenbek - Rendsw\u00fchren - Bornh\u00f6ved",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6881_3",
        "label": "256",
        "long": "Steinwerder > Hafenmuseum > %SB Veddel > Kleiner Grasbrook > %UB%SB Elbbr\u00fccken",
        "short": "256",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6941_3",
        "label": "1",
        "long": "%SB Rissen  >  %SB Blankenese  >  Schenef. Holt  > Osdorf  >  %SB Othmarschen  >  Bf. Altona",
        "short": "1",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6942_3",
        "label": "15",
        "long": "%SB Othmarschen > Bf. Altona > Alsterchaussee",
        "short": "15",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6943_3",
        "label": "185",
        "long": "Bf. Elmshorn  >  Kummerfeld  >  Bf. Pinneberg  >  %SB Halstenbek  > Schenefeld",
        "short": "185",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6944_3",
        "label": "186",
        "long": "Lurup, Nei\u00dfestra\u00dfe > %SB Elbgaustra\u00dfe > Osdorf > %SB Othmarschen",
        "short": "186",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6945_3",
        "label": "189",
        "long": "%SB Wedel  >  Schulau  >  Tinsdal  >  %SB Blankenese",
        "short": "189",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6946_3",
        "label": "2",
        "long": "Schenefeld > Bahrenfeld > Bf. Altona > %UB Baumwall > Hauptbahnhof > %UB%SB Berliner Tor",
        "short": "2",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6947_3",
        "label": "21",
        "long": "%UB Niendorf Nord  >  Eidelstedt  >  Osdorfer Born  >  %SB Klein Flottbek  >  Teufelsbr\u00fcck",
        "short": "21",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6948_3",
        "label": "22",
        "long": "%SB Blankenese > %SB Stellingen > %UB Hagenbecks Tierpark > %UB Kellinghusenstra\u00dfe",
        "short": "22",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6949_3",
        "label": "281",
        "long": "%SB Krupunder > %UB Hagenbecks Tierpark > %UB Lattenkamp / UK Eppendorf",
        "short": "281",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6950_3",
        "label": "284",
        "long": "%UB Niendorf Nord > IKEA Schnelsen > %SB Elbgaustra\u00dfe > AK Altona",
        "short": "284",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6951_3",
        "label": "285",
        "long": "Iserbrook  >  Schenefeld  >  %SB Thesdorf  >  Bf. Pinneberg",
        "short": "285",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6952_3",
        "label": "286",
        "long": "Falkenstein > %SB Blankenese > Teufelsbr\u00fcck (F\u00e4hre) > %SB Othmarschen (> Trabrennbahn B.)",
        "short": "286",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6953_3",
        "label": "288",
        "long": "Pflegezentrum Lutherpark - %SB Ottensen - Bf. Altona",
        "short": "288",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6954_3",
        "label": "289",
        "long": "%SB Wedel  >  Moorwegsiedlung  >  %SB Wedel",
        "short": "289",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6955_3",
        "label": "3",
        "long": "Schenefeld > Bahrenfeld > %SB Holstenstr. > Rathausmarkt > Hbf. > Tiefstack",
        "short": "3",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6963_3",
        "label": "601",
        "long": "%SB Wedel > %SB Othmarschen > Bf. Altona  > Hauptbahnhof / ZOB",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "6966_3",
        "label": "621",
        "long": "%SB Wedel  >  Sieversst\u00fccken  >  %SB Bahrenfeld  >  Bf. Altona",
        "short": "621",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6991_3",
        "label": "2001",
        "long": "Hagen > Bf. Stade - Krankenhaus - Hahle> Haddorf",
        "short": "2001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6997_3",
        "label": "1824",
        "long": "Otterndorf > Cadenberge - Hemmoor > Stade",
        "short": "1824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6998_3",
        "label": "2002",
        "long": "Pferdemarkt -  Bahnhof - - Sch\u00f6lisch - Schwedenviertel",
        "short": "2002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7000_3",
        "label": "2004",
        "long": "Pferdemarkt  > Pommernstra\u00dfe - Langobardenstra\u00dfe > Pferdemarkt",
        "short": "2004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7001_3",
        "label": "2005",
        "long": "Pferdemarkt - Thuner Stra\u00dfe - Klein Thun und zur\u00fcck",
        "short": "2005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7003_3",
        "label": "2008",
        "long": "Beethovenstr. - Bahnhof - Altl\u00e4nder Viertel u. zur\u00fcck",
        "short": "2008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7005_3",
        "label": "2011",
        "long": "Bahnhof - Vincent-L\u00fcbeck-Gymnasium",
        "short": "2011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7006_3",
        "label": "2017",
        "long": "B\u00fctzfleth > H\u00f6rne - Sch\u00f6lisch - Beethovenstra\u00dfe > Bockhorster Weg",
        "short": "2017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7008_3",
        "label": "2021",
        "long": "Bahnhof > Wiepenkathen - Ottenbeck > Bahnhof",
        "short": "2021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7009_3",
        "label": "2025",
        "long": "Stade >B\u00fctzfleth - Drochtersen > Freiburg",
        "short": "2025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7010_3",
        "label": "2027",
        "long": "Stade> D\u00fcdenb\u00fcttel - Himmelpforten - Kranenburg >Gr\u00e4pel",
        "short": "2027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7011_3",
        "label": "2028",
        "long": "Stade> D\u00fcdenb\u00fcttel - Hagenah - Elm > Bremerv\u00f6rde",
        "short": "2028",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7013_3",
        "label": "2030",
        "long": "Buxtehude - Dammhausen - Jork - L\u00fche - Steinkirchen",
        "short": "2030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7016_3",
        "label": "2035",
        "long": "Buxtehude  - Apensen - Nindorf - Beckdorf - Sauensiek - Ahlerstedt",
        "short": "2035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7017_3",
        "label": "2036",
        "long": "Buxtehude -Apensen- Harsefeld / Klein Wohnste",
        "short": "2036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7018_3",
        "label": "2037",
        "long": "Wolfsbruchermoor >Drochtersermoor - Asselermoor> Stade",
        "short": "2037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7019_3",
        "label": "2038",
        "long": "Buxtehude  - Eilendorf - Moisburg - Eversen - Hollenstedt",
        "short": "2038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7020_3",
        "label": "2057",
        "long": "Breitendeich -  Freiburg - Wischhafen - Neuland - Hemmoor / Warstade",
        "short": "2057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7021_3",
        "label": "2065",
        "long": "Gro\u00dfenw\u00f6rden > Himmelpforten",
        "short": "2065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7022_3",
        "label": "2066",
        "long": "Ahlerstedt> Wangersen > Ahlerstedt",
        "short": "2066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7023_3",
        "label": "2067",
        "long": "Nindorf - Beckdorf - Apensen",
        "short": "2067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7024_3",
        "label": "2068",
        "long": "Gro\u00df Sterneberg > Himmelpforten",
        "short": "2068",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7025_3",
        "label": "2069",
        "long": "Wei\u00dfenmoor > Mittelsdorf > Hammah",
        "short": "2069",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7026_3",
        "label": "2070",
        "long": "Gro\u00df Sterneberg > Hammah",
        "short": "2070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7027_3",
        "label": "2072",
        "long": "H\u00fcll > Drochtersen",
        "short": "2072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7028_3",
        "label": "2073",
        "long": "Drochtersen - Krautsand",
        "short": "2073",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7029_3",
        "label": "2074",
        "long": "Wethe >Barnkrug > Assel > Drochtersen >Wethe",
        "short": "2074",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7030_3",
        "label": "2079",
        "long": "Oederquart  - Freiburg -  Wischhafen",
        "short": "2079",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7038_3",
        "label": "2091",
        "long": "Heinbockel > Hagenah > Oldendorf",
        "short": "2091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7039_3",
        "label": "2092",
        "long": "Neuland > Engelschoff - Burg > Himmelpforten",
        "short": "2092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7040_3",
        "label": "2093",
        "long": "Gr\u00e4pel > Kranenburg - Burweg - Estorf - Oldendorf > Himmelpforten",
        "short": "2093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7041_3",
        "label": "2094",
        "long": "Oldendorf > Himmelpforten",
        "short": "2094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7042_3",
        "label": "2096",
        "long": "Kaken > Behrste - Gr\u00e4pel - Estorf > Oldendorf",
        "short": "2096",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7043_3",
        "label": "2101",
        "long": "Buxtehude ZOB -  Bahnhof (S\u00fcd) - Kellerkuhle - Delmer Bogen - Torfweg (SZ S\u00fcd)",
        "short": "2101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7044_3",
        "label": "2102",
        "long": "Buxtehude ZOB - Bahnhof (S\u00fcd) - Hauptstra\u00dfe - Krankenhaus - Heideweg",
        "short": "2102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7045_3",
        "label": "2103",
        "long": "Buxtehude ZOB - Heitmannshausen - Hedendorf",
        "short": "2103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7046_3",
        "label": "2104",
        "long": "Buxtehude Bahnhof (S\u00fcd) - Alter Postweg - Immenbeck - Ovelg\u00f6nne - Ketzendorf",
        "short": "2104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7048_3",
        "label": "2129",
        "long": "Neulandermoor - Altendorfermoor - Wischhafen - Freiburg",
        "short": "2129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7070_3",
        "label": "4001",
        "long": "Bf. Winsen - Altstadtring -  Luhe-Park",
        "short": "4001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7071_3",
        "label": "4002",
        "long": "Bf. Winsen - Krankenhaus - Messerschmittstr. (S\u00fcd)",
        "short": "4002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7073_3",
        "label": "4037",
        "long": "Buchholz - Spr\u00f6tze - Trelde - Kakenstorf - Hollenstedt",
        "short": "4037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7074_3",
        "label": "4038",
        "long": "Neu Wulmstorf - Wennerstorf - Buchholz",
        "short": "4038",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7075_3",
        "label": "4039",
        "long": "Regesbostel  - Hollenstedt - Elstorf -  Neu Wulmstorf",
        "short": "4039",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7076_3",
        "label": "4101",
        "long": "Seppensen (Friedhof) - Treffpunkt - Freudenthalstra\u00dfe - M\u00e4rchensiedlung",
        "short": "4101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7077_3",
        "label": "4102",
        "long": "Grundschule Steinbeck - Treffpunkt - B\u00e4ckerstra\u00dfe",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7078_3",
        "label": "4103",
        "long": "Holm-Seppensen S\u00fcd - Treffpunkt - M\u00f6bel Kraft",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7079_3",
        "label": "4148",
        "long": "Jesteburg - Bendestorf - Hittfeld - Sinstorf - Bf.Harburg",
        "short": "4148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7081_3",
        "label": "4207",
        "long": "Evendorf  Egestorf - Hanstedt - Jesteburg - Buchholz",
        "short": "4207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7083_3",
        "label": "247",
        "long": "Emmelndorf - Fleestedt - Meckelfeld",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7084_3",
        "label": "248",
        "long": "Holtorfsloh - Ramelsloh - Bf. Meckelfeld",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7085_3",
        "label": "347",
        "long": "Hittfeld - Jehrden - Maschen - Meckelfeld",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7086_3",
        "label": "348",
        "long": "Horst - Maschen-Heide - Bf. Hittfeld",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7088_3",
        "label": "4404",
        "long": "Winsen > La\u00dfr\u00f6nne > Oldershausen > Niedermarschacht",
        "short": "4404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7089_3",
        "label": "4405",
        "long": "Winsen/Luhe - Drage - Stove - R\u00f6nne - Niedermarschacht",
        "short": "4405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7090_3",
        "label": "4406",
        "long": "Winsen - Pattensen - Toppenstedt - Salzhausen - Egestorf - Evendorf",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7091_3",
        "label": "4407",
        "long": "Hanstedt - Brackel - Winsen/Luhe",
        "short": "4407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7092_3",
        "label": "4408",
        "long": "Buchholz - Asendorf - Brackel - Tangendorf",
        "short": "4408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7093_3",
        "label": "4409",
        "long": "Pattensen  - Scharmbeck - Winsen",
        "short": "4409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7094_3",
        "label": "4410",
        "long": "Winsen - Pattensen - Vierh\u00f6fen - Putensen",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7095_3",
        "label": "447",
        "long": "Meckelfeld - Emmelndorf - Hittfeld",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7096_3",
        "label": "448",
        "long": "Holtorfsloh/Marxen - Ramelsloh - Hittfeld",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7097_3",
        "label": "548",
        "long": "H\u00f6rsten  - Meckelfeld - GS Maschen",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7098_3",
        "label": "4602",
        "long": "Jesteburg - Bendestorf - Hittfeld",
        "short": "4602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7099_3",
        "label": "4603",
        "long": "Eckel - Klecken - Hittfeld",
        "short": "4603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7100_3",
        "label": "4604",
        "long": "Ehestorf - T\u00f6tensen - Hittfeld",
        "short": "4604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7101_3",
        "label": "4608",
        "long": "Sieversen - T\u00f6tensen - Nenndorf",
        "short": "4608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7102_3",
        "label": "4609",
        "long": "Klecken > Eckel > Nenndorf",
        "short": "4609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7103_3",
        "label": "4611",
        "long": "Anfahrten Sch\u00fclerverkehr Samtgemeinde Hanstedt",
        "short": "4611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7104_3",
        "label": "4613",
        "long": "Buchholz / Evendorf - Hanstedt - Jesteburg",
        "short": "4613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7105_3",
        "label": "4615",
        "long": "Quarrendorf - Hanstedt - Egestorf - Salzhausen",
        "short": "4615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7106_3",
        "label": "4618",
        "long": "Garstedt / Vierh\u00f6fen / Quarrendorf / Toppenstedt / Salzhausen",
        "short": "4618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7107_3",
        "label": "4620",
        "long": "Rosengarten - Dibbersen - GS Steinbeck - Buchholz",
        "short": "4620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7108_3",
        "label": "4621",
        "long": "Wistedt - K\u00f6nigsmoor - Tostedt - Welle - Buchholz",
        "short": "4621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7109_3",
        "label": "4623",
        "long": "Hollenstedt - Trelde - Buchholz",
        "short": "4623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7110_3",
        "label": "4624",
        "long": "Meckelfeld > Hittfeld - Eckel > Buchholz",
        "short": "4624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7111_3",
        "label": "4630",
        "long": "Beckedorf  > Harmstorf > Jesteburg > L\u00fcllau/Reindorf > Buchholz",
        "short": "4630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7112_3",
        "label": "4631",
        "long": "Salzhausen  - Holm-Seppensen - Buchholz",
        "short": "4631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7113_3",
        "label": "4632",
        "long": "Winsen  - Maschen - Jesteburg - Buchholz",
        "short": "4632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7114_3",
        "label": "4633",
        "long": "Maschen - Hittfeld - Bendestorf - Jesteburg",
        "short": "4633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7115_3",
        "label": "4640",
        "long": "Todtshorn - Otter - K\u00f6nigsmoor - Wistedt - Tostedt",
        "short": "4640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7116_3",
        "label": "4641",
        "long": "Kamperlien - Inzm\u00fchlen - Welle - Tostedt - Kakenstorf",
        "short": "4641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7117_3",
        "label": "4642",
        "long": "Drestedt - Kakenstorf - Todtgl\u00fcsingen - Tostedt",
        "short": "4642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7118_3",
        "label": "4643",
        "long": "Heidenau - Holvede - Tostedt",
        "short": "4643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7119_3",
        "label": "4650",
        "long": "Buchholz - Holm-Seppensen - Kakenstorf",
        "short": "4650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7120_3",
        "label": "4661",
        "long": "Hittfeld > Maschen - Stelle > Winsen",
        "short": "4661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7121_3",
        "label": "4662",
        "long": "Rottorf > Borstel - Winsen > Roydorf",
        "short": "4662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7122_3",
        "label": "4663",
        "long": "Wuhlenburg  > Stelle - Ashausen - Winsen > Roydorf",
        "short": "4663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7123_3",
        "label": "4664",
        "long": "Buchholz - Schierhorn - Jesteburg - Ohlendorf",
        "short": "4664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7124_3",
        "label": "4681",
        "long": "Halvesbostel - Hollenstedt - Moisburg - Neu Wulmstorf",
        "short": "4681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7125_3",
        "label": "4682",
        "long": "R\u00fcbke - Neu Wulmstorf",
        "short": "4682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7126_3",
        "label": "4683",
        "long": "Moisburg / Rahmstorf / Eversen / Wennerstorf - SZ Hollenstedt",
        "short": "4683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7127_3",
        "label": "4684",
        "long": "Hollenstedt - Regesbostel - Moisburg",
        "short": "4684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7131_3",
        "label": "4714",
        "long": "Ashausen  >  Maschen > Finkenwerder",
        "short": "4714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7135_3",
        "label": "4801",
        "long": "Ortsverkehr Tostedt",
        "short": "4801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7137_3",
        "label": "4887",
        "long": "W\u00fcmme/Quellen - Tostedt",
        "short": "4887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7138_3",
        "label": "4888",
        "long": "Drestedt/Langeloh - Tostedt",
        "short": "4888",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7139_3",
        "label": "4889",
        "long": "Lohbergen - Kakenstorf",
        "short": "4889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7252_3",
        "label": "474",
        "long": "Bf. Ahrensburg > %UBHoisb\u00fcttel > Bergstedt > Duvenstedt > Tangstedt (OD)",
        "short": "474",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7253_3",
        "label": "574",
        "long": "Bergstedt  >  Lemsahl  >  Duvenstedt",
        "short": "574",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7254_3",
        "label": "8800",
        "long": "Bf. Bergedorf  >  Geesthacht  > Tesperhude  >  Lauenburg, ZOB",
        "short": "8800",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7259_3",
        "label": "8833",
        "long": "B\u00fcchen >M\u00fcssen >Schwarzenbek",
        "short": "8833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7266_3",
        "label": "2007",
        "long": "Agathenburg > Ottenbeck - Bhf - Pferdemarkt - Krankenhaus - Hahle > Wiepenkathen",
        "short": "2007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7526_3",
        "label": "4870",
        "long": "Wistedt - K\u00f6nigsmoor - Otter - Tostedt",
        "short": "4870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7686_3",
        "label": "8822",
        "long": "Kr\u00f6ppelshagen>Aum\u00fchle",
        "short": "8822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7706_3",
        "label": "8131",
        "long": "L\u00fcbeck >Hansfelde - M\u00f6nkhagen - Heilshoop - Zarpen >Reinfeld",
        "short": "8131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7707_3",
        "label": "8133",
        "long": "Steinfeld > Barnitz - Lokfeld > Reinfeld",
        "short": "8133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7708_3",
        "label": "8134",
        "long": "Westerau > Trenthorst - Wesenberg >Reinfeld",
        "short": "8134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7709_3",
        "label": "8136",
        "long": "Vo\u00dfkaten >Zarpen, Schule",
        "short": "8136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7711_3",
        "label": "133",
        "long": "%UB Billstedt > %UB Steinfurther Allee > Glinde > Neusch\u00f6nningstedt",
        "short": "133",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7712_3",
        "label": "374",
        "long": "Bf. Bargteheide  >   %UB  Hoisb\u00fcttel  >  Bergstedt  >   %SB  Poppenb\u00fcttel",
        "short": "374",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7713_3",
        "label": "432",
        "long": "IKEA Moorfleet > %SB Billwerder-Moorfleet > %UB Billstedt",
        "short": "432",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "7714_3",
        "label": "433",
        "long": "Trittau > Kuddew\u00f6rde > Friedrichsruh > Aum\u00fchle",
        "short": "433",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7726_3",
        "label": "506",
        "long": "Kaar\u00dfen - Laave - Herrenhof - Tripkau",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7727_3",
        "label": "507",
        "long": "D\u00f6mitz - Kaar\u00dfen - Neuhaus",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7728_3",
        "label": "508",
        "long": "Kaar\u00dfen -  Neuhaus - Darchau F\u00e4hre",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7729_3",
        "label": "509",
        "long": "Neuhaus - Konau - Gro\u00df K\u00fchren",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7730_3",
        "label": "510",
        "long": "Boizenburg - Neuhaus - Kaar\u00dfen",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7731_3",
        "label": "512",
        "long": "Neuhaus - Niendorf - Neu Bleckede",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7732_3",
        "label": "513",
        "long": "Neuhaus - Preten - H\u00fchnerbusch",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7733_3",
        "label": "514",
        "long": "Neuhaus - Brahlstorf - Hagenow",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7734_3",
        "label": "565",
        "long": "Hagenow \\bsy  Pritzier - L\u00fcbtheen\\w Jessenitz \\ey Kaar\u00dfen",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7762_2",
        "label": "RB31",
        "long": "Gesamtfahrplan: Hamburg  > L\u00fcneburg > Uelzen",
        "short": "RB31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7763_2",
        "label": "RB32",
        "long": "L\u00fcneburg > Dannenenberg",
        "short": "RB32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7764_2",
        "label": "RB38",
        "long": "Hamburg-Harburg > Buchholz > Soltau > Hannover",
        "short": "RB38",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7765_2",
        "label": "RB41",
        "long": "Gesamtverkehr: Hamburg > Bremen",
        "short": "RB41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7766_2",
        "label": "RB61",
        "long": "Itzehoe > Elmshorn > Hamburg Hbf",
        "short": "RB61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7767_2",
        "label": "RB71",
        "long": "Wrist / Itzehoe > Elmshorn > Hamburg Hbf",
        "short": "RB71",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7768_2",
        "label": "RB81",
        "long": "Gesamtverkehr: L\u00fcbeck > Hamburg",
        "short": "RB81",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7769_2",
        "label": "RB82",
        "long": "",
        "short": "RB82",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7770_2",
        "label": "RE1",
        "long": "",
        "short": "RE1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7771_2",
        "label": "RE3",
        "long": "",
        "short": "RE3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7772_2",
        "label": "RE4",
        "long": "",
        "short": "RE4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7773_2",
        "label": "RE5",
        "long": "Hamburg > Stade > Cuxhaven",
        "short": "RE5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7774_2",
        "label": "RE6",
        "long": "Westerland > Elmshorn > Hamburg-Altona",
        "short": "RE6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7775_2",
        "label": "RE7",
        "long": "Flensburg > Neum\u00fcnster > Hamburg Hbf",
        "short": "RE7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7776_2",
        "label": "RE70",
        "long": "Kiel > Neum\u00fcnster > Hamburg Hbf",
        "short": "RE70",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7777_2",
        "label": "RE8",
        "long": "",
        "short": "RE8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7778_2",
        "label": "RE80",
        "long": "",
        "short": "RE80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "7779_2",
        "label": "RE83",
        "long": "",
        "short": "RE83",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8089_3",
        "label": "6610",
        "long": "Itzehoe, ZOB > Wilster > Brunsb\u00fcttel-S\u00fcd, Bahnhofstra\u00dfe",
        "short": "6610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8211_3",
        "label": "380(Shuttle)",
        "long": "S Stellingen  - Arenen",
        "short": "380(Shuttle)",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8301_3",
        "label": "345",
        "long": "Bf. Hittfeld > Sinstorf > Marmstorf > %SB Harburg Rathaus",
        "short": "345",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8309_3",
        "label": "Heide-Shuttle 3",
        "long": "",
        "short": "Heide-Shuttle 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8331_3",
        "label": "131",
        "long": "Gadebusch - Ratzeburg (Anschluss nach Hamburg/L\u00fcneburg)",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "8339_2",
        "label": "RB33",
        "long": "Bremerhaven > Bremerv\u00f6rde > Buxtehude",
        "short": "RB33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8364_3",
        "label": "333",
        "long": "%UB Steinfurther Allee > Glinde > Neusch\u00f6nningstedt > Trittau / Sachsenwaldau",
        "short": "333",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8365_3",
        "label": "376",
        "long": "Bf. Ahrensburg  >  Gro\u00dfhansdorf  >  Siek",
        "short": "376",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8366_3",
        "label": "533",
        "long": "Grande > Kuddew\u00f6rde > Kasseburg > M\u00f6hsen > Basthorst",
        "short": "533",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8367_3",
        "label": "536",
        "long": "%SB Reinbek > Reinbek, Borsigstra\u00dfe > Reinbek, Senefelder Ring > Glinde, Markt",
        "short": "536",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8368_3",
        "label": "774",
        "long": "Ammersbek/Hoisb\u00fcttel > Ahrensburger Schulen",
        "short": "774",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8369_3",
        "label": "8884",
        "long": "Glinde > Neusch\u00f6nningstedt > Witzhave > Grande > Trittau",
        "short": "8884",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8370_3",
        "label": "2026",
        "long": "Stade >B\u00fctzfleth - Drochtersen - Freiburg > Itzw\u00f6rden",
        "short": "2026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8371_3",
        "label": "2078",
        "long": "Wischhafen > Oederquart > Freiburg",
        "short": "2078",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8497_3",
        "label": "7725",
        "long": "Schlamersdorf > Seedorf > Trappenkamp",
        "short": "7725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8536_3",
        "label": "2111",
        "long": "Buxtehude Abzweig R\u00fcbke - Bahnhof (S\u00fcd) - Schulen Buxtehude",
        "short": "2111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8537_3",
        "label": "2113",
        "long": "Hedendorf - Schulen Buxtehude",
        "short": "2113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8538_3",
        "label": "2114",
        "long": "Eilendorf   Immenbeck - Pippensen - Schulen Buxtehude",
        "short": "2114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8541_3",
        "label": "Heide-Shuttle 1",
        "long": "Heide-Shuttle Oberhaverbeck - Schneverdingen - Bispingen - Oberhaverbeck",
        "short": "Heide-Shuttle 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8542_3",
        "label": "Heide-Shuttle 2",
        "long": "Heide-Shuttle Tostedt - Handeloh - Undeloh - Egestorf - Behringen - Oberhaverbeck",
        "short": "Heide-Shuttle 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8543_3",
        "label": "Heide-Shuttle 4",
        "long": "Heide-Shuttle Soltau - Bispingen - Oberhaverbeck - Schneverdingen - Neuenkrichen",
        "short": "Heide-Shuttle 4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8546_3",
        "label": "8740",
        "long": "Ratzeburg >Kastorf>Bad Oldesloe",
        "short": "8740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8591_3",
        "label": "2105",
        "long": "ZOB - Bahnhof (S\u00fcd) - Kellerkuhle - Krankenhaus - Bahnhof (S\u00fcd) - ZOB",
        "short": "2105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8606_3",
        "label": "567",
        "long": "Jenfeld-Zentrum > Bf.Tonndorf  > %UB Farmsen",
        "short": "567",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8619_3",
        "label": "2040",
        "long": "Buxtehude  > Estebr\u00fcgge - K\u00f6nigreich - Jork - Borstel >  Finkenwerder",
        "short": "2040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8620_3",
        "label": "2043",
        "long": "Gehrden > Jork",
        "short": "2043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8621_3",
        "label": "2044",
        "long": "Borstel  >  Ladekop",
        "short": "2044",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8622_3",
        "label": "2045",
        "long": "Moorende > Hove > Estebr\u00fcgge",
        "short": "2045",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8623_3",
        "label": "2050",
        "long": "Stade - Hollern - Steinkirchen - Jork",
        "short": "2050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8624_3",
        "label": "2051",
        "long": "Stade > Twielenfleth - Steinkirchen > Mittelnkirchen",
        "short": "2051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8625_3",
        "label": "2052",
        "long": "Twielenfleth > Steinkirchen",
        "short": "2052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8626_3",
        "label": "2053",
        "long": "Horneburg > Neuenkirchen - Mittelnkirchen > Steinkirchen",
        "short": "2053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8627_3",
        "label": "2054",
        "long": "Bassenfleth > Hollern",
        "short": "2054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8628_3",
        "label": "2060",
        "long": "Stade > Hagen - Harsefeld - Ahlerstedt - Wangersen > Zeven",
        "short": "2060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8629_3",
        "label": "2061",
        "long": "Stade > Hagen - Helmste - Harsefeld - Ahlerstedt > Wangersen >Wiemark",
        "short": "2061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8631_3",
        "label": "184",
        "long": "Schenefeld > %SB Elbgaustra\u00dfe > Eidelstedter Platz > %SB Halstenbek",
        "short": "184",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8632_3",
        "label": "735",
        "long": "Aum\u00fchle  >  Wohltorf  >  Wentorf  >  Reinbeker Schulen",
        "short": "735",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8637_3",
        "label": "8502",
        "long": "Bf. Ratzeburg - Vorstadtschule - Krankenhaus - Seniorenwohnsitz",
        "short": "8502",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8643_3",
        "label": "8720",
        "long": "L\u00fcbeck >Kastorf - Sandesneben >Trittau",
        "short": "8720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8644_3",
        "label": "8721",
        "long": "Sch\u00f6nberg > Linau >Sandesneben",
        "short": "8721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8645_3",
        "label": "8722",
        "long": "Berkenthin > Kastorf > Klinkrade > Sandesneben",
        "short": "8722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8646_3",
        "label": "8723",
        "long": "Klinkrade > Sirksfelde >Trittau",
        "short": "8723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8647_3",
        "label": "8724",
        "long": "Siebenb\u00e4umen > Sch\u00f6nberg > Trittau",
        "short": "8724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8648_3",
        "label": "8725",
        "long": "Mollhagen >Sandesneben> Bargteheide",
        "short": "8725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8649_3",
        "label": "8726",
        "long": "Klinkrade >Sandesneben >Bargteheide",
        "short": "8726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8650_3",
        "label": "8730",
        "long": "Bf. Ratzeburg > Nusse >Bf. Ahrensburg",
        "short": "8730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8651_3",
        "label": "8731",
        "long": "Rotenhausen > Schiphorst > Sandesneben",
        "short": "8731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8652_3",
        "label": "8741",
        "long": "Kronsforde > Berkenthin > Ratzeburg",
        "short": "8741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8653_3",
        "label": "8742",
        "long": "Koberg >Nusse >Ratzeburg",
        "short": "8742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8655_3",
        "label": "8770",
        "long": "Kronsforde>Berkenthin - Rondeshagen > M\u00f6lln",
        "short": "8770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8656_3",
        "label": "8771",
        "long": "L\u00fcbeck >Gro\u00df Sarau - Klempau >Berkenthin",
        "short": "8771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8657_3",
        "label": "8772",
        "long": "Hollenbek>Berkenthin>Ratzeburg",
        "short": "8772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8658_3",
        "label": "8780",
        "long": "Sandesneben >Siebenb\u00e4umen - Kronsforde >L\u00fcbeck",
        "short": "8780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8659_3",
        "label": "8781",
        "long": "Grinau >Rothenhausen > Krummesse",
        "short": "8781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8736_3",
        "label": "451",
        "long": "Containerterminal Burchardkai > Bubendey-Ufer (F\u00e4hre)",
        "short": "451",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8756_3",
        "label": "489",
        "long": "Bf. Elmshorn - Uetersen - Moorrege - Heist - Holm - S Wedel",
        "short": "489",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8757_3",
        "label": "589",
        "long": "Uetersen - Heist - Haseldorf - Holm - S Wedel",
        "short": "589",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8758_3",
        "label": "6501",
        "long": "Heidkoppelweg - Koppeldamm - Bf. Elmshorn - Hebbelplatz - Kibek",
        "short": "6501",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8759_3",
        "label": "6502",
        "long": "Waldorfschule - Hainholz - Bf. Elmshorn - Klinikum - Kibek",
        "short": "6502",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8760_3",
        "label": "6503",
        "long": "Klein Nordende - Bf. Elmshorn - Zeppelinplatz - Hasenbusch",
        "short": "6503",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8761_3",
        "label": "6504",
        "long": "Klein Nordende Bauerweg - Bf. Elmshorn - Zeppelinplatz",
        "short": "6504",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8762_3",
        "label": "6505",
        "long": "K\u00f6lln-Reisiek - Bevern - Seeth-Ekholt - Elmshorn",
        "short": "6505",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8763_3",
        "label": "6506",
        "long": "Bf. Elmshorn - Kurzenmoor - Seester - Seesterm\u00fche",
        "short": "6506",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8764_3",
        "label": "6507",
        "long": "Neuendorf - Raa-Besenbek - Elmshorn",
        "short": "6507",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8765_3",
        "label": "6542",
        "long": "Barmstedt  >  Lutzhorn  >  Bokel  >  H\u00f6rnerkirchen",
        "short": "6542",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8766_3",
        "label": "6543",
        "long": "Bullenkuhlen  >  Bevern  >  Ellerhoop  >  Barmstedt",
        "short": "6543",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8767_3",
        "label": "6544",
        "long": "Barmstedt  > Gro\u00df Offenseth >  Brande > H\u00f6rnerkirchen",
        "short": "6544",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8769_3",
        "label": "6661",
        "long": "Uetersen Buttermarkt - Am Eichholz - Bf. Tornesch",
        "short": "6661",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8770_3",
        "label": "6663",
        "long": "Uetersen Stadt - Appen (West)",
        "short": "6663",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8772_3",
        "label": "6667",
        "long": "Uetersen Buttermarkt - Heidgraben - Bf. Tornesch",
        "short": "6667",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8773_3",
        "label": "6668",
        "long": "Esingen - Bf. Tornesch - Gewerbegebiet Oha - Ellerhoop",
        "short": "6668",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8775_3",
        "label": "6500",
        "long": "Raa-Besenbek - Bf. Elmshorn - K\u00f6lln-Reisiek",
        "short": "6500",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "8802_402",
        "label": "U2",
        "long": "Niendorf Nord > Hauptbahnhof Nord > M\u00fcmmelmannsberg",
        "short": "U2",
        "text_color": "E2001A",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8803_402",
        "label": "U3",
        "long": "Barmbek > Schlump > Hauptbahnhof S\u00fcd > Wandsbek-Gartenstadt",
        "short": "U3",
        "text_color": "FFDD00",
        "type_label": "Subway / metro"
      },
      {
        "color": "0098A1",
        "color_name": "teal",
        "has_shape": true,
        "id": "8804_402",
        "label": "U4",
        "long": "Elbbr\u00fccken > Hauptbahnhof Nord > Billstedt",
        "short": "U4",
        "text_color": "0098A1",
        "type_label": "Subway / metro"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8816_3",
        "label": "2064",
        "long": "Horneburg -  Nottensdorf - Bliedersdorf - Horneburg",
        "short": "2064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "8831_1200",
        "label": "5160",
        "long": "",
        "short": "5160",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "8832_1200",
        "label": "5170",
        "long": "",
        "short": "5170",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8848_3",
        "label": "17",
        "long": "%UB Feldstra\u00dfe > Hauptbahnhof > %UB Borgweg > %UB  Berne",
        "short": "17",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8850_3",
        "label": "11",
        "long": "%UB Wandsbek Markt > Rahlstedt (Sorenkoppel)",
        "short": "11",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8851_3",
        "label": "28",
        "long": "%UB Niendorf Markt > %SB R\u00fcbenkamp > %UB Wandsbek Markt",
        "short": "28",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8856_3",
        "label": "2034",
        "long": "Sauensiek - Wiegersen - Revenahe",
        "short": "2034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8858_3",
        "label": "4705",
        "long": "Bf. Ashausen / Bf. Winsen - Amazon",
        "short": "4705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8862_3",
        "label": "388",
        "long": "Rissen, Falkensteiner Ufer / %SB Blankenese > Rissen > %SB Rissen",
        "short": "388",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8863_3",
        "label": "488",
        "long": "Ring:  %SB Blankenese  >  Strandweg  >  Waseberg  >  %SB Blankenese",
        "short": "488",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8864_3",
        "label": "588",
        "long": "Elbuferweg  >  %SB Blankenese",
        "short": "588",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8866_3",
        "label": "8104",
        "long": "Stadtverkehr Bad Oldesloe > Linie 4",
        "short": "8104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8871_3",
        "label": "647",
        "long": "(Nachtbuslinie)  Bf. Meckelfeld - Maschen - Bf. Hittfeld",
        "short": "647",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "8956_3",
        "label": "U1-SEV",
        "long": "Ersatzverkehr Ri Ohlstedt/Gro\u00dfhansdorf",
        "short": "U1-SEV",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "8981_2",
        "label": "RB37",
        "long": "Bremen > Soltau > Uelzen",
        "short": "RB37",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "8982_2",
        "label": "RB47",
        "long": "Uelzen > Braunschweig",
        "short": "RB47",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "8983_2",
        "label": "RE2",
        "long": "Uelzen > Celle > Hannover",
        "short": "RE2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "8984_2",
        "label": "RE20",
        "long": "Uelzen > Salzwedel > Magdeburg",
        "short": "RE20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9021_3",
        "label": "2024",
        "long": "Drochtersen - Freiburg",
        "short": "2024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9106_3",
        "label": "3813",
        "long": "Bremerv\u00f6rde - Elm - Oldendorf",
        "short": "3813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9137_702",
        "label": "X40",
        "long": "%SB Neugraben > Neuwiedenthal > Finkenwerder",
        "short": "X40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9138_702",
        "label": "X86",
        "long": "Teufelsbr\u00fcck (F\u00e4hre) > %SB Klein Flottbek",
        "short": "X86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9139_3",
        "label": "19",
        "long": "%UB Alsterdorf > Winterhude > Harvestehude > Hauptbahnhof/ZOB",
        "short": "19",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9140_3",
        "label": "140",
        "long": "%SB Neuwiedenthal >  %SB Neugraben",
        "short": "140",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9141_3",
        "label": "157",
        "long": "Bf. Harburg > Moorburg > Hohenwisch",
        "short": "157",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9142_3",
        "label": "349",
        "long": "%SB Harburg Rathaus > Neuland > %SB Harburg Rathaus",
        "short": "349",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9146_702",
        "label": "X3",
        "long": "Schenefelder Platz > Bahrenfeld > %SB Holstenstra\u00dfe > %UB Feldstra\u00dfe > %UB Messberg",
        "short": "X3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9147_702",
        "label": "X30",
        "long": "%SB Harburg Rathaus > Bf. Harburg > %SB Nettelnburg > Bf. Bergedorf",
        "short": "X30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9148_702",
        "label": "X32",
        "long": "%UB%SB Wandsbeker Chausse > %UB Wandsbek Markt > %UB Horner Rennbahn > Bf. Bergedorf",
        "short": "X32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9149_3",
        "label": "122",
        "long": "Hauptbahnhof / ZOB > F\u00fcnfhausen > Bf. Bergedorf > Energie-Campus Bergedorf",
        "short": "122",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9150_3",
        "label": "224",
        "long": "Hauptbahnhof / ZOB > %SB Tiefstack > F\u00fcnfhausen > Kirchwerder > Bf. Bergedorf",
        "short": "224",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9151_3",
        "label": "29",
        "long": "Bf. Tonndorf / Gewerbepark Merkur > Bf. Rahlstedt > Jenfeld > %UB Billstedt > Bf. Bergedorf",
        "short": "29",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9152_3",
        "label": "335",
        "long": "%SB Allerm\u00f6he > Nettelnburg  > Bf. Bergedorf > Wentorf",
        "short": "335",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9153_3",
        "label": "384",
        "long": "Schnelsen, Kalvslohtwiete > Eidelstedter Platz > %SB Elbgaustra\u00dfe > Schenefeld",
        "short": "384",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9154_3",
        "label": "394",
        "long": "%UB%AB Norderstedt Mitte > Friedrichsgabe, Tycho-Brahe-Kehre",
        "short": "394",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9156_3",
        "label": "530",
        "long": "%UB L\u00fcbecker Stra\u00dfe > Hamm > Rothenburgsort > Moorfleet > Schule Mittlerer Landweg",
        "short": "530",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9159_3",
        "label": "610",
        "long": "%SB Holstenstra\u00dfe > %UB M\u00fcmmelmannsberg > Bf. Bergedorf",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9161_702",
        "label": "X35",
        "long": "Speersort > Hbf/ZOB > Jenfeld > Rahlstedt (Ost)",
        "short": "X35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9163_3",
        "label": "146",
        "long": "Freizeitbad MidSommerland > %SB Harburg Rathaus > AIRBUS",
        "short": "146",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9164_3",
        "label": "340",
        "long": "%SB Neuwiedenthal > Museum Kiekeberg > %SB Harburg Rathaus",
        "short": "340",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9166_3",
        "label": "2062",
        "long": "Sauensiek - Griemshorst - Harsefeld",
        "short": "2062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9167_3",
        "label": "2063",
        "long": "Horneburg >Nottensdorf > Bliedersdorf - Issendorf > Harsefeld",
        "short": "2063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9168_3",
        "label": "257",
        "long": "Jork/Cranz  > Neuenfelde - Francop - Hohenwisch >  Neugraben",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9169_3",
        "label": "2365",
        "long": "Ahlerstedt > Orsdorf - Kakerbeck - Harsefeld  - Wedel - Fredenbeck >  Stade",
        "short": "2365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9170_3",
        "label": "2368",
        "long": "Bargstedt > Reith - Ahlerstedt > Harsefeld",
        "short": "2368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9171_3",
        "label": "2369",
        "long": "Harsefeld > Bargstedt >  Ahlerstedt",
        "short": "2369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9172_3",
        "label": "2370",
        "long": "Kutenholz > Mulsum - Fredenbeck - Deinste - Hagen > Stade",
        "short": "2370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9173_3",
        "label": "2371",
        "long": "Gro\u00df Aspe - Kutenholz - Mulsum - Fredenbeck",
        "short": "2371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9174_3",
        "label": "2372",
        "long": "Brest >Kutenholz - Mulsum - Schwinge > Stade",
        "short": "2372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9175_3",
        "label": "2373",
        "long": "Mulsum >Kutenholz - Gro\u00df Aspe >Harsefeld",
        "short": "2373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9176_3",
        "label": "2375",
        "long": "Wedel  > Fredenbeck - Deinste - Helmste > Horneburg",
        "short": "2375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9177_3",
        "label": "2376",
        "long": "Stade > Helmste - Deinste > Fredenbeck",
        "short": "2376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9178_3",
        "label": "2377",
        "long": "Agathenburg - Dollern",
        "short": "2377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9179_3",
        "label": "149",
        "long": "Winsen  - Hoopte - Over - Bullenhausen - Neuland - Bf. Harburg",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9180_3",
        "label": "4200",
        "long": "Bf. Buchholz > Nenndorf - T\u00f6tensen > %SB Harburg Rathaus",
        "short": "4200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9181_3",
        "label": "4210",
        "long": "Bf. Klecken - Nenndorf - Vahrendorf - Bf. Harburg",
        "short": "4210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9182_3",
        "label": "343",
        "long": "Fleestedt - Maschen - Meckelfeld",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9183_3",
        "label": "440",
        "long": "S Neu Wulmstorf  - Freibad",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9184_3",
        "label": "540",
        "long": "Ringlinie Neu Wulmstorf",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9185_3",
        "label": "4605",
        "long": "Ehestorf - Nenndorf - Hittfeld",
        "short": "4605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9186_3",
        "label": "4606",
        "long": "Ehestorf - Sottorf - Vahrendorf",
        "short": "4606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9187_3",
        "label": "4644",
        "long": "Hollenstedt - Dohren - Tostedt",
        "short": "4644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9188_3",
        "label": "4665",
        "long": "Bahlburg - Pattensen - Stelle",
        "short": "4665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9189_3",
        "label": "4666",
        "long": "Roydorf > Winsen > Hoopte > Over",
        "short": "4666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9196_3",
        "label": "8106",
        "long": "",
        "short": "8106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9197_3",
        "label": "8111",
        "long": "Kayhude >Bargfeld-Stegen >Bargteheide",
        "short": "8111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9198_3",
        "label": "8112",
        "long": "",
        "short": "8112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9199_3",
        "label": "8113",
        "long": "Klein Hansdorf >Ammersbek >Bargteheide",
        "short": "8113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9200_3",
        "label": "8114",
        "long": "Bargfeld-Stegen >Elmenhorst>Bargteheide",
        "short": "8114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9201_3",
        "label": "8115",
        "long": "Bad Oldesloe > Lasbek >Bargteheide",
        "short": "8115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9202_3",
        "label": "8116",
        "long": "Sattenfelde>Tremsb\u00fcttel>Bargteheide",
        "short": "8116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9203_3",
        "label": "8117",
        "long": "Bargfelder R\u00f6gen>Bargfeld-Stegen",
        "short": "8117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9204_3",
        "label": "8118",
        "long": "Delingsdorf>Bargteheide",
        "short": "8118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9205_3",
        "label": "8180",
        "long": "Bad Oldesloe >Gro\u00df Boden - Todendorf >Bargteheide",
        "short": "8180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9206_3",
        "label": "8181",
        "long": "Westerau > Gro\u00df Boden",
        "short": "8181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9207_3",
        "label": "8182",
        "long": "Kastorf >Westerau>Bad Oldesloe",
        "short": "8182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9211_3",
        "label": "543",
        "long": "Nachtigallenweg > %SB Harburg Rathaus > Gro\u00df Moor",
        "short": "543",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9221_3",
        "label": "4860",
        "long": "Halvesbostel - Dohren - Tostedt",
        "short": "4860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B51143",
        "color_name": "red",
        "has_shape": true,
        "id": "9473_109",
        "label": "S2",
        "long": "Altona/Diebsteich > Dammtor > Hamburg Hbf > Bergedorf (>Aum\u00fchle)",
        "short": "S2",
        "text_color": "B51143",
        "type_label": "Rail"
      },
      {
        "color": "622181",
        "color_name": "purple",
        "has_shape": true,
        "id": "9475_109",
        "label": "S3",
        "long": "Pinneberg > Elbgaustra\u00dfe > Altona > Jungfernstieg > Hamburg Hbf > Neugraben",
        "short": "S3",
        "text_color": "622181",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9501_3",
        "label": "454",
        "long": "Schmalensee / Trappenkamp - Bornh\u00f6ved - Neum\u00fcnster",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9538_3",
        "label": "430",
        "long": "%UB Billstedt > %SB Billwerder Moorfleet > %SB Mittlerer Landweg",
        "short": "430",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9541_3",
        "label": "161",
        "long": "",
        "short": "161",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9576_702",
        "label": "X22",
        "long": "%UB Hagenbecks Tierpark > Jenfeld Zentrum",
        "short": "X22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9671_3",
        "label": "16",
        "long": "Elbe-Einkaufszentrum > Bf. Altona > Rentenvers. Nord",
        "short": "16",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9676_3",
        "label": "115",
        "long": "Teufelsbr\u00fcck (F\u00e4hre) > Bf. Altona > Langenfelde > Eidelstedt",
        "short": "115",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9681_3",
        "label": "119",
        "long": "%UB%SB Elbbr\u00fccken > %SB Tiefstack > Billbrook > %UB Billstedt > %UB Steinfurther Allee",
        "short": "119",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9682_3",
        "label": "127",
        "long": "Bf. Bergedorf > Curslack > Neuengamme > F\u00fcnfhausen > Ochsenwerder",
        "short": "127",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9683_3",
        "label": "134",
        "long": "%UB M\u00fcmmelmannsberg > Lohbr\u00fcgge > %SB Nettelnburg (S\u00fcdeingang)  > Neuallerm\u00f6he",
        "short": "134",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9685_3",
        "label": "669",
        "long": "%UB Ahrensburg West > Bf. Ahrensburg > Gartenholz > Bf. Ahrensburg > %UB Ahrensburg West",
        "short": "669",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9686_3",
        "label": "8896",
        "long": "Geesthacht > Gr\u00fcnhof > Lauenburg, Gemeinschaftsschule",
        "short": "8896",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9701_3",
        "label": "350",
        "long": "Norderkirchenweg > Finkenwerder F\u00e4hre > Seehofring (Nord)",
        "short": "350",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9702_3",
        "label": "450",
        "long": "Norderkirchenweg > Finkenwerder > AIRBUS > Neue Bullerrinne",
        "short": "450",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9706_3",
        "label": "8756",
        "long": "Bf. Ratzeburg > Schmilau > M\u00f6lln, ZOB > M\u00f6lln, Schulberg",
        "short": "8756",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9707_3",
        "label": "8757",
        "long": "M\u00f6lln ZOB > Gudow > Kehrsen > Sterley, Schule",
        "short": "8757",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9711_3",
        "label": "2012",
        "long": "Schwinge - Wiepenkathen - Am Exerzierplatz  - Bildungscampus Riensf\u00f6rde",
        "short": "2012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9723_3",
        "label": "8727",
        "long": "Sandesneben > Kastorf >Berkenthin",
        "short": "8727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9724_3",
        "label": "8728",
        "long": "Hammoor> Todendorf >Mollhagen",
        "short": "8728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9725_3",
        "label": "8773",
        "long": "Ratzeburg > Kulpin >Berkenthin",
        "short": "8773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9728_3",
        "label": "8815",
        "long": "Dassendorf > Brunstorf >Schwarzenbek",
        "short": "8815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9729_3",
        "label": "8824",
        "long": "Brunstorf > Hohenhorn > Dassendorf",
        "short": "8824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9730_3",
        "label": "8834",
        "long": "M\u00fcssen >Klein Pampau > B\u00fcchen",
        "short": "8834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9731_3",
        "label": "8835",
        "long": "M\u00fcssen >Elmenhorst >Schwarzenbek",
        "short": "8835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9732_3",
        "label": "8836",
        "long": "Klein Pampau >Grabau >Schwarzenbek",
        "short": "8836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9733_3",
        "label": "8863",
        "long": "Schwarzenbek >L\u00fctau >Lauenburg",
        "short": "8863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9734_3",
        "label": "8872",
        "long": "Geesthacht > Kollow >Schwarzenbek",
        "short": "8872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A962B",
        "color_name": "green",
        "has_shape": true,
        "id": "9736_702",
        "label": "X66",
        "long": "Uetersen Stadt - Bf. Tornesch",
        "short": "X66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9737_3",
        "label": "6671",
        "long": "Uetersen - Gro\u00df Nordende - Neuendeich - Uetersen",
        "short": "6671",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9738_3",
        "label": "6673",
        "long": "Moorrege - Appen",
        "short": "6673",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9739_3",
        "label": "6675",
        "long": "Haseldorf - Altendeich - Heist - Moorrege - Uetersen",
        "short": "6675",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9786_3",
        "label": "2018",
        "long": "Himmelpforten> Haddorf > Stade",
        "short": "2018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9787_3",
        "label": "2075",
        "long": "B\u00fctzfleth > Asselermoor - Drochtersen > Wethe / Assel",
        "short": "2075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "981_3",
        "label": "410",
        "long": "Kiel > Wankendorf > Bornh\u00f6ved > Bad Segeberg",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "982_3",
        "label": "411",
        "long": "Trappenkamp - G\u00f6nnebek - Bornh\u00f6ved - Tensfeld - Bad Segeberg",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "983_3",
        "label": "412",
        "long": "Bornh\u00f6ved - Stocksee - Tensfeld - Bornh\u00f6ved",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9981_3",
        "label": "264",
        "long": "Trittau > Gro\u00dfensee > Stapelfeld > Bf. Rahlstedt",
        "short": "264",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9982_3",
        "label": "364",
        "long": "Bf. Rahlstedt > Gro\u00dfensee > L\u00fctjensee > Trittau",
        "short": "364",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9983_3",
        "label": "369",
        "long": "Ahrensburg > %UB Gro\u00dfhansdorf > Hoisdorf > L\u00fctjensee > Trittau",
        "short": "369",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9984_3",
        "label": "464",
        "long": "Gro\u00dfensee > L\u00fctjensee > Trittau",
        "short": "464",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9985_3",
        "label": "465",
        "long": "Gro\u00dfensee > L\u00fctjensee > Gr\u00f6nwohld > Trittau",
        "short": "465",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9986_3",
        "label": "764",
        "long": "L\u00fctjensee >Hoisdorf > Schmalenbeck",
        "short": "764",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9987_3",
        "label": "765",
        "long": "Trittau > Vorburg > Schulzentrum",
        "short": "765",
        "text_color": "E2001A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "9988_3",
        "label": "8763",
        "long": "Nusse, ZOB > Trittau, Schulzentrum",
        "short": "8763",
        "text_color": "E2001A",
        "type_label": "Bus"
      }
    ],
    "stop_count": 17603,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-23",
  "top_fixes": [
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 404,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 16632,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 23.6,
      "rank": 2,
      "severity": "WARNING",
      "what": "16632 of 17603 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
