{
  "agency": {
    "country": "DE",
    "id": "vgn-nurnberg",
    "name": "Verkehrsverbund Gro\u00dfraum N\u00fcrnberg (VGN)",
    "operating_note": "Bavaria's first reviewed feed record. One association feed covering the VGN tariff area's operators around N\u00fcrnberg, F\u00fcrth, and Erlangen; counted as one feed record, not a distinct-agency count.",
    "subdivision_code": "DE-BY",
    "subdivision_name": "Bayern"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.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": 0.0,
          "wheelchair_trips": 0.0
        },
        "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": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 25464,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 90753,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 25464,
          "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": 25.0,
          "severity": "WARNING",
          "what": "25464 of 25464 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": 90753,
          "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": 15.0,
          "severity": "WARNING",
          "what": "90753 of 90753 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."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% 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": 12,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 732,
          "WARNING": 30482
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 14074,
          "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": "leading_or_trailing_whitespaces",
          "count": 12673,
          "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": "fast_travel_between_far_stops",
          "count": 2137,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 1295,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "duplicate_route_name",
          "count": 129,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "expired_calendar",
          "count": 127,
          "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": "mixed_case_recommended_field",
          "count": 24,
          "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_short_name_too_long",
          "count": 22,
          "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": 6.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_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "big_gap_in_service",
          "count": 394,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 318,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "transfer_distance_above_2_km",
          "count": 20,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'transfer_distance_above_2_km' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Transfer distance above 2 km (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 33.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 31214 instances (0 error, 30482 warning, 732 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 147,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 147 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 147 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY-SA 3.0 DE per VGN's open data terms; commercial reuse is permitted with attribution to VGN and share-alike on redistributed data.",
    "reachable": true,
    "sha256": "be766b5b9606acc73d959e109a9b6f00c04ae639b2de6f61c9948e7126b18b5b",
    "size_bytes": 15261462,
    "static_url": "https://www.vgn.de/opendata/GTFS.zip"
  },
  "fetch": {
    "final_url": "https://www.vgn.de/opendata/GTFS.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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      9.97094,
      48.74483,
      12.54046,
      50.51338
    ],
    "lat": 49.60253,
    "lon": 11.18196,
    "stop_count": 25464
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 8,
        "trip_count": 3966,
        "trip_share_pct": 4.4
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 10,
        "trip_count": 11151,
        "trip_share_pct": 12.3
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 71,
        "trip_count": 7673,
        "trip_share_pct": 8.5
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 1206,
        "trip_count": 67963,
        "trip_share_pct": 74.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 1295,
    "trip_count": 90753
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.5,
    "margin_to_next_band": 12.5,
    "score": 47.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1342,
      "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": "1342 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Crailsheim Bhf-Str./ Bayer. Hof\", \"Crailsheim Bhf-Str./ Bayer. Hof\", \"Crailsheim Pamiersring/ Porschestr.\", 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 24787,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 90753
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/vgn-nurnberg/geometry.geojson",
    "route_count": 1295,
    "routes": [
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-1-j26-1",
        "label": "S1",
        "long": "Bamberg  -  Erlangen  -  F\u00fcrth  -  N\u00fcrnberg  - Lauf (li Pegn)  -  Hersbruck (li Pegn)  -  Hartmannshof",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-2-j26-1",
        "label": "S2",
        "long": "Roth - Schwabach - N\u00fcrnberg - Feucht - Altdorf",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-3-j26-1",
        "label": "S3",
        "long": "N\u00fcrnberg  -  Feucht  -  Neumarkt (OPf)",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-3-j26-2",
        "label": "S3",
        "long": "SEV S3 Feucht  -  Neumarkt",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-4-j26-1",
        "label": "S4",
        "long": "N\u00fcrnberg - Ro\u00dftal - Heilsbronn - Wicklesgreuth - Ansbach - Domb\u00fchl - Crailsheim",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-4-j26-2",
        "label": "S4",
        "long": "N\u00fcrnberg - Ro\u00dftal - Heilsbronn - Wicklesgreuth - Ansbach - Domb\u00fchl - Crailsheim",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-5-j26-1",
        "label": "S5",
        "long": "N\u00fcrnberg Hbf  -  Allersberg (Rothsee)",
        "short": "S5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "1-6-j26-1",
        "label": "S6",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Siegelsdorf  -  Neustadt (Aisch)",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-1-j26-1",
        "label": "U1",
        "long": "F\u00fcrth Hardh\u00f6he - N\u00fcrnberg Pl\u00e4rrer - Hauptbahnhof - Langwasser S\u00fcd",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-1-j26-27",
        "label": "U1",
        "long": "F\u00fcrth Hardh\u00f6he - N\u00fcrnberg Pl\u00e4rrer - Hauptbahnhof - Langwasser S\u00fcd",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-1-j26-28",
        "label": "U1",
        "long": "F\u00fcrth Hardh\u00f6he - N\u00fcrnberg Pl\u00e4rrer - Hauptbahnhof - Langwasser S\u00fcd",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-1-j26-29",
        "label": "U1",
        "long": "F\u00fcrth Hardh\u00f6he - N\u00fcrnberg Pl\u00e4rrer - Hauptbahnhof - Langwasser S\u00fcd",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-2-j26-1",
        "label": "U2",
        "long": "R\u00f6thenbach - Pl\u00e4rrer - Hauptbahnhof - Flughafen",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-2-j26-16",
        "label": "U2",
        "long": "R\u00f6thenbach - Pl\u00e4rrer - Hauptbahnhof - Flughafen",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-2-j26-18",
        "label": "U2",
        "long": "R\u00f6thenbach - Pl\u00e4rrer - Hauptbahnhof - Flughafen",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-3-j26-1",
        "label": "U3",
        "long": "Gro\u00dfreuth bei Schweinau - Pl\u00e4rrer - Hauptbahnhof - Nordwestring",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-3-j26-18",
        "label": "U3",
        "long": "Gro\u00dfreuth bei Schweinau - Pl\u00e4rrer - Hauptbahnhof - Nordwestring",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "11-3-j26-20",
        "label": "U3",
        "long": "Gro\u00dfreuth bei Schweinau - Pl\u00e4rrer - Hauptbahnhof - Nordwestring",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-10-j26-2",
        "label": "10",
        "long": "Dutzendteich - Pl\u00e4rrer - Am Wegfeld",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-101-j26-2",
        "label": "D",
        "long": "Frankenstra\u00dfe - Heynestra\u00dfe / Landgrabenstra\u00dfe / Brehmstra\u00dfe / Schweiggerstra\u00dfe",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-11-j26-1",
        "label": "11",
        "long": "Gibitzenhof - Hauptbahnhof - Tiergarten",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-4-j26-1",
        "label": "4",
        "long": "Gibitzenhof - Pl\u00e4rrer - Am Wegfeld",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-5-j26-2",
        "label": "5",
        "long": "Worzeldorfer Stra\u00dfe - Hauptbahnhof - Tiergarten",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-6-j26-2",
        "label": "6",
        "long": "Schweiggerstra\u00dfe - Pl\u00e4rrer - Westfriedhof",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-7-j26-2",
        "label": "7",
        "long": "Dutzendteich - Schweiggerstra\u00dfe - Hauptbahnhof",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "12-8-j26-3",
        "label": "8",
        "long": "Schweiggerstra\u00dfe - Hauptbahnhof - Erlenstegen",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-20-j26-2",
        "label": "20",
        "long": "N\u00fcrnberg Am Wegfeld - Boxdorf - Erlangen Tennenlohe - Arcaden - Hugenottenplatz",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-21-j26-1",
        "label": "21",
        "long": "Ziegelstein S\u00fcd - Buchenb\u00fchl - Ziegelstein S\u00fcd",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-30-j26-1",
        "label": "30",
        "long": "N\u00fcrnberg Nordostbahnhof - Flughafen - Am Wegfeld - Erlangen Arcaden - Hauptbahnhof - Hugenottenplatz",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-30-j26-2",
        "label": "30",
        "long": "N\u00fcrnberg Nordostbahnhof - Flughafen - Am Wegfeld - Erlangen Arcaden - Hauptbahnhof - Hugenottenplatz",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-31-j26-1",
        "label": "31",
        "long": "Herrnh\u00fctte - Am Wegfeld - Neunhof - Gro\u00dfgr\u00fcndlach",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-32-j26-2",
        "label": "32",
        "long": "Herrnh\u00fctte - Sieboldstra\u00dfe Schleife",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-34-j26-1",
        "label": "34",
        "long": "Pl\u00e4rrer - St. Johannisfriedhof - Klinikum Nord - Friedrich-Ebert-Platz",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-35-j26-1",
        "label": "35",
        "long": "R\u00f6thenbach - Maximilianstra\u00dfe - Nordwestring - Nordostbahnhof",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-36-j26-5",
        "label": "36",
        "long": "Pl\u00e4rrer - Rathaus - Rathenauplatz - Doku-Zentrum",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-36-j26-7",
        "label": "36",
        "long": "Pl\u00e4rrer - Rathaus - Rathenauplatz - Doku-Zentrum",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-37-j26-1",
        "label": "37",
        "long": "Rathaus - Stadtgrenze - F\u00fcrth Hauptbahnhof",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-38-j26-1",
        "label": "38",
        "long": "Virnsberger Stra\u00dfe Wende - Maximilianstra\u00dfe - Stadtgrenze",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-39-j26-1",
        "label": "39",
        "long": "F\u00fcrth Hauptbahnhof - N\u00fcrnberg Nordwestring - Maximilianstr.",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-40-j26-1",
        "label": "40",
        "long": "Heinemannbr\u00fccke - Laufamholz - Schwaig  bzw. Behringersdorf Schwaig Am Bahnhof - Max-Reger-Stra\u00dfe bzw. Behringersdorf",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-40-j26-2",
        "label": "40",
        "long": "Heinemannbr\u00fccke - Laufamholz - Schwaig  bzw. Behringersdorf Schwaig Am Bahnhof - Max-Reger-Stra\u00dfe bzw. Behringersdorf",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-43-j26-2",
        "label": "43",
        "long": "Hauptbahnhof - Zerzabelshof  - Passauer Stra\u00dfe",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-44-j26-2",
        "label": "44",
        "long": "Hauptbahnhof - Zerzabelshof Mitte - Klinikum S\u00fcd - Langwasser Mitte",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-45-j26-2",
        "label": "45",
        "long": "Frankenstra\u00dfe - Wodanstr. - M\u00f6geldorf - Nordostbahnhof - Ziegelstein",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-46-j26-1",
        "label": "46",
        "long": "Rathaus - Nordostbahnhof - Martha-Maria-Krankenhaus",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-47-j26-1",
        "label": "47",
        "long": "Rathaus - Kilianstra\u00dfe - Forchheimer Stra\u00dfe",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-49-j26-1",
        "label": "49",
        "long": "Nordostbahnhof - Martha-Maria-Krankenhaus",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-50-j26-1",
        "label": "50",
        "long": "Langwasser Mitte - Gewerbepark Nbg./Feucht - Feucht Bahnhof - Am Reichswald",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-51-j26-1",
        "label": "51",
        "long": "Frankenstra\u00dfe - Herpersdorf - Kornburg - Kleinschwarzenlohe Nord",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-51-j26-2",
        "label": "51",
        "long": "Frankenstra\u00dfe - Herpersdorf - Kornburg - Kleinschwarzenlohe Nord",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-51-j26-3",
        "label": "51",
        "long": "Frankenstra\u00dfe - Herpersdorf - Kornburg - Kleinschwarzenlohe Nord",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-52-j26-1",
        "label": "52",
        "long": "Langwasser Mitte - Worzeldorf - Herpersdorf - Katzwang",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-53-j26-1",
        "label": "53",
        "long": "Luitpoldhain - Meistersingerhalle - Bauernfeindstra\u00dfe - Worzeldorf - Kornburg - Schwand",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-53-j26-2",
        "label": "53",
        "long": "Luitpoldhain - Meistersingerhalle - Bauernfeindstra\u00dfe - Worzeldorf - Kornburg - Schwand",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-53-j26-3",
        "label": "53",
        "long": "Luitpoldhain - Meistersingerhalle - Bauernfeindstra\u00dfe - Worzeldorf - Kornburg - Schwand",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-54-j26-1",
        "label": "54",
        "long": "Langwasser S\u00fcd - Altenfurt - Fischbach - Brunn",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-55-j26-1",
        "label": "55",
        "long": "Meistersingerhalle - Frankenstadion - Langwasser Mitte",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-55-j26-4",
        "label": "55",
        "long": "Max-Grundig-Platz - (Meistersingerhalle) - Langwasser Mitte",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-56-j26-1",
        "label": "56",
        "long": "Langwasser Mitte - Klinikum S\u00fcd - Fischbach - Flachsr\u00f6ste",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-57-j26-1",
        "label": "57",
        "long": "Langwasser Mitte - Moorenbrunn - Altenfurt - Fischbach Bahnhof",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-58-j26-1",
        "label": "58",
        "long": "Frankenstra\u00dfe - Dianaplatz - Werderau / Wacholderweg",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-59-j26-1",
        "label": "59",
        "long": "Langwasser S\u00fcd - Altenfurt - Fischbach - Birnthon",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-60-j26-1",
        "label": "60",
        "long": "R\u00f6thenbach - Schulzentrum S\u00fcdwest - Wertachstr. - Bremer Stra\u00dfe Wende",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-61-j26-3",
        "label": "61",
        "long": "N\u00fcrnberg R\u00f6thenbach - Reichelsdorf - Holzheim - Schwabach Wolkersdorf - Bahnhof bzw. W.- v.- Eschenbach-Gymnasium",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-61-j26-5",
        "label": "61",
        "long": "N\u00fcrnberg R\u00f6thenbach - Reichelsdorf - Holzheim - Schwabach Wolkersdorf - Bahnhof bzw. W.- v.- Eschenbach-Gymnasium",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-62-j26-1",
        "label": "62",
        "long": "R\u00f6thenbach - Koppenhof - Reichelsdorf - Katzwang - Kornburg",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-62-j26-2",
        "label": "62",
        "long": "R\u00f6thenbach - Koppenhof - Reichelsdorf - Katzwang - Kornburg",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-62-j26-3",
        "label": "62",
        "long": "R\u00f6thenbach - Koppenhof - Reichelsdorf - Katzwang - Kornburg",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-62-j26-4",
        "label": "62",
        "long": "R\u00f6thenbach - Koppenhof - Reichelsdorf - Katzwang - Kornburg",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-65-j26-1",
        "label": "65",
        "long": "R\u00f6thenbach - Frankenstra\u00dfe - Ostring - Nordostbahnhof",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-66-j26-1",
        "label": "66",
        "long": "R\u00f6thenbach - Eibach Bahnhof - Pillenreuth",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-67-j26-1",
        "label": "67",
        "long": "N\u00fcrnberg Frankenstr. - R\u00f6thenbach - F\u00fcrth S\u00fcd - F\u00fcrth Hauptbahnhof",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-68-j26-2",
        "label": "68",
        "long": "Gustav-Adolf-Stra\u00dfe - Dianaplatz - Finkenbrunn - Langwasser Mitte",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-69-j26-1",
        "label": "69",
        "long": "Gustav-Adolf-Stra\u00dfe - S\u00fcdwestpark - R\u00f6thenbach",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-70-j26-1",
        "label": "70",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Zirndorf Kneippallee",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-70-j26-3",
        "label": "70",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Zirndorf Kneippallee",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-71-j26-1",
        "label": "71",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Oberasbach Linder Siedlung",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-71-j26-2",
        "label": "71",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Oberasbach Linder Siedlung",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-72-j26-1",
        "label": "72",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Zirndorf Realschule",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-72-j26-2",
        "label": "72",
        "long": "N\u00fcrnberg Gustav-Adolf-Stra\u00dfe - F\u00fcrth S\u00fcd - Zirndorf Realschule",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-73-j26-1",
        "label": "73",
        "long": "Gustav-Adolf-Stra\u00dfe - Kleinreuth b. Schweinau - Stadtgrenze",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-73-j26-4",
        "label": "73",
        "long": "Gustav-Adolf-Stra\u00dfe - Kleinreuth b. Schweinau - Stadtgrenze",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-81-j26-1",
        "label": "81",
        "long": "Rufbus Holzheim (Bestellung unter Tel. 0911/283 4381)",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-82-j26-3",
        "label": "82",
        "long": "Koppenhof Wende - Krottenbach - Reichelsdorf Bahnhof",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-83-j26-2",
        "label": "83",
        "long": "Katzwang - Wolkersdorf - Dietersdorf - Reichelsdorf - Koppenhof",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-84-j26-1",
        "label": "84",
        "long": "Pl\u00e4rrer - Dr. Erler Kliniken",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-89-j26-1",
        "label": "89",
        "long": "Frankenstra\u00dfe - Kornburg - Wendelstein Gymnasium",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-89-j26-2",
        "label": "89",
        "long": "Frankenstra\u00dfe - Kornburg - Wendelstein Gymnasium",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-89-j26-3",
        "label": "89",
        "long": "Frankenstra\u00dfe - Kornburg - Wendelstein Gymnasium",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-91-j26-1",
        "label": "91",
        "long": "Schulzentrum S\u00fcdwest - Weiherhaus - Kornburg",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-91-j26-2",
        "label": "91",
        "long": "Schulzentrum S\u00fcdwest - Weiherhaus - Kornburg",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-91-j26-3",
        "label": "91",
        "long": "Schulzentrum S\u00fcdwest - Weiherhaus - Kornburg",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-92-j26-1",
        "label": "92",
        "long": "Meistersingerhalle - Langwasser Mitte - Katzwang S\u00fcd Wende",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-93-j26-1",
        "label": "93",
        "long": "Meistersingerhalle - Langwasser Mitte - Kornburg",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-93-j26-2",
        "label": "93",
        "long": "Meistersingerhalle - Langwasser Mitte - Kornburg",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-93-j26-3",
        "label": "93",
        "long": "Meistersingerhalle - Langwasser Mitte - Kornburg",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-94-j26-2",
        "label": "94",
        "long": "Zerzabelshof Mitte bzw. Sportanlage FCN - Rathenauplatz - Rathaus",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-94-j26-4",
        "label": "94",
        "long": "Zerzabelshof Mitte bzw. Sportanlage FCN - Rathenauplatz - Rathaus",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-95-j26-1",
        "label": "95",
        "long": "M\u00f6geldorf - Schoppershof - Nordostbahnhof",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-96-j26-1",
        "label": "96",
        "long": "Meistersingerhalle - Moorenbrunn - Altenfurt - Birnthon",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-96-j26-4",
        "label": "96",
        "long": "Meistersingerhalle - Moorenbrunn - Altenfurt - Birnthon",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-97-j26-1",
        "label": "97",
        "long": "Nordwestring - Wetzendorf - Berufsf\u00f6rderungswerk - Forchheimer Str.",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-98-j26-1",
        "label": "98",
        "long": "R\u00f6thenbach - Schulzentrum S\u00fcdwest - Finkenbrunn - Langwasser Mitte",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "13-99-j26-1",
        "label": "99",
        "long": "H\u00f6fles West - Am Wegfeld - Buch S\u00fcd",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y01-j26-1",
        "label": "N1",
        "long": "Hauptbahnhof - Herrnh\u00fctte - Buchenb\u00fchl",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y02-j26-3",
        "label": "N2",
        "long": "N\u00fcrnberg Hauptbahnhof - Schwaig - Hersbruck",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y03-j26-3",
        "label": "N3",
        "long": "Hauptbahnhof - Zerzabelshof - Heinemannbr\u00fccke",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y04-j26-3",
        "label": "N4",
        "long": "Hauptbahnhof - Langwasser Mitte - Brunn Schleife",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y05-j26-1",
        "label": "N5",
        "long": "Hauptbahnhof - Frankenstra\u00dfe - Worzeldorf",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y06-j26-1",
        "label": "N6",
        "long": "Hauptbahnhof - Eibach - Katzwang - Kornburg",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y06-j26-3",
        "label": "N6",
        "long": "Hauptbahnhof - Eibach - Katzwang - Kornburg",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y07-j26-1",
        "label": "N7",
        "long": "Nbg. Hauptbahnhof - Stein - Gro\u00dfweismannsdorf - Ro\u00dftal - Gro\u00dfhabersdorf",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y07-j26-3",
        "label": "N7",
        "long": "Nbg. Hauptbahnhof - Stein - Gro\u00dfweismannsdorf - Ro\u00dftal - Ammerndorf",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y08-j26-1",
        "label": "N8",
        "long": "N\u00fcrnberg Hauptbahnhof - Altenberg - Zirndorf - Bronnamberg Altenberg - Kreutles - Oberasbach - Zirndorf - Banderbach - Bronnamberg",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y08-j26-3",
        "label": "N8",
        "long": "N\u00fcrnberg Hauptbahnhof - Altenberg - Zirndorf - Bronnamberg Altenberg - Kreutles - Oberasbach - Zirndorf - Banderbach - Bronnamberg",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y09-j26-1",
        "label": "N9",
        "long": "N\u00fcrnberg Hauptbahnhof - F\u00fcrth Rathaus - Burgfarrnbach F\u00fcrth Rathaus - Hardh\u00f6he - Unterfarrrnbach - Burgfarrnbach",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y09-j26-4",
        "label": "N9",
        "long": "N\u00fcrnberg Hauptbahnhof - F\u00fcrth Rathaus - Burgfarrnbach F\u00fcrth Rathaus - Hardh\u00f6he - Unterfarrrnbach - Burgfarrnbach",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y10-j26-1",
        "label": "N10",
        "long": "Nbg. Hauptbahnhof - Gro\u00dfgr\u00fcndlach - Erlangen Tennenlohe - Hugenottenplatz",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y10-j26-4",
        "label": "N10",
        "long": "Nbg. Hauptbahnhof - Gro\u00dfgr\u00fcndlach - Erlangen Tennenlohe - Hugenottenplatz",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y11-j26-1",
        "label": "N11",
        "long": "Hauptbahnhof - Westfriedhof - Stadtgrenze",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y12-j26-1",
        "label": "N12",
        "long": "Hauptbahnhof - Maxfeld - Flughafen",
        "short": "N12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y13-j26-1",
        "label": "N13",
        "long": "N\u00fcrnberg Hauptbahnhof - Schwaig - Lauf - Simmelsdorf",
        "short": "N13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y14-j26-1",
        "label": "N14",
        "long": "N\u00fcrnberg Hauptbahnhof - Leyh - F\u00fcrth Stadtgrenze",
        "short": "N14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y15-j26-3",
        "label": "N15",
        "long": "N\u00fcrnberg Hauptbahnhof - Feucht - Ochenbruck - Ezelsdorf",
        "short": "N15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y17-j26-1",
        "label": "N17",
        "long": "F\u00fcrth Rathaus - Stadeln - Vach - Atzenhof Mannhof - Vach - Atzenhof",
        "short": "N17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y18-j26-1",
        "label": "N18",
        "long": "F\u00fcrth Rathaus - Kalb-Siedlung - Dambach - Oberf\u00fcrberg Dambach -  Oberf\u00fcrberg",
        "short": "N18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y20-j26-1",
        "label": "N20",
        "long": "F\u00fcrth Rathaus - Erlangen Hauptbahnhof - Hugenottenplatz",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y21-j26-1",
        "label": "N21",
        "long": "F\u00fcrth -  Zirndorf  -  Cadolzburg",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y22-j26-1",
        "label": "N22",
        "long": "F\u00fcrth  -  Seukendorf  -  Veitsbronn  -  Langenzenn  - Wilhermsdorf  -  F\u00fcrth",
        "short": "N22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y23-j26-1",
        "label": "N23",
        "long": "F\u00fcrth  -  Obermichelbach  -  Tuchenbach  -  Puschendorf  - Siegelsdorf  -  Veitsbronn  -  F\u00fcrth",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y24-j26-1",
        "label": "N24",
        "long": "Zirndorf - Ammerndorf - Ro\u00dftal - Oberasbach",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y27-j26-1",
        "label": "N27",
        "long": "Westfriedhof - Hugenottenplatz",
        "short": "N27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y27-j26-3",
        "label": "N27",
        "long": "Westfriedhof - Busbahnhof",
        "short": "N27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y28-j26-1",
        "label": "N28",
        "long": "H\u00fcttendorf - Hauptbahnhof - Buckenhof",
        "short": "N28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y28-j26-3",
        "label": "N28",
        "long": "H\u00fcttendorf - Busbahnhof - Buckenhof",
        "short": "N28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y29-j26-1",
        "label": "N29",
        "long": "Eltersdorf - Bruck - Hugenottenplatz",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y55-j26-1",
        "label": "N55",
        "long": "Feucht - Altdorf - N\u00fcrnberg Langwasser S\u00fcd",
        "short": "N55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y59-j26-1",
        "label": "N59",
        "long": "Rufbus Ochenbruck Rathaus - N\u00fcrnberg Langwasser S\u00fcd",
        "short": "N59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y60-j26-1",
        "label": "N60",
        "long": "N\u00fcrnberg Langwasser Mitte - R\u00f6thenbach St. W. - Wendelstein - Gro\u00df-/Kleinschwarzenlohe - N\u00fcrnberg Kornburg",
        "short": "N60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y61-j26-1",
        "label": "N61",
        "long": "N\u00fcrnberg Reichelsdorf Bahnhof - Wolkersdorf - Schwabach Schillerplatz",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y61-j26-4",
        "label": "N61",
        "long": "N\u00fcrnberg Reichelsdorf Bahnhof - Wolkersdorf - Schwabach Schillerplatz",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "16-Y61-j26-5",
        "label": "N61",
        "long": "N\u00fcrnberg Reichelsdorf Bahnhof - Wolkersdorf - Schwabach Schillerplatz",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "17-708-j26-2",
        "label": "E8",
        "long": "Doku-Zentrum - Wodanstr. - Maffeiplatz - Frankenstr. (Ersatzverkehr f\u00fcr Stra\u00dfenbahnlinie 8)",
        "short": "E8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-1-E-j26-1",
        "label": "RE 1",
        "long": "N\u00fcrnberg Hbf  -  Allersberg (Rothsee)  -  Kinding  (-  Ingolstadt)",
        "short": "RE 1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-10-E-j26-1",
        "label": "RE 10",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Siegelsdorf  -  Neustadt (Aisch)  - Kitzingen  -  Dettelbach",
        "short": "RE 10",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-11-B-j26-1",
        "label": "RB 11",
        "long": "F\u00fcrth  -  Zirndorf  -  Cadolzburg  ('Rangaubahn' )",
        "short": "RB 11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-12-B-j26-1",
        "label": "RB 12",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Langenzenn  -  Markt Erlbach ('Zenngrundbahn')",
        "short": "RB 12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-13-B-j26-1",
        "label": "RB 13",
        "long": "Feilitzsch  -  Hof (Saale)",
        "short": "RB 13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-14-E-j26-1",
        "label": "RE 14",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Erlangen  -  Forchheim  -  Bamberg  - Lichtenfels  -  Kronach  -  Ludwigsstadt",
        "short": "RE 14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-16-B-j26-1",
        "label": "RB 16",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  -  Pleinfeld  - Wei\u00dfenburg (Bay)  -  Treuchtlingen  -  Solnhofen",
        "short": "RB 16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-16-B-j26-3",
        "label": "RB 16",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  -  Pleinfeld  - Wei\u00dfenburg (Bay)  -  Treuchtlingen  -  Solnhofen",
        "short": "RB 16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-16-E-j26-1",
        "label": "RE 16",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  - Pleinfeld  - Wei\u00dfenburg (Bay)  -  Treuchtlingen  -  Otting-Weilheim",
        "short": "RE 16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-16-E-j26-3",
        "label": "RE 16",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  - Pleinfeld  - Wei\u00dfenburg (Bay)  -  Treuchtlingen  -  Otting-Weilheim",
        "short": "RE 16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-19-E-j26-1",
        "label": "RE 19",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Erlangen  -  Forchheim  - Bamberg  -  Coburg  -  Sonneberg (Th\u00fc)",
        "short": "RE 19",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-2-B-j26-1",
        "label": "RB 2",
        "long": "Feilitzsch  -  Hof (Saale)",
        "short": "RB 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-2-E-j26-1",
        "label": "RE 2",
        "long": "Hof (Saale)  -  Weiden",
        "short": "RE 2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-20-E-j26-1",
        "label": "RE 20",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Erlangen  - Forchheim  -  Bamberg  -  Ha\u00dffurt",
        "short": "RE 20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-21-B-j26-1",
        "label": "RB 21",
        "long": "N\u00fcrnberg - Nordost  -  Eschenau  -  Gr\u00e4fenberg ('Gr\u00e4fenbergbahn')",
        "short": "RB 21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-22-E-j26-1",
        "label": "RE 22",
        "long": "N\u00fcrnberg  -  Neumarkt (Oberpfalz)  -  Parsberg",
        "short": "RE 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-22-E-j26-2",
        "label": "RE 22",
        "long": "SEV RE22 N\u00fcrnberg  -  Neumarkt (Oberpfalz)  -  Parsberg",
        "short": "RE 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-23-B-j26-1",
        "label": "RB 23",
        "long": "Marktredwitz  -  Wiesau  -  Weiden  -  Luhe",
        "short": "RB 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-23-E-j26-1",
        "label": "RE 23",
        "long": "Hof (Saale)  -  Weiden",
        "short": "RE 23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-25-B-j26-1",
        "label": "RB 25",
        "long": "Bamberg  -  Lichtenfels  -  Kronach",
        "short": "RB 25",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-28-E-j26-1",
        "label": "RE 28",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Erlangen  -  Forchheim  - Bamberg  -  Lichtenfels  -  Coburg  -  Sonneberg (Th\u00fc)",
        "short": "RE 28",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-29-E-j26-1",
        "label": "RE 29",
        "long": "N\u00fcrnberg  -  F\u00fcrth  -  Erlangen  - Forchheim  -  Bamberg  -  Coburg",
        "short": "RE 29",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-30-B-j26-1",
        "label": "RB 30",
        "long": "N\u00fcrnberg  -  Hersbruck (re Pegn)  -  Neuhaus (Pegn)",
        "short": "RB 30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-30-E-j26-1",
        "label": "RE 30",
        "long": "N\u00fcrnberg  -  Hersbruck (re Pegn)  -  Pegnitz  -  Bayreuth  -  Hof (Saale)",
        "short": "RE 30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-31-B-j26-1",
        "label": "RB 31",
        "long": "N\u00fcrnberg  -  Neunkirchen am Sand  -  Simmelsdorf-H\u00fcttenbach ( Gesamtverkehr N\u00fcrnberg - Neunkirchen am Sand siehe )",
        "short": "RB 31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-31-E-j26-1",
        "label": "RE 31",
        "long": "N\u00fcrnberg  -  Hersbruck (re Pegn)  -  Pegnitz  - Kirchenlaibach  -  Marktredwitz  -  Hof (Saale)",
        "short": "RE 31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-32-E-j26-1",
        "label": "RE 32",
        "long": "N\u00fcrnberg - Hersbruck (re Pegn) - Pegnitz - Bayreuth - Trebgast - Neuenmarkt-Wirsberg - Kulmbach - Hochstadt-Marktzeuln - Lichtenfels - Coburg/Bamberg",
        "short": "RE 32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-33-E-j26-1",
        "label": "RE 33",
        "long": "N\u00fcrnberg  -  Pegnitz  -  Marktredwitz  -  Schirnding  (-  Cheb)",
        "short": "RE 33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-35-E-j26-1",
        "label": "RE 35",
        "long": "Bamberg  -  Lichtenfels  -  Hochstadt-Marktzeuln  - Kulmbach  - Neuenmarkt-Wirsberg  -  Marktschorgast  -  Hof (Saale)",
        "short": "RE 35",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-38-E-j26-1",
        "label": "RE 38",
        "long": "Bamberg - Lichtenfels - Hochstadt-Marktzeuln - Kulmbach - Neuenmarkt-Wirsberg - Trebgast - Bayreuth - Pegnitz - Hersburck (re Pegn) - N\u00fcrnberg",
        "short": "RE 38",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-40-E-j26-1",
        "label": "RE 40",
        "long": "N\u00fcrnberg Hbf - Neukirchen (b S-R) - Amberg",
        "short": "RE 40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-41-E-j26-1",
        "label": "RE 41",
        "long": "(N\u00fcrnberg -) Neukirchen (b S-R) - Vilseck - Freihung - Thans\u00fc\u00df - Weiden - Neustadt (Waldnaab)",
        "short": "RE 41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-43-E-j26-1",
        "label": "RE 43",
        "long": "Amberg  -  Neukirchen (b S-R)  -  Hersbruck  -  Lauf  -  N\u00fcrnberg ( Gesamtverkehr Lauf (li Pegn) - N\u00fcrnberg siehe  )",
        "short": "RE 43",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-47-E-j26-1",
        "label": "RE 47",
        "long": "N\u00fcrnberg Hbf - Neukirchen (b S-R) - Amberg",
        "short": "RE 47",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-53-B-j26-1",
        "label": "RB 53",
        "long": "Bamberg  -  Oberhaid (Ofr)  -  Ha\u00dffurt",
        "short": "RB 53",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-54-E-j26-1",
        "label": "RE 54",
        "long": "Ha\u00dffurt  -  Bamberg",
        "short": "RE 54",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-55-E-j26-1",
        "label": "RE 55",
        "long": "Ha\u00dffurt  -  Bamberg  (-  Lichtenfels)",
        "short": "RE 55",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-60-E-j26-1",
        "label": "RE 60",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  - Pleinfeld  -  Wei\u00dfenburg (Bay)  -  Treuchtlingen",
        "short": "RE 60",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-60-E-j26-3",
        "label": "RE 60",
        "long": "N\u00fcrnberg  -  Schwabach  -  Roth  - Pleinfeld  -  Wei\u00dfenburg (Bay)  -  Treuchtlingen",
        "short": "RE 60",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-61-B-j26-1",
        "label": "RB 61",
        "long": "Roth - Hilpoltstein  ('Gredl-Bahn') (Weitere Fahrten mit Busverkehr siehe Linie 611)",
        "short": "RB 61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-61-I-j26-1",
        "label": "IC 61",
        "long": "(Lichtenfels  -  Bamberg  -  Erlangen)  -  N\u00fcrnberg  -  Ansbach",
        "short": "IC 61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-62-B-j26-1",
        "label": "RB 62",
        "long": "Pleinfeld  -  Gunzenhausen  -  Wassertr\u00fcdingen ('Hesselbergbahn')",
        "short": "RB 62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-7-E-j26-1",
        "label": "RE 7",
        "long": "N\u00fcrnberg  -  Treuchtlingen",
        "short": "RE 7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-80-E-j26-1",
        "label": "RE 80",
        "long": "Otting-Weilheim  -  Treuchtlingen  -  Gunzenhausen  - Ansbach  -  Steinach (bei Rothenburg)  -  Marktbreit",
        "short": "RE 80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-81-B-j26-1",
        "label": "RB 81",
        "long": "Neustadt (Aisch)  -  Bad Windsheim  -  Steinach (bei Rothenburg)",
        "short": "RB 81",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-82-B-j26-1",
        "label": "RB 82",
        "long": "Steinach  -  Rothenburg ob der Tauber",
        "short": "RB 82",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-87-E-j26-1",
        "label": "RE 87",
        "long": "(Aschaffenburg  -)  Satteldorf  -  Crailsheim",
        "short": "RE 87",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-88-B-j26-1",
        "label": "RB 88",
        "long": "(Wertheim  -)  Satteldorf  -  Crailsheim",
        "short": "RB 88",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-90-E-j26-1",
        "label": "RE 90",
        "long": "N\u00fcrnberg  -  Wicklesgreuth  -  Ansbach  -  Domb\u00fchl  -  Crailsheim",
        "short": "RE 90",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "2-91-B-j26-1",
        "label": "RB 91",
        "long": "Wicklesgreuth -  Windsbach",
        "short": "RB 91",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-171-j26-1",
        "label": "171",
        "long": "(Vach Nord -) Eigenes Heim - Hardh\u00f6he - Oberf\u00fcrberg Hardh\u00f6he - Unterf\u00fcrberg - Oberf\u00fcrberg",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-172-j26-1",
        "label": "172",
        "long": "F\u00fcrth Hauptbahnhof - Kulturforum - Klinikum - Burgfarrnbach Billinganlage - Klinikum - Unterfarrnbach - Burgfarrnbach",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-173-j26-2",
        "label": "173",
        "long": "Jakobinenstra\u00dfe - F\u00fcrth Hauptbahnhof - Stadeln - Atzenhof",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-174-j26-1",
        "label": "174",
        "long": "Jakobinenstra\u00dfe - F\u00fcrth Hauptbahnhof - Stadeln - Vach Rathaus - Friedhof - Stadeln - Vach Bahnhof - Mannhof - Vach",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-175-j26-1",
        "label": "175",
        "long": "Vach Nord - Eigenes Heim - Rathaus - Stadtgrenze",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-176-j26-1",
        "label": "176",
        "long": "Hardh\u00f6he - Gewerbegebiet Hardh\u00f6he West - Hardh\u00f6he",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-177-j26-1",
        "label": "177",
        "long": "Europaallee - infra - F\u00fcrth Hauptbahnhof - Rudolf-Schiestl-Stra\u00dfe",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-178-j26-2",
        "label": "178",
        "long": "Weiherhof - F\u00fcrth Oberf\u00fcrberg - Hauptbahnhof - Nbg. Schmalau - Steinach",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-179-j26-1",
        "label": "179",
        "long": "F\u00fcrth S\u00fcd - Hauptbahnhof - N\u00fcrnberg Schmalau - Gro\u00dfgr\u00fcndlach (- Am Wegfeld)",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-189-j26-1",
        "label": "189",
        "long": "F\u00fcrth Hauptbahnhof - Kulturforum - Conrad-Stutz-Weg",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-33-j26-1",
        "label": "33",
        "long": "N\u00fcrnberg Flughafen - Am Wegfeld - F\u00fcrth Hauptbahnhof",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "23-33-j26-2",
        "label": "33",
        "long": "N\u00fcrnberg Flughafen - Am Wegfeld - F\u00fcrth Hauptbahnhof",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-280-j26-2",
        "label": "280",
        "long": "Lindnerstra\u00dfe - Paul-Gossen-Str. - Busbf. Buckenhof/Spardorf",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-281-S-j26-1",
        "label": "281",
        "long": "Hugenottenplatz - Paul-Gossen-Stra\u00dfe - Frauenaurach - Tulpenweg",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-281-j26-1",
        "label": "281",
        "long": "Hugenottenplatz - Paul-Gossen-Stra\u00dfe - Frauenaurach - Tulpenweg",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-283-j26-1",
        "label": "283",
        "long": "Hugenottenplatz - St. Johann - Dechsendorfer Weiher",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-283-j26-3",
        "label": "283",
        "long": "Hugenottenplatz - St. Johann - Dechsendorfer Weiher",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-284-j26-1",
        "label": "284",
        "long": "Bruck Bahnhof - Hauptbahnhof - Eskilstunastra\u00dfe",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-285-j26-1",
        "label": "285",
        "long": "Max-Planck-Stra\u00dfe - Hauptbahnhof - Buckenhof",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-286-j26-1",
        "label": "286",
        "long": "Lindnerstra\u00dfe - Hauptbahnhof - Max-Planck-Stra\u00dfe",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-286-j26-4",
        "label": "286",
        "long": "Lindnerstra\u00dfe - Hauptbahnhof - Max-Planck-Stra\u00dfe",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-287-j26-1",
        "label": "287",
        "long": "Westfriedhof - Lindnerstra\u00dfe - Hauptbahnhof - Sebaldussiedlung",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-287-j26-3",
        "label": "287",
        "long": "Westfriedhof - Lindnerstra\u00dfe - Hauptbahnhof - Sebaldussiedlung",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-289-j26-1",
        "label": "289",
        "long": "Klinikum am Europakanal - Hauptbahnhof - Waldkrankenhaus",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-290-j26-1",
        "label": "290",
        "long": "Am Wegfeld - Hauptbahnhof - Waldkrankenhaus",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-293-j26-1",
        "label": "293",
        "long": "Lindnerstra\u00dfe - Hauptbahnhof - Sebaldussiedlung - Bruck Bahnhof",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-293-j26-3",
        "label": "293",
        "long": "Lindnerstra\u00dfe - Hauptbahnhof - Sebaldussiedlung - Bruck Bahnhof",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-294-S-j26-1",
        "label": "294",
        "long": "Volckamerstra\u00dfe - Hauptbahnhof - Eskilstunastra\u00dfe",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-294-j26-1",
        "label": "294",
        "long": "Volckamerstra\u00dfe - Hauptbahnhof - Eskilstunastra\u00dfe",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-295-j26-1",
        "label": "295",
        "long": "Hugenottenplatz - Hauptbahnhof - Frauenweiherstra\u00dfe",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-296-j26-1",
        "label": "296",
        "long": "In der Reuth - Zollhaus - Wirtschaftsschule",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-298-j26-1",
        "label": "298",
        "long": "Lindnerstra\u00dfe - Westfriedhof - Sportplatz - Geisberg Ost",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "33-299-j26-1",
        "label": "299",
        "long": "CityLinie: Busbahnhof  -  Unikliniken  -  Zollhaus  -  Busbahnhof",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "35-281-j26-1",
        "label": "281T",
        "long": "Rufbus:  Bayernstra\u00dfe - Schallershof (Bestellung unter Tel. 09131 / 19410)",
        "short": "281T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "35-283-j26-1",
        "label": "283T",
        "long": "Rufbus:  Dechsendorf (Bestellung unter Tel. 09131 / 19410)",
        "short": "283T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "35-285-j26-1",
        "label": "285T",
        "long": "Rufbus:  Buckenhof (Bestellung unter Tel. 09131 / 19410)",
        "short": "285T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "35-287-j26-1",
        "label": "287T",
        "long": "Rufbus: Westfriedhof  -  Lindnerstra\u00dfe (Bestellung unter Tel. 09131 / 19410)",
        "short": "287T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "35-293-j26-1",
        "label": "293T",
        "long": "Rufbus:  Hofmannstra\u00dfe  -  Ludwig-Erhard-Stra\u00dfe (Bestellung unter Tel. 09131 / 19410)",
        "short": "293T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-901-j26-1",
        "label": "901",
        "long": "Bamberg Klinikum  -  ZOB  -  Bahnhof  - Gartenstadt",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-901-j26-3",
        "label": "901",
        "long": "Bamberg Klinikum  -  ZOB  -  Bahnhof  - Gartenstadt",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-902-j26-1",
        "label": "902",
        "long": "Bamberg ZOB  -  Bahnhof  - Stadion - Kastanienstra\u00dfe",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-904-j26-3",
        "label": "904",
        "long": "Bamberg ZOB  -  Hallstadt / Bamberg ZOB  - Laubanger",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-905-j26-1",
        "label": "905",
        "long": "Bamberg ZOB  -  Wunderburg - Gereuth",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-906-j26-1",
        "label": "906",
        "long": "Bamberg ZOB  -  Konzerthalle  -  Gaustadt  -  Bischberg",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-907-j26-1",
        "label": "907",
        "long": "Bamberg ZOB  -  Bahnhof  -  Memmelsdorf",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-907-j26-2",
        "label": "907",
        "long": "Bamberg ZOB  -  Bahnhof  -  Memmelsdorf",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-908-j26-1",
        "label": "908",
        "long": "Bamberg ZOB  -  S\u00fcdwest  -  Klinikum",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-908-j26-3",
        "label": "908",
        "long": "Bamberg ZOB  -  S\u00fcdwest  -  Klinikum",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-909-j26-1",
        "label": "909",
        "long": "Bamberg ZOB  -  Hain",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-910-j26-1",
        "label": "910",
        "long": "Bamberg ZOB  -  Domplatz  -  Michelsberg (- Wildensorg)",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-910-j26-2",
        "label": "910",
        "long": "Bamberg ZOB  -  Wildensorg  -  Michelsberg  /  ZOB  -  Domplatz",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-911-j26-1",
        "label": "911",
        "long": "Bamberg ZOB  -  Bahnhof  - Hertzstra\u00dfe",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-912-j26-1",
        "label": "912",
        "long": "Bamberg ZOB  -  Stegaurach  -  M\u00fchlendorf",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-912-j26-4",
        "label": "912",
        "long": "Bamberg ZOB  -  Stegaurach  -  M\u00fchlendorf",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-912-j26-5",
        "label": "912",
        "long": "Bamberg ZOB  -  Stegaurach  -  M\u00fchlendorf",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-914-j26-1",
        "label": "914",
        "long": "Bamberg ZOB  - Bahnhof  -  Kramersfeld  -  Gundelsheim",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-915-j26-1",
        "label": "915",
        "long": "Bamberg ZOB  -  Friedhof  -  Gartenstadt",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-916-j26-1",
        "label": "916",
        "long": "Bamberg ZOB  -  Schweinfurter Stra\u00dfe  -  Gaustadt",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-916-j26-2",
        "label": "916",
        "long": "Bamberg ZOB  -  Schweinfurter Stra\u00dfe  -  Freibad  -  Gaustadt",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-917-j26-1",
        "label": "917",
        "long": "Bamberg ZOB  -  Memmelsdorf  -  Laubend",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-917-j26-2",
        "label": "917",
        "long": "Bamberg ZOB  -  Memmelsdorf  -  Laubend",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-918-j26-1",
        "label": "918",
        "long": "Bamberg ZOB  -  Ob. Stephansberg  -  Klinikum  -  Bug  -  Pettstadt",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-919-j26-1",
        "label": "919",
        "long": "Bamberg Bahnhof  -  Hafen",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-920-j26-1",
        "label": "920",
        "long": "Bamberg ZOB  -  Malerviertel  -  Bambados",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-922-j26-1",
        "label": "922",
        "long": "Bamberg ZOB  -  N\u00fcrnberger Str.  -  Gutenbergstra\u00dfe",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-923-j26-1",
        "label": "923",
        "long": "Bamberg ZOB  -  Bahnhof  -  Stadion  -  A E O",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-925-j26-1",
        "label": "925",
        "long": "Bamberg Feldkirchenstr. - Regensburger Ring",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-927-j26-1",
        "label": "927",
        "long": "Bamberg ZOB  -  Memmelsdorf  -  Schammelsdorf",
        "short": "927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-930-j26-1",
        "label": "930",
        "long": "Bamberg ZOB  -  P+R Heinrichsdamm",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-931-j26-1",
        "label": "931",
        "long": "Bamberg ZOB  -  Bahnhof  -  P+R Kronacher Str.",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-935-j26-1",
        "label": "935",
        "long": "Bamberg ZOB  -  Bahnhof  -  P+R Kronacher Str.  - Gartenstadt  -  Bambados",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-936-j26-1",
        "label": "936",
        "long": "Bamberg ZOB  -  P+R Heinrichsdamm  -  Bambados  - Hertzstra\u00dfe  -  Gereuth  -  Wunderburg  -  ZOB",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-937-j26-1",
        "label": "937",
        "long": "Bamberg ZOB  -  S\u00fcdwest  -  Klinikum",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-937-j26-6",
        "label": "937",
        "long": "Bamberg ZOB  -  S\u00fcdwest  -  Klinikum",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "37-938-j26-1",
        "label": "938",
        "long": "Bamberg ZOB  -  Konzerthalle  -  Gaustadt",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-301-j26-1",
        "label": "301",
        "long": "Bayreuth Friedrichsthal  -  Hbf  -  ZOH  - Jakobshof  -  Adolf-W\u00e4chter-Str.",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-302-j26-2",
        "label": "302",
        "long": "Bayreuth Industriegebiet Nord  -  Hammerstatt  - Hbf  -  ZOH  -  (Aichig)  -  Eremitage  -  St. Johannis",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-302-s-j26-1",
        "label": "302s",
        "long": "Bayreuth ZOH / Hbf  -  Wirtschaftswissenschaftliches Gymn.  - Markgr\u00e4fin-Wilhelmine-Gymn.  -  Schulzentrum Ost / Gymn. Christian Ernestinum",
        "short": "302s",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-303-j26-2",
        "label": "303",
        "long": "Bayreuth Seulbitz  -  Eremitage  -  Hbf  - ZOH  -  Klinikum  -  Reha-Klinik",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-304-j26-1",
        "label": "304",
        "long": "Bayreuth ZOH  -  Birken  -  Uni-Verwaltung",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-305-j26-1",
        "label": "305",
        "long": "Bayreuth Meyernberg Nord  -  ZOH  - Hbf  -  Hohe Warte",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-306-j26-1",
        "label": "306",
        "long": "Bayreuth Roter H\u00fcgel  -  ZOH  -  Universit\u00e4t (Geowissenschaften)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-307-j26-2",
        "label": "307",
        "long": "Bayreuth Aichig  -  ZOH  -  Klinikum  -  D\u00f6rnhof",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-308-j26-1",
        "label": "308",
        "long": "Bayreuth Riedinger-Center - Weiherstra\u00dfe - ZOH",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-309-j26-1",
        "label": "309",
        "long": "Bayreuth Wendelh\u00f6fen  -  Hbf  -  ZOH  -  Meyernberg S\u00fcd",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-310-j26-1",
        "label": "310",
        "long": "Bayreuth ZOH  -  Uni-Verwaltung  -  Wolfsbach",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-312-j26-1",
        "label": "312",
        "long": "Bayreuth ZOH - Storchennest - Hohlm\u00fchle - Thiergarten - R\u00f6densdorf - Hohlm\u00fchle - Storchennest - ZOH",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-314-j26-1",
        "label": "314",
        "long": "Bayreuth ZOH  -  Saas  -  S\u00fcdfriedhof",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-315-j26-1",
        "label": "315",
        "long": "Bayreuth ZOH  -  Storchennest  -  Hohlm\u00fchle  -  R\u00f6densdorf",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-316-j26-1",
        "label": "316",
        "long": "Bayreuth Hbf  -  Universit\u00e4t (Geowissenschaften)",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-321-j26-1",
        "label": "321",
        "long": "Bayreuth ZOH  -  Hbf  -  Hohe Warte - Industriegebiet (BAT)  -  ZOH",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-322-j26-1",
        "label": "322",
        "long": "Bayreuth ZOH  -  Hbf  -  Hammerstatt  - Aichig  -  St. Johannis  -  Friedrichsthal",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-323-j26-1",
        "label": "323",
        "long": "Bayreuth ZOH  -  Saas-S\u00fcd  -  Birken  -  ZOH",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-324-j26-1",
        "label": "324",
        "long": "Bayreuth ZOH  -  Meyernberg Nord  -  Jakobshof  -  ZOH",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-325-j26-2",
        "label": "325",
        "long": "Bayreuth ZOH  - Meranierring - Klinikum - ZOH",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "38-326-j26-1",
        "label": "326",
        "long": "Bayreuth ZOH  -  Universit\u00e4t  - Kreisel Hohlm\u00fchle - Storchennest  -  ZOH",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-561-j26-1",
        "label": "561",
        "long": "Neumarkt Bahnhof  -  P\u00f6lling  -  Rittershof und zur\u00fcck",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-561-j26-2",
        "label": "561",
        "long": "Neumarkt Bahnhof  -  P\u00f6lling  -  Rittershof und zur\u00fcck",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-562-j26-1",
        "label": "562",
        "long": "Neumarkt Bahnhof  -  Holzheim und zur\u00fcck",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-563-j26-1",
        "label": "563",
        "long": "Neumarkt Bahnhof  -  Altenhof und zur\u00fcck",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-564-j26-1",
        "label": "564",
        "long": "Neumarkt Bahnhof  -  M\u00fchlen  -  Kohlenbrunnerm\u00fchle (und zur\u00fcck)",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-565-j26-1",
        "label": "565",
        "long": "Neumarkt Bahnhof  -  Wolfstein und zur\u00fcck",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-565-j26-3",
        "label": "565",
        "long": "Neumarkt Bahnhof  -  Wolfstein und zur\u00fcck",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-566-j26-1",
        "label": "566",
        "long": "Neumarkt Bahnhof  -  H\u00f6henberg und zur\u00fcck",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-567-j26-1",
        "label": "567",
        "long": "Neumarkt Bahnhof  -  L\u00e4hr und zur\u00fcck",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-568-j26-1",
        "label": "568",
        "long": "Neumarkt Bahnhof  -  Hasenheide und zur\u00fcck",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-569-j26-1",
        "label": "569",
        "long": "Neumarkt Bahnhof  -  Industriegebiet  -  Woffenbach  -  Stauf (und zur\u00fcck)",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-569-j26-2",
        "label": "569",
        "long": "Neumarkt Bahnhof  -  Industriegebiet  -  Woffenbach  -  Stauf (und zur\u00fcck)",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-570-j26-1",
        "label": "570",
        "long": "Neumarkt Bahnhof  -  Woffenbach und zur\u00fcck",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-570-j26-2",
        "label": "570",
        "long": "Neumarkt Bahnhof  -  Woffenbach und zur\u00fcck",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-572-j26-1",
        "label": "572",
        "long": "Neumarkt \u00c4rztehaus - Finanzamt - Rathaus - Volksfestplatz und zur\u00fcck",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-572-j26-2",
        "label": "572",
        "long": "Neumarkt \u00c4rztehaus - Finanzamt - Rathaus - Volksfestplatz und zur\u00fcck",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-573-j26-1",
        "label": "573",
        "long": "Neumarkt Bahnhof - Koppenm\u00fchle und zur\u00fcck",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-574-j26-1",
        "label": "574",
        "long": "RUFBUS Neumarkt Bahnhof - Ischhofen und zur\u00fcck",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "39-575-j26-1",
        "label": "575",
        "long": "RUFBUS Neumarkt Bahnhof  -  Pelchenhofen und zur\u00fcck",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-505-j26-1",
        "label": "505",
        "long": "Neumarkt (OPf)  -  Postbauer-Heng  -  Pyrbaum  - Allersberg",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-506-R-j26-1",
        "label": "506",
        "long": "Rufbus PyPoLino Pruppach - Pyrbaum - Postbauer-Heng - Neumarkt",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-511-R-j26-1",
        "label": "511",
        "long": "Rufbus Neumarkt (OPf)  -  Berg",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-512-j26-1",
        "label": "512",
        "long": "Neumarkt (OPf)  -  Holzheim  -  Berg  -  Altdorf",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-513-j26-1",
        "label": "513",
        "long": "Velburg   -  Lengenfeld  -  Deining  -  Tauernfeld  -  Neumarkt (OPf)",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-514-j26-1",
        "label": "514",
        "long": "Neumarkt (OPf)  -  Freystadt (OPf)",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-514-j26-51",
        "label": "514",
        "long": "Neumarkt (OPf)  -  Freystadt (OPf)",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-515-j26-1",
        "label": "515",
        "long": "Neumarkt (OPf)  -  Berching  -  Beilngries  -  Dietfurt",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-516-j26-1",
        "label": "516",
        "long": "Neumarkt (OPf)  -  Stauf  -  Berngau  - Pavelsbach  -  Seligenporten  -  Freystadt  -  Allersberg",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-517-j26-1",
        "label": "517",
        "long": "Neumarkt (OPf)  -  Burggriesbach - Litterzhofen",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-517-j26-2",
        "label": "517",
        "long": "Neumarkt (OPf)  -  Burggriesbach - Litterzhofen",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-518-j26-1",
        "label": "518",
        "long": "Neumarkt (OPf)  -  Berg  -  Dippersricht",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-519-j26-1",
        "label": "519",
        "long": "Hainsberg / Beilngries - Winterzhofen - Berching / Erasbach",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-521-j26-1",
        "label": "521",
        "long": "Mantlach  -  Laaber  -  Neumarkt (OPf)",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-522-j26-1",
        "label": "522",
        "long": "Ortslinienverkehr Pilsach",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-523-j26-1",
        "label": "523",
        "long": "Deinschwang  -  Lauterhofen  -  Neumarkt (OPf)",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-524-j26-1",
        "label": "524",
        "long": "Beilngries  -  T\u00f6ging  -  Dietfurt  -  Muttenhofen / Wildenstein",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-525-j26-1",
        "label": "525",
        "long": "Rohr - Freystadt - Sulzkirchen - Weidenwang - Erasbach - Berching",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-526-j26-1",
        "label": "526",
        "long": "Berching - Burggriesbach - Schmellnricht",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-527-j26-1",
        "label": "527",
        "long": "Berching - Pollanten - Sulzb\u00fcrg - Kruppach - Kerkhofen",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-528-j26-1",
        "label": "528",
        "long": "Berching  -  Breitenbrunn  -  Erggertshofen  -  Tiefenh\u00fcll",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-529-1-j26-1",
        "label": "529.1",
        "long": "Rufbus Berching - Sollngriesbach - Erasbach - Burggriesbach - Freystadt",
        "short": "529.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-529-2-j26-1",
        "label": "529.2",
        "long": "Rufbus Berching - Raitenbuch - Holnstein - Staufersbuch - Ro\u00dfthal",
        "short": "529.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-531-R-j26-1",
        "label": "531",
        "long": "Rufbus Parsberg - Da\u00dfwang - Herrnried - Breitenbrunn - Gimpertshausen",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-534-j26-1",
        "label": "534",
        "long": "Parsberg  -  Da\u00dfwang  -  Breitenbrunn  -  Eismannsdorf",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-535-j26-1",
        "label": "535",
        "long": "Parsberg  - Hamberg  -  Wissing - Krappenhofen",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-536-R-j26-1",
        "label": "536",
        "long": "Rufbus Parsberg",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-537-j26-1",
        "label": "537",
        "long": "Parsberg  -  Darshofen  -  Seubersdorf  - Lengenfeld  -  Rammersberg",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-538-j26-1",
        "label": "538",
        "long": "Parsberg  -  Deuerling  -  Edlhausen",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-539-j26-1",
        "label": "539",
        "long": "Parsberg  -  Polzhausen",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-541-j26-1",
        "label": "541",
        "long": "Parsberg - Velburg - Kirchenwinn - Albertshofen",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-542-j26-1",
        "label": "542",
        "long": "Parsberg - Velburg - Pr\u00f6nsdorf Ziegelh\u00fctte",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-543-j26-1",
        "label": "543",
        "long": "Ortsbus Lupburg - Rudolfsh\u00f6he - Parsberg",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-544-j26-1",
        "label": "544",
        "long": "Parsberg  -  Lupburg  -  Oberpfraundorf  -  Brunn",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-545-j26-1",
        "label": "545",
        "long": "Parsberg  -  Lupburg  -  See  -  Mannsdorf  - Hemau  -  Painten",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-546-R-j26-1",
        "label": "546",
        "long": "Rufbus Dietfurt",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-547-j26-1",
        "label": "547",
        "long": "Parsberg  -  Breitenbrunn  -  Dietfurt - T\u00f6ging",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-547-j26-3",
        "label": "547",
        "long": "Parsberg  -  Breitenbrunn  -  Dietfurt - T\u00f6ging",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-548-j26-1",
        "label": "548",
        "long": "Parsberg  -  H\u00f6rmannsdorf  - Gro\u00dfbissendorf  -  Hohenfels",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-558-R-j26-1",
        "label": "558",
        "long": "Rufbus Altdorf  -  Berg",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-581-j26-1",
        "label": "581",
        "long": "Neumarkt (OPf) - D\u00f6llwang - Waltersberg - Holnstein - Oberb\u00fcrg",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-581-j26-2",
        "label": "581",
        "long": "Neumarkt (OPf) - D\u00f6llwang - Waltersberg - Holnstein - Oberb\u00fcrg",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-582-R-j26-1",
        "label": "582",
        "long": "Rufbus Deining  -  Waltersberg  -  Kleinalfalterbach",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-583-j26-1",
        "label": "583",
        "long": "Neumarkt (OPf) - Pelchenhofen - Pr\u00f6nsdorf - Wolfersdorf (b. Kastl)",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-584-1-j26-1",
        "label": "584.1",
        "long": "Rufbus Deining  -  G\u00fcnching  -  Velburg  -  Kirchenwinn",
        "short": "584.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-584-2-j26-1",
        "label": "584.2",
        "long": "Rufbus Oberwiesenacker  -  Lengenfeld  -  Velburg  -  Parsberg",
        "short": "584.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-585-R-j26-1",
        "label": "585",
        "long": "Rufbus Neumarkt (OPf)  -  Pilsach",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-586-R-j26-1",
        "label": "586",
        "long": "Rufbus Neumarkt (OPf)  -  Lauterhofen",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-587-j26-1",
        "label": "587",
        "long": "Neumarkt (OPf)  -  Breitenbrunn  - Predlfing",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-588-R-j26-1",
        "label": "588",
        "long": "Rufbus Seubersdorf",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-589-j26-1",
        "label": "589",
        "long": "Lengenfeld - Kirchenwinn - Hohenfels",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-591-R-j26-1",
        "label": "591",
        "long": "Rufbus M\u00fchlhausen Sengenthal - M\u00fchlhausen - Bachhausen -  Sulzb\u00fcrg  -  Kruppach",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-591-R-j26-2",
        "label": "591",
        "long": "Rufbus M\u00fchlhausen Sengenthal - M\u00fchlhausen - Bachhausen -  Sulzb\u00fcrg  -  Kruppach",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-592-R-j26-1",
        "label": "592",
        "long": "Rufbus Freystadt",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "41-599-j26-1",
        "label": "599",
        "long": "Schmellnricht  -   Freystadt  -  Hilpoltstein",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-661-j26-1",
        "label": "661",
        "long": "Schwabach Eichwasen  -  Ludwigstra\u00dfe  -  Bahnhof  - Vogelherd  -  Igelsdorf",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-661-j26-4",
        "label": "661",
        "long": "Schwabach Eichwasen  -  Ludwigstra\u00dfe  -  Bahnhof  - Vogelherd  -  Igelsdorf",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-662-j26-1",
        "label": "662",
        "long": "Katzwang  -  Limbach  -  Schwabach Bahnhof  - Forsthof  -  Gewerbepark West - N\u00f6rdlinger Str.",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-662-j26-5",
        "label": "662",
        "long": "Katzwang  -  Limbach  -  Schwabach Bahnhof  - Forsthof  -  Gewerbepark West - N\u00f6rdlinger Str.",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-663-j26-1",
        "label": "663",
        "long": "Unterreichenbach  -  Schwabach Innenstadt Bahnhof  -  Penzendorf  -  Schaftnach",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-663-j26-5",
        "label": "663",
        "long": "Unterreichenbach  -  Schwabach Innenstadt Bahnhof  -  Penzendorf  -  Schaftnach",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-664-j26-1",
        "label": "664",
        "long": "Limbach S\u00fcd  -  Hochgericht  -  Schwabach Bahnhof  - Obermainbach",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-664-j26-4",
        "label": "664",
        "long": "Limbach S\u00fcd  -  Hochgericht  -  Schwabach Bahnhof  - Obermainbach",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-665-j26-1",
        "label": "665",
        "long": "Schulbuslinie Schwabach",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-665-j26-3",
        "label": "665",
        "long": "Schulbuslinie Schwabach",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-667-j26-1",
        "label": "667",
        "long": "Schwabach Eichwasen  -  Stadtwerke  -  F\u00fcrther Str.  - Wengleinstr.  -  Bahnhof",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "43-667-j26-4",
        "label": "667",
        "long": "Schwabach Eichwasen  -  Stadtwerke  -  F\u00fcrther Str.  - Wengleinstr.  -  Bahnhof",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-201-j26-1",
        "label": "1201",
        "long": "Lichtenfels Klinikum - Am Klentsch - Bahnhof - Oberwallenstadt (und zur\u00fcck)",
        "short": "1201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-202-j26-1",
        "label": "1202",
        "long": "Lichtenfels Klinikum - BRK-Heim - Bahnhof - Friedhof (und zur\u00fcck)",
        "short": "1202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-203-j26-1",
        "label": "1203",
        "long": "Lichtenfels Bahnhof - Seubelsdorf - Industriegebiet - Bahnhof",
        "short": "1203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-204-j26-1",
        "label": "1204",
        "long": "Lichtenfels Bahnhof - Hindenburgstra\u00dfe - Schney",
        "short": "1204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-205-j26-1",
        "label": "1205",
        "long": "Lichtenfels - K\u00f6sten - Weingarten - Stetten - Gnellenroth - Tiefenroth",
        "short": "1205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-240-j26-1",
        "label": "1240",
        "long": "Maineck - Weismain - Burgkunstadt - Michelau - Lichtenfels",
        "short": "1240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-240-j26-4",
        "label": "1240",
        "long": "Maineck - Weismain - Burgkunstadt - Michelau - Lichtenfels",
        "short": "1240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-241-j26-1",
        "label": "1241",
        "long": "Burgkunstadt - Redwitz - Marktgraitz - Redwitz - Burgkunstadt",
        "short": "1241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-242-j26-1",
        "label": "1242",
        "long": "Trieb  -  Hochstadt  -  Burgkunstadt",
        "short": "1242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-243-j26-1",
        "label": "1243",
        "long": "Lichtenfels - Trieb - Hochstadt a.M. - Trieb - Lichtenfels",
        "short": "1243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-244-j26-1",
        "label": "1244",
        "long": "Burgkunstadt - G\u00e4rtenroth - Mainroth - Burgkunstadt",
        "short": "1244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-245-j26-1",
        "label": "1245",
        "long": "Burgstall - Trieb - Hochstadt - Redwitz a.d.Rodach",
        "short": "1245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-245-j26-4",
        "label": "1245",
        "long": "Burgstall - Trieb - Hochstadt - Redwitz a.d.Rodach",
        "short": "1245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-246-j26-1",
        "label": "1246",
        "long": "Redwitz - Marktgraitz - Tr\u00fcbenbach - Weidhausen",
        "short": "1246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-251-j26-1",
        "label": "1251",
        "long": "Ebensfeld - Kutzenberg - Kleukheim - Oberk\u00fcps (und zur\u00fcck)",
        "short": "1251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-252-j26-1",
        "label": "1252",
        "long": "Ebensfeld - Wiesen - D\u00f6ringstadt - Ebensfeld - Lichtenfels",
        "short": "1252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-253-j26-1",
        "label": "1253",
        "long": "K\u00f6sten - Zilgendorf - Unnersdorf - Bad Staffelstein",
        "short": "1253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-253-j26-4",
        "label": "1253",
        "long": "K\u00f6sten - Zilgendorf - Unnersdorf - Bad Staffelstein",
        "short": "1253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "51-254-j26-1",
        "label": "1254",
        "long": "Kloster Banz  -  Neubanz  -  Bad Staffelstein",
        "short": "1254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-134-j26-1",
        "label": "134",
        "long": "Herzogenaurach  -  M\u00fcnchaurach  -  Emskirchen",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-144-j26-1",
        "label": "144",
        "long": "Scheinfeld  -  Birkach  -  Schl\u00fcsselfeld  -  Burghaslach",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-199-j26-1",
        "label": "199",
        "long": "Herzogenaurach  -  Erlangen  -  N\u00fcrnberg",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-200-j26-1",
        "label": "200",
        "long": "Herzo - Express Erlangen  -  Herzogenaurach",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-201-j26-1",
        "label": "201",
        "long": "Erlangen  -  Herzogenaurach  - Neundorf",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-203-E-j26-1",
        "label": "203E",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch-Express \u00fcber A3) ( weitere Fahrten siehe Linien 203 und 205 )",
        "short": "203E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-203-E-j26-2",
        "label": "203E",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch-Express \u00fcber A3) ( weitere Fahrten siehe Linien 203 und 205 )",
        "short": "203E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-203-j26-1",
        "label": "203",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch-Express) ( weitere Fahrten siehe Linien 203E und 205 )",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-203-j26-3",
        "label": "203",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch-Express) ( weitere Fahrten siehe Linien 203E und 205 )",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-205-j26-1",
        "label": "205",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch) ( weitere Fahrten Erlangen - H\u00f6chstadt siehe Linien 203 und 203E )",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-205-j26-3",
        "label": "205",
        "long": "Erlangen  -  H\u00f6chstadt (Aisch) ( weitere Fahrten Erlangen - H\u00f6chstadt siehe Linien 203 und 203E )",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-230-j26-1",
        "label": "230",
        "long": "Ebermannstadt  -  Heiligenstadt  -  Aufse\u00df  -  Hollfeld Brauereien-Wander-Express",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-233-j26-1",
        "label": "233",
        "long": "Ebermannstadt  -  Waischenfeld  -  Heroldsberg / Hubenberg",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-241-j26-1",
        "label": "241",
        "long": "Herzogenaurach  -  Oberreichenbach  -  Rezelsdorf",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-242-j26-1",
        "label": "242",
        "long": "Herzogenaurach  -  Burgstall  -  Zweifelsheim  -  H\u00f6fen",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-252-j26-1",
        "label": "252",
        "long": "Baiersdorf  -  Igelsdorf  - Atzelsberg  -  Rathsberg  -  Erlangen",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-253-j26-1",
        "label": "253",
        "long": "Erlangen  -  Bubenreuth",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-254-j26-1",
        "label": "254",
        "long": "Kleinseebach  -  M\u00f6hrendorf  -  Erlangen",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-254-j26-3",
        "label": "254",
        "long": "Kleinseebach  -  M\u00f6hrendorf  -  Erlangen",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-328-j26-1",
        "label": "328",
        "long": "Bayreuth ZOH  -  Bindlach Bf  -  Bayreuth Hbf  -  ZOH",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-329-j26-1",
        "label": "329",
        "long": "Bayreuth  -  Nemmersdorf  -  Bad Berneck  - Bischofsgr\u00fcn  -  Fichtelberg",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-330-j26-1",
        "label": "330",
        "long": "Bayreuth  -  Bindlach / Goldkronach  -  Bad Berneck",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-335-j26-1",
        "label": "335",
        "long": "Hersbruck  -  Henfenfeld  -  Engelthal  -  Offenhausen  - Breitenbrunn  -  Kucha  -  Klingenhof",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-338-j26-1",
        "label": "338",
        "long": "Hersbruck - Kirchensittenbach - Hohenstein",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-367-j26-1",
        "label": "367",
        "long": "Bayreuth   -  Bad Berneck  -  Gefrees",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-369-j26-1",
        "label": "369",
        "long": "Bayreuth  -  Weidenberg  -  Warmensteinach  - Fichtelberg/Mehlmeisel  -  Bischofsgr\u00fcn",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-371-j26-1",
        "label": "371",
        "long": "Bayreuth  -  Vorbach  -  Oberbibrach",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-372-j26-1",
        "label": "372",
        "long": "Bayreuth  -  Gesees  -  Haag  -  Lindenhardt",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-373-j26-1",
        "label": "373",
        "long": "Bayreuth  -  Eckersdorf  -  Oberwaiz",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-375-j26-1",
        "label": "375",
        "long": "Bayreuth  -  Eckersdorf / Pettendorf  - Obernsees / Glash\u00fctten",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-376-j26-1",
        "label": "376",
        "long": "Bayreuth Hbf  -  Donndorf  -  Glash\u00fctten  - Plankenfels  -  Hollfeld",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-378-j26-1",
        "label": "378",
        "long": "Bayreuth  -  Neudrossenfeld  -  Kulmbach",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-378-j26-2",
        "label": "378",
        "long": "Bayreuth  -  Neudrossenfeld  -  Kulmbach",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-379-j26-1",
        "label": "379",
        "long": "Bayreuth  -  Hollfeld  -  Thurnau  -  Kulmbach",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-380-j26-1",
        "label": "380",
        "long": "Pegomobil: Stadtverkehr Pegnitz und Zusatzfahrten ( Pegnitz - Plech - ) Stein  -  Nemschenreuth  -  Pegnitz",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-385-j26-1",
        "label": "385",
        "long": "Pegnitz  -  Thurndorf  -  Creu\u00dfen",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-386-j26-1",
        "label": "386",
        "long": "Pegnitz  -  Bernheck  -  Plech  -  Weidensees  -  Betzenstein",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-387-j26-1",
        "label": "387",
        "long": "Pegnitz  -  Creu\u00dfen  -  Bayreuth",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-388-j26-1",
        "label": "388",
        "long": "Pegnitz  -  Trockau  -  K\u00f6rzendorf und zur\u00fcck",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-391-j26-1",
        "label": "391",
        "long": "Pegnitz  -  Weidensees  -  Obertrubach  -  G\u00f6\u00dfweinstein",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-392-j26-1",
        "label": "392",
        "long": "Pegnitz  -  Elbersberg",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-393-j26-1",
        "label": "393",
        "long": "Pegnitz  -  Pottenstein  -  G\u00f6\u00dfweinstein",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-396-j26-1",
        "label": "396",
        "long": "Bayreuth  -  Mistelbach / Eckersdorf  -  G\u00f6\u00dfweinstein",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-397-j26-1",
        "label": "397",
        "long": "Bayreuth  -  Pottenstein  -  G\u00f6\u00dfweinstein",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-399-1-j26-1",
        "label": "399.1",
        "long": "Schl\u00f6sser-Linie Bayreuth  -  Pegnitz  -  Pottenstein  -  Hollfeld  (-  Sanspareil  -  Kulmbach)",
        "short": "399.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-399-2-j26-1",
        "label": "399.2",
        "long": "Bier- und Burgenlinie Ebermannstadt - Aufse\u00df - Hollfeld (- Sanspareil - Kulmbach)",
        "short": "399.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-601-j26-1",
        "label": "601",
        "long": "Wendelstein  -  R\u00f6thenbach (b. St. Wolfg.)  - Sperberslohe  -  Allersberg",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-602-j26-1",
        "label": "602",
        "long": "N\u00fcrnberg Langwasser Mitte - Wendelstein - Sorg - Gro\u00dfschwarzenlohe - Kleinschwarzenlohe",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-603-j26-1",
        "label": "603",
        "long": "N\u00fcrnberg Langwasser Mitte - R\u00f6thenbach (b. St. Wolfg.) - Wendelstein - Raubersried",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-604-j26-1",
        "label": "604",
        "long": "Roth  -  Rednitzhembach  -  Schwanstetten  - Wendelstein  -  R\u00f6thenbach (St W)",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-606-j26-1",
        "label": "606",
        "long": "Schwabach - Wendelstein - Sperberslohe",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-610-j26-1",
        "label": "610",
        "long": "N\u00fcrnb. Langwasser Mitte - R\u00f6thenbach - Kleinschwarzenlohe - Gro\u00dfschwarzenlohe - Wendelstein - Langwasser Mitte",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-615-j26-1",
        "label": "615",
        "long": "R\u00f6thenbach (b. St. Wolfg.) - Wendelstein - Gro\u00dfschwarzenlohe - Schwabach",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-616-j26-1",
        "label": "616",
        "long": "Wei\u00dfenburg  -  Nennslingen  -  Thalmannsfeld  - Raitenbuch  -  Wei\u00dfenburg",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-621-j26-1",
        "label": "621",
        "long": "Gunzenhausen  -  Pfofeld  -  Gr\u00e4fensteinberg  - Absberg  -  Spalt",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-676-j26-1",
        "label": "676",
        "long": "Schwabach  -  Rednitzhembach  -  Schwanstetten  -  Wendelstein",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-677-j26-1",
        "label": "677",
        "long": "Schwabach - Schwanstetten",
        "short": "677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-678-j26-1",
        "label": "678",
        "long": "Schwabach  -  Wendelstein  -  Feucht",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-953-j26-1",
        "label": "953",
        "long": "Oberhaid - Gerach - Rattelsdorf - Sche\u00dflitz",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-957-j26-1",
        "label": "957",
        "long": "Lahm - Busendorf - M\u00fcrsbach - Medlitz - Rattelsdorf - Ebing - Breiteng\u00fc\u00dfbach - Hallstadt - Bamberg ZOB",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-957-j26-2",
        "label": "957",
        "long": "Lahm - Busendorf - M\u00fcrsbach - Medlitz - Rattelsdorf - Ebing - Breiteng\u00fc\u00dfbach - Hallstadt - Bamberg ZOB",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-962-j26-1",
        "label": "962",
        "long": "Baunach  -  Medlitz  -  Zapfendorf  -  Sche\u00dflitz",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-963-j26-1",
        "label": "963",
        "long": "Bamberg  -  Sche\u00dflitz  -  Weismain",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-963-j26-2",
        "label": "963",
        "long": "Bamberg  -  Sche\u00dflitz  -  Weismain",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-969-j26-1",
        "label": "969",
        "long": "Bamberg - Sche\u00dflitz  -  Hollfeld",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-969-j26-3",
        "label": "969",
        "long": "Bamberg - Sche\u00dflitz  -  Hollfeld",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-970-j26-1",
        "label": "970",
        "long": "Bamberg  -  Litzendorf  -  Ludwag (als Fr\u00e4nkischer Toskana - Express j\u00e4hrlich vom 1.5. - 1.11.)",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "53-972-j26-1",
        "label": "972",
        "long": "Sche\u00dflitz  -  P\u00f6deldorf  -  Tiefenellern",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-301-j26-1",
        "label": "301 (VGN 8301)",
        "long": "Kitzingen  -  Biebelried  -  Dettelbach",
        "short": "301 (VGN 8301)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-302-j26-1",
        "label": "302 (VGN 8302)",
        "long": "Kitzingen  -  Mainstockheim  -  Dettelbach",
        "short": "302 (VGN 8302)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-303-j26-1",
        "label": "303 (VGN 8303)",
        "long": "Mainsondheim  -  Albertshofen  -  Kitzingen",
        "short": "303 (VGN 8303)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-304-j26-1",
        "label": "304 (VGN 8304)",
        "long": "M\u00fcnsterschwarzach  -  Gro\u00dflangheim  -  Iphofen",
        "short": "304 (VGN 8304)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-307-j26-1",
        "label": "307 (VGN 8307)",
        "long": "Kitzingen  -  H\u00fcttenheim  -  Iphofen  -  Scheinfeld",
        "short": "307 (VGN 8307)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-310-j26-1",
        "label": "310 (VGN 8310)",
        "long": "Kitzingen  -  Dettelbach  -  Schwarzach  -  Volkach",
        "short": "310 (VGN 8310)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "58-318-j26-1",
        "label": "318 (VGN 8318)",
        "long": "Detelbach  - Schwarzenau  -  M\u00fcnsterschwarzach",
        "short": "318 (VGN 8318)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-18-B-j26-1",
        "label": "RB 18",
        "long": "Coburg  -  Bad Rodach",
        "short": "RB 18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-22-B-j26-1",
        "label": "RB 22",
        "long": "(Lichtenfels  -  Bamberg)  -  Forchheim - Ebermannstadt",
        "short": "RB 22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-24-B-j26-1",
        "label": "RB 24",
        "long": "Coburg  -  Lichtenfels  -  Kulmbach  -  Bayreuth",
        "short": "RB 24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-26-B-j26-1",
        "label": "RB 26",
        "long": "( Forchheim  - )  Bamberg  -  Ebern",
        "short": "RB 26",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-34-B-j26-1",
        "label": "RB 34",
        "long": "Weiden - Kemnath-Neustadt - Kirchenlaibach - Bayreuth - Weidenberg (weitere Fahrten zwischen Bayreuth und Weidenberg siehe Buslinie 369)",
        "short": "RB 34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-50-E-j26-1",
        "label": "RE 50",
        "long": "N\u00fcrnberg  -  Neumarkt (Oberpfalz)  -  Parsberg",
        "short": "RE 50",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-51-B-j26-1",
        "label": "RB 51",
        "long": "Neumarkt (Oberpf)  -  Parsberg",
        "short": "RB 51",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-51-B-j26-2",
        "label": "RB 51",
        "long": "SEV RB51 Neumarkt (Oberpf)  -  Parsberg",
        "short": "RB 51",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-95-B-j26-1",
        "label": "RB 95",
        "long": "Hof (Saale) -  Oberkotzau  -  Selb-Pl\u00f6\u00dfberg  -  Marktredwitz (\u00fcber Asch - Cheb)",
        "short": "RB 95",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-96-B-j26-1",
        "label": "RB 96",
        "long": "Hof (Saale)  -  Oberkotzau  -  Selb-Pl\u00f6\u00dfberg  -  Selb Stadt",
        "short": "RB 96",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-97-B-j26-1",
        "label": "RB 97",
        "long": "Bayreuth - Kirchenlaibach - Marktredwitz - Hof (Saale) - Bad Steben",
        "short": "RB 97",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-98-B-j26-1",
        "label": "RB 98",
        "long": "Hof (Saale)  -  M\u00fcnchberg  -  Helmbrechts",
        "short": "RB 98",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "6-99-B-j26-1",
        "label": "RB 99",
        "long": "Hof (Saale)  -  M\u00fcnchberg  -  Neuenmarkt-Wirsberg",
        "short": "RB 99",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-151-j26-1",
        "label": "1151",
        "long": "Eltmann  -  Ha\u00dffurt  -  G\u00e4dheim  (-  Schweinfurt)",
        "short": "1151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-152-j26-1",
        "label": "1152",
        "long": "Ha\u00dffurt - Hofheim - Maroldsweisach (- Bad K\u00f6nigshofen)",
        "short": "1152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-153-j26-1",
        "label": "1153",
        "long": "Ha\u00dffurt  -  Knetzgau  -  Sand  -  Oberaurach  -  Rauhenebrach",
        "short": "1153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-154-j26-1",
        "label": "1154",
        "long": "Ha\u00dffurt  -  Eltmann  -  Oberaurach  -  Rauhenebrach",
        "short": "1154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-155-j26-1",
        "label": "1155",
        "long": "Ha\u00dffurt  -  Ebern  -  Maroldsweisach",
        "short": "1155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-158-j26-1",
        "label": "1158",
        "long": "Eltmann  -  Ebelsbach  -  Kirchlauter",
        "short": "1158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-159-j26-1",
        "label": "1159",
        "long": "Burgenwinkel - Express Ha\u00dffurt - K\u00f6nigsberg - Hofheim - Altenstein - Untermerzbach -  Ebern",
        "short": "1159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-161-j26-1",
        "label": "1161",
        "long": "Ha\u00dffurt  -  Knetzgau  -  Westheim  -  Donnersdorf",
        "short": "1161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-163-j26-1",
        "label": "1163",
        "long": "Ha\u00dffurt  -  W\u00fclflingen  -  Sailershausen",
        "short": "1163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-164-j26-1",
        "label": "1164",
        "long": "Ha\u00dffurt  -  Prappach  -  Augsfeld",
        "short": "1164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-165-j26-1",
        "label": "1165",
        "long": "Ha\u00dffurt  -  Wonfurt  -  Obertheres  -  Buch",
        "short": "1165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-166-j26-1",
        "label": "1166",
        "long": "Ha\u00dffurt  -  Riedbach",
        "short": "1166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-169-j26-1",
        "label": "1169",
        "long": "Bier-und-Wein-Express Ha\u00dffurt - Sand a.M. - Tretzendorf - Untersteinbach - Ebrach",
        "short": "1169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-171-j26-1",
        "label": "1171",
        "long": "Hofstetten / Breitbrunn  -  Kirchlauter  -  Rentweinsdorf  -  Ebern",
        "short": "1171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-172-j26-1",
        "label": "1172",
        "long": "Bramberg -  Ebern",
        "short": "1172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-174-j26-1",
        "label": "1174",
        "long": "Ebern  -  Untermerzbach  -  Itzgrund",
        "short": "1174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-175-j26-1",
        "label": "1175",
        "long": "Sternverkehr Zeil",
        "short": "1175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-177-j26-1",
        "label": "1177",
        "long": "Ortslinienverkehr Maroldsweisach",
        "short": "1177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-178-j26-1",
        "label": "1178",
        "long": "(Bad Neustadt) - Ermershausen - Hafenpreppach - Coburg",
        "short": "1178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-182-j26-1",
        "label": "1182",
        "long": "K\u00f6nigsberg (Unterland)  -  Hofheim",
        "short": "1182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-183-j26-1",
        "label": "1183",
        "long": "K\u00f6nigsberg (Oberland)  -  Hofheim",
        "short": "1183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-184-j26-1",
        "label": "1184",
        "long": "(Stadtlauringen -) Aidhausen - Hofheim",
        "short": "1184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-186-j26-1",
        "label": "1186",
        "long": "Hofheim  -  Ebern",
        "short": "1186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-187-j26-1",
        "label": "1187",
        "long": "Hofheim  -  Riedbach  -  Aidhausen  -  Hofheim",
        "short": "1187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-193-j26-1",
        "label": "1193",
        "long": "Untersteinbach  -  Ebrach",
        "short": "1193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-211-j26-1",
        "label": "1211",
        "long": "K\u00fcmmersreuth - Schwabthal - Bad Staffelstein",
        "short": "1211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-212-j26-1",
        "label": "1212",
        "long": "Lichtenfels - Grundfeld - Bad Staffelstein - Uetzing - Lichtenfels",
        "short": "1212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-213-j26-1",
        "label": "1213",
        "long": "Burgkunstadt - Isling - Roth - Lichtenfels",
        "short": "1213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-214-j26-1",
        "label": "1214",
        "long": "Bojendorf  -  Rothmannsthal  -  Lahm  -  Lichtenfels",
        "short": "1214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-231-j26-1",
        "label": "1231",
        "long": "Burgkunstadt - Weismain - Weiden - Weismain - Burgkunstadt",
        "short": "1231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-232-j26-1",
        "label": "1232",
        "long": "Seubersdorf - Neudorf - Geutenreuth - Weismain",
        "short": "1232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-233-j26-1",
        "label": "1233",
        "long": "Wallersberg - K\u00f6ttel - Kaspauer - Weismain",
        "short": "1233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-234-j26-1",
        "label": "1234",
        "long": "Burgkunstadt - Weismain - Kleinziegenfeld - Weismain - Burgkunstadt",
        "short": "1234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-817-j26-1",
        "label": "1817",
        "long": "Windischeschenbach  -  Tirschenreuth",
        "short": "1817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-843-j26-1",
        "label": "1843",
        "long": "Tirschenreuth  -  Sch\u00f6nficht  -  Weiden",
        "short": "1843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-845-j26-1",
        "label": "1845",
        "long": "Tirschenreuth  -  Pl\u00f6\u00dfberg  -  Geisleithen  -  Weiden",
        "short": "1845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-901-j26-1",
        "label": "1901",
        "long": "Stadtverkehr Weiden Hammerweg  -  ZOB  -  Rothenstadt",
        "short": "1901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-902-j26-1",
        "label": "1902",
        "long": "Stadtverkehr Weiden Tierheim  -  ZOB",
        "short": "1902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-903-j26-1",
        "label": "1903",
        "long": "Stadtverkehr Weiden Brandweiher  -  ZOB",
        "short": "1903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-904-j26-1",
        "label": "1904",
        "long": "Stadtverkehr Weiden ZOB  -  Weiden Ost  -  ZOB",
        "short": "1904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-905-j26-1",
        "label": "1905",
        "long": "Stadtverkehr Weiden ZOB  -  Weidingweg  -  Neunkirchen  -  ZOB",
        "short": "1905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-906-j26-1",
        "label": "1906",
        "long": "Stadtverkehr Weiden Sch\u00e4tzlerbad  -  ZOB",
        "short": "1906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-907-j26-1",
        "label": "1907",
        "long": "Stadtverkehr Weiden ZOB  -  Stockerhut  -  ZOB",
        "short": "1907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-908-j26-1",
        "label": "1908",
        "long": "Stadtverkehr Weiden Pirk  -  ZOB",
        "short": "1908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-921-j26-1",
        "label": "1921",
        "long": "Waldthurn  -  Vohenstrau\u00df",
        "short": "1921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-922-j26-1",
        "label": "1922",
        "long": "Weiden - Neustadt - Flo\u00df - Flossenb\u00fcrg - Silberh\u00fctte",
        "short": "1922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-923-j26-1",
        "label": "1923",
        "long": "Neustadt/Flo\u00df  -  Vohenstrau\u00df",
        "short": "1923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-924-j26-1",
        "label": "1924",
        "long": "Vohenstrau\u00df  -  Flo\u00df  -  Flossenb\u00fcrg",
        "short": "1924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-930-j26-1",
        "label": "1930",
        "long": "Weiden - Vohenstrau\u00df - Waidhaus/Moosbach - Eslarn (Am Wochenende Radlbus)",
        "short": "1930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-931-j26-1",
        "label": "1931",
        "long": "Weiden  -  Waldthurn  -  L\u00f6sselm\u00fchle",
        "short": "1931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-935-j26-1",
        "label": "1935",
        "long": "(Oberviechtach -) R\u00fcckersrieth - Moosbach - Vohenstrau\u00df",
        "short": "1935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-936-j26-1",
        "label": "1936",
        "long": "Moosbach  -  Eslarn  (- Oberviechtach)",
        "short": "1936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-937-j26-1",
        "label": "1937",
        "long": "Br\u00fcnst - L\u00f6sselm\u00fchle - Neuenhammer - Pleystein - Vohenstrau\u00df",
        "short": "1937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-938-j26-1",
        "label": "1938",
        "long": "L\u00f6sselm\u00fchle  -  Pleystein",
        "short": "1938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-939-j26-1",
        "label": "1939",
        "long": "Vohenstrau\u00df - T\u00e4nnesberg - Leuchtenberg - Vohenstrau\u00df",
        "short": "1939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-940-j26-1",
        "label": "1940",
        "long": "Weiden  -  Etzenricht  -  Kohlberg",
        "short": "1940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-941-j26-1",
        "label": "1941",
        "long": "(Oberviechtach -) T\u00e4nnesberg - Irchenrieth - Weiden",
        "short": "1941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-942-j26-1",
        "label": "1942",
        "long": "Weiden  -  Luhe",
        "short": "1942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-950-j26-1",
        "label": "1950",
        "long": "Weiden - Mantel - Grafenw\u00f6hr - Eschenbach",
        "short": "1950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-951-j26-1",
        "label": "1951",
        "long": "Weiden - Schwarzenbach - Grafenw\u00f6hr - Pressath",
        "short": "1951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-952-j26-1",
        "label": "1952",
        "long": "Neuhaus (Pegn.) - Auerbach - Eschenbach - Grafenw\u00f6hr - Pressath",
        "short": "1952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-953-j26-1",
        "label": "1953",
        "long": "Eschenbach  -  Neustadt a. Kulm/Pressath  -  Kemnath",
        "short": "1953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-954-j26-1",
        "label": "1954",
        "long": "Heinersreuth  -  Schlammersdorf  -  Eschenbach",
        "short": "1954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-961-j26-1",
        "label": "1961",
        "long": "Schwand  -  Parkstein  -  Neustadt",
        "short": "1961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-962-j26-1",
        "label": "1962",
        "long": "Schwand  -  Parkstein  -  Weiden",
        "short": "1962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-963-j26-1",
        "label": "1963",
        "long": "Schwand - Parkstein - Neustadt - Weiden",
        "short": "1963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-964-j26-1",
        "label": "1964",
        "long": "Kemnath  -  Erbendorf  -  Neustadt  -  Weiden",
        "short": "1964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-965-j26-1",
        "label": "1965",
        "long": "Weiden  -  Edeldorf  -  Wilchenreuth  -  Neustadt",
        "short": "1965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-966-j26-1",
        "label": "1966",
        "long": "Weiden  -  W\u00f6llershof/Windischeschenbach  -  Friedenfels",
        "short": "1966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-981-j26-1",
        "label": "1981",
        "long": "BAXI - Georgenberg - Flossenb\u00fcrg - Flo\u00df - Neustadt",
        "short": "1981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-982-j26-1",
        "label": "1982",
        "long": "BAXI - Vohenstrau\u00df - Waldthurn - Theisseil - NEW",
        "short": "1982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-983-j26-1",
        "label": "1983",
        "long": "BAXI - Eslarn - Waidhaus - Pleystein - Vohenstrau\u00df",
        "short": "1983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-984-j26-1",
        "label": "1984",
        "long": "BAXI - Moosbach - T\u00e4nnesberg - Leuchtenberg - Vohenstrau\u00df",
        "short": "1984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-985-j26-1",
        "label": "1985",
        "long": "BAXI - Schnaittenbach - Kohlberg - Pirk - Luhe-Wildenau",
        "short": "1985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-986-j26-1",
        "label": "1986",
        "long": "BAXI - Kohlberg - Kaltenbrunn - Mantel Weiherhammer - Etzenricht",
        "short": "1986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-987-j26-1",
        "label": "1987",
        "long": "BAXI - Pegnitz - Kirchthumbach - Schlammersdorf - Speinshart - Eschenbach",
        "short": "1987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-988-j26-1",
        "label": "1988",
        "long": "BAXI - Schlammersdorf - Vorbach - Speinshart - Kemnath - Neustadt a.K. - Trabitz",
        "short": "1988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-989-j26-1",
        "label": "1989",
        "long": "BAXI - Trabitz - Eschenbach - Grafenw\u00f6hr - Schwarzenbach - Pressath",
        "short": "1989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-990-j26-1",
        "label": "1990",
        "long": "BAXI - Windischeschenbach - Kirchendemenreuth - Parkstein - P\u00fcchersreuth - St\u00f6rnstein - Neustadt a.d.W. - Altenstadt a.d.W.",
        "short": "1990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-991-j26-1",
        "label": "1991",
        "long": "BAXI - Irchenrieth - Bechtsrieth - Trebsau - Schirmitz",
        "short": "1991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-992-j26-1",
        "label": "1992",
        "long": "BAXI - Grafenw\u00f6hr - Kaltenbrunn - Freihung",
        "short": "1992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "61-993-j26-1",
        "label": "1993",
        "long": "BAXI - Eschenbach - Neustadt/Kulm - Kirchenlaibach",
        "short": "1993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-109-j26-1",
        "label": "109",
        "long": "Bocksbeutel - Express Iphofen  -  Bullenheim  -  Weigenheim  -  Uffenheim",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-112-j26-1",
        "label": "112",
        "long": "F\u00fcrth  -  Zirndorf  -  Ro\u00dftal",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-113-j26-1",
        "label": "113",
        "long": "N\u00fcrnberg  -  Gro\u00dfhabersdorf  -  Dietenhofen  - Unternbibert",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-113-j26-2",
        "label": "113",
        "long": "N\u00fcrnberg  -  Gro\u00dfhabersdorf  -  Dietenhofen  - Unternbibert",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-114-j26-1",
        "label": "114",
        "long": "Ro\u00dftal  -  Ammerndorf  -  Gro\u00dfhabersdorf",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-118-j26-1",
        "label": "118",
        "long": "Cadolzburg - Horbach - Langenzenn",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-121-j26-1",
        "label": "121",
        "long": "Vach - Obermichelbach - Veitsbronn - Langenzenn",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-122-j26-1",
        "label": "122",
        "long": "Wilhermsdorf - Kirchfarrnbach - Wilhermsdorf (- Langenzenn)",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-123-j26-1",
        "label": "123",
        "long": "Herzogenaurach  -  Siegelsdorf Bf  -  Herzogenaurach",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-125-j26-1",
        "label": "125",
        "long": "F\u00fcrth  -  Seukendorf  -  Siegelsdorf",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-126-j26-1",
        "label": "126",
        "long": "F\u00fcrth  -  Siegelsdorf - Cadolzburg",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-127-j26-1",
        "label": "127",
        "long": "Neustadt (Aisch)  -  Uehlfeld  -  H\u00f6chstadt (Aisch) Aischgr\u00fcnder Bier-Express",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-129-j26-1",
        "label": "129",
        "long": "Dietenhofen  -  Neuhof  -  Trautskirchen  - Wilhermsdorf  -  Markt Erlbach  -  Neustadt (Aisch)",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-131-j26-1",
        "label": "131",
        "long": "Oberdachstetten  -  Obernzenn  -  Trautskirchen  -  Adelsdorf",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-132-j26-1",
        "label": "132",
        "long": "Neustadt an der Aisch  -  Br\u00e4uersdorf",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-133-j26-1",
        "label": "133",
        "long": "Neustadt an der Aisch  -  Hagenb\u00fcchach",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-136-j26-1",
        "label": "136",
        "long": "Hornsegen  -  Cadolzburg  -  Langenzenn",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-141-j26-1",
        "label": "141",
        "long": "Sugenheim/Scheinfeld  -  Neustadt (Aisch)  - Markt Bibart  -  Scheinfeld",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-142-j26-1",
        "label": "142",
        "long": "Scheinfeld / Neustadt ( Aisch )  -  Uffenheim",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-145-j26-1",
        "label": "145",
        "long": "Neustadt (Aisch)  -  Burghaslach  -  Schl\u00fcsselfeld",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-146-j26-1",
        "label": "146",
        "long": "Neustadt (Aisch)  -  M\u00fcnchsteinach  -  Mittelsteinach",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-147-j26-1",
        "label": "147",
        "long": "Neustadt (Aisch)  -  Oberro\u00dfbach  -  Beerbach  - Obernesselbach",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-150-j26-1",
        "label": "150",
        "long": "Oberasbach  -  Zirndorf  -  Weiherhof  - Banderbach  -  Bronnamberg",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-151-j26-1",
        "label": "151",
        "long": "Zirndorf  -  Lind  -  Anwanden",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-152-j26-1",
        "label": "152",
        "long": "Oberasbach/Zirndorf  -  Cadolzburg  -  Wilhermsdorf",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-154-j26-1",
        "label": "154",
        "long": "Zirndorf -  Oberasbach - Stein",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-155-j26-1",
        "label": "155",
        "long": "Anwanden  -  Rehdorf  -  Unterasbach  -  Oberasbach",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-160-j26-1",
        "label": "160",
        "long": "Stadtbus Neustadt a. d. Aisch",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-167-j26-1",
        "label": "167",
        "long": "Scheinfeld  -  Oberscheinfeld  -  Geiselwind",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-191-j26-1",
        "label": "191",
        "long": "Bad Windsheim  -  R\u00fcdisbronn  -  Ipsheim",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-192-j26-1",
        "label": "192",
        "long": "Bad Windsheim - Uffenheim",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-193-j26-1",
        "label": "193",
        "long": "Bad Windsheim  -  Obernzenn  -  Trautskirchen  - Wimmelbach",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-196-j26-1",
        "label": "196",
        "long": "Burghaslach - Oberrimbach - Markt Taschendorf - Scheinfeld  -  Bad Windsheim",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-197-j26-1",
        "label": "197",
        "long": "Binzwangen  -  Marktbergel  -  Bad Windsheim",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-202-E-j26-1",
        "label": "202E",
        "long": "Erlangen  -  Weisendorf Seebach-Express",
        "short": "202E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-202-E-j26-2",
        "label": "202E",
        "long": "Erlangen  -  Weisendorf Seebach-Express",
        "short": "202E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-202-j26-1",
        "label": "202",
        "long": "Erlangen  -  Weisendorf  -  Rezelsdorf",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-202-j26-3",
        "label": "202",
        "long": "Erlangen  -  Weisendorf  -  Rezelsdorf",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-204-j26-1",
        "label": "204",
        "long": "Herzogenaurach - Weisendorf - H\u00f6chstadt (Aisch)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-206-S-j26-1",
        "label": "206S",
        "long": "Schulverkehr Heroldsbach und Hausen",
        "short": "206S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-206-j26-1",
        "label": "206",
        "long": "Forchheim  -  Burk  -  Heroldsbach  -  Zeckern / Oesdorf",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-207-j26-1",
        "label": "207",
        "long": "H\u00f6chstadt (Aisch)  -  Wachenroth  -  H\u00f6chstadt (Aisch)",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-208-j26-1",
        "label": "208",
        "long": "Erlangen  -  Spardorf  -  Langensendelbach  - Effeltrich  -  Baiersdorf",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-209-E-j26-1",
        "label": "209E",
        "long": "Schnellbus Erlangen - Eschenau",
        "short": "209E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-209-j26-1",
        "label": "209",
        "long": "Erlangen - Neunkirchen am Brand - Eckental",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-210-j26-1",
        "label": "210",
        "long": "Erlangen  -  Uttenreuth  -  Weiher  - Kalchreuth  -  Heroldsberg",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-211-j26-1",
        "label": "211",
        "long": "Neunkirchen a. Br.  -  Ermreuth",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-212-j26-1",
        "label": "212",
        "long": "N\u00fcrnberg  -  Heroldsberg  -  Eschenau  -  Gr\u00e4fenberg",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-213-j26-1",
        "label": "213",
        "long": "Forth  -  Eckenhaid  -  Eschenau",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-214-j26-1",
        "label": "214",
        "long": "Kirchr\u00f6ttenbach - Forth - Eschenau",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-216-j26-1",
        "label": "216",
        "long": "Oesdorf  -  Heroldsbach  -  Kersbach  -  Forchheim",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-216-j26-2",
        "label": "216",
        "long": "Oesdorf  -  Heroldsbach  -  Kersbach  -  Forchheim",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-217-j26-1",
        "label": "217",
        "long": "Eschenau  -  Pettensiedel  -  Igensdorf  - R\u00fcsselbach",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-219-j26-1",
        "label": "219",
        "long": "G\u00f6\u00dfweinstein  -  Egloffstein / Obertrubach  -  Gr\u00e4fenberg",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-220-j26-1",
        "label": "220",
        "long": "( Bammersdorf  - ) Eggolsheim  -  Tiefenst\u00fcrmig  - Ebermannstadt",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-221-j26-1",
        "label": "221",
        "long": "Forchheim - Pinzberg - Pretzfeld - Ebermannstadt - Gasseldorf - Unterleinleiter - Heiligenstadt",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-222-j26-1",
        "label": "222",
        "long": "Forchheim - Weilersbach - (Ebermannstadt -) Pretzfeld - Egloffstein - Obertrubach - G\u00f6\u00dfweinstein",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-223-j26-1",
        "label": "223",
        "long": "Forchheim  -  Weingarts  -  Igensdorf  -  Gr\u00e4fenberg",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-224-j26-1",
        "label": "224",
        "long": "Forchheim - Kersbach - Poxdorf - Effeltrich - Hetzles - Neunkirchen am Brand",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-224-j26-2",
        "label": "224",
        "long": "Forchheim - Kersbach - Poxdorf - Effeltrich - Hetzles - Neunkirchen am Brand",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-225-j26-1",
        "label": "225",
        "long": "Neunkirchen a. Br.  -  Hetzles  -  Rosenbach  -  Weiher",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-226-j26-1",
        "label": "226",
        "long": "G\u00f6\u00dfweinstein  -  Bieberbach  -  Egloffstein  -  Gr\u00e4fenberg",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-229-j26-1",
        "label": "229",
        "long": "Trubachtal-Express Gr\u00e4fenberg  -  Egloffstein  -  Obertrubach  -  G\u00f6\u00dfweinstein",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-231-j26-1",
        "label": "231",
        "long": "Ebermannstadt  -  Kohlstein / Draisendorf",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-231-j26-2",
        "label": "231",
        "long": "Ebermannstadt  -  Kohlstein / Draisendorf",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-232-j26-1",
        "label": "232",
        "long": "Kohlstein  /  Geiselh\u00f6he  -  G\u00f6\u00dfweinstein",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-234-j26-2",
        "label": "234",
        "long": "Neudorf  /  Burggaillenreuth  -  G\u00f6\u00dfweinstein  -  Ebermannstadt",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-234-j26-3",
        "label": "234",
        "long": "Neudorf  /  Burggaillenreuth  -  G\u00f6\u00dfweinstein  -  Ebermannstadt",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-235-j26-1",
        "label": "235",
        "long": "Egloffstein - Hundshaupten - Hetzelsdorf - Poppendorf - Hagenbach - Pretzfeld - Ebermannstadt",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-235-j26-3",
        "label": "235",
        "long": "Egloffstein - Hundshaupten - Hetzelsdorf - Poppendorf - Hagenbach - Pretzfeld - Ebermannstadt",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-236-j26-1",
        "label": "236",
        "long": "Reifenberg  -  Weilersbach  -  R\u00fcssenbach  -  Ebermannstadt",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-236-j26-3",
        "label": "236",
        "long": "Reifenberg  -  Weilersbach  -  R\u00fcssenbach  -  Ebermannstadt",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-238-j26-1",
        "label": "238",
        "long": "H\u00f6chstadt - Greuth",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-240-j26-1",
        "label": "240",
        "long": "Stadtlinie H\u00f6chstadt (Aisch) H\u00f6chstadt S\u00fcd / Lerchenstr.  -  Schwedenschanze",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-244-j26-1",
        "label": "244",
        "long": "H\u00f6chstadt (Aisch)  -  Greiendorf  -  Voggendorf",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-245-j26-1",
        "label": "245",
        "long": "H\u00f6chstadt (Aisch)  - Vestenbergsgreuth",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-246-j26-1",
        "label": "246",
        "long": "H\u00f6chstadt (Aisch)  -  Medbach  -  Adelsdorf  -  Zeckern  - Hemhofen  -  R\u00f6ttenbach  -  Gro\u00dfenseebach  -  Herzogenaurach",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-247-j26-1",
        "label": "247",
        "long": "H\u00f6chstadt (Aisch)  -  Adelsdorf",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-248-j26-1",
        "label": "248",
        "long": "H\u00f6chstadt - Lappach  -  H\u00f6chstadt",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-251-j26-1",
        "label": "251",
        "long": "Neuhaus - Rezelsdorf",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-256-j26-1",
        "label": "256",
        "long": "Kunreuth - Effeltrich - Baiersdorf",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-256-j26-2",
        "label": "256",
        "long": "Kunreuth - Effeltrich - Baiersdorf",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-257-j26-1",
        "label": "257",
        "long": "STADTBUS FORCHHEIM ZOB  -  Lichteneiche  -  Dreifaltigkeitsweg  -  ZOB",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-258-j26-1",
        "label": "258",
        "long": "STADTBUS FORCHHEIM Ernst-Reuter-Platz  -  ZOB  -  Merowingerstra\u00dfe  -  Burk und zur\u00fcck",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-259-j26-1",
        "label": "259",
        "long": "STADTBUS FORCHHEIM Ernst-Reuter-Platz - ZOB - Merowingerstra\u00dfe  -  Buckenhofen und zur\u00fcck",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-260-j26-1",
        "label": "260",
        "long": "Kersbach Bahnhof  -  Kersbach  -  Forchheim Siemens  - Globus  -  ZOB  und zur\u00fcck",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-260-j26-2",
        "label": "260",
        "long": "Kersbach Bahnhof  -  Kersbach  -  Forchheim Siemens  - Globus  -  ZOB  und zur\u00fcck",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-261-j26-1",
        "label": "261",
        "long": "STADTBUS FORCHHEIM ZOB  -  Realschule und zur\u00fcck",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-262-j26-1",
        "label": "262",
        "long": "STADTBUS FORCHHEIM Reuth  -  ZOB  -  Paradeplatz  -  Siemens  -  Paradeplatz  -  ZOB",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-262-j26-3",
        "label": "262",
        "long": "STADTBUS FORCHHEIM Reuth  -  ZOB  -  Paradeplatz  -  Siemens  -  Paradeplatz  -  ZOB",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-263-j26-1",
        "label": "263",
        "long": "STADTBUS FORCHHEIM Buckenhofen  -  ZOB",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-264-j26-1",
        "label": "264",
        "long": "STADTBUS FORCHHEIM Realschule  -  ZOB  -  Pinzberg",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-264-j26-2",
        "label": "264",
        "long": "STADTBUS FORCHHEIM Realschule  -  ZOB  -  Pinzberg",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-265-j26-1",
        "label": "265",
        "long": "Forchheim  -  Buckenhofen  -  Hallerndorf  -  Willersdorf Hallerndorfer-Keller-Express",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-266-j26-1",
        "label": "266",
        "long": "Forchheim  -  Eggolsheim  -  Eggolsheim Bahnhof",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-268-j26-1",
        "label": "268",
        "long": "Stadtbus Herzogenaurach Ortsteile Nord",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-269-j26-1",
        "label": "269",
        "long": "Stadtbus Herzogenaurach Ortsteile S\u00fcd",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-272-j26-1",
        "label": "272",
        "long": "Gr\u00e4fenberg  -  G\u00f6rbitz  -  Erlastrut  -  Gr\u00e4fenberg",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-273-j26-1",
        "label": "273",
        "long": "Stadtbus Herzogenaurach Sch\u00fctt  -  Einkaufszentrum Nord (Gegen-Uhrzeigersinn)",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-274-j26-1",
        "label": "274",
        "long": "Stadtbus Herzogenaurach Sch\u00fctt  -  Herzo Base (Gegen-Uhrzeigersinn)",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-275-j26-1",
        "label": "275",
        "long": "Stadtbus Herzogenaurach An der Sch\u00fctt  -  Niederndorf St.Josefskirche und zur\u00fcck",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-276-j26-1",
        "label": "276",
        "long": "Stadtbus Herzogenaurach Sch\u00fctt  -  Am Buck  -  Paul-Lincke-Str.  -  Festplatz  -  Sch\u00fctt",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-277-j26-1",
        "label": "277",
        "long": "Stadtbus Herzogenaurach Sch\u00fctt  -  Festplatz  -  Schumannstr.  -  Am Buck  -  Sch\u00fctt",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-279-j26-1",
        "label": "279",
        "long": "Stadtbus Herzogenaurach Sch\u00fctt  -  Uhlandstr.  -  St. Otto  -  Haus Martin -  Sch\u00fctt",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-331-j26-1",
        "label": "331",
        "long": "R\u00f6thenbach a. d. Pegn.  -  Leinburg  -  Altdorf",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-332-E-j26-1",
        "label": "332E",
        "long": "Altdorf  -  Leinburg  -  Diepersdorf  -  Lauf",
        "short": "332E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-333-j26-1",
        "label": "333",
        "long": "Wei\u00dfenbrunn  -  Oberhaidelbach  -  Sch\u00f6nberg  -  Lauf",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-334-j26-1",
        "label": "334",
        "long": "Hersbruck  -  Happurg  -  Lieritzhofen  - Alfeld  -  Thalheim  -  Hersbruck",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-336-j26-1",
        "label": "336",
        "long": "Hofstetten  -  Hartmannshof  -  Pommelsbrunn",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-336-j26-2",
        "label": "336",
        "long": "Hofstetten  -  Hartmannshof  -  Pommelsbrunn",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-337-j26-1",
        "label": "337",
        "long": "ORTSBUS POMMELSBRUNN Hubmersberg  -  Hohenstadt - Pommelsbrunn - Hartmannshof",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-337-j26-2",
        "label": "337",
        "long": "ORTSBUS POMMELSBRUNN Hubmersberg  -  Hohenstadt - Pommelsbrunn - Hartmannshof",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-339-j26-1",
        "label": "339",
        "long": "Auerbacher Erz-Express Neuhaus  -  Auerbach  -  Pegnitz",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-341-j26-4",
        "label": "341",
        "long": "Ortsverkehr Simmelsdorf BAUSTELLENFAHRPLAN",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-342-j26-1",
        "label": "342",
        "long": "Neunkirchen a. Sand  -  Schnaittach  -  Hormersdorf",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-344-j26-1",
        "label": "344",
        "long": "Schnaittach  -  Gro\u00dfbellhofen  -  Eschenau  - Neunhof  -  Simonshofen  -  Lauf a.d.Pegn.",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-345-j26-1",
        "label": "345",
        "long": "Beerbach  -  G\u00fcnthersb\u00fchl -  Lauf a.d.Pegn.",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-350-j26-1",
        "label": "350",
        "long": "Lauf Bertleinschule - Lauf - Rudolfshof",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-351-j26-1",
        "label": "351",
        "long": "Lauf (li Pegn) - Kotzenhof - Rudolfshof - Vogelhof und zur\u00fcck",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-352-j26-1",
        "label": "352",
        "long": "Kunigundensiedlung - Lauf Marktplatz - Bf. Lauf West/Wetzendorf",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-353-j26-1",
        "label": "353",
        "long": "Lauf Bertleinschule - Marktplatz - Heuchling",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-361-j26-1",
        "label": "361",
        "long": "Stadtbus Hersbruck Bf (re Pegn)  -  Am Galling  -  Altensittenbach  -  Bf (re Pegn)",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-362-j26-1",
        "label": "362",
        "long": "Stadtbus Hersbruck Bf (re. Pegn.)  -  Finanzamt -  Gro\u00dfviehberg  -  Bf (re. Pegn.)",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-363-j26-1",
        "label": "363",
        "long": "Stadtbus Hersbruck Bf (re. Pegn.)  -  Bf (li. Pegn.)  -  Im B\u00e4rnwinkel  -  Bf (re. Pegn.)",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-364-j26-1",
        "label": "364",
        "long": "Stadtbus Hersbruck Bf (re. Pegn.)  -  Bf (li. Pegn.)  -  Deckersberg  -  Ellenbach",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-389-j26-1",
        "label": "389",
        "long": "Pegnitz  -  G\u00f6\u00dfweinstein  -  Ebermannstadt Wiesenttal-Express: Winterfahrplan (g\u00fcltig j\u00e4hrlich bis 30.4. und wieder ab dem 2.11.)",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-389-j26-2",
        "label": "389",
        "long": "Pegnitz  -  G\u00f6\u00dfweinstein  -  Ebermannstadt Wiesenttal-Express: Sommerfahrplan (g\u00fcltig j\u00e4hrlich von 01.05. bis 01.11.)",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-401-j26-1",
        "label": "401",
        "long": "Amberg Bahnhof - Bergsteig",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-402-j26-1",
        "label": "402",
        "long": "Amberg Bahnhof - Eisberg (und zur\u00fcck)",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-403-j26-1",
        "label": "403",
        "long": "Amberg Bahnhof  -  Demo/K\u00f6fering (und zur\u00fcck)",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-404-j26-1",
        "label": "404",
        "long": "Amberg Bahnhof  -  Obere Hockerm\u00fchle und zur\u00fcck",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-404-j26-4",
        "label": "404",
        "long": "Amberg Bahnhof  -  Obere Hockerm\u00fchle und zur\u00fcck",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-405-j26-1",
        "label": "405",
        "long": "Amberg Bahnhof  -  Gailoh und zur\u00fcck",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-406-j26-1",
        "label": "406",
        "long": "Amberg Bahnhof  -  Eglsee und zur\u00fcck",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-407-j26-1",
        "label": "407",
        "long": "Amberg Bahnhof  -  Luitpoldh\u00f6he  -  Tra\u00dflberg und zur\u00fcck",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-408-X-j26-1",
        "label": "408X",
        "long": "Amberg  -  Etsdorf",
        "short": "408X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-408-j26-1",
        "label": "408",
        "long": "Amberg Bahnhof   -  Raigeringer H\u00f6he (und zur\u00fcck)",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-409-j26-1",
        "label": "409",
        "long": "Amberg Bahnhof  -  K\u00fcmmersbruck und zur\u00fcck",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-410-j26-1",
        "label": "410",
        "long": "Amberg Bahnhof  -  Klinikum  -  FOS und zur\u00fcck",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-411-j26-1",
        "label": "411",
        "long": "Amberg Bf  -  Gewerbegebiet West  -  Ammerthal  -  Fichtenhof",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-411-j26-4",
        "label": "411",
        "long": "Amberg Bf  -  Gewerbegebiet West  -  Ammerthal  -  Fichtenhof",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-412-j26-1",
        "label": "412",
        "long": "Amberg Bahnhof  -  Realschule  -  Reno",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-413-j26-1",
        "label": "413",
        "long": "Amberg Bahnhof - Schweppermannkaserne - G\u00e4rmersdorf - Moos",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-414-j26-1",
        "label": "414",
        "long": "Amberg Bahnhof  -  Raigering",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-414-j26-3",
        "label": "414",
        "long": "Amberg Bahnhof  -  Raigering",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-420-j26-1",
        "label": "420",
        "long": "Stadtverkehr Sulzbach-Rosenberg Nachtschw\u00e4rmer",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-421-j26-1",
        "label": "421",
        "long": "Stadtverkehr Sulzbach-Rosenberg Bahnhof  -  Luitpoldplatz  -  Oberschwaig  -  Obersdorf (und zur\u00fcck)",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-422-j26-1",
        "label": "422",
        "long": "Stadtverkehr Sulzbach-Rosenberg Bahnhof - Luitpoldplatz - Lerchenfeld - Sportpark - Waldfriedhof",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-423-j26-1",
        "label": "423",
        "long": "Stadtverkehr Sulzbach-Rosenberg Kempfenhof - Krankenhaus - Luitpoldplatz - Bhf - Kaufland (und zur\u00fcck)",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-424-j26-1",
        "label": "424",
        "long": "Stadtverkehr Sulzbach-Rosenberg Bahnhof  -  Illschwang  -  Tro\u00dfalter",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-425-j26-1",
        "label": "425",
        "long": "Stadtverkehr Sulzbach-Rosenberg Gro\u00dfalbershof - Feuerhof - Luitpoldplatz - Bahnhof",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-426-j26-1",
        "label": "426",
        "long": "Stadtverkehr Sulzbach-Rosenberg Prohof - Siebeneichen - Loderhof - Bahnhof - Luitpoldplatz (und zur\u00fcck)",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-427-j26-1",
        "label": "427",
        "long": "Stadtverkehr Sulzbach-Rosenberg Sulzbach - Prangershof  -  Niederricht  -  Kleinfalz",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-428-j26-1",
        "label": "428",
        "long": "Stadtverkehr Sulzbach - Rosenberg Bereitschaftspolizei - Luitpoldplatz - Bahnhof",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-433-j26-1",
        "label": "433",
        "long": "Schnaittenbach  -  Sulzbach-Rosenberg",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-440-j26-1",
        "label": "440",
        "long": "Hartenstein  -  Artelshofen  -  Hohenstadt  -  Hersbruck",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-440-j26-2",
        "label": "440",
        "long": "Hartenstein  -  Artelshofen  -  Hohenstadt  -  Hersbruck",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-441-j26-1",
        "label": "441",
        "long": "Auerbach (OPf)  -  Hagenohe (b. Auerbach)",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-442-j26-1",
        "label": "442",
        "long": "Auerbach  -  Nitzlbuch",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-444-j26-1",
        "label": "444",
        "long": "Neuersdorf - Schnaittenbach - D\u00f6switz - Trichenricht - Nabburg",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-446-j26-1",
        "label": "446",
        "long": "K\u00f6nigstein - Fischbrunn - Eschenbach - Hohenstadt - Hersbruck",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-446-j26-2",
        "label": "446",
        "long": "K\u00f6nigstein - Fischbrunn - Eschenbach - Hohenstadt - Hersbruck",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-447-j26-1",
        "label": "447",
        "long": "Sulzbach-Rosenberg - Hirschbach - K\u00f6nigstein",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-448-j26-1",
        "label": "448",
        "long": "Sulzbach-Rosenberg  -  Neukirchen  -  K\u00f6nigstein",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-449-j26-1",
        "label": "449",
        "long": "Amberg  - Freihung  -  Thans\u00fc\u00df",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-450-j26-1",
        "label": "450",
        "long": "Mosenberg  -  Auerbach  -  Weidlwang  -  Pegnitz",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-451-j26-1",
        "label": "451",
        "long": "Amberg - Eglsee",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-453-j26-1",
        "label": "453",
        "long": "Hahnbach/Gebenbach - \u00d6lhof/Iber/Kienlohe",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-454-j26-1",
        "label": "454",
        "long": "Emhof  -  Schmidm\u00fchlen  -  Amberg",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-455-j26-1",
        "label": "455",
        "long": "Neuersdorf  -  Schnaittenbach  -  Hirschau  -  Amberg",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-456-j26-1",
        "label": "456",
        "long": "Amberg  -  Poppenricht  -  Sulzbach Rosenberg",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-457-j26-1",
        "label": "457",
        "long": "Auerbach  - Sulzbach-Rosenberg  -  Amberg",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-457-j26-3",
        "label": "457",
        "long": "Auerbach  - Sulzbach-Rosenberg  -  Amberg",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-458-j26-1",
        "label": "458",
        "long": "Amberg  -  Hahnbach  -  Vilseck",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-459-j26-1",
        "label": "459",
        "long": "Amberg  -  Lintach  -  Kemnath a. Buchberg / Massenricht",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-460-E-j26-1",
        "label": "460E",
        "long": "EXPRESS-BUS Amberg - Kastl - Lauterhofen - Neumarkt",
        "short": "460E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-461-j26-1",
        "label": "461",
        "long": "Amberg  -  Ursensollen  -  Hohenburg",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-462-j26-1",
        "label": "462",
        "long": "Winbuch  -  Mendorferbuch  -  Garsdorf  -  Ursensollen  -  Amberg",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-463-j26-1",
        "label": "463",
        "long": "Schulverkehr Ursensollen",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-463-j26-4",
        "label": "463",
        "long": "Schulverkehr Ursensollen",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-464-j26-1",
        "label": "464",
        "long": "Vilseck  -  Sulzbach-Rosenberg",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-466-j26-1",
        "label": "466",
        "long": "Sulzbach-Rosenberg  -  Illschwang  -  Schwend",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-469-j26-1",
        "label": "469",
        "long": "K\u00f6fering  -  K\u00fcmmersbruck  -  Engelsdorf",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-470-j26-1",
        "label": "470",
        "long": "K\u00fcmmersbruck  -  Lengenfeld  -  Theuern",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-471-j26-1",
        "label": "471",
        "long": "Hohenburg  -  M\u00fchlhausen  -  Kastl  -  Ursensollen",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-472-j26-1",
        "label": "472",
        "long": "Ursensollen  -  Hausen  -  Hammerm\u00fchle",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-473-j26-1",
        "label": "473",
        "long": "Voggenhof  -  Hohenburg  -  Ursensollen",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-474-j26-1",
        "label": "474",
        "long": "G\u00f6tzendorf / Mertenberg  -  Schnaittenbach",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-476-j26-1",
        "label": "476",
        "long": "Amberg  -  Illschwang  -  Kutschendorf",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-477-j26-1",
        "label": "477",
        "long": "Illschwang  -  Wolfsfeld  -  Kastl",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-478-j26-1",
        "label": "478",
        "long": "Ammerthal  -  Sulzbach-Rosenberg",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-479-j26-1",
        "label": "479",
        "long": "Birgland - Express Sulzbach-Rosenberg - Illschwang - Lichtenegg - Hartmannshof",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-480-j26-1",
        "label": "480",
        "long": "Amberg  - Freihung ( -  Grafenw\u00f6hr)",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-481-j26-1",
        "label": "481",
        "long": "Ammerthal  -  Sulzbach-Rosenberg",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-486-j26-1",
        "label": "486",
        "long": "Amberg  -  Sch\u00e4flohe  -  Karmens\u00f6lden  - Sulzbach-Rosenberg",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-490-E-j26-1",
        "label": "490E",
        "long": "EXPRESS-BUS Amberg  -  Hirschau  -  Weiden",
        "short": "490E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-490-X-j26-1",
        "label": "490X",
        "long": "Amberg Bahnhof -  Ammersricht und zur\u00fcck",
        "short": "490X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-490-j26-1",
        "label": "490",
        "long": "Amberg - Ammersricht - Gebenbach - Hirschau - Schnaittenbach",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-491-j26-1",
        "label": "491",
        "long": "Amberg  - Gebenbach  -  Freihung  -  Thans\u00fc\u00df",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-492-j26-1",
        "label": "492",
        "long": "Untersteinbach  -  Ehenfeld  -  Hirschau",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-493-j26-1",
        "label": "493",
        "long": "Hirschau  - Neuersdorf  -  Kemnath a.B.  -  Hirschau",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-494-j26-1",
        "label": "494",
        "long": "Amberg  - Freihung ( -  Grafenw\u00f6hr)",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-495-j26-1",
        "label": "495",
        "long": "Wernberg-K\u00f6blitz  -  Schnaittenbach  -  Hirschau",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-500-j26-1",
        "label": "500",
        "long": "Mimberg - Burgthann - Schwarzenbach - Gro\u00dfvoggenhof",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-500-j26-3",
        "label": "500",
        "long": "Mimberg - Burgthann - Schwarzenbach - Gro\u00dfvoggenhof Sonderfahrplan w\u00e4hrend Generalsanierung Bahnstrecke N\u00fcrnberg - Regensburg",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-501-j26-1",
        "label": "501",
        "long": "Mimberg - Burgthann  -  Ezelsdorf  - Oberferrieden",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-501-j26-2",
        "label": "501",
        "long": "Mimberg - Burgthann  -  Ezelsdorf  - Oberferrieden Sonderfahrplan g\u00fcltig w\u00e4hrend Generalsanierung Bahnstrecke N\u00fcrnberg-Regensburg",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-502-j26-1",
        "label": "502",
        "long": "Wendelstein  -  Feucht  -  Ochenbruck  -  Gsteinach",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-503-j26-1",
        "label": "503",
        "long": "Ochenbruck  -  Pattenhofen  -  Burgthann  -  Lindelburg  -  Unterferrieden",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-503-j26-2",
        "label": "503",
        "long": "Ochenbruck  -  Pattenhofen  -  Burgthann  -  Lindelburg  -  Unterferrieden Sonderfahrplan g\u00fcltig w\u00e4hrend Generalsanierung Bahnstrecke N\u00fcrnberg-Regensburg",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-504-j26-1",
        "label": "504",
        "long": "Altdorf  -  Burgthann  -  Mimberg  -  Ezelsdorf  -  Gro\u00dfvoggenhof",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-550-j26-1",
        "label": "550",
        "long": "Altdorf  -  Hagenhausen  -  Wappeltshofen  -  Traunfeld mit Rufbusfahrten zwischen Altdorf und Raschbach, Traunfeld, R\u00f6thenbach",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-551-j26-1",
        "label": "551",
        "long": "Rasch  -  Altdorf  -  R\u00f6thenbach  -  Altdorf  -  Rasch weitere Fahrten im Sp\u00e4t- und Wochenendverkehr finden Sie auf den Linien 550 und 553",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-552-j26-1",
        "label": "552",
        "long": "Ungelstetten  -  Winkelhaid  -  Penzenhofen  -  Altenthann Weitere Fahrten im Wochenend- und Sp\u00e4tverkehr finden Sie auf der Linie 553",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-553-j26-1",
        "label": "553",
        "long": "Altdorf  -  Altenthann  -  Rummelsberg  -  Ochenbruck incl. Rufbusfahrten zwischen Altdorf und R\u00f6thenbach b. A. sowie Ugelstetten und Winkelhaid",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-553-j26-3",
        "label": "553",
        "long": "Altdorf  -  Altenthann  -  Rummelsberg  -  Ochenbruck incl. Rufbusfahrten zwischen Altdorf und R\u00f6thenbach b. A. sowie Ugelstetten und Winkelhaid",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-554-j26-1",
        "label": "554",
        "long": "Altdorf  -  Ziegelh\u00fctte  -  Hegnenberg  -  Raschbach Weitere Fahrten finden Sie auf der Linie 550",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-555-j26-1",
        "label": "555",
        "long": "Altdorf Bf  -  Prackenfels  -  Weinhof  -  Gr\u00fcnsberg (ehemals Linie 557)",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-556-j26-1",
        "label": "556",
        "long": "Schullinie Altdorf",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-595-j26-1",
        "label": "595",
        "long": "Kleinh\u00f6bing  -  Offenbau  -  Pyras  - Eys\u00f6lden - Thalm\u00e4ssing",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-596-j26-1",
        "label": "596",
        "long": "Hilpoltstein  -  Pyras  - Thalm\u00e4ssing  -  Reichersdorf",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-597-j26-1",
        "label": "597",
        "long": "Allersberg  -  Hilpoltstein",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-597-j26-2",
        "label": "597",
        "long": "Allersberg  -  Hilpoltstein",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-598-j26-1",
        "label": "598",
        "long": "Hilpoltstein  -  Meckenhausen  -  Grauwinkel",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-605-j26-1",
        "label": "605",
        "long": "Roth  -  Abenberg  -  Wassermungenau",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-607-j26-1",
        "label": "607",
        "long": "Schwabach - Kammerstein - Abenberg - Wassermungenau - Spalt",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-607-j26-3",
        "label": "607",
        "long": "Schwabach - Kammerstein - Abenberg - Wassermungenau - Spalt",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-608-j26-1",
        "label": "608",
        "long": "Roth - Rothsee - Allersberg - G\u00f6ggelsbuch",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-608-j26-2",
        "label": "608",
        "long": "Roth - Rothsee - Allersberg - G\u00f6ggelsbuch",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-609-j26-1",
        "label": "609",
        "long": "Brombachsee-Express Georgensgm\u00fcnd -  Spalt  -  Enderndorf",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-611-j26-1",
        "label": "611",
        "long": "Hilpoltstein  -  Thalm\u00e4ssing  -  Greding",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-612-j26-1",
        "label": "612",
        "long": "Greding  -  Schutzendorf  -  Euerwang  -  Kraftsbuch  - Greding  -  Unterm\u00e4ssing  -  Weinsfeld  -  Hilpoltstein",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-613-j26-1",
        "label": "613",
        "long": "Hilpoltstein  -  Meckenhausen  -  Oberm\u00e4ssing  - Landerzhofen  -  Kaising  -  Mettendorf  -  Greding",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-614-j26-1",
        "label": "614",
        "long": "Kinding  -  Greding",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-617-j26-1",
        "label": "617",
        "long": "Hagenich  -  Gebersdorf  -  Dixenhausen  -  Thalm\u00e4ssing",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-618-j26-1",
        "label": "618",
        "long": "Thalm\u00e4ssing  -  Bergen  -  Ellingen  -  Wei\u00dfenburg",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-619-j26-1",
        "label": "619",
        "long": "(Greding)  -  Thalm\u00e4ssing  -  Laibstadt  -  Mannholz  -  Wei\u00dfenburg",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-622-j26-1",
        "label": "622",
        "long": "Spalt  -  Wernfels  -  Windsbach",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-623-j26-1",
        "label": "623",
        "long": "Spalt  -  Gro\u00dfweingarten/Wasserzell  -  Georgensgm\u00fcnd",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-623-j26-99",
        "label": "623",
        "long": "Spalt  -  Gro\u00dfweingarten/Wasserzell  -  Georgensgm\u00fcnd",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-625-j26-1",
        "label": "625",
        "long": "Georgensgm\u00fcnd  -  Abenberg  -  Windsbach",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-626-j26-1",
        "label": "626",
        "long": "Georgensgm\u00fcnd - Rittersbach - M\u00e4benberg - Georgensgm\u00fcnd",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-627-j26-1",
        "label": "627",
        "long": "Georgensgm\u00fcnd Bf.  -  Georgensgm\u00fcnd Ort  -  Georgensgm\u00fcnd Bf.",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-628-j26-1",
        "label": "628",
        "long": "Georgensgm\u00fcnd Bf  -  Gewerbegebiet - Georgensgm\u00fcnd Bf",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-629-j26-1",
        "label": "629",
        "long": "Georgensgm\u00fcnd  -  R\u00f6ttenbach  -  M\u00fchlstetten  - Breitenlohe  -  Mauk  -  Georgensgm\u00fcnd",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-63-j26-1",
        "label": "63",
        "long": "N\u00fcrnberg R\u00f6thenbach - Stein Schlo\u00df - Stein Kirche - Albertus-Magnus-Stra\u00dfe - Goethering",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-630-j26-1",
        "label": "630",
        "long": "Heideck  -  Hilpoltstein Bahnhof",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-631-j26-1",
        "label": "631",
        "long": "Roth  -  R\u00f6ttenbach  -  Spalt  - Enderndorf  -  F\u00fcnfbronn  -  Spalt",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-631-j26-99",
        "label": "631",
        "long": "Roth  -  R\u00f6ttenbach  -  Spalt  - Enderndorf  -  F\u00fcnfbronn  -  Spalt",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-632-j26-1",
        "label": "632",
        "long": "Spalt  -  Wasserzell  -  Mosbach  - G\u00fcsseldorf  -  Massendorf  -  Spalt",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-633-j26-1",
        "label": "633",
        "long": "Hilpoltstein  -  Allersberg (Rothsee) Bahnhof",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-633-j26-2",
        "label": "633",
        "long": "Hilpoltstein  -  Allersberg (Rothsee) Bahnhof",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-634-j26-1",
        "label": "634",
        "long": "R\u00f6ttenbach - M\u00fchlstetten - Hilpoltstein",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-635-j26-1",
        "label": "635",
        "long": "Roth  -  Untersteinbach ob Gm\u00fcnd",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-636-j26-1",
        "label": "636",
        "long": "Gredl-Express Kinding - Greding - Thalm\u00e4ssing - Hilpoltstein",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-637-j26-1",
        "label": "637",
        "long": "Gunzenhausen - Haundorf - Igelsbach",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-639-j26-1",
        "label": "639",
        "long": "Gunzenhausen - Wei\u00dfenburg",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-64-j26-1",
        "label": "64",
        "long": "N\u00fcrnberg R\u00f6thenbach - Stein  Schlo\u00df - Stein Kirche - Albertus-Magnus-Stra\u00dfe - Palm Beach - Fabergut",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-640-1-j26-1",
        "label": "640.1",
        "long": "Stadtverkehr Gunzenhausen Schulverkehr Gunzenhausen - Frickenfelden",
        "short": "640.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-640-j26-1",
        "label": "640",
        "long": "Stadtverkehr Gunzenhausen  -  Frickenfelden",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-641-j26-1",
        "label": "641",
        "long": "Stadtverkehr Gunzenhausen  -  Reutberg",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-643-j26-1",
        "label": "643",
        "long": "Pleinfeld - Allmannsdorf - Stirn - Pleinfeld",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-644-j26-1",
        "label": "644",
        "long": "Mannholz  -  Mischelbach  -  Pleinfeld",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-645-j26-1",
        "label": "645",
        "long": "Igelsbach - Haundorf - Absberg - Ramsberg - Pleinfeld (- Wei\u00dfenburg)",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-646-j26-1",
        "label": "646",
        "long": "Pleinfeld  -  Ottmarsfeld  -  Wei\u00dfenburg und zur\u00fcck",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-647-j26-1",
        "label": "647",
        "long": "Gunzenhausen  -  Heidenheim  -  Hechlingen H\u00fcssingen",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-648-j26-1",
        "label": "648",
        "long": "Oettingen  -  Steinhart  - Westheim  -  Ostheim  - H\u00fcssingen  - Heidenheim  -  Gunzenhausen",
        "short": "648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-648-j26-2",
        "label": "648",
        "long": "Oettingen  -  Steinhart  - Westheim  -  Ostheim  - H\u00fcssingen  - Heidenheim  -  Gunzenhausen",
        "short": "648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-649-j26-1",
        "label": "649",
        "long": "Gunzenhausen  -  Heidenheim  -  Hechlingen  -  Ursheim  - Polsingen  -  D\u00f6ckingen",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-649-j26-2",
        "label": "649",
        "long": "Gunzenhausen  -  Heidenheim  -  Hechlingen  -  Ursheim  - Polsingen  -  D\u00f6ckingen",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-671-j26-1",
        "label": "671",
        "long": "Leitelshof - Regelsbach - Dietersdorf - Wolkersdorf - Schwabach",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-671-j26-2",
        "label": "671",
        "long": "Leitelshof - Regelsbach - Dietersdorf - Wolkersdorf - Schwabach",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-673-j26-1",
        "label": "673",
        "long": "Rohr - Kottensdorf - Schwabach",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-681-j26-1",
        "label": "681",
        "long": "Roth Am Espan -  Kiliansdorf",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-682-j26-1",
        "label": "682",
        "long": "Rothaurach  -  Roth Gewerbegebiet Gildestr.",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-683-j26-2",
        "label": "683",
        "long": "B\u00fcchenbach  -  Roth",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-684-j26-1",
        "label": "684",
        "long": "Wallesau  -  Roth Peter-Henlein-Str.",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-685-j26-2",
        "label": "685",
        "long": "Roth Bahnhof  -   Stadtmitte  -  Hochgericht  -  Stadtmitte  -  Bahnhof",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-686-j26-2",
        "label": "686",
        "long": "Bernlohe  -  Roth  -  Pruppach",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-689-j26-1",
        "label": "689",
        "long": "Altm\u00fchlsee-Express Gunzenhausen - Wald - Schlungenhof - Muhr",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-690-j26-1",
        "label": "690",
        "long": "Wei\u00dfenburg Bahnhof  -  An der Schafscheuer  -  Marktplatz  -  Bf  -  Westfriedhof R\u00f6mische Therme  -  Bf  -  Krankenhaus  -  Marktplatz  -  Bf",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-691-j26-1",
        "label": "691",
        "long": "Wei\u00dfenburg Bahnhof  -  Galgenbergstr.  - Krankenhaus  -  Zentralschule  -  Bahnhof",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-692-j26-1",
        "label": "692",
        "long": "Wei\u00dfenburg Zentralschule - An der Schafscheuer - Schn\u00fcrleinsm\u00fchle -  Krankenhaus - Galgenbergstr. - Zentralschule",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-694-j26-1",
        "label": "694",
        "long": "Wei\u00dfenburg  -   Niederhofen  -  W\u00fclzburg  -  Oberhochstatt",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-695-j26-1",
        "label": "695",
        "long": "Wei\u00dfenburg  -  Trommetsheim - Markt Berolzheim",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-698-1-j26-1",
        "label": "698.1",
        "long": "Bieswang - Pappenheim - Wei\u00dfenburg",
        "short": "698.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-698-2-j26-1",
        "label": "698.2",
        "long": "Bieswang / Solnhofen - Pappenheim - Treuchtlingen",
        "short": "698.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-699-j26-1",
        "label": "699",
        "long": "Kleiner-Brombachsee-Express Gunzenhausen  -  Langlau  -  Absberg  -  Enderndorf - Spalt - Pleinfeld",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-703-j26-1",
        "label": "703",
        "long": "Leutershausen  -  Buch am Wald  -  Schillingsf\u00fcrst",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-705-j26-1",
        "label": "705",
        "long": "Ansbach  -  Lehrberg  -  Oberdachstetten  - Marktbergel  -  Burgbernheim",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-706-j26-1",
        "label": "706",
        "long": "Oberdachstetten  -  Lehrberg",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-707-j26-1",
        "label": "707",
        "long": "Ansbach  -  R\u00fcgland  -  Unternbibert - Stockheim",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-708-j26-1",
        "label": "708",
        "long": "Wicklesgreuth  -  Lichtenau  -  Wolframs-Eschenbach  - Merkendorf  -  Triesdorf",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-711-j26-1",
        "label": "711",
        "long": "Ansbach - Lichtenau - Neuendettelsau - Heilsbronn",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-712-j26-1",
        "label": "712",
        "long": "Heglau - Triesdorf - Merkendorf - Windsbach - Neuendettelsau - Heilsbronn",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-713-j26-1",
        "label": "713",
        "long": "N\u00fcrnberg - Stein - Rohr/Ro\u00dftal - Heilsbronn - (Neuendettelsau)",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-715-j26-1",
        "label": "715",
        "long": "Frankendorf  -  Weihenzell  -  Bruckberg  -  Wustendorf  - Gro\u00dfhaslach  -  Heilsbronn  -  Neuendettelsau",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-716-j26-1",
        "label": "716",
        "long": "Dietenhofen - Kleinhaslach - Bruckberg - Frankendorf - Weihenzell - Gr\u00fcb - Ansbach",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-717-j26-1",
        "label": "717",
        "long": "Leonrod  -  Dietenhofen  -  Betzendorf  - Heilsbronn  -  Neuendettelsau",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-718-j26-1",
        "label": "718",
        "long": "Dietenhofen - Steinbach - Gro\u00dfhaslach - Ansbach",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-719-j26-1",
        "label": "719",
        "long": "Windsbach  -  Neuendettelsau  -  Heilsbronn  -  Gro\u00dfhabersdorf",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-721-j26-1",
        "label": "721",
        "long": "Windsbach - Moosbach - Bertholdsdorf - Kitschendorf - Kettersbach - Wolfsau - Windsbach",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-722-j26-1",
        "label": "722",
        "long": "Windsbach - Mitteleschenbach - Neuses - Windsbach",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-726-j26-1",
        "label": "726",
        "long": "Erlach  -  Brunst -  Leutershausen  -  Herrieden",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-731-j26-1",
        "label": "731",
        "long": "Ansbach  -  Leutershausen  -  Colmberg",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-732-j26-1",
        "label": "732",
        "long": "Ansbach - Lehrberg - Colmberg - Rothenburg o.d.T.",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-734-j26-1",
        "label": "734",
        "long": "Ansbach  -  Flachslanden  -  Obernzenn",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-736-j26-1",
        "label": "736",
        "long": "Ansbach  -  Weidenbach  -  Ornbau",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-737-j26-1",
        "label": "737",
        "long": "Arberg - Ornbau - Weidenbach - Herrieden",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-738-j26-1",
        "label": "738",
        "long": "Ansbach - Sachsen - Merkendorf - Triesdorf - Wolframs-Eschenbach - Mitteleschenbach",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-739-j26-1",
        "label": "739",
        "long": "Ansbach - Burgoberbach - Gro\u00dfenried  - Bechhofen - Arberg - Wassertr\u00fcdingen",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-741-j26-1",
        "label": "741",
        "long": "Bechhofen - Arberg - Ornbau - M\u00f6rsach - Gunzenhausen",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-744-j26-1",
        "label": "744",
        "long": "Gunzenhausen  -  Merkendorf  -  Mitteleschenbach",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-751-j26-1",
        "label": "751",
        "long": "Schlo\u00dfplatz - Eyb - Schlo\u00dfplatz - Bocksberg - Schalkhausen - Schlo\u00dfplatz",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-752-j26-1",
        "label": "752",
        "long": "Schlo\u00dfplatz - Beckenweiher - Bahnhof - Krankenhaus - Schlo\u00dfplatz",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-753-j26-1",
        "label": "753",
        "long": "Bahnhof- Meinhardswinden - Bahnhof - Schlo\u00dfplatz - Hennenbach - Bahnhof",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-755-j26-1",
        "label": "755",
        "long": "Schlo\u00dfplatz - Eyb - Untereichenbach - Katterbach - Vestenberg - Schlo\u00dfplatz",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-756-j26-1",
        "label": "756",
        "long": "Schlo\u00dfplatz - Waldfriedhof - Bahnhof - Obereichenbach - Schlo\u00dfplatz",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-759-j26-1",
        "label": "759",
        "long": "Schlo\u00dfplatz - Meinhardswinden - Dautenwinden - Schlo\u00dfplatz",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-762-j26-1",
        "label": "762",
        "long": "Bahnhof - Brodswinden - Winterschneidbach - Schlo\u00dfplatz",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-801-1-j26-1",
        "label": "801.1",
        "long": "Gunzenhausen - Windsfeld - Dittenheim - Markt Berolzheim - Wettelsheim - Treuchtlingen",
        "short": "801.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-801-2-j26-1",
        "label": "801.2",
        "long": "Schulverband Markt Berolzheim  -  Dittenheim",
        "short": "801.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-802-j26-1",
        "label": "802",
        "long": "Ansbach - Bechhofen - Feuchtwangen",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-803-j26-1",
        "label": "803",
        "long": "Ansbach - Herrieden - Bechhofen - Arberg",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-804-j26-1",
        "label": "804",
        "long": "Herrieden - Aurach - Feuchtwangen",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-805-j26-1",
        "label": "805",
        "long": "Ansbach - Feuchtwangen - Dinkelsb\u00fchl",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-807-j26-1",
        "label": "807",
        "long": "Rothenburg o.d.T. - Schillingsf\u00fcrst - Domb\u00fchl",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-813-j26-1",
        "label": "813",
        "long": "Domb\u00fchl  -  Feuchtwangen  -  Dinkelsb\u00fchl",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-814-j26-1",
        "label": "814",
        "long": "Schnellbuslinie Rothenburg o.d.T. -  Dinkelsb\u00fchl",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-815-j26-1",
        "label": "815",
        "long": "Rothenburg o.d.T.  -  Schweinsdorf  -  Windelsbach  - Marktbergel  -  Windelsbach  -  Rothenburg o.d.T.",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-817-j26-1",
        "label": "817",
        "long": "Rothenburg o.d.T.  -  Schnelldorf  -  Feuchtwangen",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-818-j26-1",
        "label": "818",
        "long": "Rothenburg o.d.T.  -  Schnelldorf  -  Breitenau",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-819-j26-1",
        "label": "819 (VRN 980)",
        "long": "Rothenburg o.d.T. - Tauberzell",
        "short": "819 (VRN 980)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-821-j26-1",
        "label": "821",
        "long": "Feuchtwangen  -  Wieseth  -  Bechhofen",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-822-j26-1",
        "label": "822",
        "long": "Herrieden - Bechhofen - Wieseth - Dentlein a.F.",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-823-j26-1",
        "label": "823",
        "long": "Feuchtwangen  -  D\u00fcrrwangen/Dentlein a.F.  -  Burk",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-825-j26-1",
        "label": "825",
        "long": "Wassertr\u00fcdingen - Gerolfingen - Frankenhofen - Dinkelsb\u00fchl",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-826-j26-1",
        "label": "826",
        "long": "Wassertr\u00fcdingen - Oberm\u00f6gersheim - Unterschwaningen - Arberg - R\u00f6ttenbach - Bechhofen",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-827-j26-1",
        "label": "827",
        "long": "Dinkelsb\u00fchl - Langfurth - Ehingen - Burk - Wieseth - Bechhofen",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-829-j26-1",
        "label": "829",
        "long": "Wassertr\u00fcdingen - Ehingen - Burk - Bechhofen",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-832-j26-1",
        "label": "832",
        "long": "Uffenheim  -  Steinach  -  Ottenhofen",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-834-j26-1",
        "label": "834",
        "long": "Uffenheim  -  Lipprichhausen  -  Rodheim",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-837-j26-1",
        "label": "837",
        "long": "Uffenheim  -  Equarhofen",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-838-j26-1",
        "label": "838",
        "long": "Schlo\u00df Frankenberg  -  Reusch  -  W\u00fcstph\u00fcl  - Markt Nordheim  -  Uffenheim",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-839-j26-1",
        "label": "839",
        "long": "Uffenheim  -  Bullenheim  -  Lipprichhausen und zur\u00fcck",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-851-j26-1",
        "label": "851",
        "long": "STADTBUSLINIE  Rothenburg o.d.T. Standardverkehr",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-852-j26-1",
        "label": "852",
        "long": "STADTBUSLINIE  Rothenburg o.d.T. Sch\u00fclerverkehr",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-854-j26-1",
        "label": "854",
        "long": "Rothenburg  -  Leuzenbronn ( und zur\u00fcck )",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-855-j26-1",
        "label": "855",
        "long": "H\u00f6fen  -  Rothenburg o.d.T.",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-856-j26-1",
        "label": "856",
        "long": "Brunst - Rothenburg o.d.T.",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-857-j26-1",
        "label": "857",
        "long": "Rothenburg  -  Steinsfeld  -  Langensteinach  - Adelshofen  -  Oberscheckenbach  -  Ohrenbach u. zur\u00fcck",
        "short": "857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-858-j26-1",
        "label": "858",
        "long": "Schulverband Domb\u00fchl Schorndorf - Schwand - Wei\u00dfenkirchberg - H\u00f6fen - Domb\u00fchl",
        "short": "858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-859-j26-1",
        "label": "859",
        "long": "Schulverband Schillingsf\u00fcrst Geslau - Buch am Wald - Stilzendorf - Schillingsf\u00fcrst",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-861-j26-1",
        "label": "861",
        "long": "STADTBUS Feuchtwangen",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-862-j26-1",
        "label": "862",
        "long": "Stadtverkehr Feuchtwangen ( Linie 1 )",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-863-j26-1",
        "label": "863",
        "long": "Stadtverkehr Feuchtwangen ( Linie 2 )",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-864-j26-1",
        "label": "864",
        "long": "Feuchtwangen  -  Heiligenkreuz  -  Larrieden  - Mosbach  -  Zumhaus  -  Breitenau  -  Feuchtwangen",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-868-j26-1",
        "label": "868 (VDR 501)",
        "long": "Feuchtwangen  -  Dinkelsb\u00fchl  -  Wilburgstetten - (N\u00f6rdlingen)",
        "short": "868 (VDR 501)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-871-j26-1",
        "label": "871",
        "long": "STADTBUSLINIE Dinkelsb\u00fchl",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-874-j26-1",
        "label": "874",
        "long": "Dinkelsb\u00fchl - D\u00fcrrwangen - Dentlein a. F. - Burk - Bechhofen",
        "short": "874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-875-j26-1",
        "label": "875",
        "long": "Dinkelsb\u00fchl - Hopfengarten - D\u00fcrrwangen - Dorfkemmathen - Untermichelbach - Botzenweiler - Dinkelsb\u00fchl",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-877-j26-1",
        "label": "877",
        "long": "Weiltingen  -  M\u00f6nchsroth  -  Wilburgstetten  -  Dinkelsb\u00fchl",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-878-j26-1",
        "label": "878",
        "long": "Heidenheim - Ostheim - Westheim - Wassertr\u00fcdingen",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-879-j26-1",
        "label": "879",
        "long": "Hechlingen - Heidenheim - Westheim - Wassertr\u00fcdingen",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-880-1-j26-1",
        "label": "880.1",
        "long": "Stadtverkehr Treuchtlingen Patrich-Winkel  -  Krankenhaus  -  Rathaus  -  Bahnhof",
        "short": "880.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-880-2-j26-1",
        "label": "880.2",
        "long": "Stadtverkehr Treuchtlingen Gundelsheim - M\u00f6hren - Dietfurt - Treuchtlingen - Wettelsheim",
        "short": "880.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-880-3-j26-1",
        "label": "880.3",
        "long": "Stadtverkehr Treuchtlingen Gr\u00f6nhart - Graben - Wettelsheim - Treuchtlingen",
        "short": "880.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-885-j26-1",
        "label": "885",
        "long": "Wei\u00dfenburg  -  Dettenheim  -  Treuchtlingen  - Pappenheim  -  Langenaltheim",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-887-j26-1",
        "label": "887",
        "long": "Treuchtlingen  -  Auernheim - Hechlingen  -  Polsingen (- Heidenheim )",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-889-j26-1",
        "label": "889",
        "long": "Treuchtlingen  -  M\u00f6hren  -  Gundelsheim  -  (Donauw\u00f6rth)",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-975-j26-1",
        "label": "975",
        "long": "Bamberg  -  Heiligenstadt  -  Aufse\u00df  -  Hollfeld",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-978-j26-1",
        "label": "978",
        "long": "Bamberg  -  Schl\u00fcsselfeld",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-979-j26-1",
        "label": "979",
        "long": "Stegaurach  -  Vorra  -  Zentbechhofen  -  Hirschaid",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-982-j26-1",
        "label": "982",
        "long": "Walsdorf  -  Stegaurach  -  Pettstadt  -  Hirschaid",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-983-j26-1",
        "label": "983",
        "long": "Bamberg  -  Hirschaid  -  Frensdorf  -  Sambach Steppach -   M\u00fchlhausen  -  H\u00f6chstadt (Aisch)",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-988-j26-1",
        "label": "988",
        "long": "Stegaurach  -  Lisberg  -  Sch\u00f6nbrunn  -  Ebrach",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-989-j26-1",
        "label": "989",
        "long": "Bamberg - Walsdorf - Rauhenebrach/Oberaurach",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-990-j26-1",
        "label": "990",
        "long": "Steigerwald-Express Bamberg / Hirschaid  -  Frensdorf  -  Ebrach / Schl\u00fcsselfeld",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-991-j26-1",
        "label": "991",
        "long": "Bamberg  -  Ebrach / Schl\u00fcsselfeld  -  Aschbach",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-992-j26-1",
        "label": "992",
        "long": "Buchfeld  -  Schl\u00fcsselfeld  -  Ebrach",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "63-999-j26-1",
        "label": "999",
        "long": "Wasserberndorf  -  Wiesentheid  -  Ebrach",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-210-j26-1",
        "label": "210",
        "long": "RUFBUS Weiher - Kalchreuth - Obersch\u00f6llenbach - Heroldsberg",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-1-j26-1",
        "label": "394.1",
        "long": "Bischofsgr\u00fcn  -  Gefrees  -  Bad Berneck  -  Bayreuth",
        "short": "394.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-2-j26-1",
        "label": "394.2",
        "long": "Bayreuth  -  Weidenberg  -  Warmensteinach  -  Fichtelberg  -  Mehlemeisel",
        "short": "394.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-3-j26-1",
        "label": "394.3",
        "long": "Bayreuth  -  Creu\u00dfen  -  Pegnitz",
        "short": "394.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-4-j26-1",
        "label": "394.4",
        "long": "Bayreuth  - Gesees  -  Haag",
        "short": "394.4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-5-j26-1",
        "label": "394.5",
        "long": "Bayreuth  -  Glash\u00fctten  -  Waischenfeld",
        "short": "394.5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-6-j26-1",
        "label": "394.6",
        "long": "Bayreuth  -  Hollfeld",
        "short": "394.6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-7-j26-1",
        "label": "394.7",
        "long": "Bayreuth  -  Neudrossenfeld",
        "short": "394.7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-8-j26-1",
        "label": "394.8",
        "long": "Rufbus Bayreuth - Emtmannsberg - Seidwitz - Birk",
        "short": "394.8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-394-9-j26-1",
        "label": "394.9",
        "long": "Rufbus Pegnitz",
        "short": "394.9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-395-1-j26-1",
        "label": "395.1",
        "long": "Bad Berneck  - Marktschorgast",
        "short": "395.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-395-2-j26-1",
        "label": "395.2",
        "long": "Bischofsgr\u00fcn  -  Wei\u00dfenstadt  -  Gefrees",
        "short": "395.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-430-j26-1",
        "label": "430",
        "long": "Bedarfsverkehr RUBI Edelsfeld  -  Neukirchen b. S.-R.",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-597-1-j26-1",
        "label": "597.1",
        "long": "Allersberg Ortsteile MOBIL Von den Gemeindeortsteilen nach Allersberg",
        "short": "597.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-597-2-j26-1",
        "label": "597.2",
        "long": "Allersberg Bahnhof MOBIL Aus dem Stadtgebiet Allersberg zum Bahnhof",
        "short": "597.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-601-1-j26-1",
        "label": "601.1",
        "long": "Sperberslohe  -  N\u00fcrnberg Langwasser Mitte",
        "short": "601.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-611-1-j26-1",
        "label": "611.1",
        "long": "Thalm\u00e4ssing MOBIL Thalm\u00e4ssing  -  Ortsteile Thalm\u00e4ssing",
        "short": "611.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-611-2-j26-1",
        "label": "611.2",
        "long": "Greding MOBIL Greding  -  Ortsteile Greding",
        "short": "611.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-620-A-j26-1",
        "label": "A620",
        "long": "Anrufsammeltaxi Heideck",
        "short": "A620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-626-1-j26-1",
        "label": "626.1",
        "long": "Rufbus Georgensgm\u00fcnd Bf. - Georgensgm\u00fcnd Ortsteile",
        "short": "626.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-630-1-j26-1",
        "label": "630.1",
        "long": "Heideck MOBIL",
        "short": "630.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-630-A-j26-1",
        "label": "A630",
        "long": "Anrufsammeltaxi Hilpoltstein",
        "short": "A630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-633-1-j26-1",
        "label": "633.1",
        "long": "Hilpoltstein MOBIL",
        "short": "633.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-635-1-j26-1",
        "label": "635.1",
        "long": "B\u00fcchenbach - Ottersdorf - Neum\u00fchle - Asbach",
        "short": "635.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-642-1-j26-1",
        "label": "642.1",
        "long": "Stadtverkehr Gunzenhausen Rufbus Schnackenm\u00fchle  -  Schlungenhof - Haundorf",
        "short": "642.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-642-2-j26-1",
        "label": "642.2",
        "long": "Stadtverkehr Gunzenhausen Rufbus Westheim - Dittenheim - Nordstetten  -  Aha",
        "short": "642.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-642-3-j26-1",
        "label": "642.3",
        "long": "Stadtverkehr Gunzenhausen Rufbus Cronheim  -  Oberwurmbach - Stetten",
        "short": "642.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-642-4-j26-1",
        "label": "642.4",
        "long": "Stadtverkehr Gunzenhausen Rufbus Unterhambach  -  Wald",
        "short": "642.4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-642-5-j26-1",
        "label": "642.5",
        "long": "Stadtverkehr Gunzenhausen Rufbus Kalbensteinberg - Absberg - Pfofeld -  Unterasbach",
        "short": "642.5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-678-1-j26-1",
        "label": "678.1",
        "long": "Schwabach  -  Penzendorf  -  Neuses",
        "short": "678.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-680-1-j26-1",
        "label": "680.1",
        "long": "Roth  -  Belmbrach  -  Bernlohe  -  Wallesau",
        "short": "680.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-680-2-j26-1",
        "label": "680.2",
        "long": "Roth  -  Hofstetten  -  Birkach und zur\u00fcck",
        "short": "680.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-680-3-j26-1",
        "label": "680.3",
        "long": "Roth  -  Pruppach  -  Meckenlohe  -  Harrlach",
        "short": "680.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-680-4-j26-1",
        "label": "680.4",
        "long": "Roth St\u00e4dtlerstr. - Bahnhof - Sudetenstr.",
        "short": "680.4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-680-5-j26-1",
        "label": "680.5",
        "long": "Roth Bahnhof  -  An der L\u00e4nde",
        "short": "680.5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-693-1-j26-1",
        "label": "693.1",
        "long": "Wei\u00dfenburg  -  Schmalwiesen  -  Hattenhof Emetzheim  -  Kattenhochstatt",
        "short": "693.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-693-2-j26-1",
        "label": "693.2",
        "long": "Wei\u00dfenburg  -   Rothenstein  -  Heuberg",
        "short": "693.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-693-3-j26-1",
        "label": "693.3",
        "long": "Wei\u00dfenburg  -   Niederhofen  -  W\u00fclzburg  -  Oberhochstatt",
        "short": "693.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-693-4-j26-1",
        "label": "693.4",
        "long": "Wei\u00dfenburg  -   Dettenheim  -  Haardt",
        "short": "693.4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-714-j26-1",
        "label": "714",
        "long": "Buchschwabach - Ro\u00dftal - Kleinweismannsdorf / Sichersdorf - Stein Rufbus Ro\u00dftal bzw. Stein",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "65-750-j26-1",
        "label": "750",
        "long": "Bedarfsverkehrslinie Stadt Ansbach",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-1-S-j26-1",
        "label": "7001S",
        "long": "Schnellbus (Schw\u00e4bisch Hall  -)  Saurach  -  Crailsheim",
        "short": "7001S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-10-S-j26-1",
        "label": "7010S",
        "long": "(Langenburg - Gerabronn - Blaufelden - Rot am See -) Crailsheim",
        "short": "7010S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-50-j26-1",
        "label": "7050",
        "long": "Onolzheim  -  Altenm\u00fcnster  -  Crailsheim ZOB  -  Goldbach  -  Westgartshausen",
        "short": "7050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-52-j26-1",
        "label": "7052",
        "long": "Gr\u00f6ningen - Satteldorf - Crailsheim Schulzentrum - Stadtmitte - ZOB / Bahnhof - Altenm\u00fcnster - IG Fl\u00fcgelau - Crailsheim Hirtenwiesen / LMG - (Roter Buck)",
        "short": "7052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-53-N-j26-1",
        "label": "7053N",
        "long": "Ingersheim - Kreuzberg - Stadtmitte - Altenm\u00fcnster - Crailsheim Hirtenwiesen - Roter Buck  -  Sauerbrunnen  -  Stadtmitte  -  Kreuzberg  -  Ingersheim",
        "short": "7053N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-53-j26-1",
        "label": "7053",
        "long": "Ingersheim - Kreuzberg - Stadtmitte - Crailsheim ZOB / Bahnhof - Sauerbrunnen  -  Roter Buck  -  Crailsheim Hirtenwiesen / LMG",
        "short": "7053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-55-B-j26-1",
        "label": "7055B",
        "long": "Crailsheim - Satteldorf - Ellrichshausen - Bronnholzheim - Gr\u00f6ningen  -  Satteldorf  -  Crailsheim",
        "short": "7055B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-55-R-j26-1",
        "label": "7055R",
        "long": "Crailsheim  -  Satteldorf  -  Ellrichshausen  -  Gr\u00f6ningen  - (Wallhausen  -  Michelbach/L\u00fccke  -    Brettheim  -  Rot am See)",
        "short": "7055R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-55-j26-1",
        "label": "7055",
        "long": "Crailsheim - Satteldorf (- Wallhausen - Michelbach/L. - Brettheim)",
        "short": "7055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-56-j26-1",
        "label": "7056",
        "long": "(Schnelldorf   -)  Ellrichshausen  -  Crailsheim",
        "short": "7056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-58-R-j26-1",
        "label": "7058R",
        "long": "Crailsheim  -  Goldbach  (-  Waldtann  -  Marktlustenau  - Mari\u00e4kappel  -  Beuerlbach  -)  Crailsheim",
        "short": "7058R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-58-j26-1",
        "label": "7058",
        "long": "Ringverkehr Crailsheim  (-  Waldtann  -  Mari\u00e4kappel  -  Marktlustenau  -)  Crailsheim",
        "short": "7058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-59-R-j26-1",
        "label": "7059R",
        "long": "Crailsheim  -  Wittau  -  Westgartshausen  (-  Wildenstein  - Matzenbach  -  Unterdeufstetten  -  Neust\u00e4dtlein -  Dinkelsb\u00fchl)",
        "short": "7059R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-59-j26-1",
        "label": "7059",
        "long": "Crailsheim  (-  Fichtenau  -  Dinkelsb\u00fchl)",
        "short": "7059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-60-R-j26-1",
        "label": "7060R",
        "long": "Crailsheim  -  Jagstheim  (-  Stimpfach  -  Rechenberg)",
        "short": "7060R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-60-j26-1",
        "label": "7060",
        "long": "Ringverkehr Crailsheim - Alexandersreuth (- Stimpfach) - Alexandersreuth - Crailsheim",
        "short": "7060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-61-A-j26-1",
        "label": "7061A",
        "long": "Crailsheim LSS  -  Ingersheim Schule  -  Jagstheim Schule  -  Westgartshausen  -  Lohr",
        "short": "7061A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-61-j26-1",
        "label": "7061",
        "long": "Crailsheim   (-   Frankenhardt-Honhardt   -   Rosenberg  -  Stimpfach)",
        "short": "7061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-62-D-j26-1",
        "label": "7062D",
        "long": "Crailsheim Eichendorff-Schule   -   Altenm\u00fcnster   -   Onolzheim Schule",
        "short": "7062D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-62-R-j26-1",
        "label": "7062R",
        "long": "Crailsheim  -  Onolzheim  (-  Gr\u00fcndelhardt  -  Honhardt)",
        "short": "7062R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-62-j26-1",
        "label": "7062",
        "long": "Crailsheim   -   Onolzheim   (-   Gr\u00fcndelhardt   -   Obersontheim)",
        "short": "7062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-63-j26-1",
        "label": "7063",
        "long": "RINGVERKEHR   Crailsheim  -  Sch\u00fcttberg  (-  W\u00e4ldershub  -  Bergbronn  -)  Crailsheim",
        "short": "7063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-64-R-j26-1",
        "label": "7064R",
        "long": "Crailsheim  -  Triensbach  -  Erkenbrechtshausen",
        "short": "7064R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-64-j26-1",
        "label": "7064",
        "long": "Crailsheim  -  Tiefenbach  (-  Kirchberg (Jagst)  -  Kbg./ Lendsiedel)",
        "short": "7064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-65-R-j26-1",
        "label": "7065RN",
        "long": "Crailsheim - Satteldorf (- Gr\u00f6ningen -  Wallhausen - Michelbach/L. - Rot am See - Brettheim -  Blaufelden -  Schrozberg)",
        "short": "7065RN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-65-j26-1",
        "label": "7065",
        "long": "Crailsheim  (-  Rot am See  -  Blaufelden  -  Schrozberg)",
        "short": "7065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-66-A-j26-1",
        "label": "7066A",
        "long": "Crailsheim - Ro\u00dffeld (- Hagenhof -  (Maulach) - \u00d6lhaus)",
        "short": "7066A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-66-R-j26-1",
        "label": "7066RN",
        "long": "Crailsheim - Ro\u00dffeld (- Gro\u00dfallmerspann -  Ilshofen - Eckartshausen (Bf) - Oberaspach - Obersteinach - D\u00fcnsbach)",
        "short": "7066RN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-66-j26-1",
        "label": "7066",
        "long": "Crailsheim  (-  Eckartshausen  -  Ilshofen  -  Gerabronn)",
        "short": "7066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-67-j26-1",
        "label": "7067",
        "long": "(Ellwangen  -  Jagstzell  -  Stimpfach  -)  Crailsheim",
        "short": "7067",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-72-R-j26-1",
        "label": "7072R",
        "long": "(Gerabronn  -  Weckelweiler  -  Kirchberg  -)  Crailsheim",
        "short": "7072R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "67-88-C-j26-1",
        "label": "7088C",
        "long": "BusErg\u00e4nzungsVerkehr Tauberbahn  -  Bereich S\u00fcd Crailsheim - Satteldorf (- Wallhausen - Rot a.S. - Blaufelden - Schrozberg)",
        "short": "7088C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-300-j26-1",
        "label": "300 (VGN 8300)",
        "long": "Stadtverkehr Kitzingen Anrufsammeltaxi Kitzingen und Ortsteile",
        "short": "300 (VGN 8300)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-305-j26-1",
        "label": "305 (VGN 8305)",
        "long": "Escherndorf  -  Volkach",
        "short": "305 (VGN 8305)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-306-j26-1",
        "label": "306 (VGN 8306)",
        "long": "Volkach  -  Wiesentheid",
        "short": "306 (VGN 8306)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-308-j26-1",
        "label": "308 (VGN 8308)",
        "long": "Dettelbach Bahnhof  -  Rathaus  -  Nordheim  -",
        "short": "308 (VGN 8308)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-309-j26-1",
        "label": "309 (VGN 8309)",
        "long": "Wiesentheid  -  Geiselwind  -  Wiesentheid",
        "short": "309 (VGN 8309)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-311-j26-1",
        "label": "311 (VGN 8311)",
        "long": "Kitzingen  -  R\u00f6delsee  -  Wiesentheid",
        "short": "311 (VGN 8311)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-312-j26-1",
        "label": "312 (VGN 8312)",
        "long": "Kitzingen  -  Marktsteft  -  Marktbreit",
        "short": "312 (VGN 8312)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-314-j26-1",
        "label": "314 (VGN 8314)",
        "long": "Bimbach  -  Geesdorf",
        "short": "314 (VGN 8314)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-315-j26-1",
        "label": "315 (VGN 8315)",
        "long": "Castell  -  M\u00fcnsterschwarzach  -  Dettelbach",
        "short": "315 (VGN 8315)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-316-j26-1",
        "label": "316 (VGN 8316)",
        "long": "Neusetz  -  Dettelbach",
        "short": "316 (VGN 8316)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-317-j26-1",
        "label": "317 (VGN 8317)",
        "long": "Wiesentheid - Prichsenstadt - J\u00e4rkendorf",
        "short": "317 (VGN 8317)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-320-j26-1",
        "label": "320 (VGN 8320)",
        "long": "Kitzingen  -  Gro\u00dflangheim  -  Wiesentheid",
        "short": "320 (VGN 8320)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "68-321-j26-1",
        "label": "321 (VGN 8321)",
        "long": "Kitzingen Bahnhof  -  Innopark  -  Kitzingen Bahnhof",
        "short": "321 (VGN 8321)",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-301-j26-1",
        "label": "1301",
        "long": "Kulmbach ZOB - Blaich - Klinikum - Ziegelh\u00fctten - ZOB / Kulmbach ZOB - Ziegelh\u00fctten - Klinikum - Blaich - ZOB",
        "short": "1301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-302-j26-1",
        "label": "1302",
        "long": "Kulmbach ZOB - Siedlung - Forstlahm - Realschule - Weiher - ZOB / Kulmbach ZOB - Weiher - Realschule - Forstlahm - Siedlung - ZOB",
        "short": "1302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-303-j26-1",
        "label": "1303",
        "long": "Kulmbach ZOB - Petzmannsberg - Burghaig - Neuseidenhof - ZOB",
        "short": "1303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-304-j26-1",
        "label": "1304",
        "long": "Kulmbach ZOB  -  Landratsamt  -  Goldenes Feld  -  Weidenleite  -  Brenkstra\u00dfe  -  Friedhof  -  ZOB",
        "short": "1304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-305-j26-1",
        "label": "1305",
        "long": "Kulmbach ZOB - Klostergasse - Plassenburg - H\u00f6lle - Plassenburg - Stadthalle - ZOB",
        "short": "1305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-305-j26-2",
        "label": "1305",
        "long": "Kulmbach ZOB - Klostergasse - Plassenburg - H\u00f6lle - Plassenburg - Stadthalle - ZOB",
        "short": "1305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-310-j26-1",
        "label": "1310",
        "long": "Kulmbus: ZOB - Klinikum - Ziegelh\u00fctten - Burghaig / Neuseidenhof - Forstlahm - Weiher - ZOB",
        "short": "1310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-322-j26-1",
        "label": "1322",
        "long": "Kulmbach - Mainleus - Buchau - Peesten - Mainleus - Kulmbach",
        "short": "1322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-323-j26-1",
        "label": "1323",
        "long": "Kulmbach - Mainleus - Schimmendorf - Kirchleus",
        "short": "1323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-324-j26-1",
        "label": "1324",
        "long": "Rufbus Kulmbach - Rothwind - Kirchleus - Kulmbach",
        "short": "1324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-325-j26-1",
        "label": "1325",
        "long": "Rufbus Kulmbach - Oberdornlach - Lehenthal - Oberpurbach - Kulmbach",
        "short": "1325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-330-j26-1",
        "label": "1330",
        "long": "Rufbus Kulmbach - Lehenthal - Presseck",
        "short": "1330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-331-j26-1",
        "label": "1331",
        "long": "Kulmbach - Grafendobrach - Stadtsteinach - Rugendorf / Losau",
        "short": "1331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-332-j26-1",
        "label": "1332",
        "long": "Kulmbach - Stadtsteinach - Presseck - Bad Steben",
        "short": "1332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-333-j26-1",
        "label": "1333",
        "long": "Kulmbach - Helmbrechts - M\u00fcnchberg",
        "short": "1333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-334-j26-1",
        "label": "1334",
        "long": "Rufbus Untersteinach - Stadtsteinach",
        "short": "1334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-335-j26-1",
        "label": "1335",
        "long": "Rufbus Presseck - Helmbrechts - Stadtsteinach",
        "short": "1335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-336-j26-1",
        "label": "1336",
        "long": "Rufbus Kulmbach - Marktleugast - Eppenreuth",
        "short": "1336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-337-j26-1",
        "label": "1337",
        "long": "Kulmbach - Kupferberg - Guttenberg - Helmbrechts",
        "short": "1337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-338-j26-1",
        "label": "1338",
        "long": "Kulmbach - Wirsberg - Bad Berneck (-Bischofsgr\u00fcn)",
        "short": "1338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-339-j26-1",
        "label": "1339",
        "long": "Cottenau - Wirsberg - Neuenmarkt -Trebgast - Himmelkron",
        "short": "1339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-340-j26-1",
        "label": "1340",
        "long": "Kulmbach - Trebgast - Neudrossenfeld - Pechgraben",
        "short": "1340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-367-j26-1",
        "label": "1367",
        "long": "Marienweiher  -  Stadtsteinach  -  Wirsberg  -  Gefrees",
        "short": "1367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-378-j26-1",
        "label": "1378",
        "long": "Kulmbach - Kirchleus - Wei\u00dfenbrunn - Kronach",
        "short": "1378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-379-j26-1",
        "label": "1379",
        "long": "Neudrossenfeld - Kasendorf",
        "short": "1379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-380-j26-1",
        "label": "1380",
        "long": "Kulmbach - Neuenreuth",
        "short": "1380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-381-j26-1",
        "label": "1381",
        "long": "Rufbus: Kulmbach - Windischeinhaig - Oberzettlitz- Thurnau / Neuenreuth",
        "short": "1381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-382-j26-1",
        "label": "1382",
        "long": "Rufbus: Kasendorf - Wonsees - Sanspareil",
        "short": "1382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-401-j26-1",
        "label": "1401",
        "long": "Bertelsdorf - Neuses - Bahnhof ZOB - Stadtmitte - Klinikum - Ketschendorf - Creidlitz - Niederf\u00fcllbach",
        "short": "1401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-402-j26-1",
        "label": "1402",
        "long": "W\u00fcstenahorn - Am \u00d6lberg - Bahnhof ZOB - Stadtmitte - Neustadter Stra\u00dfe - Lauterer H\u00f6he - Oberlauter",
        "short": "1402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-403-j26-1",
        "label": "1403",
        "long": "S\u00e4ndleinweg - Scheuerfelder Stra\u00dfe - Bahnhof ZOB - Stadtmitte - Aquaria - Cortendorf - D\u00f6rfles-Esbach (- R\u00f6dental Bhf)",
        "short": "1403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-404-j26-1",
        "label": "1404",
        "long": "Stadtmitte - Ahorn - Schorkendorf - Eicha - Witzmannsberg - Wohlbach - Ahorn - Bahnhof ZOB - Stadtmitte",
        "short": "1404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-405-j26-1",
        "label": "1405",
        "long": "Beiersdorf - Neuses - Th\u00fcringer Viertel - Bahnhof ZOB - Stadtmitte - Friedhof - Pilgramsroth - L\u00f6belstein - Veste",
        "short": "1405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-406-j26-1",
        "label": "1406",
        "long": "Heimatring - Falkenegg - Bahnhof ZOB - Stadtmitte - Hirschfeld-Ring - Neue Heimat - Klinikum - G\u00fcterbahnhof - Stadtmitte - Bahnhof ZOB - Heimatring",
        "short": "1406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-407-j26-1",
        "label": "1407",
        "long": "Scheuerfeld - Th\u00fcringer Viertel - Bahnhof ZOB - Stadtmitte - Friedhof - Seidmannsdorf - Neershof",
        "short": "1407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-408-j26-1",
        "label": "1408",
        "long": "Rufbus: Landestheater - Hofgarten/Naturmuseum - Festungsstra\u00dfe - Blaue Kehre - Landestheater",
        "short": "1408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-410-j26-1",
        "label": "1410",
        "long": "Lauterer H\u00f6he - Bertelsdorfer H\u00f6he - Bahnhof - Stadtmitte - Klinikum - Ketschendorf - Pelzh\u00fcgel - Creidlitz",
        "short": "1410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-416-j26-1",
        "label": "1416",
        "long": "Heimatring - Falkenegg - Bahnhof ZOB - Stadtmitte - G\u00fcterbahnhof - Klinikum - Neue Heimat - Hirschfeld-Ring - Stadtmitte - Bahnhof ZOB - Heimatring",
        "short": "1416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-421-j26-1",
        "label": "1421",
        "long": "Am Heiligersgrund - Gustav-Hirschfeld-Ring",
        "short": "1421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-422-j26-1",
        "label": "1422",
        "long": "Niederf\u00fcllbach - Th\u00fcringer Stra\u00dfe",
        "short": "1422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-423-j26-1",
        "label": "1423",
        "long": "D\u00f6rfles-Esbach - Th\u00fcringer Str.  / Scheuerfeld b. Coburg Fried.-Lutter-Str. - Gustav-Hirschfeld-Ring",
        "short": "1423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-424-j26-1",
        "label": "1424",
        "long": "Unterlauter - Gustav-Hirschfeld-Ring",
        "short": "1424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-425-j26-1",
        "label": "1425",
        "long": "Beiersdorf - Gustav-Hirschfeld-Ring",
        "short": "1425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-426-j26-1",
        "label": "1426",
        "long": "Witzmannsberg - Gustav-Hirschfeld-Ring",
        "short": "1426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-427-j26-1",
        "label": "1427",
        "long": "Schlo\u00df Callenberg - Ahorn",
        "short": "1427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-428-j26-1",
        "label": "1428",
        "long": "Oberlauter - Th\u00fcringer Str.",
        "short": "1428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-429-j26-1",
        "label": "1429",
        "long": "Bahnhof ZOB - Cortendorf Mitte",
        "short": "1429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-430-j26-1",
        "label": "1430",
        "long": "Neershof - Th\u00fcringer Stra\u00dfe",
        "short": "1430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-431-j26-1",
        "label": "1431",
        "long": "S\u00e4ndleinweg - Cortendorf Mitte - Theaterplatz",
        "short": "1431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-433-j26-1",
        "label": "1433",
        "long": "Cortendorf Mitte - Bahnhof ZOB",
        "short": "1433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-434-j26-1",
        "label": "1434",
        "long": "Cortendorf Mitte - Theaterplatz",
        "short": "1434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-435-j26-1",
        "label": "1435",
        "long": "Coburg Bahnhof ZOB - Theaterplatz - Schaumberger Schule",
        "short": "1435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-437-j26-1",
        "label": "1437",
        "long": "Friedhof - Oberlauter",
        "short": "1437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-438-j26-1",
        "label": "1438",
        "long": "Bahnhof ZOB - Ahorn Molkenrasen",
        "short": "1438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-451-1-j26-1",
        "label": "1451.1",
        "long": "Rufbus: Dietersdorf\u00a0- Autenhausen - Oberelldorf - Heiligersdorf - Se\u00dflach",
        "short": "1451.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-451-j26-1",
        "label": "1451",
        "long": "Coburg  -  Weitramsdorf  -  Se\u00dflach",
        "short": "1451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-451-j26-2",
        "label": "1451",
        "long": "Coburg  -  Weitramsdorf  -  Se\u00dflach",
        "short": "1451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-452-j26-1",
        "label": "1452",
        "long": "Coburg  -  Neustadt (Coburg)  -  (Sonneberg)",
        "short": "1452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-454-1-j26-1",
        "label": "1454.1",
        "long": "Rufbus Neustadt  -  Ebersdorf (Cob.)",
        "short": "1454.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-454-2-j26-1",
        "label": "1454.2",
        "long": "Rufbus: Grub am Forst",
        "short": "1454.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-454-j26-2",
        "label": "1454",
        "long": "Coburg  -  Ebersdorf  -  Mitwitz  -  Kronach",
        "short": "1454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-465-1-j26-1",
        "label": "1465.1",
        "long": "Rufbus Raum Bad Rodach",
        "short": "1465.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-465-j26-1",
        "label": "1465",
        "long": "Coburg  -  Ahlstadt  -  Bad Rodach",
        "short": "1465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-467-j26-1",
        "label": "1467",
        "long": "Coburg  -  Gestungshausen  -  Sonnefeld",
        "short": "1467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-468-j26-1",
        "label": "1468",
        "long": "(Coburg)  -  D\u00f6rfles-Esbach  -  Oberlauter  -  Rottenbach",
        "short": "1468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-468-j26-2",
        "label": "1468",
        "long": "(Coburg)  -  D\u00f6rfles-Esbach  -  Oberlauter  -  Rottenbach",
        "short": "1468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-469-1-j26-1",
        "label": "1469.1",
        "long": "Rufbus Raum Gro\u00dfheirath - Itzgrund",
        "short": "1469.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-469-2-j26-1",
        "label": "1469.2",
        "long": "Rufbus Raum Untersiemau",
        "short": "1469.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-469-3-j26-1",
        "label": "1469.3",
        "long": "Rufbus Gemeinde Itzgrund",
        "short": "1469.3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-469-j26-1",
        "label": "1469",
        "long": "Coburg  -  Untersiemau  -  Lichtenfels  /  Itzgrund",
        "short": "1469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-475-j26-1",
        "label": "1475",
        "long": "R\u00f6dental - Neustadt (Coburg)",
        "short": "1475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-478-j26-1",
        "label": "1478",
        "long": "Steinach  -  Mitwitz  -  Neustadt (Coburg)",
        "short": "1478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-479-j26-1",
        "label": "1479",
        "long": "Weidhausen  -  Sonnefeld  -  Neustadt (Coburg)",
        "short": "1479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-481-j26-1",
        "label": "1481",
        "long": "R\u00f6dental Stadtzentrum  -  Bahnhof  -  Spittelstein  -  Blumenrod  - Thierach - Kipfendorf  -  Rothenhof  -  Einberg  -  M\u00f6nchr\u00f6den  -  Waldsachsen  -  Oeslau",
        "short": "1481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-482-j26-1",
        "label": "1482",
        "long": "Stadtbus R\u00f6dental: Bahnhof - Froschgrund - Stadtzentrum - Oeslau - Rosenau - Einberg",
        "short": "1482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-501-j26-1",
        "label": "1501",
        "long": "Lindenb\u00fchl - Alsenberg - Sonnenplatz - Berliner Platz - Heideweg",
        "short": "1501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-502-j26-1",
        "label": "1502",
        "long": "Vogelherd - Berliner Platz - Sonnenplatz- A.-Mohl-Str. - Anspann/Klinikum - Kr\u00f6tenhof",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-503-j26-1",
        "label": "1503",
        "long": "Zoo - Rathaus - Sonnenplatz - A.-Mohl-Str. - Anspann/Klinikum - Kr\u00f6tenhof",
        "short": "1503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-504-j26-1",
        "label": "1504",
        "long": "Studentenberg  -  Rathaus  -  Sonnenplatz  - Alsenberg  -  Kolpingsh\u00f6he  -  Moschendorf",
        "short": "1504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-505-j26-1",
        "label": "1505",
        "long": "Hochschule - Max-Blumtritt-Heim - Sonnenplatz - Liebigstra\u00dfe - Hauptbahnhof",
        "short": "1505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-506-j26-1",
        "label": "1506",
        "long": "Hochschule - Rathaus - Sonnenplatz - Rekkenzeplatz - Hauptbahnhof",
        "short": "1506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-507-j26-1",
        "label": "1507",
        "long": "Hochschule - NVZ - Breslaustr. - Sonnenplatz - Liebigstr. - Hauptbahnhof - Alsenberger Str.",
        "short": "1507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-508-j26-1",
        "label": "1508",
        "long": "Lindenb\u00fchl  -  Sonnenplatz  -  Breslaustra\u00dfe  -  Leimitz",
        "short": "1508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-509-j26-1",
        "label": "1509",
        "long": "J\u00e4gersruh  -  Wartturmweg  -  Sonnenplatz  -  Heimst\u00e4tten",
        "short": "1509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-510-j26-1",
        "label": "1510",
        "long": "Leimitz - NVZ - Breslaustr. - HofBad - Sonnenplatz - August-Mohl-Str. - Kr\u00f6tenhof",
        "short": "1510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-511-j26-1",
        "label": "1511",
        "long": "Hauptbahnhof  -  Sonnenplatz  -  Theater  -  Lutherstra\u00dfe  -  Unterkotzau",
        "short": "1511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-512-j26-1",
        "label": "1512",
        "long": "W\u00f6lbattendorf - Berliner Platz - Sonnenplatz - Rathaus - Schlo\u00dfweg",
        "short": "1512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-513-j26-1",
        "label": "1513",
        "long": "Sonnenplatz - Rathaus - Schlo\u00dfweg - Studentenberg - Zoo - Sonnenplatz",
        "short": "1513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-514-j26-1",
        "label": "1514",
        "long": "Sp\u00e4tverkehr Sonnenpl. - Untreusee - Moschendorf - Kolpingsh\u00f6he - Hof Hbf - Sonnenpl.",
        "short": "1514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-515-j26-1",
        "label": "1515",
        "long": "Sp\u00e4tverkehr Sonnenpl. - Hochschule - Breslaustr. -  Hof Hbf - Sonnenpl.",
        "short": "1515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-516-j26-1",
        "label": "1516",
        "long": "Sp\u00e4tverkehr Sonnenpl. - Ziegelacker - Unterkotzau - Vogelherd - Theater - Sonnenpl.",
        "short": "1516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-517-j26-1",
        "label": "1517",
        "long": "Sp\u00e4tverkehr Sonnenpl. - Anspann/Klinikum - Kr\u00f6tenhof - Anspann/Klinikum - Sonnenpl.",
        "short": "1517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-518-j26-1",
        "label": "1518",
        "long": "Sp\u00e4tverkehr Hof Hbf - Hochschule - Hof Hbf",
        "short": "1518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-522-E-j26-1",
        "label": "15E2",
        "long": "Sonnenplatz - M\u00fcnsterschule - S\u00fcdring - M\u00fcnsterschule - Schulzentrum - Luitpoldstr. - Sonnenplatz",
        "short": "15E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-523-E-j26-1",
        "label": "15E3",
        "long": "Heideweg - Joditzer Weg - Sonnenplatz - Schulzentrum",
        "short": "15E3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-524-E-j26-1",
        "label": "15E4",
        "long": "Moschendorf - Schulzentrum - Sonnenplatz - Kolpingsh\u00f6he - S\u00fcdring",
        "short": "15E4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-526-E-j26-1",
        "label": "15E6",
        "long": "Studentenberg - Sonnenplatz - M\u00fcnsterschule - S\u00fcdring - Kolpingsh\u00f6he",
        "short": "15E6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-527-E-j26-1",
        "label": "15E7",
        "long": "J\u00e4gersruh - D\u00f6berlitzer Str. - HofBad - Schulzentrum - S\u00fcdring",
        "short": "15E7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-528-E-j26-1",
        "label": "15E8",
        "long": "Sonnenplatz - Hof Hbf - Schulzentrum - Joditzer Weg",
        "short": "15E8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-529-E-j26-1",
        "label": "15E9",
        "long": "Hof Hbf - Sonnenplatz - Schulzentrum",
        "short": "15E9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-531-E-j26-1",
        "label": "15E11",
        "long": "S\u00fcdring - M\u00fcnsterschule - Hof Hbf - Sonnenplatz",
        "short": "15E11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-532-E-j26-1",
        "label": "15E12",
        "long": "Schulzentrum - Suedring - Sonnenplatz",
        "short": "15E12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-533-E-j26-1",
        "label": "15E13",
        "long": "Schulzentrum  -  S\u00fcdring  -  Sonnenplatz",
        "short": "15E13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-535-E-j26-1",
        "label": "15E15",
        "long": "Schulzentrum - Sonnenplatz - Lessingstr. - Haidt",
        "short": "15E15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-537-E-j26-1",
        "label": "15E17",
        "long": "Lessingstr. - J\u00e4gerzeile - Max-Blumtritt-Heim - Hochschule",
        "short": "15E17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-538-E-j26-1",
        "label": "15E18",
        "long": "Schulzentrum - Sonnenplatz - Hof Hbf - Luitpoldstr. - Osseck",
        "short": "15E18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-539-E-j26-1",
        "label": "15E19",
        "long": "S\u00fcdring - M\u00fcnsterschule - Hof Hbf - Sonnenplatz",
        "short": "15E19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-540-E-j26-1",
        "label": "15E20",
        "long": "Kolpingsh\u00f6he - Hof Hbf - Sonnenplatz",
        "short": "15E20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-541-E-j26-1",
        "label": "15E21",
        "long": "Schulzentrum - Sonnenplatz - Hof Hbf",
        "short": "15E21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-542-V-j26-1",
        "label": "15V22",
        "long": "Hochschule  -  Verwaltungshochschule  -  Hof Hbf",
        "short": "15V22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-545-j26-1",
        "label": "1545",
        "long": "Bayreuth  -  Bad Berneck  -  M\u00fcnchberg  -  Hof ( Saale )",
        "short": "1545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-546-j26-1",
        "label": "1546",
        "long": "Hof - Tauperlitz - D\u00f6hlau - Rehau",
        "short": "1546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-547-j26-1",
        "label": "1547",
        "long": "Hof - Konradsreuth - Leupoldsgr\u00fcn - Helmbrechts",
        "short": "1547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-548-j26-1",
        "label": "1548",
        "long": "Hof - Schlegel - Rodesgr\u00fcn - Naila",
        "short": "1548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-551-j26-1",
        "label": "1551",
        "long": "Hof - Schwarzenbach (Saale) - Kirchenlamitz - Marktredwitz",
        "short": "1551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-552-j26-1",
        "label": "1552",
        "long": "Bedarfsverkehrslinie Hof - Culmitz - Schwarzenbach a.W. - Schwarzenstein",
        "short": "1552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-554-j26-1",
        "label": "1554",
        "long": "Hof - D\u00f6hlau - Tauperlitz - Hof (Ringverkehr)",
        "short": "1554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-555-j26-1",
        "label": "1555",
        "long": "RADLERBUS - Seen- und Fichtelgebirgslinie Hof - Bad Wei\u00dfenstadt - Bad Steben",
        "short": "1555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-556-j26-1",
        "label": "1556",
        "long": "Hof - Berg - Issigau - Lichtenberg - Bad Steben - Nordhalben",
        "short": "1556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-559-j26-1",
        "label": "1559",
        "long": "RADLERBUS - T\u00e4lerlinie Hof - Bad Steben - Kronach",
        "short": "1559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-561-j26-1",
        "label": "1561",
        "long": "Hof - Rehau - (Selb-Thiersheim-Marktredwitz)",
        "short": "1561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-562-j26-1",
        "label": "1562",
        "long": "Hof - Feilitzsch - Grobau/Zedtwitz - T\u00f6pen",
        "short": "1562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-564-j26-1",
        "label": "1564",
        "long": "Hof - Tiefengr\u00fcn - Rudolphstein - Eisenb\u00fchl - Berg",
        "short": "1564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-566-G-j26-1",
        "label": "1566",
        "long": "Schleiz - Gefell - T\u00f6pen - Hof ( Saale )",
        "short": "1566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-567-j26-1",
        "label": "1567",
        "long": "Schlo\u00dfgattendorf - Neugattendorf - Hof (Saale)",
        "short": "1567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-568-j26-1",
        "label": "1568",
        "long": "Naila - Selbitz - Schauenstein - Helmbrechts - M\u00fcnchberg",
        "short": "1568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-572-j26-1",
        "label": "1572",
        "long": "M\u00fcnchberg - Marktleugast - Helmbrechts",
        "short": "1572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-573-j26-1",
        "label": "1573",
        "long": "Gefrees - Streitau - Stammbach - M\u00fcnchberg",
        "short": "1573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-574-j26-1",
        "label": "1574",
        "long": "Gefrees - Zell (Oberfranken) - M\u00fcnchberg",
        "short": "1574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-576-j26-1",
        "label": "1576",
        "long": "Wei\u00dfenstadt \u2212 Sparneck \u2212 M\u00fcnchberg",
        "short": "1576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-577-j26-1",
        "label": "1577",
        "long": "Rehau - Schwarzenbach(Saale) - M\u00fcnchberg",
        "short": "1577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-578-j26-1",
        "label": "1578",
        "long": "Rehau  -  Regnitzlosau  -  Gattendorf  -  J\u00e4gersruh  -  Hof",
        "short": "1578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-581-j26-1",
        "label": "1581",
        "long": "Fa\u00dfmannsreuth - Rehau",
        "short": "1581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-582-j26-1",
        "label": "1582",
        "long": "Neuhausen -  Eulenhammer - Rehau - Selb",
        "short": "1582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-583-j26-1",
        "label": "1583",
        "long": "Rehau  -  Neuhausen",
        "short": "1583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-585-j26-1",
        "label": "1585",
        "long": "Naila - Bad Steben - Blechschmidtenhammer (- Blankenstein)",
        "short": "1585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-586-j26-1",
        "label": "1586",
        "long": "Selbitz - Naila - Schwarzenbach - Bernstein a. Wald",
        "short": "1586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-587-j26-1",
        "label": "1587",
        "long": "Geroldsgr\u00fcn - Langenbach - Bad Steben - Naila",
        "short": "1587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-588-j26-1",
        "label": "1588",
        "long": "Joditz - Lamitz - Gottsmannsgr\u00fcn - Berg - Naila",
        "short": "1588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-591-j26-1",
        "label": "1591",
        "long": "Naila - Issigau - Blechschmidtenhammer - Lichtenberg - Naila",
        "short": "1591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-593-j26-1",
        "label": "1593",
        "long": "D\u00fcrrenwaiderhammer - Bad Steben - Issigau - Berg",
        "short": "1593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-601-j26-1",
        "label": "1601",
        "long": "Citybus Kronach: Bahnhof - Industriestra\u00dfe - Crana Mare - Kaiserhof - Bahnhof",
        "short": "1601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-602-j26-1",
        "label": "1602",
        "long": "Campuslinie: Kronach - Friedrichsburg - Neuenreuth - Thonberg - Wei\u00dfenbrunn",
        "short": "1602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-603-j26-1",
        "label": "1603",
        "long": "Kronach - Neuses - K\u00fcps - Schm\u00f6lz - Neuses - Kronach",
        "short": "1603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-606-j26-1",
        "label": "1606",
        "long": "Tettau - Kleintettau - Buchbach - Windheim - Hirschfeld - Steinbach a.W. / Pressig",
        "short": "1606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-606-j26-4",
        "label": "1606",
        "long": "Tettau - Kleintettau - Buchbach - Windheim - Hirschfeld - Steinbach a.W. / Pressig",
        "short": "1606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-607-j26-1",
        "label": "1607",
        "long": "Tschirn - Teuschnitz - Reichenbach - Teuschnitz - Marienroth - Pressig",
        "short": "1607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-608-j26-1",
        "label": "1608",
        "long": "Kronach - Steinberg - Wilhelmsthal - Tschirn - Teuschnitz",
        "short": "1608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-609-j26-1",
        "label": "1609",
        "long": "Bad Steben - Nordhalben - Steinwiesen - Wallenfels - Marktrodach - Kronach",
        "short": "1609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-611-j26-1",
        "label": "1611",
        "long": "Kronach Stadtgebiet - Neuses und zur\u00fcck",
        "short": "1611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-612-j26-1",
        "label": "1612",
        "long": "Citybus Kronach: Bahnhof - Karl-Br\u00f6ger-Str. - Crana Mare - Ruppenweg - Bahnhof",
        "short": "1612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-631-j26-3",
        "label": "1631",
        "long": "Tiefenklein - K\u00fcps - Schm\u00f6lz - Kronach",
        "short": "1631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-632-j26-1",
        "label": "1632",
        "long": "G\u00f6ssersdorf - Wei\u00dfenbrunn - Hummendorf - K\u00fcps / Kronach",
        "short": "1632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-641-j26-1",
        "label": "1641",
        "long": "Ebersdorf (Cob.) - Mitwitz - Geh\u00fclz - Kronach",
        "short": "1641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-641-j26-3",
        "label": "1641",
        "long": "Ebersdorf (Cob.) - Mitwitz - Geh\u00fclz - Kronach",
        "short": "1641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-651-j26-1",
        "label": "1651",
        "long": "Kronach - Dobersgrund - Seelach - Geh\u00fclz - Ziegelanger - Kronach",
        "short": "1651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-652-j26-1",
        "label": "1652",
        "long": "G\u00f6ssersdorf - Fischbach - Vogtendorf - Kronach",
        "short": "1652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-653-j26-1",
        "label": "1653",
        "long": "Neukenroth / Burggrub - Stockheim - Reitsch - Pressig",
        "short": "1653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-654-j26-1",
        "label": "1654",
        "long": "Burggrub / Neukenroth - Gundelsdorf - Kronach",
        "short": "1654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-654-j26-3",
        "label": "1654",
        "long": "Burggrub / Neukenroth - Gundelsdorf - Kronach",
        "short": "1654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-661-j26-1",
        "label": "1661",
        "long": "Werksverkehr Ludwigsstadt - Tettau und zur\u00fcck",
        "short": "1661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-661-j26-3",
        "label": "1661",
        "long": "Werksverkehr Ludwigsstadt - Tettau und zur\u00fcck",
        "short": "1661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-661-j26-4",
        "label": "1661",
        "long": "Werksverkehr Ludwigsstadt - Tettau und zur\u00fcck",
        "short": "1661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-662-j26-1",
        "label": "1662",
        "long": "Werksverkehr Teuschnitz - Tettau und zur\u00fcck",
        "short": "1662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-662-j26-3",
        "label": "1662",
        "long": "Werksverkehr Teuschnitz - Tettau und zur\u00fcck",
        "short": "1662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-671-j26-1",
        "label": "1671",
        "long": "Lauenhain - Steinbach a.W. - Windheim - Pressig",
        "short": "1671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-671-j26-4",
        "label": "1671",
        "long": "Lauenhain - Steinbach a.W. - Windheim - Pressig",
        "short": "1671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-672-j26-1",
        "label": "1672",
        "long": "Lauenstein - Ebersdorf - Ludwigsstadt - Steinbach a.W. - Windheim",
        "short": "1672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-672-j26-4",
        "label": "1672",
        "long": "Lauenstein - Ebersdorf - Ludwigsstadt - Steinbach a.W. - Windheim",
        "short": "1672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-673-j26-1",
        "label": "1673",
        "long": "Rothenkirchen - Pressig - Welitsch - Eila - Gr\u00f6ssau - Posseck",
        "short": "1673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-681-j26-1",
        "label": "1681",
        "long": "Tschirn / Possek - Wilhelmsthal - Steinberg - Kronach",
        "short": "1681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-691-j26-1",
        "label": "1691",
        "long": "Wolfersgr\u00fcn - Wallenfels - Marktrodach - Kronach",
        "short": "1691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-692-j26-1",
        "label": "1692",
        "long": "Marktrodach - Stadtsteinach",
        "short": "1692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-693-j26-1",
        "label": "1693",
        "long": "Zeyern - Seibelsdorf - Gro\u00dfvichtach - Marktrodach - Kronach",
        "short": "1693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-694-j26-1",
        "label": "1694",
        "long": "Nurn - Birnbaum - Neufang - Steinwiesen / Kronach",
        "short": "1694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-700-j26-1",
        "label": "1700",
        "long": "Expressbus 'FICHTEL-FLITZER' Selb  -  Marktredwitz  -  Mitterteich",
        "short": "1700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-701-j26-1",
        "label": "1701",
        "long": "Selb - Thiersheim - Marktredwitz",
        "short": "1701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-702-j26-1",
        "label": "1702",
        "long": "Schirnding - Arzberg - Thiersheim - Holenbrunn - Wunsiedel",
        "short": "1702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-703-j26-1",
        "label": "1703",
        "long": "Marktredwitz - Wunsiedel - Fichtelberg",
        "short": "1703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-704-j26-1",
        "label": "1704",
        "long": "(Hof -) Kirchenlamitz - Wunsiedel - Marktredwitz",
        "short": "1704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-705-j26-1",
        "label": "1705",
        "long": "Selb - Marktleuthen - Wunsiedel",
        "short": "1705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-706-j26-1",
        "label": "1706",
        "long": "Schirnding - Hohenberg a.d.Eger - Selb",
        "short": "1706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-707-j26-1",
        "label": "1707",
        "long": "Marktredwitz - Wunsiedel - Wei\u00dfenstadt - Gefrees",
        "short": "1707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-708-j26-1",
        "label": "1708",
        "long": "Marktredwitz - Arzberg - Schirnding - Hohenberg",
        "short": "1708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-709-j26-1",
        "label": "1709",
        "long": "Holenbrunn - Wunsiedel - Vordorf - Wei\u00dfenstadt",
        "short": "1709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-710-j26-1",
        "label": "1710",
        "long": "Marktredwitz Schulzentrum - Marktredwitz Bahnhof - Wunsiedel Busbahnhof",
        "short": "1710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-711-j26-1",
        "label": "1711",
        "long": "Stadtverkehr Selb",
        "short": "1711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-713-j26-1",
        "label": "1713",
        "long": "Marktredwitz - Waldershof und zur\u00fcck",
        "short": "1713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-715-j26-1",
        "label": "1715",
        "long": "Sch\u00f6nwald - Erkersreuth - Selb",
        "short": "1715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-719-j26-1",
        "label": "1719",
        "long": "Thiersheim - Holenbrunn - Wunsiedel",
        "short": "1719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-724-j26-1",
        "label": "1724",
        "long": "Marktleuthen - Niederlamitz - Kirchenlamitz - Wei\u00dfenstadt",
        "short": "1724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-728-j26-1",
        "label": "1728",
        "long": "Main-Eger-Linie Marktredwitz - Wunsiedel - Bad Wei\u00dfenstadt - Neuenmarkt - Kulmbach",
        "short": "1728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-751-j26-1",
        "label": "1751",
        "long": "Holenbrunn - Wunsiedel - Tr\u00f6stau - Wei\u00dfenstadt - Lehsten",
        "short": "1751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-752-j26-1",
        "label": "1752",
        "long": "Selb  -  Marktleuthen  -  Kirchenlamitz  - R\u00f6slau  -  Wei\u00dfenstadt  -  Gefrees",
        "short": "1752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-753-j26-1",
        "label": "1753",
        "long": "Wunsiedel  -  R\u00f6slau  -  Marktleuthen  -  Kirchenlamitz  -  Selb",
        "short": "1753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-754-j26-1",
        "label": "1754",
        "long": "Selb  -  Hohenberg  -  Schirnding -  Arzberg",
        "short": "1754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-755-j26-1",
        "label": "1755",
        "long": "Hohenburg  -  Schrinding  -  Arzberg  -  Marktredwitz",
        "short": "1755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-756-j26-1",
        "label": "1756",
        "long": "Selb  -  Thierstein  -  H\u00f6chst\u00e4dt  -  Thiersheim  -  Marktredwitz",
        "short": "1756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-757-j26-1",
        "label": "1757",
        "long": "Bad Alexandersbad - Wunsiedel - Thiersheim - H\u00f6chstadt - Thierstein",
        "short": "1757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-758-j26-1",
        "label": "1758",
        "long": "Mehlmeisel  -  Fichtelberg  -  Brand i.d. Opf.  -  Ebnath  - Nagel  -  Tr\u00f6stau  -  Vordorf  -  Wunsiedel  -  Marktredwitz",
        "short": "1758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-762-j26-1",
        "label": "1762",
        "long": "Stadtverkehr Marktredwitz",
        "short": "1762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-764-j26-1",
        "label": "1764",
        "long": "(Tachov  -)  B\u00e4rnau  -  Tirschenreuth",
        "short": "1764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-764-j26-2",
        "label": "1764",
        "long": "(Tachov  -)  B\u00e4rnau  -  Tirschenreuth",
        "short": "1764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-767-j26-1",
        "label": "1767",
        "long": "Hohenberg  -  Thiersheim  -  Thierstein  -  Marktleuthen",
        "short": "1767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-800-j26-1",
        "label": "1800",
        "long": "Mehlmeisel\u00a0 -\u00a0\u00a0Brand \u00a0- \u00a0Ebnath\u00a0 -\u00a0\u00a0Neusorg\u00a0 - Pullenreuth  -  Kulmain \u00a0-\u00a0\u00a0Kemnath",
        "short": "1800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-801-j26-1",
        "label": "1801",
        "long": "Kulmain  -  Immenreuth  -  Kemnath",
        "short": "1801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-802-j26-1",
        "label": "1802",
        "long": "Wiesau  -  Friedenfels  -  Erbendorf",
        "short": "1802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-803-j26-1",
        "label": "1803",
        "long": "Erbendorf  -  Kemnath  -  Kastl",
        "short": "1803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-805-j26-1",
        "label": "1805",
        "long": "Pullenreuth  -  Neusorg  -  Brand  - Ebnath  -  Waldershof  -  Marktredwitz",
        "short": "1805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-806-j26-1",
        "label": "1806",
        "long": "Friedenfels  -  Waldershof  -  Marktredwitz",
        "short": "1806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-807-j26-1",
        "label": "1807",
        "long": "Erbendorf  -  Krummennaab  -  Reuth b.E.  -  Falkenberg  -  Tirschenreuth",
        "short": "1807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-808-j26-1",
        "label": "1808",
        "long": "Marktredwitz  -  Pechbrunn  -  Mitterteich  - Wiesau  -  Fuchsm\u00fchl  -  Friedenfels",
        "short": "1808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-809-j26-1",
        "label": "1809",
        "long": "Pechbrunn  -  Konnersreuth  -  Mitterteich  -  Leonberg  -  Tirschenreuth",
        "short": "1809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-810-j26-1",
        "label": "1810",
        "long": "Tirschenreuth  -  Leonberg  -  Mitterteich  -  Waldsassen",
        "short": "1810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-811-j26-1",
        "label": "1811",
        "long": "Waldsassen  -  Leonberg  -  Mitterteich  -  Wiesau",
        "short": "1811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-812-j26-1",
        "label": "1812",
        "long": "Tirschenreuth  -  Bad Neualbenreuth",
        "short": "1812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-813-j26-1",
        "label": "1813",
        "long": "Bad Neualbenreuth  -  Waldsassen  -  Konnersreuth  - Mitterteich  -  Pechbrunn  -  Marktredwitz",
        "short": "1813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-814-j26-1",
        "label": "1814",
        "long": "Tirschenreuth  -  M\u00e4hring",
        "short": "1814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-815-j26-1",
        "label": "1815",
        "long": "Bad Neualbenreuth  -  M\u00e4hring  -  B\u00e4rnau  -  Pl\u00f6\u00dfberg",
        "short": "1815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-816-j26-1",
        "label": "1816",
        "long": "B\u00e4rnau  -  Tirschenreuth",
        "short": "1816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-818-j26-1",
        "label": "1818",
        "long": "Kemnath  -  Tirschenreuth",
        "short": "1818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-819-j26-1",
        "label": "1819",
        "long": "KEM-BAXI: Stadt Kemnath",
        "short": "1819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-820-j26-1",
        "label": "1820",
        "long": "Tursolino-BAXI:  Stadt Tirschenreuth",
        "short": "1820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-821-j26-1",
        "label": "1821",
        "long": "Kemnath  -  Kirchenlaibach",
        "short": "1821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-822-j26-1",
        "label": "1822",
        "long": "Wiesau  -  Falkenberg  -  Tirschenreuth",
        "short": "1822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-823-j26-1",
        "label": "1823",
        "long": "Tirschenreuth  -  Waldershof",
        "short": "1823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-840-j26-1",
        "label": "1840",
        "long": "Tirschenreuth  -  Leonberg  -  Mitterteich  -  Waldsassen",
        "short": "1840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-842-j26-1",
        "label": "1842",
        "long": "Tirschenreuth  -  Wernersreuth  -  Bad Neualbenreuth  -  Gro\u00dfkonreuth  -  Waldsassen",
        "short": "1842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-844-j26-1",
        "label": "1844",
        "long": "Ellenfeld  -  M\u00e4hring  -  Bad Neualbenreuth  -  Waldsassen",
        "short": "1844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-850-j26-1",
        "label": "1850",
        "long": "Naabtal-Express Tirschenreuth  -  Wiesau  -  Friedenfels  -  Erbendorf  -  Neusorg  -  Fichtelberg",
        "short": "1850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-854-j26-1",
        "label": "1854",
        "long": "Kemnath  -  Erbendorf  -  Tirschenreuth",
        "short": "1854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-856-j26-1",
        "label": "1856",
        "long": "Tirschenreuth  -  M\u00e4hring",
        "short": "1856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-857-j26-1",
        "label": "1857",
        "long": "Wiesau  - Tirschenreuth  -  B\u00e4rnau  -  Hermannsreuth",
        "short": "1857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-858-j26-1",
        "label": "1858",
        "long": "Friedenfels  -  Wiesau  -  Tirschenreuth",
        "short": "1858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-861-j26-1",
        "label": "1861",
        "long": "Wildenau  -  Pl\u00f6\u00dfberg  -  Falkenberg  -  Wiesau  -  Waldsassen",
        "short": "1861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-862-j26-1",
        "label": "1862",
        "long": "Wiesau  -  Mitterteich  -  Waldsassen",
        "short": "1862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-866-j26-1",
        "label": "1866",
        "long": "Waldsassen  -  Konnersreuth  -  Arzberg",
        "short": "1866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-867-j26-1",
        "label": "1867",
        "long": "Waldsassen  -  Bad Neualbenreuth",
        "short": "1867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-871-j26-1",
        "label": "1871",
        "long": "Kemnath  -  Kirchenlaibach  -  Bayreuth",
        "short": "1871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-872-j26-1",
        "label": "1872",
        "long": "Kemnath  -  Immenreuth/Gr\u00fcnberg/Ahornberg/Haidelfurth",
        "short": "1872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-874-j26-1",
        "label": "1874",
        "long": "Wiesau  -  Kemnath",
        "short": "1874",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-876-j26-1",
        "label": "1876",
        "long": "Kemnath  -  Marktredwitz",
        "short": "1876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-881-j26-1",
        "label": "1881",
        "long": "Neusorg  -  Fichtelberg",
        "short": "1881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-883-j26-1",
        "label": "1883",
        "long": "Kronau  -  Wiesau",
        "short": "1883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "71-884-j26-1",
        "label": "1884",
        "long": "Friedenfels  -  Marktredwitz",
        "short": "1884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-370-j26-1",
        "label": "370",
        "long": "Fuchsendorf  -  Weidenberg  -  Bayreuth",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-374-j26-1",
        "label": "374",
        "long": "Bayreuth  -  Emtmannsberg  -  Birk  -  Bayreuth",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-940-j26-1",
        "label": "940",
        "long": "Bamberg -  Hallstadt  -  Kemmern",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-940-j26-2",
        "label": "940",
        "long": "Bamberg -  Hallstadt  -  Kemmern",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-941-j26-1",
        "label": "941",
        "long": "Bamberg  -  Gerach  -  Breitbrunn",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-941-j26-2",
        "label": "941",
        "long": "Bamberg  -  Gerach  -  Breitbrunn",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-942-j26-1",
        "label": "942",
        "long": "Leppelsdorf -  Baunach  -  Ebern",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-943-j26-1",
        "label": "943",
        "long": "Baunach  -  Reckendorf",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-944-j26-1",
        "label": "944",
        "long": "Mauschendorf  -  Baunach",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-947-j26-1",
        "label": "947",
        "long": "Leppelsdorf - Baunach",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-952-j26-1",
        "label": "952",
        "long": "Sand -  Eltmann  -  Bamberg",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-952-j26-2",
        "label": "952",
        "long": "Sand -  Eltmann  -  Bamberg",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-956-j26-1",
        "label": "956",
        "long": "Bamberg  -  Breiteng\u00fc\u00dfbach -  Gerach",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-956-j26-2",
        "label": "956",
        "long": "Bamberg  -  Breiteng\u00fc\u00dfbach -  Gerach",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-980-j26-1",
        "label": "980",
        "long": "Bamberg  -  Buttenheim  -  Tiefenh\u00f6chstadt und zur\u00fcck",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-985-j26-1",
        "label": "985",
        "long": "Pr\u00f6lsdorf  -  Burgebrach",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-986-j26-1",
        "label": "986",
        "long": "Walsdorf  -  Burgebrach",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-994-j26-1",
        "label": "994",
        "long": "Bamberg  -  Lisberg  -  Priesendorf",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "83-995-j26-1",
        "label": "995",
        "long": "Bamberg  -  Viereth  -  Trunstadt",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 25464,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "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-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 25464,
      "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": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "25464 of 25464 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": 90753,
      "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": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "90753 of 90753 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
