{"id":339,"date":"2026-06-10T12:07:02","date_gmt":"2026-06-10T12:07:02","guid":{"rendered":"https:\/\/www.salzburgcard.com\/?page_id=339"},"modified":"2026-06-11T03:59:00","modified_gmt":"2026-06-11T03:59:00","slug":"calculadora-de-poupancas","status":"publish","type":"page","link":"https:\/\/www.salzburgcard.com\/pt\/ersparnis-rechner\/","title":{"rendered":"Calculadora de poupan\u00e7a"},"content":{"rendered":"\n<!--\n  =====================================================\n  SALZBURG CARD \u2013 INTERAKTIVER ERSPARNIS-RECHNER\n  Einbinden als Custom HTML Block in WordPress\n\n  Provider:        GYG (GetYourGuide), Produkt 888 (Salzburg Card)\n  Variant-IDs:     24h=24948, 48h=24951, 72h=24952\n  CSS-Pr\u00e4fix:      lc-\u2026 (von Master-Vorlage \u00fcbernommen)\n  Voraussetzung:   `affiliate-tours`-Plugin mit gyg_variant_price-Shortcode\n  =====================================================\n-->\n\n<style>\n\/* \u2500\u2500\u2500 VARIABLEN \u2014 Salzburg-Card-Farbschema \u2500\u2500\u2500 *\/\n:root {\n  --red:      #c14a3a;   \/* CTA-Rot *\/\n  --red-dk:   #9D3325;   \/* CTA-Hover *\/\n  --blue:     #9D3325;   \/* Markenrot (ersetzt Hellblau-Akzent) *\/\n  --blue-dk:  #7d2519;   \/* Dunkleres Bordeaux *\/\n  --blue-lt:  #fbeeec;   \/* Helles Off-White warm *\/\n  --dark:     #7d2519;   \/* Dunkler Bordeaux-Anker (ersetzt Dunkelblau) *\/\n  --mid:      #5a2418;   \/* Mid (Text dunkler) *\/\n  --muted:    #8a6960;   \/* Muted warm *\/\n  --border:   #e2e2e2;\n  --bg:       #faf6f2;   \/* Warmes Off-White (ersetzt #f8f8f8) *\/\n  --white:    #ffffff;\n  --sans:     -apple-system, system-ui, \"Segoe UI\", Helvetica, Arial, sans-serif;\n}\n\n.lc-calc-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.lc-calc-wrap {\n  font-family: var(--sans);\n  color: var(--dark);\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 \u00dcBERSCHRIFT (konsistent mit Beispielrechnung) \u2500\u2500 *\/\n.lc-calc-head {\n  text-align: center;\n  margin-bottom: 28px;\n}\n.lc-calc-eyebrow {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--blue);\n  margin-bottom: 6px;\n}\n.lc-calc-heading {\n  font-size: clamp(20px, 2.2vw, 26px);\n  font-weight: 800;\n  color: var(--dark);\n  line-height: 1.25;\n  margin: 0 0 8px;\n}\n.lc-calc-sub {\n  font-size: 15px;\n  color: var(--mid);\n  line-height: 1.5;\n  max-width: 640px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 TAB-REITER (konsistent mit Beispielrechnung) \u2500\u2500 *\/\n.lc-calc-tabs {\n  display: flex;\n  gap: 8px;\n  justify-content: center;\n  margin-bottom: 24px;\n  flex-wrap: wrap;\n}\n.lc-calc-wrap .lc-calc-tab {\n  background: var(--white) !important;\n  border: 1.5px solid var(--border) !important;\n  border-radius: 8px;\n  padding: 10px 18px;\n  font-family: inherit;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--mid) !important;\n  cursor: pointer;\n  transition: border-color 0.15s, color 0.15s, background 0.15s;\n  -webkit-tap-highlight-color: transparent;\n  box-shadow: none !important;\n  outline: none !important;\n  text-decoration: none !important;\n}\n.lc-calc-wrap .lc-calc-tab:hover {\n  background: var(--white) !important;\n  border-color: var(--blue) !important;\n  color: var(--dark) !important;\n}\n.lc-calc-wrap .lc-calc-tab:active,\n.lc-calc-wrap .lc-calc-tab:focus {\n  background: var(--white) !important;\n  border-color: var(--blue) !important;\n  color: var(--dark) !important;\n  outline: 2px solid var(--blue) !important;\n  outline-offset: 2px;\n  box-shadow: none !important;\n}\n.lc-calc-wrap .lc-calc-tab.lc-calc-tab-active,\n.lc-calc-wrap .lc-calc-tab.lc-calc-tab-active:hover,\n.lc-calc-wrap .lc-calc-tab.lc-calc-tab-active:active,\n.lc-calc-wrap .lc-calc-tab.lc-calc-tab-active:focus {\n  background: var(--dark) !important;\n  border-color: var(--dark) !important;\n  color: #fff !important;\n}\n\n\/* \u2500\u2500 HAUPT-LAYOUT \u2500\u2500 *\/\n.lc-calc-body {\n  display: grid;\n  grid-template-columns: 1fr 300px;\n  gap: 20px;\n  align-items: start;\n}\n\n\/* \u2500\u2500 ATTRAKTIONSLISTE \u2500\u2500 *\/\n.lc-attractions-panel {\n  background: var(--white);\n  border: 1.5px solid var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n}\n.lc-attractions-header {\n  background: var(--dark);\n  color: #fff;\n  padding: 14px 20px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.lc-select-hint { font-weight: 400; opacity: 0.65; font-size: 11px; }\n\n.lc-attraction-list { padding: 8px 0; }\n\n.lc-attraction-item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  padding: 10px 18px;\n  cursor: pointer;\n  transition: background 0.12s;\n  border-bottom: 1px solid #f5f5f5;\n  user-select: none;\n}\n.lc-attraction-item:last-child { border-bottom: none; }\n.lc-attraction-item:hover { background: var(--bg); }\n.lc-attraction-item.selected { background: var(--blue-lt); }\n\n\/* Custom Checkbox *\/\n.lc-checkbox {\n  width: 20px;\n  height: 20px;\n  border-radius: 5px;\n  border: 2px solid var(--border);\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: border-color 0.12s, background 0.12s;\n  background: var(--white);\n}\n.lc-attraction-item.selected .lc-checkbox {\n  border-color: var(--blue);\n  background: var(--blue);\n}\n.lc-checkbox svg {\n  width: 12px; height: 12px;\n  opacity: 0;\n  transition: opacity 0.12s;\n}\n.lc-attraction-item.selected .lc-checkbox svg { opacity: 1; }\n\n.lc-attr-name {\n  flex: 1;\n  font-size: 14px;\n  color: var(--dark);\n  line-height: 1.3;\n}\n.lc-attr-price {\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--mid);\n  white-space: nowrap;\n}\n.lc-attraction-item.selected .lc-attr-price {\n  color: var(--blue-dk);\n  text-decoration: line-through;\n}\n\n\/* Kategorie-Header in der Attraktionsliste *\/\n.lc-category-header {\n  padding: 10px 20px 6px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.8px;\n  text-transform: uppercase;\n  color: var(--blue);\n  background: var(--white);\n  border-bottom: 1px solid #f0f0f0;\n}\n.lc-category-header:first-child {\n  padding-top: 14px;\n}\n\n\/* Mobile Mini-Summary (nur auf Mobile sichtbar) *\/\n.lc-mobile-summary {\n  display: none;\n}\n\n\/* Hinweis unten *\/\n.lc-more-hint {\n  padding: 12px 18px;\n  background: var(--bg);\n  border-top: 1px solid var(--border);\n  font-size: 12px;\n  color: var(--muted);\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n\/* \u2500\u2500 ERGEBNIS-PANEL \u2500\u2500 *\/\n.lc-result-panel {\n  position: sticky;\n  top: 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.lc-result-card {\n  background: var(--white);\n  border: 1.5px solid var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.lc-result-header {\n  background: var(--blue);\n  color: #fff;\n  padding: 14px 20px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.lc-result-body { padding: 16px 18px; }\n\n.lc-result-line {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 13px;\n  color: var(--mid);\n  padding: 6px 0;\n  border-bottom: 1px dashed #f0f0f0;\n  gap: 8px;\n}\n.lc-result-line:last-of-type { border-bottom: none; }\n.lc-result-line .name { flex: 1; }\n.lc-result-line .amount { font-weight: 600; color: var(--dark); white-space: nowrap; }\n.lc-result-line.opnv { color: var(--muted); font-size: 12px; }\n.lc-result-line.opnv .amount { color: var(--muted); }\n\n.lc-result-divider {\n  height: 1.5px;\n  background: var(--border);\n  margin: 10px 0;\n}\n\n.lc-result-total-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  gap: 10px;\n  margin-bottom: 6px;\n}\n.lc-result-total-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); flex: 1; min-width: 0; }\n.lc-result-total-amount { font-size: 18px; font-weight: 700; color: var(--dark); white-space: nowrap; flex-shrink: 0; }\n\n.lc-card-price-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  gap: 10px;\n  margin-bottom: 12px;\n}\n.lc-card-price-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--muted); flex: 1; min-width: 0; }\n.lc-card-price-amount { font-size: 18px; font-weight: 700; color: var(--blue); white-space: nowrap; flex-shrink: 0; }\n\n\/* Ersparnis-Box *\/\n.lc-savings-box {\n  background: var(--blue-lt);\n  border: 1.5px solid var(--blue);\n  border-radius: 10px;\n  padding: 12px 14px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 14px;\n  transition: all 0.3s ease;\n}\n.lc-savings-box.negative {\n  background: #fff3f2;\n  border-color: #ffcdd2;\n}\n.lc-savings-label { font-size: 13px; font-weight: 600; color: var(--dark); }\n.lc-savings-box.negative .lc-savings-label { color: var(--red); }\n.lc-savings-amount {\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--blue-dk);\n  line-height: 1;\n  transition: all 0.3s ease;\n}\n.lc-savings-box.negative .lc-savings-amount { color: var(--red); font-size: 15px; font-weight: 700; }\n.lc-savings-amount span { font-size: 14px; font-weight: 600; }\n\n\/* Empty state *\/\n.lc-empty-state {\n  text-align: center;\n  padding: 28px 16px;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.6;\n}\n.lc-empty-icon { font-size: 32px; margin-bottom: 10px; }\n\n\/* CTA (zweizeilig, konsistent mit Beispielrechnung) *\/\n.lc-result-cta,\n.lc-result-cta:link,\n.lc-result-cta:visited {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  background: var(--red);\n  color: #fff !important;\n  padding: 12px 18px;\n  border-radius: 8px;\n  text-decoration: none !important;\n  transition: background 0.15s, transform 0.15s;\n  font-family: var(--sans);\n  border: none;\n  cursor: pointer;\n  width: 100%;\n  box-shadow: 0 4px 14px rgba(239,74,55,0.25);\n}\n.lc-result-cta:hover {\n  background: #d43a27 !important;\n  color: #fff !important;\n  transform: translateY(-1px);\n}\n.lc-result-cta-text {\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  text-align: left;\n  line-height: 1.2;\n  min-width: 0;\n}\n.lc-result-cta-main {\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: 0.1px;\n}\n.lc-result-cta-price {\n  font-size: 12.5px;\n  font-weight: 600;\n  opacity: 0.92;\n  margin-top: 2px;\n}\n.lc-result-cta svg {\n  transition: transform 0.15s ease;\n  flex-shrink: 0;\n}\n.lc-result-cta:hover svg { transform: translateX(3px); }\n.lc-result-cta.disabled {\n  background: #ccc !important;\n  cursor: not-allowed;\n  transform: none;\n  box-shadow: none;\n}\n\n.lc-cta-sub {\n  text-align: center;\n  font-size: 11px;\n  color: var(--muted);\n  margin-top: 6px;\n}\n\n\/* Info-Hinweis *\/\n.lc-info-box {\n  background: #f9fbfd;\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 14px 18px;\n  font-size: 13px;\n  color: var(--mid);\n  line-height: 1.5;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n.lc-info-icon {\n  width: 20px;\n  height: 20px;\n  min-width: 20px;\n  border-radius: 50%;\n  background: var(--blue);\n  color: #fff;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.lc-info-icon svg { width: 11px; height: 11px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .lc-calc-body {\n    grid-template-columns: 1fr;\n  }\n  .lc-result-panel { position: static; }\n  .lc-calc-heading { font-size: 20px; }\n  .lc-calc-tabs { gap: 6px; }\n  .lc-calc-wrap .lc-calc-tab { padding: 9px 14px; font-size: 13px; }\n  .lc-result-cta { padding: 11px 16px; gap: 10px; }\n  .lc-result-cta-main { font-size: 14.5px; }\n  .lc-result-cta-price { font-size: 12px; }\n\n  \/* Mobile Mini-Summary *\/\n  .lc-mobile-summary {\n    display: block;\n    background: var(--blue-lt);\n    border: 1.5px solid var(--blue);\n    border-radius: 8px;\n    padding: 10px 16px;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--dark);\n    text-align: center;\n    margin-bottom: 12px;\n  }\n  .lc-mobile-summary.lc-mini-negative {\n    background: #fff3f2;\n    border-color: #ffcdd2;\n    color: var(--red);\n  }\n}\n<\/style>\n\n<!-- Versteckter Container: Plugin-Daten f\u00fcr den Ersparnisrechner.\n     - Live-Preise (raw=\"1\") f\u00fcr die Savings-Berechnung\n     - Formatierte Preise f\u00fcr 1:1-Anzeige im CTA\n     - Eigener [at_gyg_button] mit campaign=\"salzburgcard\" als Quelle der\n       Affiliate-URL \u2014 JS h\u00e4ngt nur Datum + Variante an.\n     - Fallbacks: Hauptsaison-Preise 2026 (April\u2013Oktober). -->\n<div class=\"lc-savings-calc-data\" aria-hidden=\"true\" style=\"display:none\">\n  <span data-lc-sc-price=\"24\" data-fallback=\"38\">38,00 \u20ac<\/span>\n  <span data-lc-sc-price=\"48\" data-fallback=\"45\">45,00 \u20ac<\/span>\n  <span data-lc-sc-price=\"72\" data-fallback=\"49\">49,00 \u20ac<\/span>\n  <span data-lc-sc-price-fmt=\"24\"><span class=\"at-variant-price\">38,00 \u20ac<\/span><\/span>\n  <span data-lc-sc-price-fmt=\"48\"><span class=\"at-variant-price\">45,00 \u20ac<\/span><\/span>\n  <span data-lc-sc-price-fmt=\"72\"><span class=\"at-variant-price\">49,00 \u20ac<\/span><\/span>\n  <a href=\"https:\/\/www.getyourguide.com\/pt-pt\/-t888\/?partner_id=B0910&#038;cmp=salzburgcard&#038;mkt_cmp=true\" class=\"at-affiliate-button\" target=\"_blank\" rel=\"sponsored noopener noreferrer nofollow\"><\/a>\n<\/div>\n\n<div class=\"lc-calc-wrap\">\n\n  <header class=\"lc-calc-head\">\n    <span class=\"lc-calc-eyebrow\">Individuell berechnen<\/span>\n    <h2 class=\"lc-calc-heading\">Dein pers\u00f6nlicher Ersparnis-Rechner<\/h2>\n    <p class=\"lc-calc-sub\">W\u00e4hle die Attraktionen, die du besuchen m\u00f6chtest \u2013 und sieh sofort, wie viel du mit der Salzburg Card sparst.<\/p>\n  <\/header>\n\n  <!-- Tab-Reiter (konsistent mit Beispielrechnung) -->\n  <div class=\"lc-calc-tabs\" role=\"tablist\" aria-label=\"G\u00fcltigkeitsdauer w\u00e4hlen\">\n    <button type=\"button\" class=\"lc-calc-tab\" role=\"tab\" data-dur=\"24\" aria-selected=\"false\">24 Stunden<\/button>\n    <button type=\"button\" class=\"lc-calc-tab lc-calc-tab-active\" role=\"tab\" data-dur=\"48\" aria-selected=\"true\">48 Stunden<\/button>\n    <button type=\"button\" class=\"lc-calc-tab\" role=\"tab\" data-dur=\"72\" aria-selected=\"false\">72 Stunden<\/button>\n  <\/div>\n\n  <!-- Haupt-Layout -->\n  <div class=\"lc-calc-body\">\n\n    <!-- Mobile Mini-Summary (nur auf kleinen Screens sichtbar) -->\n    <div class=\"lc-mobile-summary\" id=\"lc-mobile-summary\"><\/div>\n\n    <!-- Attraktionsliste -->\n    <div class=\"lc-attractions-panel\">\n      <div class=\"lc-attractions-header\">\n        <span>Attraktionen ausw\u00e4hlen<\/span>\n        <span class=\"lc-select-hint\" id=\"lc-selected-count\">0 ausgew\u00e4hlt<\/span>\n      <\/div>\n      <!-- Kategorie-Labels: stehen im HTML damit TranslatePress sie \u00fcbersetzen kann.\n           JS liest sie per data-cat-index aus und verwendet sie als \u00dcberschriften.\n           \u26d4 Reihenfolge muss mit CONFIG.CATEGORIES im JS \u00fcbereinstimmen! -->\n      <div class=\"lc-category-labels\" aria-hidden=\"true\" style=\"display:none\">\n        <span data-cat-index=\"0\">Top-Sehensw\u00fcrdigkeiten<\/span>\n        <span data-cat-index=\"1\">Museen &amp; Erlebnis<\/span>\n        <span data-cat-index=\"2\">Bergbahnen &amp; Touren<\/span>\n      <\/div>\n      <div class=\"lc-attraction-list\" id=\"lc-attraction-list\">\n        <!-- Wird per JS bef\u00fcllt -->\n      <\/div>\n      <div class=\"lc-more-hint\">\n        <span class=\"lc-info-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"4.5\"\/><line x1=\"6\" y1=\"3.5\" x2=\"6\" y2=\"6.2\"\/><circle cx=\"6\" cy=\"8\" r=\"0.4\" fill=\"currentColor\"\/><\/svg>\n        <\/span>\n        Insgesamt sind 24 Sehensw\u00fcrdigkeiten und Museen kostenfrei enthalten, dazu 40+ weitere Ausflugsziele mit Erm\u00e4\u00dfigung \u2013 je mehr du besuchst, desto mehr sparst du.\n      <\/div>\n    <\/div>\n\n    <!-- Ergebnis -->\n    <div class=\"lc-result-panel\">\n\n      <div class=\"lc-result-card\">\n        <div class=\"lc-result-header\">Deine Ersparnis<\/div>\n        <div class=\"lc-result-body\" id=\"lc-result-body\">\n          <div class=\"lc-empty-state\" id=\"lc-empty-state\">\n            <div class=\"lc-empty-icon\">\ud83d\udc46<\/div>\n            W\u00e4hle Attraktionen aus, um deine pers\u00f6nliche Ersparnis zu berechnen.\n          <\/div>\n          <div id=\"lc-result-detail\" style=\"display:none\">\n            <div class=\"lc-result-line opnv\">\n              <span class=\"name\" id=\"lc-opnv-label\">\u00d6PNV (2 Tage)<\/span>\n              <span class=\"amount\" id=\"lc-opnv-amount\">14,70 \u20ac<\/span>\n            <\/div>\n            <div id=\"lc-selected-lines\"><\/div>\n            <div class=\"lc-result-divider\"><\/div>\n            <div class=\"lc-result-total-row\">\n              <span class=\"lc-result-total-label\">Summe der Einzelpreise<\/span>\n              <span class=\"lc-result-total-amount\" id=\"lc-total-single\">0,00 \u20ac<\/span>\n            <\/div>\n            <div class=\"lc-card-price-row\">\n              <span class=\"lc-card-price-label\" id=\"lc-card-label\">Salzburg Card 48h<\/span>\n              <span class=\"lc-card-price-amount\" id=\"lc-card-price\">45,00 \u20ac<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Ersparnis-Box -->\n      <div class=\"lc-savings-box\" id=\"lc-savings-box\" style=\"display:none\">\n        <span class=\"lc-savings-label\" id=\"lc-savings-label\">Du sparst<\/span>\n        <span class=\"lc-savings-amount\" id=\"lc-savings-amount\">0 <span>\u20ac<\/span><\/span>\n      <\/div>\n\n      <!-- CTA (zweizeilig, variantenspezifisch) -->\n      <a href=\"#\" id=\"lc-cta-btn\" class=\"lc-result-cta disabled\" target=\"_blank\" rel=\"sponsored noopener\">\n        <span class=\"lc-result-cta-text\">\n          <span class=\"lc-result-cta-main\" id=\"lc-cta-main\">Salzburg Card 48h kaufen<\/span>\n          <span class=\"lc-result-cta-price\">ab <span id=\"lc-cta-price\">45 \u20ac<\/span><\/span>\n        <\/span>\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n          <path d=\"M5 12h14M13 5l7 7-7 7\"\/>\n        <\/svg>\n      <\/a>\n      <div class=\"lc-cta-sub\">Sichere Buchung \u00fcber GetYourGuide.com<\/div>\n\n      <!-- Info -->\n      <div class=\"lc-info-box\">\n        <span class=\"lc-info-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"4.5\"\/><line x1=\"6\" y1=\"3.5\" x2=\"6\" y2=\"6.2\"\/><circle cx=\"6\" cy=\"8\" r=\"0.4\" fill=\"currentColor\"\/><\/svg>\n        <\/span>\n        <div>Der \u00d6PNV-Preis (7,00 \u20ac pro Tag) entspricht dem aktuellen Tageskarten-Preis im Salzburger Verkehrsverbund (Kernzone) und ist in der Salzburg Card unbegrenzt inklusive \u2014 inkl. Obusse, Albus, Postbusse ins Umland und Lokalbahn S1.<\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script src=\"https:\/\/www.salzburgcard.com\/wp-content\/uploads\/2026\/06\/ersparnis-rechner.js?v=1.0\" defer><\/script>\n","protected":false},"excerpt":{"rendered":"<p>Individuell berechnen Dein pers\u00f6nlicher Ersparnis-Rechner W\u00e4hle die Attraktionen, die du besuchen m\u00f6chtest \u2013 und sieh sofort, wie viel du mit der Salzburg Card sparst. 24 Stunden 48 Stunden 72 Stunden Attraktionen ausw\u00e4hlen 0 ausgew\u00e4hlt Top-Sehensw\u00fcrdigkeiten Museen &amp; Erlebnis Bergbahnen &amp; Touren Insgesamt sind 24 Sehensw\u00fcrdigkeiten und Museen kostenfrei enthalten, dazu 40+ weitere Ausflugsziele mit Erm\u00e4\u00dfigung &#8230; <a title=\"Calculadora de poupan\u00e7a\" class=\"read-more\" href=\"https:\/\/www.salzburgcard.com\/pt\/ersparnis-rechner\/\" aria-label=\"Leia mais sobre Ersparnis-Rechner\">Ler mais<\/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-339","page","type-page","status-publish"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/pages\/339","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/comments?post=339"}],"version-history":[{"count":4,"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/pages\/339\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/pages\/339\/revisions\/369"}],"wp:attachment":[{"href":"https:\/\/www.salzburgcard.com\/pt\/wp-json\/wp\/v2\/media?parent=339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}