{"id":78,"date":"2026-03-15T23:53:13","date_gmt":"2026-03-15T23:53:13","guid":{"rendered":"https:\/\/optero.at\/?page_id=78"},"modified":"2026-03-17T12:53:48","modified_gmt":"2026-03-17T12:53:48","slug":"anfahrt-zu-uns","status":"publish","type":"page","link":"https:\/\/optero.at\/?page_id=78","title":{"rendered":"Anfahrt zu uns"},"content":{"rendered":"\n<section class=\"optero-route-section\">\n  <div class=\"optero-route-wrap\">\n\n    <div class=\"optero-route-card\">\n      <span class=\"optero-route-eyebrow\">Anfahrt<\/span>\n      <h1>So finden Sie zu uns<\/h1>\n      <p class=\"optero-route-intro\">\n        Geben Sie hier Ihre Startadresse ein \u2013 mit Google Maps finden Sie ganz einfach zu uns.\n      <\/p>\n\n      <form class=\"optero-route-form\" onsubmit=\"opteroOpenRoute(event)\">\n        <label for=\"optero-start-address\">Ihre Adresse<\/label>\n        <input\n          type=\"text\"\n          id=\"optero-start-address\"\n          placeholder=\"z. B. Mariahilfer Stra\u00dfe 1, 1060 Wien\"\n          required\n        \/>\n        <button type=\"submit\">Route mit Google Maps starten<\/button>\n      <\/form>\n\n      <div class=\"optero-route-destination\">\n        <h2>Unser Standort<\/h2>\n        <p>\n          <strong>OPTERO Vertriebs- und Bauelemente GmbH<\/strong><br>\n          Thaliastra\u00dfe 128<br>\n          1160 Wien<br>\n          \u00d6sterreich\n        <\/p>\n        <p class=\"optero-route-note\">\n          Alternativ k\u00f6nnen Sie die Route auch direkt \u00fcber Google Maps \u00f6ffnen.\n        <\/p>\n        <p>\n          <a\n            class=\"optero-route-link\"\n            href=\"https:\/\/www.google.com\/maps\/dir\/?api=1&#038;destination=Thaliastra%C3%9Fe+128,+1160+Wien,+%C3%96sterreich\"\n            target=\"_blank\"\n            rel=\"noopener noreferrer\"\n          >\n            Direkt in Google Maps \u00f6ffnen\n          <\/a>\n        <\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.optero-route-section{\n  padding: 70px 20px;\n  background: #ffffff;\n}\n\n.optero-route-wrap{\n  max-width: 980px;\n  margin: 0 auto;\n}\n\n.optero-route-card{\n  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);\n  border: 1px solid rgba(6,65,125,0.10);\n  border-radius: 24px;\n  padding: 42px 36px;\n  box-shadow:\n    0 20px 50px rgba(8,24,50,0.08),\n    0 8px 20px rgba(8,24,50,0.04);\n}\n\n.optero-route-eyebrow{\n  display: inline-block;\n  margin-bottom: 14px;\n  padding: 7px 11px;\n  border-radius: 999px;\n  background: rgba(6,65,125,0.08);\n  color: #06417d;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.optero-route-card h1{\n  margin: 0 0 12px 0;\n  font-size: clamp(30px, 4vw, 48px);\n  line-height: 1.12;\n  color: #06417d;\n}\n\n.optero-route-intro{\n  margin: 0 0 28px 0;\n  font-size: 17px;\n  line-height: 1.7;\n  color: #4b5563;\n  max-width: 760px;\n}\n\n.optero-route-form{\n  display: grid;\n  gap: 14px;\n  margin-bottom: 34px;\n}\n\n.optero-route-form label{\n  font-size: 14px;\n  font-weight: 600;\n  color: #111827;\n}\n\n.optero-route-form input{\n  width: 100%;\n  border: 1px solid #d5dbe5;\n  border-radius: 14px;\n  background: #ffffff;\n  padding: 15px 16px;\n  font-size: 15px;\n  color: #111827;\n  box-sizing: border-box;\n  transition: all .2s ease;\n}\n\n.optero-route-form input:focus{\n  outline: none;\n  border-color: #06417d;\n  box-shadow: 0 0 0 4px rgba(6,65,125,0.12);\n}\n\n.optero-route-form button{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: fit-content;\n  min-width: 260px;\n  border: none;\n  border-radius: 999px;\n  background: linear-gradient(135deg, #06417d 0%, #042e59 100%);\n  color: #ffffff;\n  font-size: 15px;\n  font-weight: 700;\n  padding: 15px 24px;\n  cursor: pointer;\n  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;\n  box-shadow: 0 10px 22px rgba(6,65,125,0.24);\n}\n\n.optero-route-form button:hover{\n  transform: translateY(-1px);\n  box-shadow: 0 14px 28px rgba(6,65,125,0.28);\n  background: linear-gradient(135deg, #075193 0%, #05396d 100%);\n}\n\n.optero-route-destination{\n  margin-top: 10px;\n  padding: 24px;\n  border-radius: 18px;\n  background: #06417d;\n  color: #ffffff;\n}\n\n.optero-route-destination h2{\n  margin: 0 0 14px 0;\n  font-size: 24px;\n  line-height: 1.2;\n  color: #ffffff;\n}\n\n.optero-route-destination p{\n  margin: 0 0 14px 0;\n  line-height: 1.7;\n}\n\n.optero-route-note{\n  color: rgba(255,255,255,0.78);\n  font-size: 14px;\n}\n\n.optero-route-link{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 0 18px;\n  border-radius: 999px;\n  text-decoration: none;\n  color: #0b2340 !important;\n  background: linear-gradient(135deg, #d8a23a 0%, #e8bf62 100%);\n  font-size: 14px;\n  font-weight: 700;\n  box-shadow: 0 10px 22px rgba(0,0,0,0.16);\n  transition: transform .2s ease, box-shadow .2s ease;\n}\n\n.optero-route-link:hover{\n  transform: translateY(-1px);\n  box-shadow: 0 14px 28px rgba(0,0,0,0.20);\n}\n\n@media (max-width: 640px){\n  .optero-route-section{\n    padding: 48px 16px;\n  }\n\n  .optero-route-card{\n    padding: 26px 18px;\n    border-radius: 18px;\n  }\n\n  .optero-route-form button{\n    width: 100%;\n    min-width: 0;\n  }\n\n  .optero-route-destination{\n    padding: 20px 18px;\n  }\n}\n<\/style>\n\n<script>\nfunction opteroOpenRoute(event){\n  event.preventDefault();\n\n  const input = document.getElementById('optero-start-address');\n  const start = input.value.trim();\n  const destination = 'Thaliastra\u00dfe 128, 1160 Wien, \u00d6sterreich';\n\n  if(!start){\n    input.focus();\n    return;\n  }\n\n  const url = 'https:\/\/www.google.com\/maps\/dir\/?api=1'\n    + '&origin=' + encodeURIComponent(start)\n    + '&destination=' + encodeURIComponent(destination);\n\n  window.open(url, '_blank', 'noopener');\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Anfahrt So finden Sie zu uns Geben Sie hier Ihre Startadresse ein \u2013 mit Google Maps finden Sie ganz einfach zu uns. Ihre Adresse Route mit Google Maps starten Unser Standort OPTERO Vertriebs- und Bauelemente GmbH Thaliastra\u00dfe 128 1160 Wien \u00d6sterreich Alternativ k\u00f6nnen Sie die Route auch direkt \u00fcber Google Maps \u00f6ffnen. Direkt in Google [&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-78","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Anfahrt zu uns -<\/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:\/\/optero.at\/?page_id=78\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Anfahrt zu uns -\" \/>\n<meta property=\"og:description\" content=\"Anfahrt So finden Sie zu uns Geben Sie hier Ihre Startadresse ein \u2013 mit Google Maps finden Sie ganz einfach zu uns. Ihre Adresse Route mit Google Maps starten Unser Standort OPTERO Vertriebs- und Bauelemente GmbH Thaliastra\u00dfe 128 1160 Wien \u00d6sterreich Alternativ k\u00f6nnen Sie die Route auch direkt \u00fcber Google Maps \u00f6ffnen. Direkt in Google [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/optero.at\/?page_id=78\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T12:53:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/optero.at\/?page_id=78\",\"url\":\"https:\/\/optero.at\/?page_id=78\",\"name\":\"Anfahrt zu uns -\",\"isPartOf\":{\"@id\":\"https:\/\/optero.at\/#website\"},\"datePublished\":\"2026-03-15T23:53:13+00:00\",\"dateModified\":\"2026-03-17T12:53:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/optero.at\/?page_id=78#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/optero.at\/?page_id=78\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/optero.at\/?page_id=78#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\/\/optero.at\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Anfahrt zu uns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/optero.at\/#website\",\"url\":\"https:\/\/optero.at\/\",\"name\":\"\",\"description\":\"Optero Fenster T\u00fcren und Sonnenschutz KG Thaliastr. 128, A-1160 Wien, \u00d6sterreich\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/optero.at\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Anfahrt zu uns -","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:\/\/optero.at\/?page_id=78","og_locale":"de_DE","og_type":"article","og_title":"Anfahrt zu uns -","og_description":"Anfahrt So finden Sie zu uns Geben Sie hier Ihre Startadresse ein \u2013 mit Google Maps finden Sie ganz einfach zu uns. Ihre Adresse Route mit Google Maps starten Unser Standort OPTERO Vertriebs- und Bauelemente GmbH Thaliastra\u00dfe 128 1160 Wien \u00d6sterreich Alternativ k\u00f6nnen Sie die Route auch direkt \u00fcber Google Maps \u00f6ffnen. Direkt in Google [&hellip;]","og_url":"https:\/\/optero.at\/?page_id=78","article_modified_time":"2026-03-17T12:53:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/optero.at\/?page_id=78","url":"https:\/\/optero.at\/?page_id=78","name":"Anfahrt zu uns -","isPartOf":{"@id":"https:\/\/optero.at\/#website"},"datePublished":"2026-03-15T23:53:13+00:00","dateModified":"2026-03-17T12:53:48+00:00","breadcrumb":{"@id":"https:\/\/optero.at\/?page_id=78#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/optero.at\/?page_id=78"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/optero.at\/?page_id=78#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/optero.at\/"},{"@type":"ListItem","position":2,"name":"Anfahrt zu uns"}]},{"@type":"WebSite","@id":"https:\/\/optero.at\/#website","url":"https:\/\/optero.at\/","name":"","description":"Optero Fenster T\u00fcren und Sonnenschutz KG Thaliastr. 128, A-1160 Wien, \u00d6sterreich","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/optero.at\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/pages\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/optero.at\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78"}],"version-history":[{"count":2,"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/optero.at\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions\/89"}],"wp:attachment":[{"href":"https:\/\/optero.at\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}