{"id":6452,"date":"2026-03-25T07:30:14","date_gmt":"2026-03-25T07:30:14","guid":{"rendered":"https:\/\/medri.ch\/?page_id=6452"},"modified":"2026-05-29T12:02:06","modified_gmt":"2026-05-29T12:02:06","slug":"suchauftrag","status":"publish","type":"page","link":"https:\/\/medri.ch\/en\/suchauftrag\/","title":{"rendered":"Search order"},"content":{"rendered":"<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>:root { --red: #e50000; --red-dark: #b30000; --red-light: #ff3333; --dark: #1c1c1c; --muted: #7a7a7a; --border: #e5e0da; --cream: #f8f6f2; --white: #ffffff; --text: #333333; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); line-height: 1.65; } .btn-red { background: var(--red); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: .82rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; padding: 16px 38px; border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background .22s, transform .18s; } .btn-red:hover { background: var(--red-dark); transform: translateY(-2px); } .btn-outline-white { background: transparent; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: .82rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; padding: 15px 38px; border: 1px solid rgba(255,255,255,.4); cursor: pointer; text-decoration: none; display: inline-block; transition: background .22s, border-color .22s; } .btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: var(--white); } .btn-white { background: var(--white); color: var(--red); font-family: 'DM Sans', sans-serif; font-size: .82rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; padding: 16px 38px; border: 2px solid var(--white); cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap; transition: background .22s, color .22s; } .btn-white:hover { background: transparent; color: var(--white); } .section-inner { max-width: 1100px; margin: 0 auto; } .section-label { font-size: .68rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; display: flex; align-items: center; gap: 12px; } .section-label::before { content: ''; display: block; width: 28px; height: 1px; background: var(--red); } .section-label.on-dark { color: rgba(255,255,255,.5); } .section-label.on-dark::before { background: rgba(255,255,255,.35); } .hero { position: relative; background: var(--dark); min-height: 60vh; display: flex; align-items: center; overflow: hidden; padding: 60px 40px 50px; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 90% 40%, rgba(229,0,0,.18) 0%, transparent 65%); } .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 60px 60px; } .hero-stripe { position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: linear-gradient(to bottom, transparent, var(--red), transparent); } .hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--red) 0%, var(--red-light) 40%, transparent 100%); } .hero-inner { position: relative; max-width: 1100px; margin: 0 auto; width: 100%; } .hero-eyebrow { font-size: .68rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.45); display: flex; align-items: center; gap: 14px; margin-bottom: 30px; } .hero-eyebrow span { color: var(--red-light); } .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--red); } .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 300; color: var(--white); line-height: 1.06; max-width: 800px; } .hero h1 em { font-style: italic; color: var(--red-light); } .hero-sub { margin-top: 26px; font-size: .98rem; font-weight: 300; color: rgba(255,255,255,.55); max-width: 500px; line-height: 1.78; } .hero-ctas { margin-top: 50px; display: flex; gap: 16px; flex-wrap: wrap; } .trust-bar { background: var(--red); padding: 20px 40px; } .trust-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; } .trust-item { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: .8rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; } .trust-item::before { content: '\u2713'; font-size: .9rem; opacity: .8; } .how { background: var(--cream); padding: 100px 40px; } .how-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 64px; } .how-top h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; color: var(--dark); line-height: 1.18; } .how-top h2 em { font-style: italic; color: var(--red); } .how-top p { font-size: .96rem; color: var(--muted); line-height: 1.8; } .how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; border: 1px solid var(--border); } .how-item { padding: 48px 38px; border-right: 1px solid var(--border); position: relative; transition: background .2s; } .how-item:last-child { border-right: none; } .how-item:hover { background: var(--white); } .how-item::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--red); transition: width .35s ease; } .how-item:hover::after { width: 100%; } .how-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--red); opacity: .2; line-height: 1; margin-bottom: 24px; } .how-item h3 { font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--dark); margin-bottom: 14px; } .how-item p { font-size: .9rem; color: var(--muted); line-height: 1.72; } .types { background: var(--white); padding: 100px 40px; } .types-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 52px; } .type-item { padding: 44px 32px; border: 1px solid var(--border); transition: background .2s, border-color .25s; cursor: default; } .type-item:hover { background: var(--cream); border-color: var(--red); } .type-icon { font-size: 2rem; margin-bottom: 20px; display: block; } .type-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--dark); margin-bottom: 10px; } .type-item p { font-size: .88rem; color: var(--muted); line-height: 1.7; } .warum { background: var(--dark); padding: 100px 40px; } .warum-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: center; } .warum-left h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 300; color: var(--white); line-height: 1.18; margin-bottom: 24px; } .warum-left h2 em { font-style: italic; color: var(--red-light); } .warum-left p { font-size: .93rem; color: rgba(255,255,255,.5); line-height: 1.8; margin-bottom: 36px; } .warum-list { list-style: none; } .warum-list li { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.65; } .warum-list li:last-child { border-bottom: none; } .warum-list li::before { content: '\u2192'; color: var(--red); flex-shrink: 0; margin-top: 2px; } .stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; } .stat-box { padding: 44px 36px; border: 1px solid rgba(255,255,255,.07); transition: border-color .25s; } .stat-box:hover { border-color: var(--red); } .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; color: var(--white); line-height: 1; margin-bottom: 10px; } .stat-num span { color: var(--red); } .stat-label { font-size: .78rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; } .final { background: var(--red); padding: 80px 40px; } .final-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; } .final h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 2.8vw, 2.6rem); font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 10px; } .final p { font-size: .9rem; color: rgba(255,255,255,.8); max-width: 480px; line-height: 1.72; } .final-note { font-size: .72rem; color: rgba(255,255,255,.6); letter-spacing: .07em; text-transform: uppercase; margin-top: 12px; } @media (max-width: 960px) { .how-top, .warum-grid { grid-template-columns: 1fr; } .how-grid, .types-grid { grid-template-columns: 1fr 1fr; } .stats-grid { grid-template-columns: 1fr 1fr; } .final-inner { flex-direction: column; } .trust-bar-inner { gap: 24px; } } @media (max-width: 600px) { .hero, .how, .types, .warum, .final, .trust-bar { padding-left: 24px; padding-right: 24px; } .how-grid, .types-grid, .stats-grid { grid-template-columns: 1fr; } .how-item { border-right: none; border-bottom: 1px solid var(--border); } .how-item:last-child { border-bottom: none; } .trust-bar-inner { flex-direction: column; gap: 12px; } }<\/style>\n<p><!-- HERO --> <\/p>\n<section class=\"hero\">\n<div class=\"hero-grid\"><\/div>\n<div class=\"hero-stripe\"><\/div>\n<div class=\"hero-inner\">\n<div class=\"hero-eyebrow\">MEDRI AG &nbsp;\u00b7&nbsp; <span>Search order<\/span><\/div>\n<h2>Ihre Wunsch-<br \/>immobilie.<br \/><em>Wir finden sie.<\/em><\/h2>\n<p class=\"hero-sub\">Teilen Sie uns Ihre Suchkriterien mit \u2013 wir suchen aktiv und diskret nach passenden Objekten, bevor sie auf dem Markt erscheinen.<\/p>\n<div class=\"hero-ctas\"> <a href=\"https:\/\/go.medri.ch\/suchauftrag\" class=\"btn-red\">Jetzt Suchauftrag stellen<\/a> <a href=\"https:\/\/go.medri.ch\/kalender\" class=\"btn-outline-white\">Beratungsgespr\u00e4ch<\/a> <\/div><\/div>\n<div class=\"hero-bottom\"><\/div>\n<\/section>\n<p> <!-- TRUST BAR --> <\/p>\n<div class=\"trust-bar\">\n<div class=\"trust-bar-inner\">\n<div class=\"trust-item\">100% Kostenlos<\/div>\n<div class=\"trust-item\">Diskret &#038; Vertraulich<\/div>\n<div class=\"trust-item\">Pers\u00f6nliche Begleitung<\/div>\n<div class=\"trust-item\">Off-Market Zugang<\/div><\/div><\/div>\n<p> <!-- WIE ES FUNKTIONIERT --> <\/p>\n<section class=\"how\">\n<div class=\"section-inner\">\n<div class=\"how-top\">\n<div>\n<div class=\"section-label\">So funktioniert es<\/div>\n<h2>Drei Schritte zu<br \/>Ihrer <em>Traumimmobilie.<\/em><\/h2>\n<\/p><\/div>\n<p>Sie teilen uns Ihre W\u00fcnsche mit \u2013 wir \u00fcbernehmen die aktive Suche. Kein Aufwand f\u00fcr Sie, kein Risiko, keine Kosten. Wir informieren Sie sofort, sobald ein passendes Objekt verf\u00fcgbar ist \u2013 auch Off-Market.<\/p>\n<\/p><\/div>\n<div class=\"how-grid\">\n<div class=\"how-item\">\n<div class=\"how-num\">01<\/div>\n<h3>Suchprofil mitteilen<\/h3>\n<p>Sie teilen uns Ihre W\u00fcnsche mit \u2013 Region, Objekttyp, Budget, Gr\u00f6sse. Kostenlos, unverbindlich und vertraulich.<\/p>\n<\/p><\/div>\n<div class=\"how-item\">\n<div class=\"how-num\">02<\/div>\n<h3>Wir suchen aktiv<\/h3>\n<p>MEDRI AG sucht gezielt in unserem Netzwerk und direkt bei Eigent\u00fcmern \u2013 auch Off-Market, bevor Objekte \u00f6ffentlich werden.<\/p>\n<\/p><\/div>\n<div class=\"how-item\">\n<div class=\"how-num\">03<\/div>\n<h3>Sie werden informiert<\/h3>\n<p>Sobald ein passendes Objekt vorhanden ist, kontaktieren wir Sie sofort \u2013 pers\u00f6nlich, diskret und ohne Umwege.<\/p>\n<\/p><\/div><\/div><\/div>\n<\/section>\n<p> <!-- OBJEKTTYPEN --> <\/p>\n<section class=\"types\">\n<div class=\"section-inner\">\n<div class=\"section-label\">Was wir suchen<\/div>\n<div class=\"types-grid\">\n<div class=\"type-item\"> <span class=\"type-icon\">\ud83c\udfe0<\/span> <\/p>\n<h3>Einfamilienhaus<\/h3>\n<p>Freistehend, Reihenhaus oder Doppelhaush\u00e4lfte \u2013 in der Zentralschweiz und Umgebung.<\/p>\n<\/p><\/div>\n<div class=\"type-item\"> <span class=\"type-icon\">\ud83c\udfe2<\/span> <\/p>\n<h3>Mehrfamilienhaus<\/h3>\n<p>Renditeliegenschaften mit stabilen Mietertr\u00e4gen f\u00fcr Investoren und Kapitalanleger.<\/p>\n<\/p><\/div>\n<div class=\"type-item\"> <span class=\"type-icon\">\ud83c\udfd7\ufe0f<\/span> <\/p>\n<h3>Bauland<\/h3>\n<p>Erschlossene und unerschlossene Grundst\u00fccke f\u00fcr Wohn- oder Gewerbebau.<\/p>\n<\/p><\/div>\n<div class=\"type-item\"> <span class=\"type-icon\">\ud83c\udfec<\/span> <\/p>\n<h3>Gewerbeimmobilien<\/h3>\n<p>B\u00fcro-, Lager- und Gewerbefl\u00e4chen f\u00fcr Unternehmen und Investoren.<\/p>\n<\/p><\/div><\/div><\/div>\n<\/section>\n<p> <!-- WARUM MEDRI --> <\/p>\n<section class=\"warum\">\n<div class=\"section-inner\">\n<div class=\"warum-grid\">\n<div class=\"warum-left\">\n<div class=\"section-label on-dark\">Warum MEDRI AG<\/div>\n<h2>Mehr als ein<br \/><em>Suchauftrag.<\/em><\/h2>\n<p>Wir begleiten Sie pers\u00f6nlich \u2013 von der ersten Anfrage bis zum Notartermin. Mit lokalem Know-how, direktem Netzwerk und echtem Engagement f\u00fcr Ihr Ziel.<\/p>\n<ul class=\"warum-list\">\n<li>Zugang zu Off-Market-Objekten \u2013 vor allen anderen<\/li>\n<li>Direktkauf durch MEDRI AG m\u00f6glich \u2013 schnell und unkompliziert<\/li>\n<li>Keine versteckten Kosten \u2013 100% transparent<\/li>\n<li>Pers\u00f6nlicher Ansprechpartner \u2013 keine Callcenter<\/li>\n<li>Zentralschweiz Expertise \u2013 tief verwurzeltes Netzwerk<\/li>\n<\/ul><\/div>\n<div class=\"stats-grid\">\n<div class=\"stat-box\">\n<div class=\"stat-num\">100<span>%<\/span><\/div>\n<div class=\"stat-label\">Kostenlos f\u00fcr K\u00e4ufer<\/div><\/div>\n<div class=\"stat-box\">\n<div class=\"stat-num\">24<span>h<\/span><\/div>\n<div class=\"stat-label\">Reaktionszeit<\/div><\/div>\n<div class=\"stat-box\">\n<div class=\"stat-num\">Off<span>&#8211;<\/span><\/div>\n<div class=\"stat-label\">Market Zugang<\/div><\/div>\n<div class=\"stat-box\">\n<div class=\"stat-num\">1<span>:1<\/span><\/div>\n<div class=\"stat-label\">Pers\u00f6nliche Begleitung<\/div><\/div><\/div><\/div><\/div>\n<\/section>\n<p> <!-- FINAL CTA --> <\/p>\n<section class=\"final\">\n<div class=\"final-inner\">\n<div>\n<h2>Bereit? Wir starten<br \/>sofort mit der Suche.<\/h2>\n<p>Teilen Sie uns Ihre W\u00fcnsche mit \u2013 wir k\u00fcmmern uns um den Rest. Kostenlos, unverbindlich und vertraulich.<\/p>\n<p class=\"final-note\">Kostenlos \u00b7 Unverbindlich \u00b7 Vertraulich<\/p>\n<\/p><\/div>\n<p> <a href=\"https:\/\/go.medri.ch\/suchauftrag\" class=\"btn-white\">Jetzt Suchauftrag stellen<\/a> <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>MEDRI AG &nbsp;\u00b7&nbsp; Suchauftrag Ihre Wunsch-immobilie.Wir finden sie. Teilen Sie uns Ihre Suchkriterien mit \u2013 wir suchen aktiv und diskret nach passenden Objekten, bevor sie auf dem Markt erscheinen. Jetzt Suchauftrag stellen Beratungsgespr\u00e4ch 100% Kostenlos Diskret &#038; Vertraulich Pers\u00f6nliche Begleitung Off-Market Zugang So funktioniert es Drei Schritte zuIhrer Traumimmobilie. Sie teilen uns Ihre W\u00fcnsche mit [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6452","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG<\/title>\n<meta name=\"description\" content=\"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/medri.ch\/en\/suchauftrag\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG\" \/>\n<meta property=\"og:description\" content=\"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/medri.ch\/en\/suchauftrag\/\" \/>\n<meta property=\"og:site_name\" content=\"MEDRI AG\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/medriag.ch\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-29T12:02:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/medri.ch\/wp-content\/uploads\/2025\/05\/kaufen-verkaufen.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG\" \/>\n<meta name=\"twitter:description\" content=\"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/medri.ch\/wp-content\/uploads\/2025\/05\/kaufen-verkaufen.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/medri.ch\\\/suchauftrag\\\/\",\"url\":\"https:\\\/\\\/medri.ch\\\/suchauftrag\\\/\",\"name\":\"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/#website\"},\"datePublished\":\"2026-03-25T07:30:14+00:00\",\"dateModified\":\"2026-05-29T12:02:06+00:00\",\"description\":\"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/suchauftrag\\\/#breadcrumb\"},\"inLanguage\":\"de-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/medri.ch\\\/suchauftrag\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/medri.ch\\\/suchauftrag\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/medri.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Suchauftrag\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/medri.ch\\\/#website\",\"url\":\"https:\\\/\\\/medri.ch\\\/\",\"name\":\"MEDRI AG\",\"description\":\"Finde dein Zuhause\",\"publisher\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/medri.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-CH\"},{\"@type\":[\"Organization\",\"RealEstateAgent\",\"LocalBusiness\"],\"@id\":\"https:\\\/\\\/medri.ch\\\/#organization\",\"name\":\"MEDRI AG\",\"url\":\"https:\\\/\\\/medri.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-CH\",\"@id\":\"https:\\\/\\\/medri.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/medri.ch\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/medri-ag.jpg\",\"contentUrl\":\"https:\\\/\\\/medri.ch\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/medri-ag.jpg\",\"width\":1600,\"height\":933,\"caption\":\"MEDRI AG\"},\"image\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/medri-ag\",\"https:\\\/\\\/www.facebook.com\\\/medriag.ch\",\"https:\\\/\\\/www.instagram.com\\\/medri.ag\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@medri.ag\",\"https:\\\/\\\/www.zefix.ch\\\/de\\\/search\\\/entity\\\/list?name=medri+ag\",\"https:\\\/\\\/www.google.com\\\/maps\\\/place\\\/MEDRI+AG\\\/@47.2547,8.1842,17z\"],\"legalName\":\"MEDRI AG\",\"telephone\":\"+41625206688\",\"email\":\"info@medri.ch\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Florastrasse 20\",\"postalCode\":\"5734\",\"addressLocality\":\"Reinach AG\",\"addressRegion\":\"AG\",\"addressCountry\":\"CH\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":47.2547,\"longitude\":8.1842},\"areaServed\":[{\"@type\":\"AdministrativeArea\",\"name\":\"Kanton Aargau\"},{\"@type\":\"AdministrativeArea\",\"name\":\"Kanton Luzern\"},{\"@type\":\"AdministrativeArea\",\"name\":\"Kanton Z\u00fcrich\"},{\"@type\":\"City\",\"name\":\"Hergiswil\"}],\"inLanguage\":\"de-CH\",\"knowsLanguage\":[\"de-CH\",\"de\"],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"],\"opens\":\"08:00\",\"closes\":\"18:00\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG","description":"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.","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:\/\/medri.ch\/en\/suchauftrag\/","og_locale":"de_CH","og_type":"article","og_title":"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG","og_description":"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.","og_url":"https:\/\/medri.ch\/en\/suchauftrag\/","og_site_name":"MEDRI AG","article_publisher":"https:\/\/www.facebook.com\/medriag.ch","article_modified_time":"2026-05-29T12:02:06+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/medri.ch\/wp-content\/uploads\/2025\/05\/kaufen-verkaufen.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG","twitter_description":"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.","twitter_image":"https:\/\/medri.ch\/wp-content\/uploads\/2025\/05\/kaufen-verkaufen.jpg","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/medri.ch\/suchauftrag\/","url":"https:\/\/medri.ch\/suchauftrag\/","name":"Suchauftrag Immobilie Schweiz \u2013 diskret | MEDRI AG","isPartOf":{"@id":"https:\/\/medri.ch\/#website"},"datePublished":"2026-03-25T07:30:14+00:00","dateModified":"2026-05-29T12:02:06+00:00","description":"Kostenloser Suchauftrag f\u00fcr H\u00e4user, Wohnungen und Renditeobjekte in der Zentralschweiz \u2013 aktiv, vertraulich, mit Off-Market-Zugang von MEDRI AG.","breadcrumb":{"@id":"https:\/\/medri.ch\/suchauftrag\/#breadcrumb"},"inLanguage":"de-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/medri.ch\/suchauftrag\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/medri.ch\/suchauftrag\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/medri.ch\/"},{"@type":"ListItem","position":2,"name":"Suchauftrag"}]},{"@type":"WebSite","@id":"https:\/\/medri.ch\/#website","url":"https:\/\/medri.ch\/","name":"MEDRI AG","description":"Finde dein Zuhause","publisher":{"@id":"https:\/\/medri.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/medri.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-CH"},{"@type":["Organization","RealEstateAgent","LocalBusiness"],"@id":"https:\/\/medri.ch\/#organization","name":"MEDRI AG","url":"https:\/\/medri.ch\/","logo":{"@type":"ImageObject","inLanguage":"de-CH","@id":"https:\/\/medri.ch\/#\/schema\/logo\/image\/","url":"https:\/\/medri.ch\/wp-content\/uploads\/2023\/02\/medri-ag.jpg","contentUrl":"https:\/\/medri.ch\/wp-content\/uploads\/2023\/02\/medri-ag.jpg","width":1600,"height":933,"caption":"MEDRI AG"},"image":{"@id":"https:\/\/medri.ch\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/medri-ag","https:\/\/www.facebook.com\/medriag.ch","https:\/\/www.instagram.com\/medri.ag\/","https:\/\/www.tiktok.com\/@medri.ag","https:\/\/www.zefix.ch\/de\/search\/entity\/list?name=medri+ag","https:\/\/www.google.com\/maps\/place\/MEDRI+AG\/@47.2547,8.1842,17z"],"legalName":"MEDRI AG","telephone":"+41625206688","email":"info@medri.ch","address":{"@type":"PostalAddress","streetAddress":"Florastrasse 20","postalCode":"5734","addressLocality":"Reinach AG","addressRegion":"AG","addressCountry":"CH"},"geo":{"@type":"GeoCoordinates","latitude":47.2547,"longitude":8.1842},"areaServed":[{"@type":"AdministrativeArea","name":"Kanton Aargau"},{"@type":"AdministrativeArea","name":"Kanton Luzern"},{"@type":"AdministrativeArea","name":"Kanton Z\u00fcrich"},{"@type":"City","name":"Hergiswil"}],"inLanguage":"de-CH","knowsLanguage":["de-CH","de"],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"08:00","closes":"18:00"}]}]}},"_links":{"self":[{"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/pages\/6452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/comments?post=6452"}],"version-history":[{"count":0,"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/pages\/6452\/revisions"}],"wp:attachment":[{"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/media?parent=6452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}