{"id":16634,"date":"2025-08-14T07:23:14","date_gmt":"2025-08-14T07:23:14","guid":{"rendered":"https:\/\/www.gutblick.ch\/?page_id=16634"},"modified":"2026-02-23T11:38:01","modified_gmt":"2026-02-23T10:38:01","slug":"symptom-check","status":"publish","type":"page","link":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/","title":{"rendered":"Symptom-Check"},"content":{"rendered":"<div itemscope itemtype=\"http:\/\/schema.org\/Article\" class=\"header-small-block container1200 mb120 mt120\"><div class=\"container\" > <div class=\"content\" > <div class=\"header-small-block-wrap\" > <div class=\"header-small-block__content\" > <h1 itemprop=\"name\" class=\"header-small-block__name semiBold h3\" > <span class=\"header-small-block__title h3\" > Willkommen zum<\/span><br>Symptom-Check<\/h1 > <p class=\"header-small-block__subtitle mt16\" > <\/p > <\/div > <div class=\"header-small-block__image\" > <img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"360\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/GUT119_Ziffernblatt_AugeBlau_640x360px.webp\" class=\"img__small__header\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/GUT119_Ziffernblatt_AugeBlau_640x360px.webp 640w, https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/GUT119_Ziffernblatt_AugeBlau_640x360px-300x169.webp 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/div > <\/div > <\/div > <\/div > <\/div > \n\n<div class=\"title-content-block container1364 mb120 mt120\"><div class=\"container\"><div class=\"content\"><div class=\"mt24 mb24 max830 preloaded__content fade\"><p><strong>Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten:<\/strong><br \/>\n<\/br><\/p>\n<ul>\n  <span style=\"color: #ffce00; font-weight: bold;\">&#43; <\/span>unverbindlich<br \/>\n  <span style=\"color: #ffce00; font-weight: bold;\">&#43; <\/span>kostenlos<br \/>\n  <span style=\"color: #ffce00; font-weight: bold;\">&#43; <\/span>anonym\n<\/ul>\n<\/div><\/div><\/div><\/div>\n\n\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Symptom-Check<\/title>\n    \n    <style>\n        \/* ===== BASE STYLES ===== *\/\n        body {\n            font-family: Arial, sans-serif;\n            margin: 0; \n            background: #f5f7fa;\n        }\n\n        \/* ===== MAIN CONTAINER ===== *\/\n        .checker-container {\n            max-width: 830px;\n            margin: 0 auto;\n            padding: 30px 10px 70px 10px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 4px 24px rgba(12,51,140,0.08);\n            margin-top: 40px;\n            margin-bottom: 40px;\n            position: relative;\n        }\n\n        .checker-container::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 10px;\n            background-color: #ffce00;\n            border-top-left-radius: 20px;\n            border-top-right-radius: 20px;\n            box-shadow: inset 0 -2px 4px rgba(0,0,0,0.08);\n        }\n\n        \/* ===== INTRO SECTION ===== *\/\n        .checker-intro {\n            margin-bottom: 38px;\n            text-align: left;\n            padding-left: 20px;\n        }\n\n        .checker-intro h1 {\n            font-size: 2.1rem;\n            color: #0C338C;\n            margin-bottom: 10px;\n        }\n\n        .checker-intro p {\n            font-size: 1rem;\n            margin-bottom: 16px;\n        }\n\n        \/* ===== TERMS SECTION ===== *\/\n        .terms-box {\n            display: flex;\n            justify-content: left;\n            align-items: center;\n            margin: 12px 0 10px 0;\n            gap: 8px;\n        }\n\n        .terms-box input[type=\"checkbox\"] {\n            width: 18px;\n            height: 18px;\n            margin-top: 2px;\n            flex-shrink: 0;\n            border: 2px solid #ffce00;\n            border-radius: 3px;\n            appearance: none;\n            -webkit-appearance: none;\n            -moz-appearance: none;\n            background: white;\n            cursor: pointer;\n            position: relative;\n            transition: all 0.2s ease;\n        }\n\n        .terms-box input[type=\"checkbox\"]:hover {\n            border-color: #e6b800;\n            box-shadow: 0 0 5px rgba(255, 206, 0, 0.3);\n        }\n\n        .terms-box input[type=\"checkbox\"]:checked {\n            background: #ffce00;\n            border-color: #ffce00;\n        }\n\n        .terms-box input[type=\"checkbox\"]:checked::after {\n            content: \"\u2713\";\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            color: #0C338C;\n            font-size: 12px;\n            font-weight: bold;\n        }\n\n        .terms-box label {\n            font-size: 1rem !important;\n            line-height: 1.45;\n            flex: 1;\n        }\n\n        .terms-error {\n            color: #dc3545;\n            font-size: 0.9rem;\n            margin-top: 5px;\n            margin-left: 26px;\n            display: none;\n            font-weight: 500;\n        }\n\n        \/* ===== START BUTTON ===== *\/\n        .start-button {\n            padding: 14px 32px;\n            background-color: #0C338C;\n            color: white;\n            border: none;\n            border-radius: 7px;\n            font-size: 1.16rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background-color 0.2s, transform 0.2s, outline 0.2s;\n            box-shadow: 0 2px 10px rgba(12,51,140,0.04);\n            margin: 8px;\n            display: inline-block;\n        }\n\n        .start-button:hover {\n            transform: scale(1.06);\n            outline: 3px solid #ffce00;\n        }\n\n        .start-button .btn-icon {\n            display: inline-flex;\n            align-items: center;\n            margin-right: 13px;\n            vertical-align: middle;\n        }\n\n        .start-button .btn-icon img {\n            width: 22px;\n            height: 22px;\n            display: block;\n            object-fit: contain;\n            max-width: 100%;\n            max-height: 100%;\n        }\n\n        \/* ===== QUESTION STYLES ===== *\/\n        .checker-question {\n            margin-bottom: 34px;\n            background: #f9fbff;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(12,51,140,0.04);\n            padding: 24px 18px;\n            opacity: 0;\n            transform: translateY(25px);\n            transition: opacity 0.45s cubic-bezier(.39,.58,.57,1), transform 0.45s cubic-bezier(.39,.58,.57,1);\n        }\n\n        .checker-question.visible {\n            opacity: 1;\n            transform: none;\n        }\n\n        .question-title {\n            font-size: 1.25rem;\n            color: #0C338C;\n            font-weight: bold;\n            margin-bottom: 3px;\n        }\n\n        .question-text {\n            font-size: 1.09rem;\n            color: #0C338C;\n            margin: 0 0 14px 0;\n            line-height: 1.45;\n        }\n\n        \/* ===== ANSWER BUTTONS ===== *\/\n        .answer-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 17px;\n        }\n\n        .answer-btn {\n            font-size: 1.1rem;\n            border: none;\n            border-radius: 8px;\n            padding: 18px 20px;\n            cursor: pointer;\n            transition: background 0.2s, outline 0.2s, transform 0.15s, color 0.2s;\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            background: #0C338C;\n            color: #fff;\n        }\n\n        .answer-btn.selected, \n        .answer-btn:hover {\n            outline: 3px solid #ffce00;\n            background: #194bb4 !important;\n            transform: scale(1.04);\n        }\n\n        .answer-btn,\n        .answer-btn * {\n            color: #fff !important;\n            background: #0C338C !important;\n        }\n\n        .answer-btn.selected,\n        .answer-btn.selected * {\n            color: #fff !important;\n            background: #194bb4 !important;\n        }\n\n        \/* ===== DROPDOWN STYLES ===== *\/\n        .dropdown-label {\n            font-size: 1.09rem;\n            color: #0C338C;\n            margin-bottom: 9px;\n            display: block;\n        }\n\n        select {\n            font-size: 1.14rem;\n            padding: 12px;\n            border-radius: 7px;\n            border: 1.5px solid #0C338C;\n            background: #f9fbff;\n            margin-bottom: 18px;\n            width: 100%;\n        }\n\n        \/* ===== LOADING SECTION ===== *\/\n        .result-loading-section {\n            text-align: center;\n            padding: 28px 10px;\n            opacity: 0;\n            transition: opacity 0.5s cubic-bezier(.33,.8,.47,1);\n        }\n\n        .result-loading-section.visible { \n            opacity: 1; \n        }\n\n        .result-loading-msg {\n            font-size: 1.25rem;\n            color: #0C338C;\n            margin-bottom: 28px;\n            font-weight: bold;\n        }\n\n        .loading-eye {\n            width: 60px;\n            margin: 0 auto;\n            animation: eye-pulse 1.35s cubic-bezier(.66,.01,.32,1) infinite;\n        }\n\n        .loading-eye svg {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        @keyframes eye-pulse {\n            0%   { transform: scale(0.96); }\n            28%  { transform: scale(1.14); }\n            50%  { transform: scale(1.03); }\n            78%  { transform: scale(1.18); }\n            100% { transform: scale(0.96); }\n        }\n\n        \/* ===== RESULT SECTION ===== *\/\n        .result-section {\n            text-align: left;\n            padding: 28px 10px 48px;\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.65s cubic-bezier(.39,.58,.57,1), transform 0.65s cubic-bezier(.39,.58,.57,1);\n        }\n\n        .result-section.visible {\n            opacity: 1;\n            transform: none;\n        }\n\n        .result-title {\n            font-size: 1.5rem;\n            color: #0C338C;\n            font-weight: bold;\n            margin-bottom: 16px;\n        }\n\n        .result-text {\n            font-size: 1.16rem;\n            color: #0C338C;\n            margin-bottom: 15px;\n        }\n\n        .result-text strong {\n            color: inherit;\n            font-weight: bold;\n        }\n\n        \/* ===== CUSTOM BULLET POINTS ===== *\/\n        .custom-bullets {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        .custom-bullets li {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 8px;\n            font-size: 1rem;\n        }\n\n        .custom-bullets li::before {\n            content: \"+\";\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: #ffce00;\n            font-weight: bold;\n            font-size: 1.2em;\n        }\n\n        \/* ===== MOBILE RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            .checker-container {\n                margin: 20px 10px;\n                padding: 20px 15px 50px 15px;\n                border-radius: 15px;\n            }\n            \n            .checker-intro {\n                padding-left: 10px;\n            }\n            \n            .checker-intro h1 {\n                font-size: 1.4rem;\n            }\n            \n            .terms-box {\n                align-items: center;\n            }\n            \n            .terms-box input[type=\"checkbox\"] {\n                margin-top: 3px;\n            }\n            \n            .start-button {\n                font-size: 1.1rem;\n                padding: 12px 24px;\n            }\n        }\n    <\/style>\n\n    <!-- Widget Configuration Script -->\n    <script>\n        var widgetConfigs = widgetConfigs || {};\n        widgetConfigs[\"c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\"] = {};\n        widgetConfigs[\"c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\"].measurementIds = [];\n        widgetConfigs[\"c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\"].hasGoogleTagTracking = false;\n        widgetConfigs[\"c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\"].hasFusedeck = false;\n        \n        window.addEventListener(\"message\", function(e) {\n            var t = e.data[\"od-widget-id\"],\n                i = e.data[\"od-widget-height\"],\n                d = e.data[\"od-widget-ios\"];\n            if (t && t in widgetConfigs && \"c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\" === t) {\n                var a = document.getElementById(\"od-widget-\" + t);\n                if (i) a.style.height = i + \"px\";\n                if (d === true) {\n                    a.style.width = \"100px\";\n                    a.style[\"min-width\"] = \"100%\";\n                    a.scrolling = \"no\";\n                }\n            }\n        });\n    <\/script>\n<\/head>\n\n<body>\n    <div class=\"checker-container\">\n        <!-- Introduction Section -->\n        <div id=\"intro-section\" class=\"checker-intro\">\n            <h1>Wie steht es um meine Augengesundheit?<\/h1>\n            <p>\n                Bitte beachten Sie, dass:\n                <ul class=\"custom-bullets\">\n                    <li>Es sich hierbei nicht um ein qualifiziertes \u00e4rztliches Gutachten oder eine Diagnose handelt. Der Symptom-Check dient ausschliesslich zu Informationszwecken und kann keine professionelle Behandlung durch einen Augenarzt oder eine Augen\u00e4rztin ersetzen.<\/li>\n                    <li>Ihre Daten sicher sind. Informationen, die Sie angeben, sind anonym und werden nicht weitergegeben.<\/li>\n                <\/ul>\n            <\/p>\n            \n            <!-- Terms and Conditions -->\n            <div class=\"terms-box\">\n                <input type=\"checkbox\" id=\"termsCheck\">\n                <label for=\"termsCheck\">Ich habe die Nutzungsbedingungen gelesen und akzeptiert.* (Pflichtfeld)<\/label>\n            <\/div>\n            <div class=\"terms-error\" id=\"termsError\">Bitte akzeptieren Sie zuerst die Nutzungsbedingungen.<\/div>\n            \n            <!-- Start Button -->\n            <button class=\"start-button\" id=\"startCheckerBtn\">\n                <span class=\"btn-icon\">\n                    <img decoding=\"async\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg\" alt=\"\" \/>\n                <\/span>\n                Symptom-Check starten\n            <\/button>\n        <\/div>    \n\n        <!-- Questions Section (Hidden initially) -->\n        <div id=\"question-section\" style=\"display:none;\"><\/div>\n    <\/div>\n\n    <!-- Main JavaScript -->\n    <script>\n        \/\/ ===== QUESTION DATA =====\n        const questions = {\n            q1: {\n                id: \"q1\",\n                title: \"Autofahren\",\n                text: \"Fahren Sie bei D\u00e4mmerung oder nachts ungern Auto \u2013 obwohl Sie fr\u00fcher keine Probleme beim n\u00e4chtlichen Autofahren hatten?\",\n                answers: [\n                    { text: \"Ja\", next: \"q2A\" },\n                    { text: \"Nein\", next: \"q2B\" }\n                ]\n            },\n\n            q2A: {\n                id: \"q2A\",\n                title: \"Blendempfindlichkeit\",\n                text: \"Kommt es vor, dass entgegenkommende Scheinwerfer Sie stark blenden oder Sie Schwierigkeiten haben, Fahrbahnmarkierungen zu erkennen?\",\n                answers: [\n                    { text: \"Ja\", next: \"q4\" },\n                    { text: \"Nein\", next: \"q4\" }\n                ]\n            },\n\n            q2B: {\n                id: \"q2B\",\n                title: \"Weitsichtigkeit\",\n                text: \"Halten Sie B\u00fccher, Einkaufslisten, Etiketten oder Ihr Handy weiter weg als fr\u00fcher?\",\n                answers: [\n                    { text: \"Ja\", next: \"q6D\" },\n                    { text: \"Nein\", next: \"q4\" }\n                ]\n            },\n\n            q4: {\n                id: \"q4\",\n                title: \"Sehschw\u00e4che\",\n                text: \"Trotz Brille: Sehen Sie manchmal verschwommen oder doppelt \u2013 besonders bei Gegenlicht?\",\n                answers: [\n                    { text: \"Ja\", next: \"q6C\" },\n                    { text: \"Nein\", next: \"q5\" }\n                ]\n            },\n\n            q5: {\n                id: \"q5\",\n                title: \"Detailsehen\",\n                text: \"F\u00e4llt es Ihnen schwer, Details oder feine Strukturen zu erkennen? Beispielsweise beim Lesen von Preisschildern oder Einf\u00e4deln eines Fadens?\",\n                answers: [\n                    { text: \"Ja\", next: \"q6A\" },\n                    { text: \"Nein\", next: \"q7\" }\n                ]\n            },\n\n            q6A: {\n                id: \"q6A\",\n                title: \"Kontrastsehen\",\n                text: \"Nehmen Sie Farben manchmal weniger kr\u00e4ftig oder leicht vergilbt auf, als w\u00fcrden Sie durch ein verschmutztes Fenster blicken?\",\n                answers: [\n                    { text: \"Ja\", next: \"q6B\" },\n                    { text: \"Nein\", next: \"q7\" }\n                ]\n            },\n\n            q6B: {\n                id: \"q6B\",\n                title: \"Sehst\u00e4rke\",\n                text: \"Haben Sie das Gef\u00fchl, dass sich Ihre Sehst\u00e4rke in den letzten Monaten h\u00e4ufig ver\u00e4ndert hat?\",\n                answers: [\n                    { text: \"Ja\", next: \"q7\" },\n                    { text: \"Nein\", next: \"q7\" }\n                ]\n            },\n\n            q6C: {\n                id: \"q6C\",\n                title: \"Doppelbilder\",\n                text: \"Tritt das Doppeltsehen nur auf einem Auge auf (auch wenn Sie das andere schliessen)?\",\n                answers: [\n                    { text: \"Ja\", next: \"q7\" },\n                    { text: \"Nein oder weiss nicht\", next: \"q7\" }\n                ]\n            },\n\n            q6D: {\n                id: \"q6D\",\n                title: \"Schwache Lichtverh\u00e4ltnisse\",\n                text: \"Ben\u00f6tigen Sie zum Zeitung lesen oder am Handy besonders helles Licht?\",\n                answers: [\n                    { text: \"Ja\", next: \"q7\" },\n                    { text: \"Nein\", next: \"q7\" }\n                ]\n            },\n\n            q7: {\n                id: \"q7\",\n                title: \"Sichtfeld\",\n                text: \"Sehen Sie M\u00fccken, schwarze Punkte oder gar Lichtblitze?\",\n                answers: [\n                    { text: \"Ja\", next: \"q8\" },\n                    { text: \"Nein\", next: \"q8\" }\n                ]\n            },\n\n            q8: {\n                id: \"q8\",\n                title: \"Alter\",\n                type: \"dropdown\",\n                text: \"Wie alt sind Sie?\",\n                options: [\"40 und j\u00fcnger\", \"40-59 Jahre\", \"60-79 Jahre\", \"80 und \u00e4lter\"],\n                next: \"q9\"\n            },\n\n            q9: {\n                id: \"q9\",\n                title: \"Letzte Augenkontrolle\",\n                type: \"dropdown\",\n                text: \"Wann waren Sie zuletzt beim Augenarzt oder bei der Augen\u00e4rztin?\",\n                options: [\n                    \"In den letzten 12 Monaten\",\n                    \"Vor mehr als einem Jahr\",\n                    \"Ich kann mich nicht erinnern\",\n                    \"Noch nie\"\n                ],\n                next: \"q10\"\n            },\n\n            q10: {\n                id: \"q10\",\n                title: \"Abschlussfrage\",\n                type: \"dropdown\",\n                text: \"Wie wurden Sie auf den Symptom-Check aufmerksam?\",\n                options: [\"Radio\", \"Internet\", \"Flyer\", \"Social Media\", \"Empfehlung\"],\n                next: null\n            }\n        };\n\n        \/\/ ===== RESULT LOGIC =====\n        function getResultText(answers) {\n            \/\/ Overrule - Retina detachment suspicion\n            if (answers.q7 === \"Ja\") {\n                return \"Ihre mit \u00abJa\u00bb beantworteten Fragen deuten auf Symptome einer <strong>Netzhauterkrankung<\/strong> oder gar <strong>Netzhautabl\u00f6sung<\/strong> hin. Wir empfehlen Ihnen deshalb <strong>dringend einen Kontrolltermin<\/strong> bei einem Augenarzt oder einer Augen\u00e4rztin, um die Symptome professionell abkl\u00e4ren zu lassen.\";\n            }\n\n            \/\/ Overrule - Cataract\n            if (\n                answers.q1 === \"Ja\" &&\n                answers.q2A === \"Ja\" &&\n                (\n                    answers.q6A === \"Ja\" ||\n                    answers.q6B === \"Ja\" ||\n                    answers.q6C === \"Ja\" ||\n                    answers.q6D === \"Ja\"\n                )\n            ) {\n                return \"Ihre mit \u00abJa\u00bb beantworteten Fragen deuten auf Symptome einer <strong>Katarakt<\/strong>, also eines <strong>grauen Stars<\/strong>, hin. <br>Der graue Star ist eine <strong>verbreitete Alterserscheinung<\/strong>, die eine zunehmend tr\u00fcbe Sicht verursacht. <br>Doch keine Sorge: Er l\u00e4sst sich mit einem <strong>unkomplizierten, ambulanten Routineeingriff<\/strong> beheben. Gerne beraten wir Sie in einem pers\u00f6nlichen Termin und zeigen Ihnen Behandlungsm\u00f6glichkeiten auf.\";\n            }\n\n            \/\/ Count 'Ja' symptoms    \n            const symptomQuestions = [\"q1\", \"q2A\", \"q2B\", \"q4\", \"q5\", \"q6A\", \"q6B\", \"q6C\", \"q6D\", \"q7\"];\n            let jaCount = 0;\n            symptomQuestions.forEach(q => {\n                if (answers[q] === \"Ja\") jaCount++;\n            });\n        \n            const age = answers[\"q8\"];\n            const visit = answers[\"q9\"];\n        \n            \/\/ Regular rules\n            if (jaCount <= 1) {\n                if (age === \"40 und j\u00fcnger\") {\n                    return \"Super: Ihr Sehverm\u00f6gen scheint <strong>relativ stabil<\/strong> zu sein. <br>Bei <strong>famili\u00e4rer Vorbelastung f\u00fcr gr\u00fcnen Star oder bei Brillen- bzw. Kontaktlinsentr\u00e4ger:innen<\/strong> empfiehlt die Fachgesellschaft f\u00fcr Schweizer Augen\u00e4rzt:innen (SOG) eine kurze Augenkontrolle. Mit einer <strong>fr\u00fchzeitigen Vorsorgeuntersuchung k\u00f6nnen Sie sorgenfrei in die Zukunft<\/strong> blicken.\";\n                } else if ([\"40-59 Jahre\", \"60-79 Jahre\", \"80 und \u00e4lter\"].includes(age)) {\n                    if (visit === \"In den letzten 12 Monaten\") {\n                        return \"Super: Ihr Sehverm\u00f6gen scheint <strong>relativ stabil<\/strong> zu sein und Sie waren in den vergangenen 12 Monaten bei einem Augenarzt oder einer Augen\u00e4rztin. Sollten Sie unsicher sein oder andere Symptome sp\u00fcren, empfehlen wir Ihnen eine schmerzfreie <strong>Kurzkontrolle mit den wichtigsten Messungen<\/strong>, damit <strong>Augenerkrankungen fr\u00fchzeitig erkannt und behandelt<\/strong> werden k\u00f6nnen. <br><br><strong>Tipp:<\/strong> Die Fachgesellschaft der Schweizer Augen\u00e4rzt:innen (SOG) empfiehlt bei <strong>\u00fcber 40-J\u00e4hrigen eine regelm\u00e4ssige augen\u00e4rztliche Untersuchungen alle 2-3 Jahre, bei \u00fcber 60-J\u00e4hrigen alle 1-2 Jahre.<\/strong>\";\n                    } else if (visit === \"Vor mehr als einem Jahr\") {\n                        return \"Super: Ihr Sehverm\u00f6gen scheint <strong>relativ stabil<\/strong> zu sein. Ihr letzter Besuch bei einem Augenarzt oder einer Augen\u00e4rztin ist aber bereits eine Weile her. Mit einem Vorsorgetermin, der nur wenige Minuten dauert und absolut schmerzfrei ist, lassen sich <strong>Augenerkrankungen fr\u00fchzeitig erkennen und bestenfalls behandeln<\/strong>, bevor bleibende Sch\u00e4den auftreten. <br><br><strong>Tipp:<\/strong> Die Fachgesellschaft der Schweizer Augen\u00e4rzt:innen (SOG) empfiehlt bei <strong>\u00fcber 40-J\u00e4hrigen eine regelm\u00e4ssige augen\u00e4rztliche Untersuchungen alle 2-3 Jahre, bei \u00fcber 60-J\u00e4hrigen alle 1-2 Jahre.<\/strong>\";\n                    } else if (\n                        visit === \"Ich kann mich nicht erinnern\" ||\n                        visit === \"Noch nie\"\n                    ) {\n                        return \"Ihr Sehverm\u00f6gen scheint <strong>relativ stabil<\/strong> zu sein. Viele Augenkrankheiten entwickeln sich aber <strong>schleichend und bleiben lange unbemerkt<\/strong>. Mit einem kurzen, schmerzfreien Vorsorgetermin lassen sich <strong>Augenerkrankungen fr\u00fchzeitig erkennen und bestenfalls behandeln<\/strong>, bevor bleibende Sch\u00e4den auftreten. <br><br><strong>Tipp:<\/strong> Die Fachgesellschaft der Schweizer Augen\u00e4rzt:innen (SOG) empfiehlt bei <strong>\u00fcber 40-J\u00e4hrigen eine regelm\u00e4ssige augen\u00e4rztliche Untersuchungen alle 2-3 Jahre, bei \u00fcber 60-J\u00e4hrigen alle 1-2 Jahre.<\/strong>\";\n                    }\n                }\n            }\n\n            if (jaCount >= 2 && jaCount <= 3) {\n                if (age === \"40 und j\u00fcnger\") {\n                    return \"Ihre Angaben deuten auf eine <strong>Verschlechterung Ihres Sehverm\u00f6gens<\/strong> hin. <br>Wir empfehlen Ihnen einen <strong>Vorsorgetermin mit den wichtigsten Messungen<\/strong> bei einem Augenarzt oder einer Augen\u00e4rztin, um die <strong>Symptome professionell abkl\u00e4ren<\/strong> zu lassen. So kann eine allf\u00e4llige Augenerkrankung fr\u00fchzeitig behandelt werden.\";\n                } else if ([\"40-59 Jahre\", \"60-79 Jahre\", \"80 und \u00e4lter\"].includes(age)) {\n                    return \"Ihre Angaben deuten auf eine <strong>Verschlechterung<\/strong> Ihres Sehverm\u00f6gens hin. <br>Wir empfehlen Ihnen einen kurzen, schmerzfreien <strong>Vorsorgetermin<\/strong> bei einem Augenarzt oder einer Augen\u00e4rztin, um die <strong>Symptome professionell abkl\u00e4ren<\/strong> zu lassen. <br><br><strong>Tipp:<\/strong> Die Fachgesellschaft der Schweizer Augen\u00e4rzt:innen (SOG) empfiehlt bei <strong>\u00fcber 40-J\u00e4hrigen eine regelm\u00e4ssige augen\u00e4rztliche Untersuchungen alle 2-3 Jahre, bei \u00fcber 60-J\u00e4hrigen alle 1-2 Jahre.<\/strong>\";\n                }\n            }\n\n            if (jaCount >= 4) {\n                return \"Mehrere Ihrer Angaben deuten auf eine <strong>beginnende Linsentr\u00fcbung<\/strong> oder andere <strong>altersbedingte Ver\u00e4nderungen<\/strong> Ihres Sehverm\u00f6gens hin. <br>Wir empfehlen Ihnen eine zeitnahe Untersuchung beim Augenarzt oder bei der Augen\u00e4rztin, um die Symptome professionell abkl\u00e4ren zu lassen.\";\n            }\n\n            return \"Kein eindeutiges Ergebnis gefunden.\";\n        }\n\n        \/\/ ===== GLOBAL VARIABLES =====\n        let answers = {};\n        let loadingTimeout = null;\n\n        \/\/ ===== EVENT LISTENERS SETUP =====\n        function setupEventListeners() {\n            const termsCheck = document.getElementById(\"termsCheck\");\n            const startBtn = document.getElementById(\"startCheckerBtn\");\n            const termsError = document.getElementById(\"termsError\");\n            \n            if (termsCheck && startBtn && termsError) {\n                \/\/ Hide error message when checkbox state changes\n                termsCheck.addEventListener(\"change\", function() {\n                    termsError.style.display = \"none\";\n                });\n                \n                \/\/ Start button click handler with terms validation\n                startBtn.addEventListener(\"click\", function() {\n                    \/\/ Check if terms are accepted\n                    if (!termsCheck.checked) {\n                        \/\/ Show error message and prevent starting\n                        termsError.style.display = \"block\";\n                        termsError.scrollIntoView({behavior: \"smooth\", block: \"nearest\"});\n                        return;\n                    }\n                    \n                    \/\/ Terms are accepted, start the checker\n                    document.getElementById(\"intro-section\").style.display = \"none\";\n                    document.getElementById(\"question-section\").style.display = \"block\";\n                    renderQuestions();\n                });\n            }\n        }\n\n        \/\/ ===== UTILITY FUNCTIONS =====\n        function buildCurrentPath() {\n            let qid = \"q1\", path = [];\n            while (qid && !['q8','q9','q10'].includes(qid)) {\n                path.push(qid);\n                let ans = answers[qid];\n                qid = ans ? questions[qid].answers?.find(a=>a.text===ans)?.next : questions[qid].next || null;\n                if (qid && path.includes(qid)) break;\n            }\n            if (qid === \"q8\" || path.includes(\"q8\")) {\n                path.push(\"q8\");\n                if (answers[\"q8\"]) path.push(\"q9\");\n            }\n            if (path.includes(\"q9\") && answers[\"q9\"]) {\n                path.push(\"q10\");\n            }\n            return path;\n        }\n        \n        function scrollToLastCard() {\n            setTimeout(() => {\n                let cards = document.querySelectorAll('.checker-question, #after-questions');\n                if (cards.length) {\n                    let lastCard = cards[cards.length - 1];\n                    \n                    \/\/ Check if this is the result section appearing\n                    let isResultSection = document.getElementById(\"the-result\") && \n                                         document.getElementById(\"the-result\").classList.contains(\"visible\");\n                                         \n                    if (isResultSection) {\n                        \/\/ For result section, use different scroll behavior on mobile\n                        let isMobile = window.innerWidth <= 768;\n                        if (isMobile) {\n                            \/\/ On mobile, scroll to show the result title but not too far down\n                            let resultTitle = document.querySelector(\".result-title\");\n                            if (resultTitle) {\n                                resultTitle.scrollIntoView({\n                                    behavior: \"smooth\", \n                                    block: \"start\",\n                                    inline: \"nearest\"\n                                });\n                            } else {\n                                lastCard.scrollIntoView({behavior: \"smooth\", block: \"start\"});\n                            }\n                        } else {\n                            \/\/ On desktop, use normal center positioning\n                            lastCard.scrollIntoView({behavior: \"smooth\", block: \"center\"});\n                        }\n                    } else {\n                        \/\/ For all other cards (questions, loading), use center positioning\n                        lastCard.scrollIntoView({behavior: \"smooth\", block: \"center\"});\n                    }\n                }\n            }, 360);\n        }\n\n        \/\/ ===== RENDERING FUNCTIONS =====\n        function renderQuestions(triggerScroll = true) {\n            const container = document.getElementById(\"question-section\");\n            container.innerHTML = \"\";\n            const path = buildCurrentPath();\n            \n            path.forEach((qid, idx) => {\n                let card = questions[qid].type === \"dropdown\" ? renderDropdownQuestion(qid) : renderSymptomQuestion(qid);\n                container.appendChild(card);\n                \n                if (idx === path.length - 1) {\n                    setTimeout(() => { card.classList.add(\"visible\"); }, 40);\n                } else {\n                    card.classList.add(\"visible\");\n                }\n            });\n            \n            if (answers[\"q10\"]) {\n                let afterDiv = document.createElement(\"div\");\n                afterDiv.id = \"after-questions\";\n                afterDiv.innerHTML = `\n                    <div class=\"result-loading-section\" id=\"loading-block\">\n                        <div class=\"result-loading-msg\">Danke f\u00fcr das Beantworten der Fragen,<br>Ihre Auswertung wird geladen.<\/div>\n                        <div class=\"loading-eye\">\n                            <svg viewBox=\"0 0 64 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <ellipse cx=\"32\" cy=\"16\" rx=\"28\" ry=\"14\" fill=\"#ffce00\" \/>\n                                <circle cx=\"32\" cy=\"16\" r=\"6\" fill=\"#0C338C\" \/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"result-section\" id=\"the-result\" style=\"display:none\">\n                        <div class=\"result-title\">Ihr pers\u00f6nliches Ergebnis<\/div>\n                        <div class=\"result-text\" id=\"the-result-text\"><\/div>\n                    <\/div>\n                `;\n                container.appendChild(afterDiv);\n                \n                setTimeout(() => document.getElementById(\"loading-block\").classList.add(\"visible\"), 70);\n                \n                loadingTimeout = setTimeout(() => {\n                    \/\/ Hide loading animation\n                    document.getElementById(\"loading-block\").style.display = \"none\";\n\n                    \/\/ Show result section\n                    let r = document.getElementById(\"the-result\");\n                    document.getElementById(\"the-result-text\").innerHTML = getResultText(answers);\n\n                    \/\/ Append booking section inside result\n                    const bookingSection = document.createElement(\"div\");\n                    bookingSection.className = \"booking-section\";\n                    bookingSection.style.marginTop = \"32px\";\n                    bookingSection.innerHTML = `\n                        <div class=\"result-title\"><br><br>W\u00fcnschen Sie eine augen\u00e4rztliche Kontrolle?<\/div>\n                        <iframe \n                            id=\"od-widget-c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\" \n                            class=\"od-widget\" \n                            style=\"width: 100%; max-width: 1024px; height: 600px;\" \n                            src=\"https:\/\/onedoc.ch\/de\/widget\/c6e50789e54e805e6a9111c9cb62cd6ec3dcd290ebc4a9ab1f515f64f5d398ac\" \n                            frameborder=\"0\">\n                        <\/iframe>\n                    `;\n\n                    r.appendChild(bookingSection);\n\n                    \/\/ Display result with fade-in\n                    r.style.display = \"block\";\n                    setTimeout(() => { r.classList.add(\"visible\"); }, 80);\n\n                    scrollToLastCard();\n                }, 3000); \/\/ 3 second loading time\n                \n                scrollToLastCard();\n            } else if (triggerScroll) {\n                scrollToLastCard();\n            }\n        }\n\n        function renderSymptomQuestion(qid) {\n            const q = questions[qid];\n            let card = document.createElement(\"div\");\n            card.className = \"checker-question\";\n            \n            if (q.title) {\n                let title = document.createElement(\"div\");\n                title.className = \"question-title\";\n                title.innerText = q.title;\n                card.appendChild(title);\n            }\n            \n            let qtext = document.createElement(\"div\");\n            qtext.className = \"question-text\";\n            qtext.innerText = q.text;\n            card.appendChild(qtext);\n            \n            let btns = document.createElement(\"div\");\n            btns.className = \"answer-buttons\";\n            \n            q.answers.forEach(a => {\n                let btn = document.createElement(\"button\");\n                btn.type = \"button\";\n                btn.className = \"answer-btn\" + (answers[qid] === a.text ? \" selected\" : \"\");\n                btn.innerHTML = `<span>${a.text}<\/span>`;\n                btn.onclick = () => {\n                    answers[qid] = a.text;\n                    for (let key in answers) if (!buildCurrentPath().includes(key)) delete answers[key];\n                    renderQuestions();\n                };\n                btns.appendChild(btn);\n            });\n            \n            card.appendChild(btns);\n            return card;\n        }\n\n        function renderDropdownQuestion(qid) {\n            const q = questions[qid];\n            let card = document.createElement(\"div\");\n            card.className = \"checker-question\";\n            \n            if (q.title) {\n                let title = document.createElement(\"div\");\n                title.className = \"question-title\";\n                title.innerText = q.title;\n                card.appendChild(title);\n            }\n            \n            let label = document.createElement(\"label\");\n            label.className = \"dropdown-label\";\n            label.innerText = q.text;\n            card.appendChild(label);\n            \n            let select = document.createElement(\"select\");\n            select.value = answers[qid] || \"\";\n            \n            let defaultOpt = document.createElement(\"option\");\n            defaultOpt.value = \"\";\n            defaultOpt.disabled = true;\n            defaultOpt.selected = !answers[qid];\n            defaultOpt.innerText = \"Bitte ausw\u00e4hlen\";\n            select.appendChild(defaultOpt);\n            \n            q.options.forEach(opt => {\n                let o = document.createElement(\"option\");\n                o.value = opt;\n                o.innerText = opt;\n                if (answers[qid] === opt) o.selected = true;\n                select.appendChild(o);\n            });\n            \n            select.onchange = function() {\n                answers[qid] = this.value;\n                if(qid === \"q8\") delete answers[\"q9\"];\n                if(qid === \"q9\") delete answers[\"q10\"];\n                renderQuestions();\n            };\n            \n            card.appendChild(select);\n            return card;\n        }\n\n        \/\/ ===== INITIALIZATION =====\n        \/\/ Initialize event listeners when page loads\n        setupEventListeners();\n    <\/script>\n<\/body>\n<\/html>\n\n\n<div class=\"title-content-block container1364 mb120 mt120\"><div class=\"container\"><div class=\"content\"><div class=\"mt24 mb24 max830 preloaded__content fade\"><p><strong>Wichtiger Hinweis:<\/strong> Dieser Symptom-Check ersetzt keine professionelle augen\u00e4rztliche Untersuchung und kann die professionelle Beratung oder Behandlung durch einen Augenarzt oder eine Augen\u00e4rztin nicht ersetzen. Er enth\u00e4lt nur allgemeine, einem Ratgeber vergleichbare Informationen, kann Ihnen aber aufzeigen, ob ein Besuch beim Augenarzt oder der Augen\u00e4rztin empfehlenswert ist. Wenn Sie akute Symptome wie z. B. starke Schmerzen versp\u00fcren, melden Sie sich bitte umgehend f\u00fcr einen Notfalltermin.<\/p>\n<\/div><div class=\"mt24 mb24 max830 preloaded__content fade\"><p><strong>Haftungsausschluss<\/strong>: Die Nutzung dieses Symptom-Checks erfolgt auf eigene Verantwortung. Wir \u00fcbernehmen keine Haftung f\u00fcr Entscheidungen, die auf Basis der hier bereitgestellten Informationen getroffen werden.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"title-content-block container1364 mb120 mt120\"><div class=\"container\"><div class=\"content\"><div class=\"mt24 mb24 max830 preloaded__content fade\"><h2>Unsere Standorte<\/h2>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"query-all-location-block container1364\"><div class=\"container mt120 mb120\"><div class=\"content\"><div class=\"query-all-location-block-wrap mt120\" data-slider=\"false\"><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-aarau\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1707\" height=\"2560\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1.jpeg 1707w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1-200x300.jpeg 200w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1-683x1024.jpeg 683w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1-1024x1536.jpeg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/bearbeitet-4303-1-scaled-1-1366x2048.jpeg 1366w\" sizes=\"auto, (max-width: 1707px) 100vw, 1707px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau-Praxis-5.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau-Praxis-5.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau-Praxis-5-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau_Praxis_1.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau_Praxis_1.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Aarau_Praxis_1-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-aarau\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Zentrum Aarau<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/Rvx4mZpiwDXzWwFx8\">Gleis 0, Bahnhofplatz 3h, 5000 Aarau<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0628228822\">062 822 88 22<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-aarau@hin.ch\">augenaerzte-aarau@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-aarau.ch\/\">augenaerzte-aarau.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-bern-zentrum-marktgasse\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-10.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-10.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-10-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-03.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-03.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-03-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-01.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-01.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-bern-praxis-01-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-bern-zentrum-marktgasse\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Bern \u2013 Zentrum Marktgasse<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/eqq4Skb8t5S1NeR38\">Marktgasse 6, 3011 Bern<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0313101000\">031 310 10 00<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-bern@hin.ch\">augenaerzte-bern@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-bern.ch\/\">augenaerzte-bern.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/location\/augenarzt-praxis-tittwiesen-chur\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Wartezimmer-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/UZ-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Spaltlampe-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2024\/04\/Geraete-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2021\/11\/Visonix-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/location\/augenarzt-praxis-tittwiesen-chur\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augenarzt-Praxis Tittwiesen Chur<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/yK9u2qto95XgXW51A\">Tittwiesenstrasse 27, 7000 Chur<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0812867666\">081 286 76 66<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-chur@hin.ch\">augenaerzte-chur@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-chur.ch\/\">augenaerzte-chur.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-luzern\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3208_web.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3208_web.jpg 1500w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3208_web-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3208_web-1024x683.jpg 1024w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3227_web.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3227_web.jpg 1500w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3227_web-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3227_web-1024x683.jpg 1024w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3200_web.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3200_web.jpg 1500w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3200_web-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3200_web-1024x683.jpg 1024w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3202_web.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3202_web.jpg 1500w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3202_web-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/Gutblick-Eroeffnungsevent_I6A3202_web-1024x683.jpg 1024w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-luzern\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Zentrum Luzern<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/DXzsAazH9CRULDXv9\">Bahnhofstrasse 7, 6003 Luzern<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0413422222\">041 342 22 22<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-luzern@hin.ch\">augenaerzte-luzern@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-luzern.ch\/\">augenaerzte-luzern.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-st-gallen-zentrum-multergasse\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-empfang-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-wartezimmer-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-sprechzimmer-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-scaled.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-scaled.jpg 2560w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-300x200.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-1024x683.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-1536x1024.jpg 1536w, https:\/\/www.gutblick.ch\/app\/uploads\/2023\/11\/stgallen-op-01-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-st-gallen-zentrum-multergasse\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte St. Gallen \u2013 Zentrum Multergasse<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/DdZZPWxrWPYoXFu49\">Multergasse 11, 9000 St. Gallen<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0712224444\">071 222 44 44<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-stgallen@hin.ch\">augenaerzte-stgallen@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-stgallen.ch\/\">augenaerzte-stgallen.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>07:30 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>07:30 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-staefa-zentrum-bahnhof\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0001-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0001-1.jpeg 615w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0001-1-300x200.jpeg 300w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0025-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0025-1.jpeg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0025-1-300x168.jpeg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0024-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0024-1.jpeg 615w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0024-1-300x200.jpeg 300w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-staefa-zentrum-bahnhof\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte St\u00e4fa \u2013 Zentrum Bahnhof<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/1Ue1LfRWN48v6tiZA\">Bahnhofstrasse 25, 8712 St\u00e4fa<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0449263090\">044 926 30 90<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-staefa@hin.ch\">augenaerzte-staefa@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-staefa.ch\/augenarzt\/\">augenaerzte-staefa.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 16:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 18:30<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-wallisellen\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1.jpg\" class=\"img__card-element wp-post-image\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/10\/philipboeni_0078_bearbeitet-1-1-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen-1.jpeg 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen-1-300x150.jpeg 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen.jpeg 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenarzt-wallisellen-300x150.jpeg 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zentrum-wallisellen\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Z\u00fcrich \u2013 Zentrum Wallisellen<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/KfKDyo7zEVnXDH627\">Bahnhofplatz 2, 8304 Wallisellen<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0448366666\">044 836 66 66<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-wallisellen@hin.ch\">augenaerzte-wallisellen@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-wallisellen.ch\/\">augenaerzte-wallisellen.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>07:00 &#8211; 12:00<\/li><li>13:00 &#8211; 18:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>07:00 &#8211; 12:00<\/li><li>13:00 &#8211; 18:30<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>07:00 &#8211; 12:00<\/li><li>13:00 &#8211; 18:30<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>07:00 &#8211; 12:00<\/li><li>13:00 &#8211; 18:30<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augentagesklinik-zuerich-oberland\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1189\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0205-2048x1189-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0205-2048x1189-1.jpeg 2048w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0205-2048x1189-1-300x174.jpeg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0205-2048x1189-1-1024x595.jpeg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/philipboeni_0205-2048x1189-1-1536x892.jpeg 1536w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augentagesklinik-zuerich-oberland-klinik-06-1.jpeg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augentagesklinik-zuerich-oberland-klinik-06-1.jpeg 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augentagesklinik-zuerich-oberland-klinik-06-1-300x150.jpeg 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augentagesklinik-zuerich-oberland\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augentagesklinik Z\u00fcrich Oberland<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/TjJP6ZoV8p26xjMT9\">Bahnhofstrasse 137, 8620 Wetzikon<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0449343333\">044 934 33 33<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augentagesklinik-oberland@hin.ch\">augentagesklinik-oberland@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augentagesklinik-oberland.ch\/augenarzt\/\">augentagesklinik-oberland.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-wetzikon-zentrum-leue\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-02.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-02.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-02-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-01.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-01.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-01-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-03.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-03.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-wetzikon-praxis-03-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-wetzikon-zentrum-leue\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Wetzikon \u2013 Zentrum Leue<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/JySx18n7B3apBhAE7\">Bahnhofstrasse 150, 8620 Wetzikon<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0449304414\">044 930 44 14<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-wetzikon@hin.ch\">augenaerzte-wetzikon@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-wetzikon.ch\/augenarzt\/\">augenaerzte-wetzikon.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/location\/augenaerzte-zentrum-winterthur\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Sprechzimmer.jpg\" class=\"img__card-element wp-post-image\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Sprechzimmer.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Sprechzimmer-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Empfang.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Empfang.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Empfang-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Wartezimmer.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Wartezimmer.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/Wartezimmer-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"410\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/G.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/G.jpg 730w, https:\/\/www.gutblick.ch\/app\/uploads\/2020\/04\/G-300x168.jpg 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/location\/augenaerzte-zentrum-winterthur\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Zentrum Winterthur<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/Xnb1jQRrm8mr34Pv9\">Scheideggstrasse 33, 8404 Winterthur<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0522423838\">052 242 38 38<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-winterthur@hin.ch\">augenaerzte-winterthur@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augentagesklinik-winterthur.ch\/\">augentagesklinik-winterthur.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zuerich\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1800\" height=\"787\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/slider-clearvision-zuerich.jpg\" class=\"img__card-element wp-post-image\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/slider-clearvision-zuerich.jpg 1800w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/slider-clearvision-zuerich-300x131.jpg 300w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/slider-clearvision-zuerich-1024x448.jpg 1024w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/slider-clearvision-zuerich-1536x672.jpg 1536w\" sizes=\"auto, (max-width: 1800px) 100vw, 1800px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"907\" height=\"1200\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/praxis-seite-clearivison-zuerich.jpg\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/praxis-seite-clearivison-zuerich.jpg 907w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/praxis-seite-clearivison-zuerich-227x300.jpg 227w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/praxis-seite-clearivison-zuerich-774x1024.jpg 774w\" sizes=\"auto, (max-width: 907px) 100vw, 907px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zuerich\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Z\u00fcrich \u2013 Zentrum Schaffhauserplatz<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/MH832LYhVhcfLzGr8\">Weinbergstrasse 161, 8006 Z\u00fcrich<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0433334444\">043 333 44 44<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-zuerich@hin.ch\">augenaerzte-zuerich@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-zuerich.ch\/\">augenaerzte-zuerich.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"card-element query-location-card\"><div class=\"card-element-wrap query-location-card-wrap\"><div href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zollikofen-zentrum-ziegelei\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink\"><div class=\"card-element-wrap__image query-location-card-wrap__image thumbnail-slider\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-02-2.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-02-2.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-02-2-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-05-2.webp\" class=\"img__card-element\" alt=\"\" srcset=\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-05-2.webp 1000w, https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/augenaerzte-zollikofen-praxis-05-2-300x150.webp 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/div><\/div><div class=\"card-element-wrap__content query-location-card-wrap__content\"><div class=\"card-element-wrap__inner query-location-card-wrap__inner\"><a href=\"https:\/\/www.gutblick.ch\/de\/augenaerzte-zollikofen-zentrum-ziegelei\/\" class=\"card-element-wrap__permalink query-location-card-wrap__permalink toggle\"><h5 class=\"card-element-wrap__content-title query-location-card-wrap__content-title semiBold\">Augen\u00e4rzte Zollikofen \u2013 Zentrum Ziegelei<\/h5><\/a><div class=\"card-element-wrap__content-toggle\"><div class=\"query-location-card-wrap__content-info mt24 mb24\"><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2.25C8.26821 2.25 5.25 5.41913 5.25 9.3375C5.25 13.0681 8.5747 18.0455 10.5574 20.6821C11.2929 21.6601 12.7071 21.6601 13.4426 20.6821C15.4253 18.0455 18.75 13.0681 18.75 9.3375C18.75 5.41913 15.7318 2.25 12 2.25ZM-nan -nanL12 11.8688C11.3606 11.8688 10.7475 11.6021 10.2954 11.1274C9.84327 10.6527 9.58929 10.0088 9.58929 9.3375C9.58929 8.66617 9.84327 8.02234 10.2954 7.54764C10.7475 7.07293 11.3606 6.80625 12 6.80625C12.6394 6.80625 13.2525 7.07293 13.7046 7.54764C14.1567 8.02234 14.4107 8.66617 14.4107 9.3375C14.4107 10.0088 14.1567 10.6527 13.7046 11.1274C13.2525 11.6021 12.6394 11.8688 12 11.8688L-nan -nanL-nan -nanZ\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-address\" target=\"_blank\" href=\"https:\/\/maps.app.goo.gl\/5sEvuuWmfJKhwqJT6\">M\u00e4ritgasse 1, 3052 Zollikofen<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.12067 3.57394C5.31751 3.37739 5.55388 3.22492 5.81411 3.12663C6.07434 3.02834 6.35249 2.98648 6.63012 3.00382C6.90776 3.02116 7.17853 3.0973 7.42451 3.2272C7.67049 3.35711 7.88605 3.5378 8.05692 3.75732L10.0763 6.35157C10.4464 6.82744 10.5769 7.44732 10.4307 8.03232L9.81529 10.4961C9.78348 10.6237 9.78519 10.7573 9.82028 10.8841C9.85537 11.0108 9.92263 11.1264 10.0155 11.2194L12.7797 13.9836C12.8729 14.0767 12.9886 14.144 13.1155 14.1791C13.2425 14.2142 13.3764 14.2158 13.5042 14.1838L15.9668 13.5684C16.2555 13.4963 16.5568 13.4907 16.848 13.552C17.1392 13.6134 17.4126 13.7402 17.6475 13.9228L20.2418 15.9411C21.1744 16.6667 21.2599 18.0448 20.4252 18.8784L19.2619 20.0417C18.4294 20.8742 17.1852 21.2398 16.0253 20.8314C13.0566 19.7869 10.3612 18.0874 8.13904 15.8589C5.91074 13.6371 4.21123 10.9421 3.16654 7.97382C2.75929 6.81507 3.12492 5.56969 3.95742 4.73719L5.12067 3.57394Z\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-telephone\" href=\"tel:0319112002\">031 911 20 02<\/a><\/p><p class=\"mb16\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2.5\" y=\"4.75\" width=\"19.75\" height=\"14.5\" rx=\"1\" stroke=\"#0C338C\" stroke-width=\"2\"\/><path d=\"M2.25 4.5L10.8591 12.3056C11.6104 12.9867 12.7525 12.9979 13.5168 12.3315L22.5 4.5\" stroke=\"#0C338C\" stroke-width=\"2\"\/><\/svg><a class=\"query-location-card-wrap__content-mail\" href=\"mailto:augenaerzte-zollikofen@hin.ch\">augenaerzte-zollikofen@hin.ch<\/a><\/p><p class=\"mb0\"><svg class=\"location-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M16.4516 4.5C16.4516 5.02739 16.2375 5.13074 15.8564 5.50366C15.4753 5.87658 14.9583 6.08608 14.4194 6.08608H13.9113C13.507 6.08608 13.1194 6.24321 12.8335 6.5229C12.5477 6.80259 12.3871 7.18193 12.3871 7.57747V8.07461C12.3871 8.3383 12.28 8.59119 12.0895 8.77765C11.8989 8.96411 11.6405 9.06887 11.371 9.06887C11.1015 9.06887 10.843 9.17362 10.6525 9.36008C10.4619 9.54654 10.3548 9.79943 10.3548 10.0631V11.0574C10.3548 11.5848 10.569 12.0906 10.9501 12.4635C11.3312 12.8364 11.8481 13.0459 12.3871 13.0459H14.4194C14.9583 13.0459 15.4753 13.2554 15.8564 13.6283C16.2375 14.0013 16.4516 14.507 16.4516 15.0344C16.4516 15.5618 16.6657 16.0676 17.0468 16.4405C17.428 16.8135 17.9449 17.023 18.4839 17.023H19.5M11.371 21V18.5143C11.371 17.6911 10.6749 17.023 9.83357 17.023C9.00644 17.023 8.32258 16.3667 8.32258 15.5574C8.32258 15.2194 8.20268 14.8913 7.98421 14.6298L3.75 9.566\" stroke=\"#0C338C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><a class=\"query-location-card-wrap__content-website\" target=\"_blank\" href=\"https:\/\/www.augenaerzte-zollikofen.ch\/augenarzt\/\">augenaerzte-zollikofen.ch<\/a><\/p><\/div><div class=\"worktime_wrap\"><div class=\"worktime_inner\"><div class=\"worktime_status\"><strong>Ge\u00f6ffnet<\/strong><p>Schliesst um 12:00 (Donnerstag)<\/p><p>\u00d6ffnet wieder um 13:00 (Donnerstag)<\/p><\/div><div class=\"worktime_week\"><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Donnerstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Freitag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Samstag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Sonntag<\/p><ul class=\"worktime_week-day-time\"><li>Geschlossen<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Montag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Dienstag<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><div class=\"worktime_week-day mb8\"><p class=\"worktime_week-day-name\">Mittwoch<\/p><ul class=\"worktime_week-day-time\"><li>08:00 &#8211; 12:00<\/li><li>13:00 &#8211; 17:00<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Symptom-Check Wie steht es um meine Augengesundheit? Bitte beachten Sie, dass: Es sich hierbei nicht um ein qualifiziertes \u00e4rztliches Gutachten oder eine Diagnose handelt. Der Symptom-Check dient ausschliesslich zu Informationszwecken und kann keine professionelle Behandlung durch einen Augenarzt oder eine Augen\u00e4rztin ersetzen. Ihre Daten sicher sind. Informationen, die Sie angeben, sind anonym und werden nicht <a href=\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\" class=\"more-link\">&#8230;<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16634","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Symptom-Check - Gutblick<\/title>\n<meta name=\"description\" content=\"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Symptom-Check - Gutblick\" \/>\n<meta property=\"og:description\" content=\"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\" \/>\n<meta property=\"og:site_name\" content=\"Gutblick\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-23T10:38:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\",\"url\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\",\"name\":\"Symptom-Check - Gutblick\",\"isPartOf\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg\",\"datePublished\":\"2025-08-14T07:23:14+00:00\",\"dateModified\":\"2026-02-23T10:38:01+00:00\",\"description\":\"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage\",\"url\":\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg\",\"contentUrl\":\"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gutblick.ch\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Symptom-Check\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/#website\",\"url\":\"https:\/\/www.gutblick.ch\/de\/\",\"name\":\"Gutblick\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gutblick.ch\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/#organization\",\"name\":\"Gutblick\",\"url\":\"https:\/\/www.gutblick.ch\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.gutblick.ch\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Gutblick-pos_RGB-1-1.svg\",\"contentUrl\":\"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Gutblick-pos_RGB-1-1.svg\",\"caption\":\"Gutblick\"},\"image\":{\"@id\":\"https:\/\/www.gutblick.ch\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Symptom-Check - Gutblick","description":"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/","og_locale":"de_DE","og_type":"article","og_title":"Symptom-Check - Gutblick","og_description":"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.","og_url":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/","og_site_name":"Gutblick","article_modified_time":"2026-02-23T10:38:01+00:00","og_image":[{"url":"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/","url":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/","name":"Symptom-Check - Gutblick","isPartOf":{"@id":"https:\/\/www.gutblick.ch\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage"},"image":{"@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg","datePublished":"2025-08-14T07:23:14+00:00","dateModified":"2026-02-23T10:38:01+00:00","description":"Sie fragen sich, wie gesund Ihre Augen sind und wie Sie die Augengesundheit positiv beeinflussen k\u00f6nnen? Finden Sie in nur 2 Minuten heraus, ob Ihre Symptome mit einer Seheinschr\u00e4nkung zusammenh\u00e4ngen k\u00f6nnten.","breadcrumb":{"@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gutblick.ch\/de\/symptomcheck\/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#primaryimage","url":"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg","contentUrl":"https:\/\/www.gutblick.ch\/app\/uploads\/2025\/08\/Gutblick_Icon-6_Gesundheit_gelb.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gutblick.ch\/de\/symptomcheck\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gutblick.ch\/de\/"},{"@type":"ListItem","position":2,"name":"Symptom-Check"}]},{"@type":"WebSite","@id":"https:\/\/www.gutblick.ch\/de\/#website","url":"https:\/\/www.gutblick.ch\/de\/","name":"Gutblick","description":"","publisher":{"@id":"https:\/\/www.gutblick.ch\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gutblick.ch\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.gutblick.ch\/de\/#organization","name":"Gutblick","url":"https:\/\/www.gutblick.ch\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.gutblick.ch\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Gutblick-pos_RGB-1-1.svg","contentUrl":"https:\/\/www.gutblick.ch\/app\/uploads\/2022\/09\/Gutblick-pos_RGB-1-1.svg","caption":"Gutblick"},"image":{"@id":"https:\/\/www.gutblick.ch\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/pages\/16634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/comments?post=16634"}],"version-history":[{"count":6,"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/pages\/16634\/revisions"}],"predecessor-version":[{"id":16805,"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/pages\/16634\/revisions\/16805"}],"wp:attachment":[{"href":"https:\/\/www.gutblick.ch\/de\/wp-json\/wp\/v2\/media?parent=16634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}