{"id":6445,"date":"2026-03-24T15:28:00","date_gmt":"2026-03-24T15:28:00","guid":{"rendered":"https:\/\/medri.ch\/?page_id=6445"},"modified":"2026-05-29T12:02:06","modified_gmt":"2026-05-29T12:02:06","slug":"off-market","status":"publish","type":"page","link":"https:\/\/medri.ch\/en\/off-market\/","title":{"rendered":"Off Market"},"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; --mid: #3a3a3a; --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-outline-red { background: transparent; color: var(--red); font-family: 'DM Sans', sans-serif; font-size: .82rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; padding: 15px 38px; border: 1px solid var(--red); cursor: pointer; text-decoration: none; display: inline-block; transition: background .22s, color .22s; } .btn-outline-red:hover { background: var(--red); 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; 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,.55); } .section-label.on-dark::before { background: rgba(255,255,255,.4); } .hero { position: relative; background: var(--dark); min-height: 50vh; display: flex; align-items: center; overflow: hidden; padding: 40px 40px 40px; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 90% 40%, rgba(229,0,0,.18) 0%, transparent 65%), radial-gradient(ellipse 30% 40% at 0% 100%, rgba(229,0,0,.08) 0%, transparent 60%); } .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 0%, var(--red) 30%, var(--red) 70%, 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; opacity: 0; animation: fadeUp .7s ease forwards .4s; } .hero-eyebrow span { color: var(--red-light); font-weight: 500; } .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; opacity: 0; animation: fadeUp .8s ease forwards .6s; } .hero h1 em { font-style: italic; color: var(--red-light); } .hero h1 strong { font-weight: 600; color: var(--white); } .hero-sub { margin-top: 26px; font-size: .98rem; font-weight: 300; color: rgba(255,255,255,.55); max-width: 500px; line-height: 1.78; opacity: 0; animation: fadeUp .8s ease forwards .8s; } .hero-ctas { margin-top: 50px; display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp .8s ease forwards 1s; } .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%); } @keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} } .what { background: var(--cream); padding: 100px 40px; } .what-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; margin-top: 16px; } .what-sticky { position: sticky; top: 80px; } .what-sticky h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 400; color: var(--dark); line-height: 1.18; } .what-sticky h2 em { font-style: italic; color: var(--red); } .what-sticky .red-line { width: 44px; height: 3px; background: var(--red); margin-top: 24px; } .what-text p { font-size: .96rem; line-height: 1.82; color: var(--text); margin-bottom: 18px; } .what-text p strong { color: var(--dark); font-weight: 500; } .what-text p:last-child { margin-bottom: 0; } .vorteile { background: var(--white); padding: 100px 40px; } .vorteile-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 52px; } .vorteile-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 2.8vw, 2.5rem); font-weight: 400; color: var(--dark); max-width: 360px; line-height: 1.2; } .vorteile-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border); } .vorteil { padding: 48px 38px; border-right: 1px solid var(--border); position: relative; transition: background .2s; } .vorteil:last-child { border-right: none; } .vorteil:hover { background: var(--cream); } .vorteil::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--red); transition: width .35s ease; } .vorteil:hover::after { width: 100%; } .v-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--red); opacity: .2; line-height: 1; margin-bottom: 24px; } .vorteil h3 { font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--dark); margin-bottom: 14px; } .vorteil p { font-size: .9rem; color: var(--muted); line-height: 1.72; } .dual { display: grid; grid-template-columns: 1fr 1fr; } .dual-side { padding: 88px 64px; display: flex; flex-direction: column; justify-content: center; } .dual-side.red-bg { background: var(--red); } .dual-side.cream-bg { background: var(--cream); } .dual-tag { font-size: .67rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; margin-bottom: 28px; display: flex; align-items: center; gap: 12px; } .dual-tag::before { content: ''; width: 22px; height: 1px; } .red-bg .dual-tag { color: rgba(255,255,255,.7); } .red-bg .dual-tag::before { background: rgba(255,255,255,.5); } .cream-bg .dual-tag { color: var(--red); } .cream-bg .dual-tag::before { background: var(--red); } .dual-side h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 2.6vw, 2.6rem); font-weight: 400; line-height: 1.18; margin-bottom: 20px; } .red-bg h2 { color: var(--white); } .cream-bg h2 { color: var(--dark); } .dual-side > p { font-size: .93rem; line-height: 1.78; margin-bottom: 12px; } .red-bg > p { color: rgba(255,255,255,.72); } .cream-bg > p { color: var(--text); } .dual-list { list-style: none; margin: 24px 0 40px; } .dual-list li { font-size: .9rem; padding: 12px 0; border-bottom: 1px solid; display: flex; align-items: flex-start; gap: 14px; } .red-bg .dual-list li { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.82); } .cream-bg .dual-list li { border-color: rgba(0,0,0,.09); color: var(--text); } .dual-list li::before { content: '\u2192'; font-size: .82rem; margin-top: 2px; flex-shrink: 0; } .red-bg .dual-list li::before { color: rgba(255,255,255,.6); } .cream-bg .dual-list li::before { color: var(--red); } .process { background: var(--dark); padding: 100px 40px; } .process-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 60px; } .process-top h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 300; color: var(--white); line-height: 1.2; max-width: 420px; } .process-note { font-size: .85rem; color: rgba(255,255,255,.35); max-width: 280px; line-height: 1.72; text-align: right; } .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.06); } .step { background: var(--dark); padding: 44px 32px; position: relative; transition: background .25s; } .step:hover { background: #242424; } .step-accent { width: 0; height: 2px; background: var(--red); transition: width .35s ease; margin-bottom: 32px; } .step:hover .step-accent { width: 36px; } .step-num { font-family: 'Cormorant Garamond', serif; font-size: 3.6rem; font-weight: 300; color: rgba(229,0,0,.2); line-height: 1; margin-bottom: 24px; } .step h3 { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 12px; } .step p { font-size: .88rem; color: rgba(255,255,255,.38); line-height: 1.72; } .trust { background: var(--red); padding: 64px 40px; } .trust-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; } .trust-text h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 400; color: var(--white); margin-bottom: 10px; line-height: 1.2; } .trust-text p { font-size: .9rem; color: rgba(255,255,255,.8); max-width: 480px; line-height: 1.72; } .final-cta { background: var(--cream); padding: 110px 40px; text-align: center; } .final-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300; color: var(--dark); line-height: 1.12; margin-bottom: 22px; } .final-cta h2 em { font-style: italic; color: var(--red); } .final-cta > .section-inner > p { font-size: .97rem; color: var(--muted); max-width: 480px; margin: 0 auto 44px; line-height: 1.78; } .cta-note { margin-top: 20px; font-size: .72rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; } @media (max-width: 960px) { .what-grid { grid-template-columns: 1fr; } .what-sticky { position: static; margin-bottom: 32px; } .vorteile-grid { grid-template-columns: 1fr; } .vorteil { border-right: none; border-bottom: 1px solid var(--border); } .vorteil:last-child { border-bottom: none; } .dual { grid-template-columns: 1fr; } .dual-side { padding: 64px 36px; } .steps { grid-template-columns: 1fr 1fr; } .process-note { text-align: left; } } @media (max-width: 600px) { .hero, .what, .vorteile, .process, .trust, .final-cta { padding-left: 24px; padding-right: 24px; } .dual-side { padding: 52px 24px; } .steps { grid-template-columns: 1fr; } .hero h1 { font-size: 2.8rem; } }<\/style>\n<p><!-- \u2550\u2550 HERO \u2550\u2550 --> <\/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>Off Market<\/span><\/div>\n<h2>Immobilien,<br \/>die <em>nie inseriert<\/em><br \/>werden.<\/h2>\n<p class=\"hero-sub\">Exklusiver Zugang zu Liegenschaften und Grundst\u00fccken ausserhalb des \u00f6ffentlichen Marktes \u2013 diskret, direkt und ohne Bieterkonkurrenz.<\/p>\n<div class=\"hero-ctas\"> <a href=\"https:\/\/go.medri.ch\/immobilienbesitzer-aufgepasst\" class=\"btn-red\">Jetzt Off Market Verkaufen<\/a> <a href=\"#eigentuemer\" class=\"btn-outline-white\">Diskret verkaufen<\/a> <\/div><\/div>\n<div class=\"hero-bottom\"><\/div>\n<\/section>\n<p> <!-- \u2550\u2550 WAS IST OFF MARKET? \u2550\u2550 --> <\/p>\n<section class=\"what\">\n<div class=\"section-inner\">\n<div class=\"section-label\">Was bedeutet Off Market?<\/div>\n<div class=\"what-grid\">\n<div class=\"what-sticky\">\n<h2>Der Markt,<br \/>den die meisten<br \/><em>nie sehen.<\/em><\/h2>\n<div class=\"red-line\"><\/div><\/div>\n<div class=\"what-text\">\n<p>Off-Market-Transaktionen sind Immobilienk\u00e4ufe und -verk\u00e4ufe, die vollst\u00e4ndig <strong>ausserhalb \u00f6ffentlicher Plattformen<\/strong> stattfinden. Kein Inserat auf Homegate, ImmoScout oder Comparis. Kein Bieterverfahren. Keine \u00f6ffentliche Preisdiskussion.<\/p>\n<p>Diese Deals entstehen durch Vertrauen, Netzwerk und direkte Ansprache. Eigent\u00fcmer sch\u00e4tzen die <strong>vollst\u00e4ndige Diskretion<\/strong>. K\u00e4ufer und Investoren sch\u00e4tzen den exklusiven Zugang zu Objekten, die nie auf dem freien Markt erscheinen.<\/p>\n<p>MEDRI AG vermittelt genau diese Transaktionen \u2013 als neutrale, vertrauliche Schnittstelle zwischen Eigent\u00fcmern und qualifizierten K\u00e4ufern in der Zentralschweiz und dar\u00fcber hinaus.<\/p>\n<\/p><\/div><\/div><\/div>\n<\/section>\n<p> <!-- \u2550\u2550 VORTEILE \u2550\u2550 --> <\/p>\n<section class=\"vorteile\">\n<div class=\"section-inner\">\n<div class=\"vorteile-header\">\n<div>\n<div class=\"section-label\">Ihre Vorteile<\/div>\n<h2>Warum Off Market<br \/>der kl\u00fcgere Weg ist.<\/h2>\n<\/p><\/div><\/div>\n<div class=\"vorteile-grid\">\n<div class=\"vorteil\">\n<div class=\"v-num\">01<\/div>\n<h3>Keine \u00f6ffentliche Exposition<\/h3>\n<p>Ihr Name, Ihre Liegenschaft und Ihre Verkaufsabsicht bleiben vollst\u00e4ndig vertraulich. Keine Nachbarn, keine Mitbewerber, kein Medienecho.<\/p>\n<\/p><\/div>\n<div class=\"vorteil\">\n<div class=\"v-num\">02<\/div>\n<h3>Kein Bieterverfahren<\/h3>\n<p>K\u00e4ufer erhalten exklusiven Erstzugang ohne Konkurrenz durch \u00f6ffentliche Ausschreibungen \u2013 faire Verhandlung statt k\u00fcnstlich getriebener Preisspirale.<\/p>\n<\/p><\/div>\n<div class=\"vorteil\">\n<div class=\"v-num\">03<\/div>\n<h3>Schnellere Abwicklung<\/h3>\n<p>Weniger Beteiligte, direkte Kommunikation, klarer Weg. Off-Market-Deals werden deutlich schneller abgeschlossen als \u00f6ffentlich inserierte Objekte.<\/p>\n<\/p><\/div><\/div><\/div>\n<\/section>\n<p> <!-- \u2550\u2550 DUAL ZIELGRUPPEN \u2550\u2550 --> <\/p>\n<div class=\"dual\">\n<div class=\"dual-side red-bg\" id=\"eigentuemer\">\n<div class=\"dual-tag\">F\u00fcr Eigent\u00fcmer<\/div>\n<h2>Diskret verkaufen \u2013<br \/>ohne \u00f6ffentliches Inserat.<\/h2>\n<p>Sie denken \u00fcber einen Verkauf nach, m\u00f6chten aber nicht, dass es \u00f6ffentlich wird? Genau daf\u00fcr ist der Off-Market-Ansatz gemacht.<\/p>\n<ul class=\"dual-list\">\n<li>Kostenlose, vertrauliche Erstbewertung Ihrer Liegenschaft<\/li>\n<li>Gezielte Direktansprache qualifizierter K\u00e4ufer aus unserem Netzwerk<\/li>\n<li>Kein \u00f6ffentliches Inserat \u2013 Ihre Absicht bleibt privat<\/li>\n<li>Vollst\u00e4ndige Begleitung vom Erstgespr\u00e4ch bis zum Notartermin<\/li>\n<li>Faire, transparente Konditionen \u2013 keine versteckten Kosten<\/li>\n<\/ul>\n<p> <a href=\"https:\/\/go.medri.ch\/immobilienbesitzer-aufgepasst\" class=\"btn-white\">Liegenschaft Direkt Verkaufen<\/a> <\/div>\n<div class=\"dual-side cream-bg\" id=\"kaeufer\">\n<div class=\"dual-tag\">F\u00fcr K\u00e4ufer &amp; Investoren<\/div>\n<h2>Objekte finden,<br \/>die kein anderer sieht.<\/h2>\n<p>Sie suchen eine Renditeliegenschaft, ein Mehrfamilienhaus oder ein Entwicklungsgrundst\u00fcck \u2013 und finden auf Plattformen nicht das Richtige?<\/p>\n<ul class=\"dual-list\">\n<li>Zugang zu nicht-\u00f6ffentlichen Angeboten: MFH, EFH, Bauland, Gewerbe<\/li>\n<li>Objekte in der Zentralschweiz und angrenzenden Regionen<\/li>\n<li>Gepr\u00fcfte Eigent\u00fcmer mit echtem Verkaufsinteresse<\/li>\n<li>Direkte Verhandlung ohne Bieterkonkurrenz<\/li>\n<li>Auf Wunsch: stille Suche nach Ihrem pers\u00f6nlichen Suchprofil<\/li>\n<\/ul>\n<p> <a href=\"https:\/\/go.medri.ch\/suchauftrag\" class=\"btn-outline-red\">Suchauftrag stellen<\/a> <\/div><\/div>\n<p> <!-- \u2550\u2550 PROZESS \u2550\u2550 --> <\/p>\n<section class=\"process\">\n<div class=\"section-inner\">\n<div class=\"section-label on-dark\">So l\u00e4uft es ab<\/div>\n<div class=\"process-top\">\n<h2>Vom ersten Gespr\u00e4ch<br \/>zum Abschluss.<\/h2>\n<p class=\"process-note\">Alle Schritte erfolgen vertraulich \u2013 keine \u00f6ffentliche Spur, keine unn\u00f6tigen Zwischenschritte.<\/p>\n<\/p><\/div>\n<div class=\"steps\">\n<div class=\"step\">\n<div class=\"step-accent\"><\/div>\n<div class=\"step-num\">01<\/div>\n<h3>Erstkontakt<\/h3>\n<p>Kostenloses, vertrauliches Gespr\u00e4ch. Wir erfassen Ihr Profil als Verk\u00e4ufer oder K\u00e4ufer \u2013 diskret, ohne \u00f6ffentliche Spur.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-accent\"><\/div>\n<div class=\"step-num\">02<\/div>\n<h3>Matching<\/h3>\n<p>Wir pr\u00fcfen, ob ein passendes Objekt oder ein qualifizierter K\u00e4ufer in unserem Netzwerk vorhanden ist \u2013 oder starten eine stille Suche.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-accent\"><\/div>\n<div class=\"step-num\">03<\/div>\n<h3>Direktkontakt<\/h3>\n<p>Bei \u00dcbereinstimmung stellen wir den direkten, vertraulichen Kontakt her \u2013 ohne Umwege, ohne unn\u00f6tige Dritte.<\/p>\n<\/p><\/div>\n<div class=\"step\">\n<div class=\"step-accent\"><\/div>\n<div class=\"step-num\">04<\/div>\n<h3>Abschluss<\/h3>\n<p>MEDRI AG begleitet beide Parteien vollst\u00e4ndig bis zum Notartermin. Diskret, professionell, zuverl\u00e4ssig.<\/p>\n<\/p><\/div><\/div><\/div>\n<\/section>\n<p> <!-- \u2550\u2550 DISKRETION BANNER \u2550\u2550 --> <\/p>\n<section class=\"trust\">\n<div class=\"trust-inner\">\n<div class=\"trust-text\">\n<h3>Diskretion ist kein Feature.<br \/>Es ist unser Versprechen.<\/h3>\n<p>Jede Off-Market-Transaktion bei MEDRI AG unterliegt strikter Vertraulichkeit. Keine Weitergabe von Informationen ohne explizite Zustimmung \u2013 Handschlagqualit\u00e4t von Anfang bis Ende.<\/p>\n<\/p><\/div>\n<p> <a href=\"https:\/\/go.medri.ch\/immobilienbesitzer-aufgepasst\" class=\"btn-white\">Gespr\u00e4ch vereinbaren<\/a> <\/div>\n<\/section>\n<p> <!-- \u2550\u2550 FINAL CTA \u2550\u2550 --> <\/p>\n<section class=\"final-cta\">\n<div class=\"section-inner\">\n<div class=\"section-label\" style=\"justify-content:center;\">Jetzt starten<\/div>\n<h2>Bereit f\u00fcr den<br \/><em>unsichtbaren Markt?<\/em><\/h2>\n<p>Ob Eigent\u00fcmer oder Investor \u2013 sprechen Sie uns an. Das Erstgespr\u00e4ch ist kostenlos, unverbindlich und selbstverst\u00e4ndlich vertraulich.<\/p>\n<p> <a href=\"https:\/\/go.medri.ch\/immobilienbesitzer-aufgepasst\" class=\"btn-red\">Jetzt kostenlosen Termin sichern<\/a> <\/p>\n<p class=\"cta-note\">Kostenlos &nbsp;\u00b7&nbsp; Unverbindlich &nbsp;\u00b7&nbsp; Vertraulich<\/p>\n<\/p><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>MEDRI AG &nbsp;\u00b7&nbsp; Off Market Immobilien,die nie inseriertwerden. Exklusiver Zugang zu Liegenschaften und Grundst\u00fccken ausserhalb des \u00f6ffentlichen Marktes \u2013 diskret, direkt und ohne Bieterkonkurrenz. Jetzt Off Market Verkaufen Diskret verkaufen Was bedeutet Off Market? Der Markt,den die meistennie sehen. Off-Market-Transaktionen sind Immobilienk\u00e4ufe und -verk\u00e4ufe, die vollst\u00e4ndig ausserhalb \u00f6ffentlicher Plattformen stattfinden. Kein Inserat auf Homegate, ImmoScout [&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-6445","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>Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG<\/title>\n<meta name=\"description\" content=\"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch 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\/off-market\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG\" \/>\n<meta property=\"og:description\" content=\"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/medri.ch\/en\/off-market\/\" \/>\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\/2026\/05\/Diskret_Immobilien_verkaufen_ohne_Makler_in_der_Schweiz.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1408\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\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=\"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG\" \/>\n<meta name=\"twitter:description\" content=\"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/medri.ch\/wp-content\/uploads\/2026\/05\/Diskret_Immobilien_verkaufen_ohne_Makler_in_der_Schweiz.png\" \/>\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\\\/off-market\\\/\",\"url\":\"https:\\\/\\\/medri.ch\\\/off-market\\\/\",\"name\":\"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/#website\"},\"datePublished\":\"2026-03-24T15:28:00+00:00\",\"dateModified\":\"2026-05-29T12:02:06+00:00\",\"description\":\"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/medri.ch\\\/off-market\\\/#breadcrumb\"},\"inLanguage\":\"de-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/medri.ch\\\/off-market\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/medri.ch\\\/off-market\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/medri.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Off Market\"}]},{\"@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":"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG","description":"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch 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\/off-market\/","og_locale":"de_CH","og_type":"article","og_title":"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG","og_description":"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.","og_url":"https:\/\/medri.ch\/en\/off-market\/","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":1408,"height":768,"url":"https:\/\/medri.ch\/wp-content\/uploads\/2026\/05\/Diskret_Immobilien_verkaufen_ohne_Makler_in_der_Schweiz.png","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG","twitter_description":"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.","twitter_image":"https:\/\/medri.ch\/wp-content\/uploads\/2026\/05\/Diskret_Immobilien_verkaufen_ohne_Makler_in_der_Schweiz.png","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/medri.ch\/off-market\/","url":"https:\/\/medri.ch\/off-market\/","name":"Off-Market Immobilien Schweiz \u2013 diskret | MEDRI AG","isPartOf":{"@id":"https:\/\/medri.ch\/#website"},"datePublished":"2026-03-24T15:28:00+00:00","dateModified":"2026-05-29T12:02:06+00:00","description":"Off-Market Immobilien in Aargau, Luzern, Z\u00fcrich und Zug \u2013 diskret, ohne \u00f6ffentliche Inserate und ohne Bietergefecht. Pers\u00f6nlich durch MEDRI AG.","breadcrumb":{"@id":"https:\/\/medri.ch\/off-market\/#breadcrumb"},"inLanguage":"de-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/medri.ch\/off-market\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/medri.ch\/off-market\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/medri.ch\/"},{"@type":"ListItem","position":2,"name":"Off Market"}]},{"@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\/6445","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=6445"}],"version-history":[{"count":0,"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/pages\/6445\/revisions"}],"wp:attachment":[{"href":"https:\/\/medri.ch\/en\/wp-json\/wp\/v2\/media?parent=6445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}