{"id":8476,"date":"2025-09-07T18:02:30","date_gmt":"2025-09-07T18:02:30","guid":{"rendered":"https:\/\/ahaamobilplus.ch\/?page_id=8476"},"modified":"2026-04-30T08:11:42","modified_gmt":"2026-04-30T08:11:42","slug":"betreuter-transport","status":"publish","type":"page","link":"https:\/\/ahaamobilplus.ch\/index.php\/betreuter-transport\/","title":{"rendered":"Betreuter Transport"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8476\" class=\"elementor elementor-8476\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3e4a20 e-con-full e-flex e-con e-parent\" data-id=\"c3e4a20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-567c155 elementor-widget elementor-widget-html\" data-id=\"567c155\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- === 1. SKRIPTE & STYLES === -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n<style>\n    \/* GLOBALE PREMIUM THEME VARIABLEN *\/\n    .mp-theme-wrapper {\n      --mp-primary: #7C3AED;\n      --mp-accent: #EC4899;\n      --mp-cyan: #18C2FF;\n      --mp-text: #111827;\n      --mp-soft: #4B5563;\n      --mp-bg-light: #faf8fc;\n      --mp-gradient: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);\n      --mp-title: linear-gradient(135deg, #6D28D9 0%, #DB2777 100%);\n      font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: var(--mp-text);\n      background: #ffffff;\n    }\n    .mp-theme-wrapper * { box-sizing: border-box; }\n    \n    \/* ABSCHNITTE & TYPOGRAFIE *\/\n    .mp-section {\n        padding: 80px 20px;\n        max-width: 1440px;\n        margin: 0 auto;\n    }\n    .mp-section-title {\n        text-align: center;\n        font-size: clamp(32px, 4vw, 46px);\n        font-weight: 900;\n        margin-bottom: 20px;\n        letter-spacing: -0.02em;\n        background: var(--mp-title);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n    .mp-section-subtitle {\n        text-align: center;\n        font-size: 18px;\n        color: var(--mp-soft);\n        max-width: 750px;\n        margin: 0 auto 50px auto;\n        line-height: 1.7;\n    }\n\n    \/* PREMIUM HERO & KONTAKT BOX STYLES *\/\n    .mp-premium-box {\n      position: relative;\n      overflow: hidden;\n      border-radius: 40px;\n      padding: 40px;\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 247, 255, 0.92) 48%, rgba(244, 251, 255, 0.88) 100%);\n      border: 1px solid rgba(124, 58, 237, 0.15);\n      box-shadow: 0 30px 60px rgba(109, 40, 217, 0.08);\n      margin: 40px 20px;\n      max-width: 1400px;\n      margin-left: auto; margin-right: auto;\n    }\n    .mp-premium-box::before {\n      content: \"\";\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 6px;\n      background: linear-gradient(90deg, #7C3AED, #EC4899, #18C2FF);\n      z-index: 5;\n    }\n    .mp-premium-grid {\n      position: relative;\n      z-index: 2;\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 40px;\n      align-items: center;\n    }\n    .mp-kicker {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 10px 18px;\n      margin-bottom: 24px;\n      border-radius: 50px;\n      background: #fff;\n      border: 1px solid rgba(124, 58, 237, 0.15);\n      box-shadow: 0 4px 15px rgba(124, 58, 237, 0.05);\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--mp-primary);\n    }\n    .mp-kicker-dot {\n      width: 8px; height: 8px;\n      border-radius: 50%;\n      background: var(--mp-gradient);\n      display: inline-block;\n      animation: pulse 2s infinite;\n    }\n    @keyframes pulse { 0% { transform: scale(0.95); opacity: 0.8; } 50% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(0.95); opacity: 0.8; } }\n    .mp-hero-title { margin: 0 0 24px 0; font-size: clamp(32px, 5vw, 54px); line-height: 1.15; font-weight: 900; letter-spacing: -0.03em; background: var(--mp-title); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }\n    .mp-text { margin: 0 0 28px 0; font-size: 18px; line-height: 1.7; color: var(--mp-soft); }\n    .mp-text a { color: var(--mp-primary); text-decoration: none; font-weight: 700; border-bottom: 2px solid rgba(109, 40, 217, 0.15); transition: border-color 0.3s; }\n    .mp-text a:hover { border-color: var(--mp-primary); }\n    .mp-feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }\n    .mp-feature { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 16px; background: #fff; border: 1px solid rgba(124, 58, 237, 0.15); transition: transform 0.3s ease; }\n    .mp-feature:hover { transform: translateY(-3px); border-color: var(--mp-accent); box-shadow: 0 10px 20px rgba(109, 40, 217, 0.05); }\n    .mp-feature-icon { color: var(--mp-primary); font-weight: 900; font-size: 18px; }\n    .mp-feature-text { font-size: 15px; font-weight: 600; color: var(--mp-text); }\n    \n    .mp-btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }\n    .mp-btn-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 0 36px; border-radius: 50px; text-decoration: none; font-size: 17px; font-weight: 800; color: #fff !important; background: var(--mp-gradient); box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); gap: 10px; }\n    .mp-btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 0 36px; border-radius: 50px; text-decoration: none; font-size: 17px; font-weight: 700; color: var(--mp-primary) !important; background: #fff; border: 2px solid var(--mp-primary); transition: all 0.3s ease; gap: 10px; }\n    .mp-btn-primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 15px 35px rgba(124, 58, 237, 0.35); }\n    .mp-btn-secondary:hover { background: var(--mp-bg-light); transform: translateY(-2px); border-color: var(--mp-accent); color: var(--mp-accent) !important; }\n    \n    .mp-image-card { border-radius: 32px; padding: 12px; background: #fff; box-shadow: 0 25px 50px rgba(109, 40, 217, 0.12); position: relative; }\n    .mp-image-card img { width: 100%; height: auto; border-radius: 24px; display: block; transition: transform 0.5s ease; }\n    .mp-image-card:hover img { transform: scale(1.01); }\n    .mp-floating-badge { position: absolute; bottom: -15px; right: 20px; background: #fff; padding: 14px 24px; border-radius: 50px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 15px; z-index: 10; color: var(--mp-primary);}\n    .mp-mini-cards { display: flex; flex-wrap: wrap; gap: 12px; }\n    .mp-mini-card { background: rgba(124, 58, 237, 0.07); padding: 8px 16px; border-radius: 12px; font-size: 13px; font-weight: 700; color: var(--mp-primary); }\n\n    \/* PREMIUM CARD (F\u00fcr Leistungen & Vorteile) *\/\n    .mp-card {\n        background: #ffffff;\n        border-radius: 24px;\n        padding: 32px;\n        border: 1px solid rgba(124, 58, 237, 0.1);\n        box-shadow: 0 10px 30px rgba(109, 40, 217, 0.03);\n        transition: all 0.4s ease;\n        position: relative;\n        overflow: hidden;\n    }\n    .mp-card::after {\n        content: \"\"; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--mp-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;\n    }\n    .mp-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 20px 40px rgba(109, 40, 217, 0.08);\n        border-color: rgba(236, 72, 153, 0.3);\n    }\n    .mp-card:hover::after { transform: scaleX(1); }\n    .mp-card-icon-box {\n        width: 64px; height: 64px;\n        border-radius: 20px;\n        background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);\n        display: flex; align-items: center; justify-content: center;\n        margin-bottom: 24px;\n        color: var(--mp-primary);\n        transition: transform 0.3s ease;\n    }\n    .mp-card:hover .mp-card-icon-box { transform: scale(1.1) rotate(-5deg); color: var(--mp-accent); }\n    .mp-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; color: var(--mp-text); }\n    .mp-card p { color: var(--mp-soft); font-size: 15px; line-height: 1.6; margin: 0; }\n\n    \/* PREMIUM CTA\/ABRECHNUNG BOX *\/\n    .mp-cta-banner {\n        background: var(--mp-gradient);\n        border-radius: 40px;\n        padding: 50px;\n        color: white;\n        box-shadow: 0 25px 50px rgba(236, 72, 153, 0.2);\n        position: relative;\n        overflow: hidden;\n    }\n    .mp-cta-banner::before {\n        content: \"\"; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: rgba(255,255,255,0.1); border-radius: 50%; filter: blur(50px);\n    }\n    .mp-cta-banner h3 { font-size: 32px; font-weight: 900; margin-bottom: 16px; color: white; -webkit-text-fill-color: white;}\n    .mp-cta-banner p { font-size: 18px; line-height: 1.6; opacity: 0.95; }\n\n    \/* PREMIUM FAQ AKKORDEON *\/\n    .mp-faq-item {\n        background: #ffffff;\n        border-radius: 20px;\n        border: 1px solid rgba(124, 58, 237, 0.15);\n        margin-bottom: 16px;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 15px rgba(109, 40, 217, 0.02);\n    }\n    .mp-faq-item:hover { border-color: var(--mp-primary); box-shadow: 0 10px 25px rgba(109, 40, 217, 0.06); }\n    .mp-faq-header {\n        padding: 24px;\n        cursor: pointer;\n        display: flex; justify-content: space-between; align-items: center;\n        font-weight: 700; font-size: 17px;\n        transition: color 0.3s ease;\n    }\n    .mp-faq-icon { color: var(--mp-primary); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }\n    .mp-faq-answer {\n        max-height: 0; overflow: hidden;\n        transition: max-height 0.4s ease-out;\n    }\n    .mp-faq-inner {\n        padding: 0 24px 24px 24px;\n        color: var(--mp-soft); line-height: 1.6; font-size: 15px;\n        border-top: 1px dashed rgba(124, 58, 237, 0.15);\n        margin-top: 10px; padding-top: 20px;\n    }\n    .mp-faq-item.active { border-color: var(--mp-primary); }\n    .mp-faq-item.active .mp-faq-header { color: var(--mp-primary); }\n    .mp-faq-item.active .mp-faq-answer { max-height: 300px; }\n    .mp-faq-item.active .mp-faq-icon { transform: rotate(180deg); color: var(--mp-accent); }\n\n    \/* Media Queries f\u00fcr Mobile Layouts *\/\n    @media (max-width: 1200px) {\n      .mp-premium-grid { grid-template-columns: 1fr; gap: 60px; }\n      .mp-left { padding-right: 0; text-align: center; }\n      .mp-kicker, .mp-btn-row, .mp-mini-cards { justify-content: center; }\n      .mp-feature-list { max-width: 600px; margin-left: auto; margin-right: auto; }\n      .mp-floating-badge { right: 50%; transform: translateX(50%); }\n    }\n    @media (max-width: 767px) {\n      .mp-premium-box { padding: 30px 20px; margin: 20px 10px; border-radius: 24px; }\n      .mp-feature-list { grid-template-columns: 1fr; }\n      .mp-btn-primary, .mp-btn-secondary { width: 100%; }\n      .mp-hero-title { font-size: 34px; }\n      .mp-section { padding: 50px 15px; }\n      .mp-cta-banner { padding: 30px; border-radius: 24px; }\n    }\n<\/style>\n\n<!-- === 2. INHALT DER SEITE === -->\n<div class=\"mp-theme-wrapper\">\n\n    <!-- HERO SECTION -->\n    <section>\n      <div class=\"mp-premium-box\">\n        <div class=\"mp-premium-grid\">\n          <div class=\"mp-left\">\n            <div class=\"mp-kicker\">\n              <span class=\"mp-kicker-dot\"><\/span>\n              Ihr Spezialist in der Schweiz\n            <\/div>\n            <h1 class=\"mp-hero-title\">Betreuter Transport Bern<\/h1>\n            <p class=\"mp-text\">\n              <strong>Ahaa! Mobil Plus<\/strong> ist Ihr Partner f\u00fcr professionellen \n              <a href=\"https:\/\/ahaamobilplus.ch\/rollstuhltransport-bern\/\">Behindertentransport<\/a>, \n              w\u00fcrdevollen <strong>Rollstuhltransport<\/strong> und fachgerechten \n              <a href=\"https:\/\/ahaamobilplus.ch\/liegendtransport-mit-medizinischer-betreuung\/\">Liegendtransport<\/a>. \n              Wir bringen Sie p\u00fcnktlich und sicher ans Ziel.\n            <\/p>\n            <div class=\"mp-feature-list\">\n              <div class=\"mp-feature\">\n                <span class=\"mp-feature-icon\">\u2713<\/span>\n                <div class=\"mp-feature-text\">Abrechnung via Kasse\/IV<\/div>\n              <\/div>\n              <div class=\"mp-feature\">\n                <span class=\"mp-feature-icon\">\u2713<\/span>\n                <div class=\"mp-feature-text\">Begleitung bis zur Wohnung<\/div>\n              <\/div>\n              <div class=\"mp-feature\">\n                <span class=\"mp-feature-icon\">\u2713<\/span>\n                <div class=\"mp-feature-text\">Modernste Fahrzeugflotte<\/div>\n              <\/div>\n              <div class=\"mp-feature\">\n                <span class=\"mp-feature-icon\">\u2713<\/span>\n                <div class=\"mp-feature-text\">Spezialist f\u00fcr Liegendfahrten<\/div>\n              <\/div>\n            <\/div>\n            <div class=\"mp-btn-row\">\n              <a href=\"https:\/\/ahaamobilplus.ch\/index.php\/bestellformular\/\" class=\"mp-btn-primary\">Transport online anfragen<\/a>\n              <a href=\"tel:+41313720909\" class=\"mp-btn-secondary\">\ud83d\udcde 031 372 09 09<\/a>\n            <\/div>\n            <div class=\"mp-mini-cards\">\n              <div class=\"mp-mini-card\">Rollstuhltransport Bern<\/div>\n              <div class=\"mp-mini-card\">Liegendtransport Bern<\/div>\n              <div class=\"mp-mini-card\">Patiententransport Schweiz<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"mp-right\">\n            <div class=\"mp-image-card\">\n              <img decoding=\"async\" src=\"https:\/\/ahaamobilplus.ch\/wp-content\/uploads\/Patiententransport-Bern--Behindertentransport-Rollstuhltransport-und-Liegendtransport.png\" alt=\"Patiententransport Bern\" loading=\"eager\">\n              <div class=\"mp-floating-badge\">\n                <span class=\"mp-kicker-dot\"><\/span> Sicher & pers\u00f6nlich betreut\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- LEISTUNGEN SECTION -->\n    <section class=\"mp-section bg-gray-50\/50\">\n        <h2 class=\"mp-section-title\">F\u00fcr jede Situation die richtige L\u00f6sung<\/h2>\n        <p class=\"mp-section-subtitle\">MobilPlus bietet in allen Transportkategorien individuelle Begleit- und Betreuungsl\u00f6sungen. Wir \u00fcbernehmen die Koordination von der Planung bis zur Abrechnung.<\/p>\n        \n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"wheelchair\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Rollstuhltransport<\/h3>\n                <p>Sicher und bequem im eigenen oder gestellten Rollstuhl ans Ziel.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"bed-double\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Liegendtransport<\/h3>\n                <p>F\u00fcr Patienten, die w\u00e4hrend der Fahrt liegen m\u00fcssen, mit bester Betreuung.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"car\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Sitzendtransport<\/h3>\n                <p>Kosteng\u00fcnstige L\u00f6sung f\u00fcr mobile Patienten bei stabiler Gesundheit.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"clipboard-plus\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Koordination<\/h3>\n                <p>Wir k\u00fcmmern uns um die gesamte Planung und Administration f\u00fcr Sie.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- VORTEILE SECTION -->\n    <section class=\"mp-section\">\n        <h2 class=\"mp-section-title\">Ihre Vorteile mit MobilPlus<\/h2>\n        <p class=\"mp-section-subtitle\">Warum wir der richtige Partner f\u00fcr Ihre medizinischen Transporte sind.<\/p>\n        \n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"stethoscope\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Fachpersonal<\/h3>\n                <p>Betreuung durch medizinisches oder pflegerisches Fachpersonal.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"brain\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Einf\u00fchlsame Unterst\u00fctzung<\/h3>\n                <p>Unterst\u00fctzung bei psychischen, neurologischen oder kognitiven Einschr\u00e4nkungen.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"message-square-heart\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Reibungslose Kommunikation<\/h3>\n                <p>Kommunikation mit Spit\u00e4lern, Pflegeheimen oder Angeh\u00f6rigen.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"calendar-heart\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Begleitung<\/h3>\n                <p>Pers\u00f6nliche Begleitung bei Arzt- oder Therapieterminen vor Ort.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"wallet\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Kosteneffizient<\/h3>\n                <p>Kosteng\u00fcnstiger Fahrdienst bei stabiler Gesundheit durch geschulte Fahrer.<\/p>\n            <\/div>\n            <div class=\"mp-card\">\n                <div class=\"mp-card-icon-box\"><i data-lucide=\"network\" class=\"w-8 h-8\"><\/i><\/div>\n                <h3>Komplexe Verlegungen<\/h3>\n                <p>Planung und Durchf\u00fchrung von komplexen Verlegungen und Repatriierungen.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ABRECHNUNG \/ CTA SECTION -->\n    <section class=\"mp-section\" style=\"padding-top: 40px; padding-bottom: 40px;\">\n        <div class=\"mp-cta-banner flex flex-col md:flex-row items-center gap-10\">\n            <div class=\"flex-shrink-0 bg-white\/20 p-6 rounded-3xl backdrop-blur-md border border-white\/30\">\n                <i data-lucide=\"shield-check\" class=\"w-16 h-16 text-white\"><\/i>\n            <\/div>\n            <div class=\"relative z-10\">\n                <h3>Abrechnung & Krankenkassen<\/h3>\n                <p class=\"mb-2\">MobilPlus ist von allen Schweizer Krankenkassen anerkannt. Bei medizinischer Verordnung k\u00f6nnen die Kosten f\u00fcr die Transporte gem\u00e4ss KVG \u00fcbernommen werden.<\/p>\n                <p class=\"font-bold text-white\">Gerne unterst\u00fctzen wir Sie bei der Abkl\u00e4rung und \u00fcbernehmen die administrativen Schritte f\u00fcr Sie.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ SECTION -->\n    <section class=\"mp-section bg-gray-50\/50\">\n        <h2 class=\"mp-section-title\">H\u00e4ufig gestellte Fragen<\/h2>\n        <p class=\"mp-section-subtitle\">Hier beantworten wir die wichtigsten Fragen rund um unseren Transportdienst.<\/p>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 max-w-5xl mx-auto\">\n            <!-- Linke Spalte -->\n            <div class=\"space-y-4\">\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Wer bezahlt den Transport?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Bei Vorliegen einer \u00e4rztlichen Verordnung \u00fcbernehmen die Grundversicherung (KVG) oder die Unfallversicherung (UVG) in der Regel die Kosten f\u00fcr den Transport abz\u00fcglich Selbstbehalt und Franchise. Wir rechnen als anerkannter Partner direkt ab.<\/div><\/div>\n                <\/div>\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Im eigenen Rollstuhl fahren?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Ja, absolut. Unsere Fahrzeuge sind mit modernen Hebeb\u00fchnen\/Rampen und zertifizierten R\u00fcckhaltesystemen ausgestattet, sodass Sie sicher und bequem in Ihrem eigenen Rollstuhl sitzen bleiben k\u00f6nnen.<\/div><\/div>\n                <\/div>\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Darf eine Begleitperson mitfahren?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Selbstverst\u00e4ndlich. Eine Begleitperson darf in der Regel kostenlos bei uns mitfahren. Bitte erw\u00e4hnen Sie dies einfach kurz bei der Buchung, damit wir den Platz entsprechend reservieren k\u00f6nnen.<\/div><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Rechte Spalte -->\n            <div class=\"space-y-4\">\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Kein Lift vorhanden?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Das ist kein Problem. Unser Personal ist speziell geschult und wir f\u00fchren Hilfsmittel wie Treppenst\u00fchle oder Treppenraupen mit, um Sie auch in Geb\u00e4uden ohne Lift sicher und schonend zu transportieren.<\/div><\/div>\n                <\/div>\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Ausbildung des MobilPlus-Teams?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Unser Team besteht aus erfahrenen und medizinisch geschulten Fahrern, die regelm\u00e4ssige Erste-Hilfe- und Weiterbildungskurse besuchen. Bei Bedarf setzen wir ausserdem dipl. Pflegefachpersonen oder Rettungssanit\u00e4ter ein.<\/div><\/div>\n                <\/div>\n                <div class=\"mp-faq-item\">\n                    <div class=\"mp-faq-header\">\n                        <span>Medizinisches Fachpersonal?<\/span>\n                        <i data-lucide=\"chevron-down\" class=\"mp-faq-icon w-5 h-5\"><\/i>\n                    <\/div>\n                    <div class=\"mp-faq-answer\"><div class=\"mp-faq-inner\">Ja. Wenn es der Gesundheitszustand erfordert, wird der Transport von medizinischem oder pflegerischem Fachpersonal begleitet. Dies wird im Vorfeld bei der Auftragserfassung genau mit Ihnen oder dem Spital gekl\u00e4rt.<\/div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- KONTAKT SECTION GANZ UNTEN -->\n    <section class=\"mp-section\" id=\"kontakt\" style=\"padding-top: 20px;\">\n        <div class=\"mp-premium-box\" style=\"margin-top: 0; text-align: center; padding: 60px 20px;\">\n            <div class=\"mp-kicker\" style=\"margin: 0 auto 24px auto;\">\n                <span class=\"mp-kicker-dot\"><\/span>\n                Wir sind f\u00fcr Sie da\n            <\/div>\n            <h2 class=\"mp-hero-title\" style=\"margin-bottom: 20px;\">Jetzt Transport anfragen<\/h2>\n            <p class=\"mp-section-subtitle\" style=\"margin-bottom: 40px;\">\n                Planen Sie eine sichere und komfortable Verlegung f\u00fcr sich oder eine nahestehende Person?<br>Wir sind f\u00fcr Sie da \u2013 auch kurzfristig.\n            <\/p>\n            <div class=\"mp-btn-row\" style=\"justify-content: center;\">\n                <a href=\"tel:+41313720909\" class=\"mp-btn-primary\" style=\"padding: 0 40px;\">\n                    <i data-lucide=\"phone-call\" class=\"w-5 h-5\"><\/i> 031 372 09 09\n                <\/a>\n                <a href=\"mailto:info@ahaamobilplus.ch\" class=\"mp-btn-secondary\" style=\"padding: 0 40px;\">\n                    <i data-lucide=\"mail\" class=\"w-5 h-5\"><\/i> info@ahaamobilplus.ch\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<!-- === 3. FUNKTIONEN === -->\n<script>\n    \/\/ Icons initialisieren\n    lucide.createIcons();\n\n    \/\/ FAQ Akkordeon Logik\n    document.addEventListener('DOMContentLoaded', () => {\n        const faqItems = document.querySelectorAll('.mp-faq-item');\n        faqItems.forEach(item => {\n            const header = item.querySelector('.mp-faq-header');\n            header.addEventListener('click', () => {\n                const isActive = item.classList.contains('active');\n                if (!isActive) {\n                    item.classList.add('active');\n                } else {\n                    item.classList.remove('active');\n                }\n            });\n        });\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ihr Spezialist in der Schweiz Betreuter Transport Bern Ahaa! Mobil Plus ist Ihr Partner f\u00fcr professionellen Behindertentransport, w\u00fcrdevollen Rollstuhltransport und fachgerechten Liegendtransport. Wir bringen Sie p\u00fcnktlich und sicher ans Ziel. \u2713 Abrechnung via Kasse\/IV \u2713 Begleitung bis zur Wohnung \u2713 Modernste Fahrzeugflotte \u2713 Spezialist f\u00fcr Liegendfahrten Transport online anfragen \ud83d\udcde 031 372 09 09 Rollstuhltransport&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-builder.php","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-8476","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.0 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"fWHfJUTLzLbuRjZWfPNLf1Dk5_2savIs4Ge6NmBuGvk\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.0\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Patiententransport  MobilPlus - Transport in Ihrer Region\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Footer V1 - Patiententransport MobilPlus\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-07-23T07:04:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-07-23T07:04:49+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Footer V1 - Patiententransport MobilPlus\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ahaamobilplus.ch\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/index.php\\\/betreuter-transport\\\/#listItem\",\"name\":\"Betreuter Transport\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/index.php\\\/betreuter-transport\\\/#listItem\",\"position\":2,\"name\":\"Betreuter Transport\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/#organization\",\"name\":\"Patiententransport Bern\",\"description\":\"Patiententransporte in der Schweiz. Ob Rollstuhltransport in Bern, Liegendverlegung mit medizinischer Begleitung oder Sitzendtransport mit Unterst\\u00fctzung \\u2013 wir bringen Sie sicher, zuverl\\u00e4ssig und individuell betreut ans Zie\",\"url\":\"https:\\\/\\\/ahaamobilplus.ch\\\/\",\"telephone\":\"+41786497645\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ahaamobilplus.ch\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/12781-e1757246970674.webp\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1\\\/#organizationLogo\",\"width\":200,\"height\":32},\"image\":{\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1#webpage\",\"url\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1\",\"name\":\"Footer V1 - Patiententransport MobilPlus\",\"inLanguage\":\"de-CH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/?medilax_footer_build=footer-v1#breadcrumblist\"},\"datePublished\":\"2021-07-23T07:04:49+00:00\",\"dateModified\":\"2021-07-23T07:04:49+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/#website\",\"url\":\"https:\\\/\\\/ahaamobilplus.ch\\\/\",\"name\":\"Patiententransport  MobilPlus Transport in Ihrer Region\",\"alternateName\":\"Patiententransport MobilPlus\",\"description\":\"Transport in Ihrer Region\",\"inLanguage\":\"de-CH\",\"publisher\":{\"@id\":\"https:\\\/\\\/ahaamobilplus.ch\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Footer V1 - Patiententransport MobilPlus<\/title>\n\n","aioseo_head_json":{"title":"Footer V1 - Patiententransport MobilPlus","description":"","canonical_url":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"fWHfJUTLzLbuRjZWfPNLf1Dk5_2savIs4Ge6NmBuGvk","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ahaamobilplus.ch#listItem","position":1,"name":"Home","item":"https:\/\/ahaamobilplus.ch","nextItem":{"@type":"ListItem","@id":"https:\/\/ahaamobilplus.ch\/index.php\/betreuter-transport\/#listItem","name":"Betreuter Transport"}},{"@type":"ListItem","@id":"https:\/\/ahaamobilplus.ch\/index.php\/betreuter-transport\/#listItem","position":2,"name":"Betreuter Transport","previousItem":{"@type":"ListItem","@id":"https:\/\/ahaamobilplus.ch#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/ahaamobilplus.ch\/#organization","name":"Patiententransport Bern","description":"Patiententransporte in der Schweiz. Ob Rollstuhltransport in Bern, Liegendverlegung mit medizinischer Begleitung oder Sitzendtransport mit Unterst\u00fctzung \u2013 wir bringen Sie sicher, zuverl\u00e4ssig und individuell betreut ans Zie","url":"https:\/\/ahaamobilplus.ch\/","telephone":"+41786497645","logo":{"@type":"ImageObject","url":"https:\/\/ahaamobilplus.ch\/wp-content\/uploads\/2025\/09\/12781-e1757246970674.webp","@id":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1\/#organizationLogo","width":200,"height":32},"image":{"@id":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1#webpage","url":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1","name":"Footer V1 - Patiententransport MobilPlus","inLanguage":"de-CH","isPartOf":{"@id":"https:\/\/ahaamobilplus.ch\/#website"},"breadcrumb":{"@id":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1#breadcrumblist"},"datePublished":"2021-07-23T07:04:49+00:00","dateModified":"2021-07-23T07:04:49+00:00"},{"@type":"WebSite","@id":"https:\/\/ahaamobilplus.ch\/#website","url":"https:\/\/ahaamobilplus.ch\/","name":"Patiententransport  MobilPlus Transport in Ihrer Region","alternateName":"Patiententransport MobilPlus","description":"Transport in Ihrer Region","inLanguage":"de-CH","publisher":{"@id":"https:\/\/ahaamobilplus.ch\/#organization"}}]},"og:locale":"de_DE","og:site_name":"Patiententransport  MobilPlus - Transport in Ihrer Region","og:type":"article","og:title":"Footer V1 - Patiententransport MobilPlus","og:url":"https:\/\/ahaamobilplus.ch\/?medilax_footer_build=footer-v1","article:published_time":"2021-07-23T07:04:49+00:00","article:modified_time":"2021-07-23T07:04:49+00:00","twitter:card":"summary_large_image","twitter:title":"Footer V1 - Patiententransport MobilPlus"},"aioseo_meta_data":{"post_id":"8476","title":"#post_title #separator_sa #site_title","description":"#post_content","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-04-30 08:16:37","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2025-09-07 17:58:55","updated":"2026-04-30 08:27:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/ahaamobilplus.ch\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tBetreuter Transport\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ahaamobilplus.ch"},{"label":"Betreuter Transport","link":"https:\/\/ahaamobilplus.ch\/index.php\/betreuter-transport\/"}],"_links":{"self":[{"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/pages\/8476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/comments?post=8476"}],"version-history":[{"count":9,"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/pages\/8476\/revisions"}],"predecessor-version":[{"id":9122,"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/pages\/8476\/revisions\/9122"}],"wp:attachment":[{"href":"https:\/\/ahaamobilplus.ch\/index.php\/wp-json\/wp\/v2\/media?parent=8476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}