{"id":5675,"date":"2015-12-15T09:59:20","date_gmt":"2015-12-15T09:59:20","guid":{"rendered":"http:\/\/webnus.biz\/themes\/easyweb\/seo\/?page_id=5675"},"modified":"2023-05-24T10:24:27","modified_gmt":"2023-05-24T09:24:27","slug":"contatto","status":"publish","type":"page","link":"https:\/\/evolve.al\/de\/contatto\/","title":{"rendered":"KONTAKTEN"},"content":{"rendered":"<p>[vc_row row_type=&#8221;3&#8243; blox_image=&#8221;9235&#8243; align_center=&#8221;aligncenter&#8221; page_title=&#8221;page-title-x&#8221; blox_dark=&#8221;true&#8221; parallax_speed=&#8221;7&#8243;][vc_column]<hr class=\"vertical-space5\"><hr class=\"vertical-space5\"><hr class=\"vertical-space2\">[vc_column_text css=&#8221;.vc_custom_1684920264993{padding-bottom: 11px !important;}&#8221;]<\/p>\n<h1 style=\"text-align: center;\"><strong>Kontakt<\/strong><\/h1>\n<p>[\/vc_column_text]<hr class=\"vertical-space4\"><hr class=\"vertical-space4\">[\/vc_column][\/vc_row][vc_row blox_class=&#8221;m-bottom&#8221;][vc_column css=&#8221;.vc_custom_1454746472228{padding-top: 5px !important;}&#8221;]<hr class=\"vertical-space5\">[vc_row_inner el_class=&#8221;easydesign-contact1&#8243;][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1684160828558{padding-top: 23px !important;}&#8221;]<\/p>\n<p style=\"margin-top: 14px; margin-bottom: 15px; font-family: 'Open Sans'; font-size: 17px; color: #51c1e9; font-weight: bold; border-top: 2px solid;\">Albanien<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Adresse:<\/p>\n<p>Rruga Mine Peza Pallati 2, Shkalla 3, K2, Ap1 (pas LeBon), Tiran\u00eb 1000, Albania<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Tel:<\/p>\n<p>+355 69 45 88 269<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Email:<\/p>\n<p>info@evolve-al.com[\/vc_column_text][vc_column_text]<iframe loading=\"lazy\" style=\"border: 0;\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d5992.071854202629!2d19.81368583288381!3d41.329832117954574!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa9c620412b7f16ed!2sEvolve+Studio!5e0!3m2!1sen!2s!4v1550240423633\" width=\"550\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe>[\/vc_column_text]\n\t<div class=\"w-map\">\n\t\t<div id=\"map_69d233ab13d5b\" style=\"height:299px;\"><\/div>\n\t<\/div>\n\t\n\t\t\n\t<script type=\"text\/javascript\">\n\tjQuery(document).ready(function() {\n\n\t\t\/\/ init google map\n\t\tfunction initMap() {\n\n\t\t\tif ( Math.max(document.documentElement.clientWidth, window.innerWidth || 0) > 767 ) {\n\t\t\t\tvar isDraggable = true;\n\t\t\t} else {\n\t\t\t\tvar isDraggable = false;\n\t\t\t}\n\n\t\t\tvar map = new google.maps.Map(document.getElementById('map_69d233ab13d5b'), {\n\t\t\t\tmapTypeControl: true,\n\t\t\t\tzoomControl: true,\n\t\t\t\tscrollwheel: true,\n\t\t\t\tstreetViewControl: true,\n\t\t\t\tscaleControl: true,\n\t\t\t\tzoom: 9,\n\t\t\t\tbackgroundColor: '',\n\t\t\t\tcenter: {lat: 41.322366, lng:  19.816514},\n\t\t\t\tdraggable: true,\n\t\t\t\tmapTypeControlOptions: {\n\t\t\t\t\tmapTypeIds: ['roadmap']\n\t\t\t\t},\n\t\t\t\tstyles: [{\n\t\t\t\t\tstylers: [\n\t\t\t\t\t\t{ hue: '' }\n\t\t\t\t\t]\n\t\t\t\t}]\n\t\t\t});\n\t\t\tsetMarkers(map);\n\t\t}\n\n\t\t\/\/ call init map function\n\t\tinitMap();\n\n\t\tfunction setMarkers(map) {\n\t\t\tvar items = [\n\t\t\t\t['We are here',41.322366, 19.816514,'','Evolve Studio\nRruga Brigada VIII Nd. Teknoproject 1, H1, Kt.3, Apt 9, Tirane 1019 Albania'],\t\t\t];\n\n\t\t\t\n\t\t\tif ( typeof items != 'undefined' ) {\n\t\t\t\tfor ( var i = 0; i < items.length; i++ ) {\n\t\t\t\t\tvar item = items[i];\n\t\t\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\tanimation: google.maps.Animation.DROP,\t\t\t\t\t\tposition: {lat: item[1], lng: item[2]},\n\t\t\t\t\t\ticon: item[3],\n\t\t\t\t\t\ttitle: item[0],\n\t\t\t\t\t\tcontent: item[4],\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t   \/\/ Allow each marker to have an info window    \n\t\t\t\t\tgoogle.maps.event.addListener(marker, 'click', (function (marker, index) {\n\t\t\t\t\t\treturn function () {\n\t\t\t\t\t\t\tif( this.content ) {\n\t\t\t\t\t\t\t\tinfoWindow.setContent(this.content);\n\t\t\t\t\t\t\t\tinfoWindow.open(map, this);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t})(marker, index));\n\t\t\t\t\t\n\t\t\t\t\tvar infoWindow = new google.maps.InfoWindow({ \n\t\t\t\t\t\tcontent: item[4],\n\t\t\t\t\t\tmaxWidth: 250\n\t\t\t\t\t}), marker, index;\n\t\t\t\t\t\n\t\t\t\t\tmarker.addListener('click', function() {\n\t\t\t\t\t\tmap.setZoom(9);\n\t\t\t\t\t\tmap.setCenter(marker.position);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t<\/script>\n\n\t[\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1550241272753{padding-top: 23px !important;}&#8221;]<\/p>\n<p style=\"margin-top: 14px; margin-bottom: 15px; font-family: 'Open Sans'; font-size: 17px; color: #51c1e9; font-weight: bold; border-top: 2px solid;\">Deutschland<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Adresse:<\/p>\n<p>Dortmund, Ellipson, 12th Floor, Ruhrallee 9, Dortmund,44139<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Tel:<\/p>\n<p>+355 69 45 88 269<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Email:<\/p>\n<p>info@evolve-al.com[\/vc_column_text][vc_column_text]<iframe loading=\"lazy\" style=\"border: 0;\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d4966.560641425151!2d7.467542000000001!3d51.508073!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa301d30da345f981!2sRegus+-+Dortmund%2C+Ellipson!5e0!3m2!1sen!2sus!4v1550240262194\" width=\"550\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe>[\/vc_column_text]\n\t<div class=\"w-map\">\n\t\t<div id=\"map_69d233ab13e29\" style=\"height:299px;\"><\/div>\n\t<\/div>\n\t\n\t\t\n\t<script type=\"text\/javascript\">\n\tjQuery(document).ready(function() {\n\n\t\t\/\/ init google map\n\t\tfunction initMap() {\n\n\t\t\tif ( Math.max(document.documentElement.clientWidth, window.innerWidth || 0) > 767 ) {\n\t\t\t\tvar isDraggable = true;\n\t\t\t} else {\n\t\t\t\tvar isDraggable = false;\n\t\t\t}\n\n\t\t\tvar map = new google.maps.Map(document.getElementById('map_69d233ab13e29'), {\n\t\t\t\tmapTypeControl: true,\n\t\t\t\tzoomControl: true,\n\t\t\t\tscrollwheel: true,\n\t\t\t\tstreetViewControl: true,\n\t\t\t\tscaleControl: true,\n\t\t\t\tzoom: 9,\n\t\t\t\tbackgroundColor: '',\n\t\t\t\tcenter: {lat: 41.322366, lng:  19.816514},\n\t\t\t\tdraggable: true,\n\t\t\t\tmapTypeControlOptions: {\n\t\t\t\t\tmapTypeIds: ['roadmap']\n\t\t\t\t},\n\t\t\t\tstyles: [{\n\t\t\t\t\tstylers: [\n\t\t\t\t\t\t{ hue: '' }\n\t\t\t\t\t]\n\t\t\t\t}]\n\t\t\t});\n\t\t\tsetMarkers(map);\n\t\t}\n\n\t\t\/\/ call init map function\n\t\tinitMap();\n\n\t\tfunction setMarkers(map) {\n\t\t\tvar items = [\n\t\t\t\t['We are here',41.322366, 19.816514,'','Evolve Studio\nRruga Brigada VIII Nd. Teknoproject 1, H1, Kt.3, Apt 9, Tirane 1019 Albania'],\t\t\t];\n\n\t\t\t\n\t\t\tif ( typeof items != 'undefined' ) {\n\t\t\t\tfor ( var i = 0; i < items.length; i++ ) {\n\t\t\t\t\tvar item = items[i];\n\t\t\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\tanimation: google.maps.Animation.DROP,\t\t\t\t\t\tposition: {lat: item[1], lng: item[2]},\n\t\t\t\t\t\ticon: item[3],\n\t\t\t\t\t\ttitle: item[0],\n\t\t\t\t\t\tcontent: item[4],\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t   \/\/ Allow each marker to have an info window    \n\t\t\t\t\tgoogle.maps.event.addListener(marker, 'click', (function (marker, index) {\n\t\t\t\t\t\treturn function () {\n\t\t\t\t\t\t\tif( this.content ) {\n\t\t\t\t\t\t\t\tinfoWindow.setContent(this.content);\n\t\t\t\t\t\t\t\tinfoWindow.open(map, this);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t})(marker, index));\n\t\t\t\t\t\n\t\t\t\t\tvar infoWindow = new google.maps.InfoWindow({ \n\t\t\t\t\t\tcontent: item[4],\n\t\t\t\t\t\tmaxWidth: 250\n\t\t\t\t\t}), marker, index;\n\t\t\t\t\t\n\t\t\t\t\tmarker.addListener('click', function() {\n\t\t\t\t\t\tmap.setZoom(9);\n\t\t\t\t\t\tmap.setCenter(marker.position);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t<\/script>\n\n\t[\/vc_column_inner][\/vc_row_inner][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;easydesign-contact2&#8243;][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1684160876430{padding-top: 23px !important;}&#8221;]<\/p>\n<p style=\"margin-top: 14px; margin-bottom: 15px; font-family: 'Open Sans'; font-size: 17px; color: #51c1e9; font-weight: bold; border-top: 2px solid;\">Italien<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Adresse:<\/p>\n<p>Via Mauro Macchi, 8, 20124 Milano MI, Italien<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Tel:<\/p>\n<p>+355 69 45 88 269<\/p>\n<p style=\"font-size: 14px; font-weight: bolder; color: #0cb9e7; margin-bottom: 0;\">Email:<\/p>\n<p>info@evolve-al.com[\/vc_column_text][vc_column_text]<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2797.4108117806572!2d9.204668999999999!3d45.48167149999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4786c6c4408042a3%3A0xf8d07a232de3a30!2sVia%20Mauro%20Macchi%2C%208%2C%2020124%20Milano%20MI%2C%20Italy!5e0!3m2!1sen!2s!4v1684158065173!5m2!1sen!2s\" width=\"550\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;6489&#8243; img_size=&#8221;full&#8221;][vc_column_text]<\/p>\n<p style=\"margin-top: 14px; margin-bottom: 25px; font-family: 'Open Sans'; font-size: 17px; color: #51c1e9; font-weight: bold;\">Schickt Sie Ihre Nachricht<\/p>\n<p>[\/vc_column_text]<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f30-o4\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/5675#wpcf7-f30-o4\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"30\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.7\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f30-o4\" \/>\n<input type=\"hidden\" name=\"_wpnonce\" value=\"93c7ead2f0\" \/>\n<\/div>\n<p><!-- name --><\/p>\n<div id=\"talk-business\">\n<div class=\"row\">\n<div class=\"col-sm-12\">\n<p class=\"talk-business-title\">Your Name<\/p>\n<p>      <span class=\"wpcf7-form-control-wrap Name\"><input type=\"text\" name=\"Name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text style_contact_information\" aria-invalid=\"false\" \/><\/span>\n    <\/p><\/div><\/div>\n<p>  <!-- mail & subject --><\/p>\n<div class=\"row\">\n<div class=\"col-sm-6\">\n<p class=\"talk-business-title\">Your Email<\/p>\n<p>      <span class=\"wpcf7-form-control-wrap Email\"><input type=\"email\" name=\"Email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-email style_contact_information\" aria-invalid=\"false\" \/><\/span>\n    <\/p><\/div>\n<div class=\"col-sm-6\">\n<p class=\"talk-business-title\">Subject<\/p>\n<p>      <span class=\"wpcf7-form-control-wrap Subject\"><input type=\"text\" name=\"Subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text style_contact_information\" aria-invalid=\"false\" \/><\/span>\n    <\/p><\/div><\/div>\n<p>  <!-- text area --><\/p>\n<div class=\"row\" style=\"margin-bottom: 10px;\">\n<div class=\"col-sm-12\">\n<p class=\"talk-business-title\">Your Message<\/p>\n<p>      <span class=\"wpcf7-form-control-wrap Textarea\"><textarea name=\"Textarea\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea style_contact_information\" aria-invalid=\"false\"><\/textarea><\/span>\n    <\/p><\/div><\/div>\n<div class=\"wpcf7-form-control-wrap\"><div data-sitekey=\"6LfWFZ4pAAAAAFzHo3liOC-PvwrAgBnHWQfs9zwn\" class=\"wpcf7-form-control g-recaptcha wpcf7-recaptcha\"><\/div>\n<noscript>\n\t<div style=\"width: 302px; height: 422px;\">\n\t\t<div style=\"width: 302px; height: 422px; position: relative;\">\n\t\t\t<div style=\"width: 302px; height: 422px; position: absolute;\">\n\t\t\t\t<iframe src=\"https:\/\/www.google.com\/recaptcha\/api\/fallback?k=6LfWFZ4pAAAAAFzHo3liOC-PvwrAgBnHWQfs9zwn\" frameborder=\"0\" scrolling=\"no\" style=\"width: 302px; height:422px; border-style: none;\">\n\t\t\t\t<\/iframe>\n\t\t\t<\/div>\n\t\t\t<div style=\"width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;\">\n\t\t\t\t<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;\">\n\t\t\t\t<\/textarea>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/noscript>\n<\/div>\n<p>  <!-- btns --><\/p>\n<div class=\"row contact_information_btns\">\n<div class=\"col-sm-4\"><\/div>\n<div class=\"col-sm-4\">\n      <input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" \/>\n    <\/div>\n<div class=\"col-sm-4\"><\/div><\/div>\n<\/div>\n<div class=\"wpcf7-response-output wpcf7-display-none\"><\/div><\/form><\/div>[\/vc_column_inner][\/vc_row_inner]<hr class=\"vertical-space5\">[\/vc_column][\/vc_row]<\/p>","protected":false},"excerpt":{"rendered":"<p>[vc_row row_type=&#8221;3&#8243; blox_image=&#8221;9235&#8243; align_center=&#8221;aligncenter&#8221; page_title=&#8221;page-title-x&#8221; blox_dark=&#8221;true&#8221; parallax_speed=&#8221;7&#8243;][vc_column][vc_column_text css=&#8221;.vc_custom_1684920264993{padding-bottom: 11px !important;}&#8221;] Kontakt [\/vc_column_text][\/vc_column][\/vc_row][vc_row blox_class=&#8221;m-bottom&#8221;][vc_column css=&#8221;.vc_custom_1454746472228{padding-top: 5px !important;}&#8221;][vc_row_inner el_class=&#8221;easydesign-contact1&#8243;][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1684160828558{padding-top: 23px !important;}&#8221;] Albanien Adresse: Rruga Mine Peza Pallati 2, Shkalla 3, K2, Ap1 (pas LeBon), Tiran\u00eb 1000, Albania Tel: +355 69 45 88 269 Email: info@evolve-al.com[\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1550241272753{padding-top: 23px !important;}&#8221;] Deutschland Adresse: Dortmund, Ellipson, 12th Floor, Ruhrallee 9, Dortmund,44139 Tel: +355 69 45 88 269 Email: info@evolve-al.com[\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;easydesign-contact2&#8243;][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1684160876430{padding-top: 23px !important;}&#8221;] Italien Adresse: Via Mauro Macchi, 8, 20124 Milano MI, Italien Tel: +355 69 45 88 269 Email: info@evolve-al.com[\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;6489&#8243; img_size=&#8221;full&#8221;][vc_column_text] Schickt Sie Ihre Nachricht [\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/pages\/5675"}],"collection":[{"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/comments?post=5675"}],"version-history":[{"count":8,"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/pages\/5675\/revisions"}],"predecessor-version":[{"id":11660,"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/pages\/5675\/revisions\/11660"}],"wp:attachment":[{"href":"https:\/\/evolve.al\/de\/wp-json\/wp\/v2\/media?parent=5675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}