{"id":110,"date":"2025-05-26T15:24:31","date_gmt":"2025-05-26T13:24:31","guid":{"rendered":"https:\/\/www.oslopass.net\/?page_id=110"},"modified":"2026-06-04T15:48:33","modified_gmt":"2026-06-04T13:48:33","slug":"oslo-pass-public-transport","status":"publish","type":"page","link":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/","title":{"rendered":"Oslo Pass Local transportation"},"content":{"rendered":"<!--\n  =====================================================\n  OSLO CARD \u2014 UNTERSEITE \u201eNAHVERKEHR & \u00d6PNV\"\n  URL: \/de\/nahverkehr\/\n  Position: Hauptmen\u00fc-Eintrag in der Site-Navigation.\n\n  Aufbau:\n   - Header mit H1 + Subline\n   - Block 1: Was ist enthalten (5 Verkehrsmittel)\n   - Block 2: Spartipp Flughafen (Highlight-Box)\n   - Block 3: Zonen-Erkl\u00e4rung\n   - Block 4: So funktioniert die App-Aktivierung\n   - Block 5: Ausflugsziele in der Region\n   - Block 6: F\u00e4hren + Bygd\u00f8y\n   - Block 7: Externe Links + Reentry-CTA\n\n  CSS-Pr\u00e4fix: lc-nahv- (Nahverkehrs-Page)\n  Inhalt: VisitOslo-Brosch\u00fcre 2026 + alte oslocard.net-Inhalte verifiziert.\n  =====================================================\n-->\n\n<style>\n.lc-nahv * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.lc-nahv {\n  max-width: 1200px;\n  margin: 32px auto 48px;\n  padding: 0 16px;\n  font-family: -apple-system, system-ui, \"Segoe UI\", Helvetica, Arial, sans-serif;\n}\n\n\/* \u2500\u2500 Header \u2500\u2500 *\/\n.lc-nahv-head {\n  text-align: center;\n  margin-bottom: 36px;\n  max-width: 760px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.lc-nahv-eyebrow {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #FF8A3D;\n  margin-bottom: 6px;\n}\n.lc-nahv-title {\n  font-size: clamp(24px, 2.8vw, 32px);\n  font-weight: 800;\n  color: #0E5B6E;\n  line-height: 1.2;\n  margin: 0 0 12px;\n}\n.lc-nahv-sub {\n  font-size: 16px;\n  color: #444;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 Standard-Block (f\u00fcr die einzelnen Inhalts-Sektionen) \u2500\u2500 *\/\n.lc-nahv-block {\n  background: #fff;\n  border: 1.5px solid #e2e2e2;\n  border-radius: 12px;\n  padding: 26px 28px;\n  margin-bottom: 22px;\n}\n.lc-nahv-block-title {\n  font-size: 20px;\n  font-weight: 800;\n  color: #0E5B6E;\n  margin: 0 0 12px;\n  line-height: 1.3;\n}\n.lc-nahv-block-intro {\n  font-size: 15px;\n  color: #444;\n  line-height: 1.6;\n  margin-bottom: 16px;\n}\n.lc-nahv-block-intro:last-child { margin-bottom: 0; }\n\n\/* \u2500\u2500 Verkehrsmittel-Liste (Block 1) \u2500\u2500 *\/\n.lc-nahv-vehicles {\n  list-style: none;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  padding: 0;\n  margin: 0;\n}\n.lc-nahv-vehicle {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 14px 16px;\n  background: #f4fafb;\n  border: 1px solid #d6e8ec;\n  border-radius: 10px;\n}\n.lc-nahv-vehicle-icon {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n  border-radius: 50%;\n  background: #0E5B6E;\n  color: #fff;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.lc-nahv-vehicle-icon svg { width: 16px; height: 16px; }\n.lc-nahv-vehicle-content { flex: 1; }\n.lc-nahv-vehicle-name {\n  font-size: 15px;\n  font-weight: 700;\n  color: #0E5B6E;\n  line-height: 1.3;\n  margin-bottom: 2px;\n}\n.lc-nahv-vehicle-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.45;\n}\n\n\/* \u2500\u2500 Highlight-Box (Block 2 \u2014 Spartipp Flughafen) \u2500\u2500 *\/\n.lc-nahv-tip {\n  background: #fff5e9;\n  border: 1.5px solid #f6c896;\n  border-left: 4px solid #FF8A3D;\n  border-radius: 10px;\n  padding: 18px 22px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  margin-bottom: 22px;\n}\n.lc-nahv-tip-icon {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n  border-radius: 50%;\n  background: #FF8A3D;\n  color: #fff;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.lc-nahv-tip-icon svg { width: 18px; height: 18px; }\n.lc-nahv-tip-body { flex: 1; }\n.lc-nahv-tip-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #6b4116;\n  margin-bottom: 6px;\n}\n.lc-nahv-tip-text {\n  font-size: 14.5px;\n  color: #5a3d18;\n  line-height: 1.55;\n}\n.lc-nahv-tip-text p { margin: 0 0 8px; }\n.lc-nahv-tip-text p:last-child { margin: 0; }\n\n\/* \u2500\u2500 Step-Liste (Block 4 \u2014 App-Aktivierung) \u2500\u2500 *\/\n.lc-nahv-steps {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  padding: 0;\n  margin: 0;\n  counter-reset: step;\n}\n.lc-nahv-step {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 12px 0;\n}\n.lc-nahv-step::before {\n  counter-increment: step;\n  content: counter(step);\n  width: 28px;\n  height: 28px;\n  min-width: 28px;\n  border-radius: 50%;\n  background: #FF8A3D;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 800;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.lc-nahv-step-content {\n  font-size: 15px;\n  color: #333;\n  line-height: 1.55;\n}\n.lc-nahv-step-title {\n  font-weight: 700;\n  color: #0E5B6E;\n  display: block;\n  margin-bottom: 2px;\n}\n\n\/* \u2500\u2500 Ausflugs-Karten (Block 5) \u2500\u2500 *\/\n.lc-nahv-destinations {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin: 0;\n  list-style: none;\n  padding: 0;\n}\n.lc-nahv-destination {\n  background: #f4fafb;\n  border: 1px solid #d6e8ec;\n  border-radius: 10px;\n  padding: 14px 16px;\n}\n.lc-nahv-destination-name {\n  font-size: 15px;\n  font-weight: 700;\n  color: #0E5B6E;\n  margin-bottom: 4px;\n}\n.lc-nahv-destination-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.5;\n}\n\n\/* \u2500\u2500 Externe Links \u2500\u2500 *\/\n.lc-nahv-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 8px;\n}\n.lc-nahv-link,\n.lc-nahv-link:link,\n.lc-nahv-link:visited {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1.5px solid #d6e8ec;\n  color: #0E5B6E !important;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 8px 14px;\n  border-radius: 8px;\n  text-decoration: none !important;\n  transition: border-color 0.15s, background 0.15s;\n}\n.lc-nahv-link:hover {\n  border-color: #FF8A3D;\n  background: #fff0e0;\n  color: #0E5B6E !important;\n}\n.lc-nahv-link svg { flex-shrink: 0; }\n\n\/* \u2500\u2500 CTA-Reentry \u2500\u2500 *\/\n.lc-nahv-cta-wrap { text-align: center; margin-top: 36px; }\n.lc-nahv-cta,\n.lc-nahv-cta:link,\n.lc-nahv-cta:visited {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: #FF8A3D !important;\n  color: #fff !important;\n  font-size: 16px !important;\n  font-weight: 800 !important;\n  padding: 14px 28px !important;\n  border-radius: 10px !important;\n  text-decoration: none !important;\n  letter-spacing: 0 !important;\n  text-transform: none !important;\n  text-shadow: none !important;\n  box-shadow: 0 4px 16px rgba(255,138,61,0.35) !important;\n  border: none !important;\n  transition: background 0.15s, transform 0.15s !important;\n}\n.lc-nahv-cta:hover {\n  background: #e87729 !important;\n  color: #fff !important;\n  transform: translateY(-1px);\n}\n.lc-nahv-cta svg {\n  transition: transform 0.15s ease;\n  flex-shrink: 0;\n}\n.lc-nahv-cta:hover svg { transform: translateX(3px); }\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .lc-nahv-vehicles,\n  .lc-nahv-destinations {\n    grid-template-columns: 1fr;\n  }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 480px) {\n  .lc-nahv { margin: 20px auto 32px; padding: 0 12px; }\n  .lc-nahv-head { margin-bottom: 24px; }\n  .lc-nahv-block { padding: 20px 18px; }\n  .lc-nahv-block-title { font-size: 18px; }\n  .lc-nahv-tip { padding: 16px 18px; gap: 12px; }\n  .lc-nahv-cta { font-size: 15px !important; padding: 13px 22px !important; }\n}\n<\/style>\n\n<!-- Nahverkehr-Unterseite -->\n<section class=\"lc-nahv\" aria-labelledby=\"lc-nahv-heading\">\n\n  <header class=\"lc-nahv-head\">\n    <span class=\"lc-nahv-eyebrow\">Unlimited travel<\/span>\n    <h1 class=\"lc-nahv-title\" id=\"lc-nahv-heading\">Local transport and public transport with the Oslo Card<\/h1>\n    <p class=\"lc-nahv-sub\">\n      The Oslo Card is not just your admission ticket to 30+ museums - it's also your ticket for bus\n      your ticket for bus, streetcar, T-bahn and ferry in zones 1 to 4.\n      how to make the most of local transport and where you can save money.\n    <\/p>\n  <\/header>\n\n  <!-- \u2550\u2550 Block 1: Was ist enthalten? \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">These means of transportation are included<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card you have unlimited and free use of all public transport on the Ruter network\n      on the Ruter network - within zones 1, 2, 3, 4N and 4V.\n    <\/p>\n    <ul class=\"lc-nahv-vehicles\">\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"4\" y=\"3\" width=\"16\" height=\"16\" rx=\"2\"><\/rect><path d=\"M4 11h16\"><\/path><circle cx=\"8\" cy=\"15\" r=\"1\" fill=\"currentColor\"><\/circle><circle cx=\"16\" cy=\"15\" r=\"1\" fill=\"currentColor\"><\/circle><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Metro T-bane<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">All lines, the entire route network within the standard zones.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18M3 12h18M3 18h18\"><\/path><circle cx=\"6\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"><\/circle><circle cx=\"6\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"><\/circle><circle cx=\"6\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"><\/circle><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Bus and streetcar<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Ruter city and regional buses and all streetcar lines in Oslo.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 12c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"><\/path><path d=\"M3 18c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"><\/path><path d=\"M5 6h14M9 9l1-3M15 9l-1-3\"><\/path><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Ferries<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Ferry to the museum peninsula Bygd\u00f8y (April to December) and ferries to the islands in the Oslofjord.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 7l8-3 8 3v10l-8 3-8-3V7z\"><\/path><path d=\"M4 7l8 3 8-3M12 10v13\"><\/path><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Local trains from Vy<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Regional Vy trains within zones 1 to 4 - also for trips into the surrounding area.<\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 2: Spartipp Flughafen \u2550\u2550 -->\n  <div class=\"lc-nahv-tip\">\n    <span class=\"lc-nahv-tip-icon\" aria-hidden=\"true\">\n      <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v6M9 5l3-3 3 3\"><\/path><circle cx=\"12\" cy=\"14\" r=\"8\"><\/circle><path d=\"M12 10v4l3 2\"><\/path><\/svg>\n    <\/span>\n    <div class=\"lc-nahv-tip-body\">\n      <div class=\"lc-nahv-tip-title\">Saving tip: cheap from Gardermoen airport to the city center<\/div>\n      <div class=\"lc-nahv-tip-text\">\n        <p>\n          The Flytoget express train is <strong>not<\/strong> included in the Oslo Card. But: with a little trick you can still get\n          the city cheaply.\n        <\/p>\n        <p>\n          Instead, use the regional trains of the Vy railroad company (lines R10, R11 or L12). With Oslo Card activated\n          you only need to buy an inexpensive additional ticket (\u201eTilleggsbillett\u201c) for the route outside the standard zones at the ticket machine - that\n          This saves around 50 percent compared to the full Flytoget ticket. The journey from the airport to Oslo S Central Station takes around 22 minutes.\n        <\/p>\n        <p>\n          Note: Torp Sandefjord Airport is too far out and is not part of the covered zones.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 3: Zonen-Erkl\u00e4rung \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">Which zones are covered?<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The Oslo Card covers router zones 1, 2, 3, 4V and 4N. This allows you to reach all\n      highlights within Oslo as well as many destinations in the surrounding area - from Lillestr\u00f8m in the east\n      east to Sandvika in the west. Gardermoen Airport is located on the edge of zone 4 and\n      can be reached with the additional ticket trick (see above).\n    <\/p>\n    <div class=\"lc-nahv-links\">\n      <a class=\"lc-nahv-link\" href=\"https:\/\/ruter.no\/en\/about-our-tickets\/zones-and-zone-maps\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n        Official zone map (Ruter)\n      <\/a>\n      <a class=\"lc-nahv-link\" href=\"https:\/\/reise.ruter.no\/en\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v5l3 2\"><\/path><\/svg>\n        Ruter route planner\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 4: So funktioniert's (App) \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">How to use the card on public transport<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The Oslo Card has been fully digital since 2024. You no longer need a physical card\n      but download the official app onto your smartphone.\n    <\/p>\n    <ol class=\"lc-nahv-steps\">\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Voucher by e-mail<\/span>\n          After purchasing from Tiqets, you will immediately receive an activation code by e-mail.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Download app<\/span>\n          Download the official app \u201eOslo Pass - Official City Card\u201c from the App Store or Google Play.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Redeem code<\/span>\n          Enter the activation code in the app under \u201eMy Passes\u201c.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Activate at the start of the trip<\/span>\n          Just before the first use, tap on \u201eActivate\u201c in the app - from this moment the countdown starts (24, 48 or 72 hours).\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Show QR code<\/span>\n          Simply show the QR code in the app during checks on the bus, streetcar or T-bane - no validation or scanning required.\n        <\/div>\n      <\/li>\n    <\/ol>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 5: Ausflugsziele \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">Excursion destinations with the Oslo Card<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card you are not only flexible when traveling in the city - you can also use\n      regional trains in zones 1 to 4 for free trips into the surrounding area.\n    <\/p>\n    <ul class=\"lc-nahv-destinations\">\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Lillestr\u00f8m<\/div>\n        <div class=\"lc-nahv-destination-desc\">10 to 15 minutes by train from Oslo. Cozy caf\u00e9s, museums and access to nature. Ideal for a half-day excursion.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Sandvika<\/div>\n        <div class=\"lc-nahv-destination-desc\">Charming small town west of Oslo with a pretty pedestrian zone, art galleries and access to the Oslofjord.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Kolbotn<\/div>\n        <div class=\"lc-nahv-destination-desc\">Small town south of Oslo with beautiful walking paths and a popular swimming lake (Kolbotnvannet) - perfect for sunny days.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Bygd\u00f8y<\/div>\n        <div class=\"lc-nahv-destination-desc\">The museum peninsula with Fram, Kon-Tiki and Folklore Museum. Accessible by public ferry from R\u00e5dhusbrygge (April to December).<\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 6: F\u00e4hren \u00fcber den Oslofjord \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">By ferry across the Oslo Fjord<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The public ferries are also included in the price. They depart from Aker Brygge pier\n      and take you to several islands that seem like little natural paradises in the middle of the city.\n      in the middle of the city. Island hopping is particularly worthwhile in summer.\n    <\/p>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card you use the ferry to Bygd\u00f8y as well as the boats to the islands in the\n      Oslofjord, to the Nesodden peninsula and to Dr\u00f8bak (the latter only in the summer months).\n    <\/p>\n    <div class=\"lc-nahv-links\">\n      <a class=\"lc-nahv-link\" href=\"https:\/\/ruter.no\/en\/planlegg-reise\/rutetabeller-og-linjekart\/ferry\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n        Ferry timetable (Ruter)\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"lc-nahv-cta-wrap\">\n    <a class=\"lc-nahv-cta\" href=\"\/en\/#lcw2-widget\">\n      Secure Oslo Card now\n      <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n        <path d=\"M5 12h14M13 5l7 7-7 7\"><\/path>\n      <\/svg>\n    <\/a>\n  <\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Unbegrenzt unterwegs Nahverkehr und \u00d6PNV mit der Oslo Card Die Oslo Card ist nicht nur dein Eintrittsticket zu 30+ Museen \u2014 sie ist gleichzeitig deine Fahrkarte f\u00fcr Bus, Tram, T-bane und F\u00e4hre in den Zonen 1 bis 4. Hier erf\u00e4hrst du, wie du den Nahverkehr optimal nutzt und wo du sparen kannst. Diese Verkehrsmittel sind &#8230; <a title=\"Oslo Pass Local transportation\" class=\"read-more\" href=\"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/\" aria-label=\"Read more about Oslo Pass Local transportation\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-110","page","type-page","status-publish"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/comments?post=110"}],"version-history":[{"count":10,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110\/revisions"}],"predecessor-version":[{"id":336,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110\/revisions\/336"}],"wp:attachment":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/media?parent=110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}