{"id":2396,"date":"2025-09-04T13:22:39","date_gmt":"2025-09-04T11:22:39","guid":{"rendered":"https:\/\/multistudio.ch\/our-customers\/"},"modified":"2025-10-06T17:38:48","modified_gmt":"2025-10-06T15:38:48","slug":"our-customers","status":"publish","type":"page","link":"https:\/\/multistudio.ch\/en\/our-customers\/","title":{"rendered":"Our customers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2396\" class=\"elementor elementor-2396 elementor-2072\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa6d268 e-flex e-con-boxed e-con e-parent\" data-id=\"aa6d268\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64a84b0 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"64a84b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our customers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f4b92d elementor-invisible elementor-widget elementor-widget-unsere_kunden\" data-id=\"9f4b92d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"unsere_kunden.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div id=\"mw-9f4b92d\" class=\"bymarei-mw-widget\">\r\n\t\t\t<script>\r\n\t\t\t\tdocument.addEventListener('DOMContentLoaded', function () {\r\n\t\t\t\t\tfunction setupAccordion() {\r\n\t\t\t\t\t\tconst isMobile = window.innerWidth <= 767;\r\n\t\t\t\t\t\tconst letterHeadings = document.querySelectorAll('.bymarei-mw-widget .mw-letter');\r\n\t\t\t\t\t\tconst grids = document.querySelectorAll('.bymarei-mw-widget .mw-grid');\r\n\r\n\t\t\t\t\t\t\/\/ Remove existing event listeners by cloning and replacing elements\r\n\t\t\t\t\t\tletterHeadings.forEach(function (heading) {\r\n\t\t\t\t\t\t\tconst clone = heading.cloneNode(true);\r\n\t\t\t\t\t\t\theading.parentNode.replaceChild(clone, heading);\r\n\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\/\/ Get fresh references after DOM manipulation\r\n\t\t\t\t\t\tconst updatedHeadings = document.querySelectorAll('.bymarei-mw-widget .mw-letter');\r\n\r\n\t\t\t\t\t\tif (isMobile) {\r\n\t\t\t\t\t\t\t\/\/ Enable accordion behavior\r\n\t\t\t\t\t\t\tupdatedHeadings.forEach(function (heading) {\r\n\t\t\t\t\t\t\t\theading.style.cursor = 'pointer';\r\n\r\n\t\t\t\t\t\t\t\t\/\/ Add click event to each letter heading\r\n\t\t\t\t\t\t\t\theading.addEventListener('click', function () {\r\n\t\t\t\t\t\t\t\t\t\/\/ Close all other accordions\r\n\t\t\t\t\t\t\t\t\t\/\/ updatedHeadings.forEach(function (h) {\r\n\t\t\t\t\t\t\t\t\t\/\/ \tif (h !== heading) {\r\n\t\t\t\t\t\t\t\t\t\/\/ \t\th.classList.remove('active');\r\n\t\t\t\t\t\t\t\t\t\/\/ \t\tif (h.nextElementSibling) {\r\n\t\t\t\t\t\t\t\t\t\/\/ \t\t\th.nextElementSibling.classList.remove('active');\r\n\t\t\t\t\t\t\t\t\t\/\/ \t\t}\r\n\t\t\t\t\t\t\t\t\t\/\/ \t}\r\n\t\t\t\t\t\t\t\t\t\/\/ });\r\n\r\n\t\t\t\t\t\t\t\t\t\/\/ Toggle active class on the current heading\r\n\t\t\t\t\t\t\t\t\tthis.classList.toggle('active');\r\n\r\n\t\t\t\t\t\t\t\t\t\/\/ Get the next sibling which is the grid\r\n\t\t\t\t\t\t\t\t\tconst grid = this.nextElementSibling;\r\n\t\t\t\t\t\t\t\t\tif (grid) {\r\n\t\t\t\t\t\t\t\t\t\tgrid.classList.toggle('active');\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t\/\/ Show all grids by default on mobile (all accordions open)\r\n\t\t\t\t\t\t\tgrids.forEach(function (grid) {\r\n\t\t\t\t\t\t\t\tgrid.classList.add('active');\r\n\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t\/\/ Mark all headings as active too\r\n\t\t\t\t\t\t\tupdatedHeadings.forEach(function (heading) {\r\n\t\t\t\t\t\t\t\theading.classList.add('active');\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\/\/ Disable accordion behavior on desktop\r\n\t\t\t\t\t\t\tupdatedHeadings.forEach(function (heading) {\r\n\t\t\t\t\t\t\t\theading.classList.remove('active');\r\n\t\t\t\t\t\t\t\theading.style.cursor = 'default';\r\n\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t\/\/ Show all grids on desktop\r\n\t\t\t\t\t\t\tgrids.forEach(function (grid) {\r\n\t\t\t\t\t\t\t\tgrid.classList.remove('active');\r\n\t\t\t\t\t\t\t\tgrid.style.display = '';\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\/\/ Initial setup\r\n\t\t\t\t\tsetupAccordion();\r\n\r\n\t\t\t\t\t\/\/ Handle resize events with debounce\r\n\t\t\t\t\tlet resizeTimer;\r\n\t\t\t\t\twindow.addEventListener('resize', function () {\r\n\t\t\t\t\t\tclearTimeout(resizeTimer);\r\n\t\t\t\t\t\tresizeTimer = setTimeout(function () {\r\n\t\t\t\t\t\t\tsetupAccordion();\r\n\t\t\t\t\t\t}, 250);\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script>\r\n\t\t\t<div class=\"mw-groups\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-columns\">\r\n\t\t\t\t\t\t<div class=\"mw-column\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"A\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">A<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Adcubum AG, St. Gallen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.adcubum.com\/de\/home\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAdcubum AG, St. Gallen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Adultimum AG, St. Gallen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/adultimum.eu\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAdultimum AG, St. Gallen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Atlantis AG, Wallisellen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.atlantis.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAtlantis AG, Wallisellen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"AZ Immo AG, Widnau\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/azimmobilien.ch\/\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAZ Immo AG, Widnau\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"B\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">B<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Baur au Lac, Z\u00fcrich\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.bauraulac.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tBaur au Lac, Z\u00fcrich\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Benyamin &amp; Partner AG, Buchs\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.benyamin-partner.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tBenyamin &amp; Partner AG, Buchs\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"by marei einrichtungskonzepte AG, St. Gallen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.bymarei.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tby marei einrichtungskonzepte AG, St. Gallen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"D\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">D<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Debrunner Acifer AG, schweizweit\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.d-a.ch\/da\/de\/\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tDebrunner Acifer AG, schweizweit\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Denja Kosmetik\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.kosmetik-denja.ch\/\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tDenja Kosmetik\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"H\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">H<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Hallen Tennis Club, St. Gallen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.htcsg.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tHallen Tennis Club, St. Gallen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"K\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">K<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Kinder- und Jugendpsychiatrische Dienste, St. Gallen\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.kjpd-sg.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tKinder- und Jugendpsychiatrische Dienste, St. Gallen\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"mw-column\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"M\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">M<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Mikrop AG, Wittenbach\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/mikrop.com\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tMikrop AG, Wittenbach                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Mollishaus Estate, St. Pelagiberg\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/reitstall-mollishus.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tMollishaus Estate, St. Pelagiberg                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"P\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">P<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Pflegeheim Horak, Steiermark AT\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/pflegehorak.at\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPflegeheim Horak, Steiermark AT                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Projekt Bau-Contor AG\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/pbc.ch\/\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tProjekt Bau-Contor AG                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"R\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">R<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Reinhart Immobilien AG, Romanshorn\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"name\">Reinhart Immobilien AG, Romanshorn<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Restaurant B\u00fcrgerstube, Axams AT\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.buergerstube.at\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tRestaurant B\u00fcrgerstube, Axams AT                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"S\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">S<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"SBB Immobilien AG, schweizweit\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/sbb-immobilien.ch\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tSBB Immobilien AG, schweizweit                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Sotheby&#039;s AG, Z\u00fcrich\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.sothebys.com\/ch\/\u00fcber\/adressen\/zurich\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tSotheby&#039;s AG, Z\u00fcrich                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Step Zero AG\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.step-zero.com\/\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tStep Zero AG                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-group\" data-letter=\"T\">\r\n\t\t\t\t\t\t\t\t\t<h3 class=\"mw-letter\">T<\/h3>\r\n\t\t\t\t\t\t\t\t\t<div class=\"mw-grid\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"Tabea Durrer Real Estate, Z\u00fcrich\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/tabeadurrer.com\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tTabea Durrer Real Estate, Z\u00fcrich                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mw-item\" data-name=\"The Valley Spaces, Kemptthal\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"name\" href=\"https:\/\/www.thevalley.ch\/de\" target=\"_blank\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trel=\"noopener nofollow\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tThe Valley Spaces, Kemptthal                                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tfill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<g clip-path=\"url(#clip0_1909_5097)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstroke-width=\"1.5\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<clipPath id=\"clip0_1909_5097\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect width=\"24\" height=\"24\" fill=\"white\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/clipPath>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/defs>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0acc1d e-flex e-con-boxed e-con e-parent\" data-id=\"e0acc1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b631549 e-con-full e-flex e-con e-child\" data-id=\"b631549\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ac3ec4 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5ac3ec4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Let's create something extraordinary together<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e99e7b1 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e99e7b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Work with us to bring your vision to life &#8211; innovative, customized and inspiring.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d944a25 e-con-full e-flex e-con e-child\" data-id=\"d944a25\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-345f008 elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"345f008\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/multistudio.ch\/en\/contact-us\/\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Make an appointment<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82113c elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"e82113c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/multistudio.ch\/en\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_1310_3232)\"><path d=\"M23 12H1M23 12L15.8824 5M23 12L15.8824 19\" stroke=\"#FFFCEB\" stroke-width=\"1.5\"><\/path><\/g><defs><clipPath id=\"clip0_1310_3232\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our customers A Adcubum AG, St. Gallen Adultimum AG, St. Gallen Atlantis AG, Wallisellen AZ Immo AG, Widnau&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-2396","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our customers - multistudio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/multistudio.ch\/en\/our-customers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our customers - multistudio\" \/>\n<meta property=\"og:description\" content=\"Our customers A Adcubum AG, St. Gallen Adultimum AG, St. Gallen Atlantis AG, Wallisellen AZ Immo AG, Widnau...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/multistudio.ch\/en\/our-customers\/\" \/>\n<meta property=\"og:site_name\" content=\"multistudio\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-06T15:38:48+00:00\" \/>\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:\\\/\\\/multistudio.ch\\\/en\\\/our-customers\\\/\",\"url\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/our-customers\\\/\",\"name\":\"Our customers - multistudio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#website\"},\"datePublished\":\"2025-09-04T11:22:39+00:00\",\"dateModified\":\"2025-10-06T15:38:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/our-customers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/multistudio.ch\\\/en\\\/our-customers\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/our-customers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our customers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/\",\"name\":\"multistudio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#organization\",\"name\":\"multistudio GmbH\",\"url\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/multistudio.ch\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/multistudio.png\",\"contentUrl\":\"https:\\\/\\\/multistudio.ch\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/multistudio.png\",\"width\":672,\"height\":96,\"caption\":\"multistudio GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/multistudio.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/multistudio-gmbh\\\/\",\"https:\\\/\\\/www.instagram.com\\\/multistudio.ch\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/multistudiogmbh\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our customers - multistudio","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:\/\/multistudio.ch\/en\/our-customers\/","og_locale":"en_US","og_type":"article","og_title":"Our customers - multistudio","og_description":"Our customers A Adcubum AG, St. Gallen Adultimum AG, St. Gallen Atlantis AG, Wallisellen AZ Immo AG, Widnau...","og_url":"https:\/\/multistudio.ch\/en\/our-customers\/","og_site_name":"multistudio","article_modified_time":"2025-10-06T15:38:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/multistudio.ch\/en\/our-customers\/","url":"https:\/\/multistudio.ch\/en\/our-customers\/","name":"Our customers - multistudio","isPartOf":{"@id":"https:\/\/multistudio.ch\/en\/#website"},"datePublished":"2025-09-04T11:22:39+00:00","dateModified":"2025-10-06T15:38:48+00:00","breadcrumb":{"@id":"https:\/\/multistudio.ch\/en\/our-customers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/multistudio.ch\/en\/our-customers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/multistudio.ch\/en\/our-customers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/multistudio.ch\/en\/"},{"@type":"ListItem","position":2,"name":"Our customers"}]},{"@type":"WebSite","@id":"https:\/\/multistudio.ch\/en\/#website","url":"https:\/\/multistudio.ch\/en\/","name":"multistudio","description":"","publisher":{"@id":"https:\/\/multistudio.ch\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/multistudio.ch\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/multistudio.ch\/en\/#organization","name":"multistudio GmbH","url":"https:\/\/multistudio.ch\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/multistudio.ch\/en\/#\/schema\/logo\/image\/","url":"https:\/\/multistudio.ch\/wp-content\/uploads\/2025\/05\/multistudio.png","contentUrl":"https:\/\/multistudio.ch\/wp-content\/uploads\/2025\/05\/multistudio.png","width":672,"height":96,"caption":"multistudio GmbH"},"image":{"@id":"https:\/\/multistudio.ch\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/multistudio-gmbh\/","https:\/\/www.instagram.com\/multistudio.ch\/","https:\/\/www.pinterest.com\/multistudiogmbh\/"]}]}},"_links":{"self":[{"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/pages\/2396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/comments?post=2396"}],"version-history":[{"count":2,"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/pages\/2396\/revisions"}],"predecessor-version":[{"id":2680,"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/pages\/2396\/revisions\/2680"}],"wp:attachment":[{"href":"https:\/\/multistudio.ch\/en\/wp-json\/wp\/v2\/media?parent=2396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}