{"id":4954,"date":"2022-04-27T09:40:03","date_gmt":"2022-04-27T07:40:03","guid":{"rendered":"https:\/\/www.bright-offices.com\/location-architecture\/"},"modified":"2025-12-10T10:49:34","modified_gmt":"2025-12-10T09:49:34","slug":"location-architecture","status":"publish","type":"page","link":"https:\/\/www.bright-offices.com\/en\/location-architecture\/","title":{"rendered":"Location &amp; Architecture"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4954\" class=\"elementor elementor-4954 elementor-1294\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-684137a e-con-full e-flex e-con e-parent\" data-id=\"684137a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-eafff2d e-con-full e-flex e-con e-child\" data-id=\"eafff2d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bf4b973 e-con-full e-flex e-con e-child\" data-id=\"bf4b973\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-857c67a e-con-full tilted e-flex e-con e-child\" data-id=\"857c67a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57db35d e-con-full e-flex e-con e-child\" data-id=\"57db35d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1a6b1ff e-con-full e-flex e-con e-child\" data-id=\"1a6b1ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d952bf3 elementor-widget elementor-widget-heading\" data-id=\"d952bf3\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Your new office location in Amsterdam Sloterdijk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ff7c79 elementor-widget elementor-widget-text-editor\" data-id=\"0ff7c79\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Bright Offices lies at the heart of Amsterdam Sloterdijk, a modern and dynamically growing business district. The area surrounding Sloterdijk station offers a diverse combination of modern offices, hotels, restaurants and urban life. <\/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\t\t<\/div>\n\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-08a6ecb e-flex e-con-boxed e-con e-parent\" data-id=\"08a6ecb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-42d2b4e e-con-full e-flex e-con e-child\" data-id=\"42d2b4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dab3ced e-con-full e-flex e-con e-child\" data-id=\"dab3ced\" data-element_type=\"container\" data-e-type=\"container\" id=\"custom_map\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75626d0 elementor-widget-tablet__width-inherit elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"75626d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n    <div id=\"custom_map\"><\/div>\r\n\r\n    <script>\r\n        function initMap() {\r\n            const myLatLng = {\r\n                lat: 52.390531039606,\r\n                lng: 4.8394094711648            };\r\n            const map = new google.maps.Map(document.getElementById(\"custom_map\"), {\r\n                zoom: 15,\r\n                center: myLatLng,\r\n                mapId: \"8e374c98f01b17efc8c23b94\",\r\n            });\r\n\r\n            const imageUrl = \"https:\/\/www.bright-offices.com\/wp-content\/themes\/websplash_elementor\/assets\/images\/map\/map-pin.png\";\r\n\r\n            \/\/ === Marker Container ===\r\n            const container = document.createElement(\"div\");\r\n            container.classList.add(\"mapmarker\");\r\n            container.style.position = \"relative\";\r\n            container.style.width = \"0\";\r\n            container.style.height = \"0\";\r\n\r\n            \/\/ === Marker Icon ===\r\n            const img = document.createElement(\"img\");\r\n            img.src = imageUrl;\r\n            img.style.width = \"128px\";\r\n            img.style.height = \"auto\";\r\n            img.style.position = \"absolute\";\r\n            img.style.left = \"50%\";\r\n            img.style.top = \"100%\";\r\n            img.style.transform = \"translate(-51%, -96%)\";\r\n            img.style.cursor = \"pointer\";\r\n\r\n            \r\n            container.appendChild(img);\r\n\r\n            \/\/ === Marker erstellen ===\r\n            const marker = new google.maps.marker.AdvancedMarkerElement({\r\n                position: myLatLng,\r\n                map,\r\n                content: container,\r\n            });\r\n                            \/\/ === Routen PopUp ===\r\n                let windowContent = \"<h4>Calculate route<\/h4>\";\r\n                windowContent += '<form onsubmit=\"route(false); return false;\">';\r\n                windowContent += 'Please enter starting address:<br>';\r\n                windowContent += '<input type=\"text\" size=\"40\" maxlength=\"100\" name=\"startRoute\" id=\"startRoute\" value=\"\" style=\"width:100%;\">';\r\n                windowContent += '<div style=\"text-align:right;\">';\r\n                windowContent += '<a href=\"javascript:route(false);\" class=\"button\">Calculate route here<\/a>';\r\n                windowContent += '<\/div>';\r\n                windowContent += \"<\/form>\";\r\n\r\n                const infowindow = new google.maps.InfoWindow({\r\n                    content: '<div style=\"min-height:60px; min-width:260px;\">' + windowContent + \"<\/div>\",\r\n                });\r\n\r\n                marker.addListener(\"click\", () => {\r\n                    infowindow.open({\r\n                        anchor: marker,\r\n                        map,\r\n                        shouldFocus: false,\r\n                    });\r\n                });\r\n                    }\r\n        async function route() {\r\n            const myLatLng = {\r\n                lat: 52.390531039606,\r\n                lng: 4.8394094711648            };\r\n            window.open(\"https:\/\/maps.google.de\/maps?daddr=\" + myLatLng.lat + \",\" + myLatLng.lng + \"&saddr=\" + document.getElementById(\"startRoute\").value, \"_blank\");\r\n        }\r\n    <\/script>\r\n\r\n    <script\r\n        data-usercentrics=\"Google Maps\"\r\n        src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyCUYCX91hsAlj1jIJFeIJGitA3VWn7BhxY&callback=initMap&libraries=marker&loading=async\">\r\n    <\/script>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2875ce2 gradient-btn elementor-widget elementor-widget-button\" data-id=\"2875ce2\" 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:\/\/www.google.com\/maps\/place\/Bright+Office+Gebouw+B,+La+Guardiaweg,+1043+DK+Amsterdam,+Niederlande\/\" target=\"_blank\">\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\">Show on Google Maps<\/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<div class=\"elementor-element elementor-element-dc07974 e-con-full e-flex e-con e-child\" data-id=\"dc07974\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dc29ccd e-con-full e-flex e-con e-child\" data-id=\"dc29ccd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8388b3b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8388b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"uuid-85facd0f-d865-454e-a92b-f774ca224746\" viewBox=\"0 0 50.4 61.5\"><g id=\"uuid-8a618955-f112-40c0-9383-5d6963ee0f43\"><g id=\"uuid-4de16be7-516e-4f8d-b505-cd3119f9b651\"><path d=\"M25.2,36.53c-6.25,0-11.33-5.08-11.33-11.33s5.08-11.33,11.33-11.33,11.33,5.08,11.33,11.33h0c0,6.25-5.08,11.33-11.33,11.33ZM25.2,19.88c-2.94,0-5.33,2.39-5.33,5.33s2.39,5.33,5.33,5.33,5.33-2.39,5.33-5.33h0c0-1.42-.55-2.76-1.56-3.77-1-1.01-2.34-1.56-3.77-1.56Z\"><\/path><\/g><g id=\"uuid-7f7c73de-a5be-493e-b1c2-98a166aa6127\"><path d=\"M25.2,61.5h0c-.87,0-1.7-.38-2.27-1.04L4.9,39.65s-.05-.06-.07-.09C1.35,35.23,0,31.21,0,25.2,0,11.3,11.3,0,25.2,0h0c6.73,0,13.06,2.62,17.82,7.38,4.76,4.76,7.38,11.09,7.38,17.82,0,6.01-1.35,10.04-4.82,14.36-.02.03-.05.06-.07.09l-18.04,20.81c-.57.66-1.4,1.04-2.27,1.04ZM9.47,35.77l15.73,18.15,15.73-18.15c2.56-3.21,3.47-5.98,3.47-10.57,0-5.13-2-9.95-5.62-13.58s-8.45-5.62-13.58-5.62v-3s0,3,0,3C14.61,6,6,14.61,6,25.2c0,4.59.91,7.36,3.47,10.57Z\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLa Guardiaweg 36<br>1043 Dj Amsterdam\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f641d93 elementor-widget elementor-widget-heading\" data-id=\"f641d93\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Location<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2222741 elementor-widget elementor-widget-text-editor\" data-id=\"2222741\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Bright Offices is centrally located in Amsterdam\u2019s Sloterdijk business district. This modern office neighbourhood stands out with its distinctive buildings around Sloterdijk station. Thanks to its excellent transport connections, both by car and by public transport, it is an ideal location for companies.  <\/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\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-269dca9 e-con-full e-flex e-con e-parent\" data-id=\"269dca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0a6cb6c e-flex e-con-boxed e-con e-child\" data-id=\"0a6cb6c\" 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-225dc1f e-con-full e-flex e-con e-child\" data-id=\"225dc1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f6bd9a3 e-con-full e-flex e-con e-child\" data-id=\"f6bd9a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97d203c elementor-widget elementor-widget-heading\" data-id=\"97d203c\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Communicative start to modern working<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdf8ca2 elementor-widget elementor-widget-heading\" data-id=\"fdf8ca2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Entrance area<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-858d546 elementor-widget elementor-widget-text-editor\" data-id=\"858d546\" data-element_type=\"widget\" data-e-type=\"widget\" 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>The bright, openly designed entrance area with generous architecture creates a welcoming atmosphere. The in-house caf\u00e9 with barista invites you to engage in dialogue and networking \u2013 ideal for a communicative start to the day. <\/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-8cad2d5 e-con-full e-flex e-con e-child\" data-id=\"8cad2d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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<div class=\"elementor-element elementor-element-3ddfb94 e-con-full e-flex e-con e-parent\" data-id=\"3ddfb94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5e2101c e-con-full e-flex e-con e-child\" data-id=\"5e2101c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3a10b4b e-con-full e-flex e-con e-child\" data-id=\"3a10b4b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1a9890f e-con-full tilted e-flex e-con e-child\" data-id=\"1a9890f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8cd24f5 e-con-full e-flex e-con e-child\" data-id=\"8cd24f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-09effc6 e-con-full e-flex e-con e-child\" data-id=\"09effc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dc6ad2f e-con-full e-flex e-con e-child\" data-id=\"dc6ad2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-277981c elementor-widget elementor-widget-heading\" data-id=\"277981c\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Working outside. Sustainable. Creative. Relaxing.   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fbf916 elementor-widget elementor-widget-heading\" data-id=\"4fbf916\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Green inner courtyard<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7cb2d5 elementor-widget elementor-widget-text-editor\" data-id=\"c7cb2d5\" data-element_type=\"widget\" data-e-type=\"widget\" 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>A new inner courtyard for Bright Offices will be constructed in the first half of 2026 \u2013 designed by the renowned architectural firm MAAQ. Its lush greenery, open work areas and inspiring recreational zones will create a unique atmosphere \u2013 ideal for meetings, breaks or concentrated work in the open air. <\/p>\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-98325bb gradient-btn elementor-widget elementor-widget-button\" data-id=\"98325bb\" 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:\/\/www.bright-offices.com\/en\/news\/\">\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\">Further information about the inner courtyard<\/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<\/div>\n\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-713c483 e-flex e-con-boxed e-con e-parent\" data-id=\"713c483\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2eabb22 e-con-full e-flex e-con e-child\" data-id=\"2eabb22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b7d4ba8 e-con-full e-flex e-con e-child\" data-id=\"b7d4ba8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7a50172 e-con-full e-flex e-con e-child\" data-id=\"7a50172\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11d211e elementor-widget elementor-widget-heading\" data-id=\"11d211e\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Four buildings \u2013 a location with variety and flexibility<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60f6781 elementor-widget elementor-widget-text-editor\" data-id=\"60f6781\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Bright Offices consists of four modern buildings that optimally meet individual office space requirements. Each building offers unique architectural features, flexible space concepts and high-quality fittings \u2013 ideal for companies of all sizes. <\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccc6d60 e-con-full e-flex e-con e-child\" data-id=\"ccc6d60\" data-element_type=\"container\" data-e-type=\"container\">\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<div class=\"elementor-element elementor-element-e9c96ca e-con-full e-flex e-con e-child\" data-id=\"e9c96ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9233961 e-flex e-con-boxed e-con e-child\" data-id=\"9233961\" 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-4504f67 elementor-widget elementor-widget-hotspot\" data-id=\"4504f67\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;hotspot&quot;:[{&quot;_id&quot;:&quot;5719738&quot;,&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;Building A&lt;\\\/p&gt;\\n&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:11,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:53,&quot;sizes&quot;:[]},&quot;__dynamic__&quot;:null,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_tooltip_position&quot;:&quot;no&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_position_tablet_extra&quot;:null,&quot;hotspot_position_tablet&quot;:null,&quot;hotspot_position_mobile&quot;:null,&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_offset_x_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_width_tablet_extra&quot;:null,&quot;hotspot_tooltip_width_tablet&quot;:null,&quot;hotspot_tooltip_width_mobile&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;Building B&lt;\\\/p&gt;\\n&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:41,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:68,&quot;sizes&quot;:[]},&quot;_id&quot;:&quot;982bf4b&quot;,&quot;__dynamic__&quot;:null,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_tooltip_position&quot;:&quot;no&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_position_tablet_extra&quot;:null,&quot;hotspot_position_tablet&quot;:null,&quot;hotspot_position_mobile&quot;:null,&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_offset_x_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_width_tablet_extra&quot;:null,&quot;hotspot_tooltip_width_tablet&quot;:null,&quot;hotspot_tooltip_width_mobile&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;Building D&lt;\\\/p&gt;\\n&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:57,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;_id&quot;:&quot;79e6ab6&quot;,&quot;__dynamic__&quot;:null,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_tooltip_position&quot;:&quot;no&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_position_tablet_extra&quot;:null,&quot;hotspot_position_tablet&quot;:null,&quot;hotspot_position_mobile&quot;:null,&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_offset_x_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_width_tablet_extra&quot;:null,&quot;hotspot_tooltip_width_tablet&quot;:null,&quot;hotspot_tooltip_width_mobile&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;Building C&lt;\\\/p&gt;\\n&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:86,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:64,&quot;sizes&quot;:[]},&quot;_id&quot;:&quot;c748844&quot;,&quot;hotspot_custom_size&quot;:&quot;&quot;,&quot;__dynamic__&quot;:null,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_tooltip_position&quot;:&quot;no&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_position_tablet_extra&quot;:null,&quot;hotspot_position_tablet&quot;:null,&quot;hotspot_position_mobile&quot;:null,&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_offset_x_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_x_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_offset_y_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_width_tablet_extra&quot;:null,&quot;hotspot_tooltip_width_tablet&quot;:null,&quot;hotspot_tooltip_width_mobile&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null}],&quot;tooltip_position&quot;:&quot;left&quot;,&quot;tooltip_trigger&quot;:&quot;mouseenter&quot;,&quot;tooltip_position_tablet_extra&quot;:&quot;bottom&quot;,&quot;tooltip_animation&quot;:&quot;e-hotspot--fade-in-out&quot;}\" data-widget_type=\"hotspot.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"834\" height=\"690\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png\" class=\"attachment-full size-full wp-image-4957\" alt=\"Bright Offices - Building plan\" srcset=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png 834w, https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan-300x248.png 300w, https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan-768x635.png 768w\" sizes=\"(max-width: 834px) 100vw, 834px\" \/>\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-5719738  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-in-out \" >\n\t\t\t\t\t\t<p>Building A<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-982bf4b  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-in-out \" >\n\t\t\t\t\t\t<p>Building B<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-79e6ab6  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-in-out \" >\n\t\t\t\t\t\t<p>Building D<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-c748844  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip  e-hotspot--tooltip-position e-hotspot--fade-in-out \" >\n\t\t\t\t\t\t<p>Building C<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47d4b79 e-flex e-con-boxed e-con e-parent\" data-id=\"47d4b79\" 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-d8dc054 e-con-full e-flex e-con e-child\" data-id=\"d8dc054\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f40a8b elementor-widget elementor-widget-text-editor\" data-id=\"4f40a8b\" data-element_type=\"widget\" data-e-type=\"widget\" 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>With around <strong>960 m\u00b2 per floor<\/strong> and flexible partition options, you can configure the space to match your business.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d4eea3 e-con-full e-flex e-con e-parent\" data-id=\"6d4eea3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-90a4396 e-con-full e-flex e-con e-child\" data-id=\"90a4396\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-50ec635 e-flex e-con-boxed e-con e-child\" data-id=\"50ec635\" 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-c5d44c6 e-flex e-con-boxed e-con e-child\" data-id=\"c5d44c6\" 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-22c3ef6 e-con-full e-flex e-con e-child\" data-id=\"22c3ef6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cf197b elementor-widget elementor-widget-heading\" data-id=\"3cf197b\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Key facts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ace3456 elementor-widget elementor-widget-text-editor\" data-id=\"ace3456\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Thanks to their central location in Amsterdam Sloterdijk, excellent transport connections and sustainable construction with BREEAM certification, the four buildings are not just functional but also forward-looking. More space for ideas \u2013 in a diverse business neighbourhood. <br><br>More space for ideas \u2013 in a versatile business district.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5d9c6c e-con-full e-flex e-con e-child\" data-id=\"a5d9c6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-42fc6ce e-con-full e-grid e-con e-child\" data-id=\"42fc6ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14edcad elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"14edcad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" width=\"180.6mm\" height=\"180.6mm\" viewBox=\"0 0 512 512\"><path d=\"M256,65.7c4.1,0,7.5-3.4,7.5-7.5V7.5c0-4.1-3.4-7.5-7.5-7.5s-7.5,3.4-7.5,7.5v50.7c0,4.1,3.4,7.5,7.5,7.5Z\"><\/path><path d=\"M111.9,119.5c3,2.9,7.7,2.8,10.6-.2,2.9-3,2.8-7.7-.2-10.6l-36.9-35.8c-3-2.9-7.7-2.8-10.6.2-2.9,3-2.8,7.7.2,10.6l36.9,35.8Z\"><\/path><path d=\"M59.6,241.5H7.5c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h52.1c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5Z\"><\/path><path d=\"M111.9,378.6l-36.9,35.8c-3,2.9-3,7.6-.2,10.6,2.9,3,7.6,3,10.6.1l36.9-35.8c3-2.9,3-7.6.2-10.6-2.9-3-7.6-3-10.6-.1Z\"><\/path><path d=\"M400.1,378.6c-3-2.9-7.7-2.8-10.6.1-2.9,3-2.8,7.7.1,10.6l36.9,35.8c3,2.9,7.7,2.8,10.6-.1,2.9-3,2.8-7.7-.1-10.6l-36.9-35.8Z\"><\/path><path d=\"M504.5,241.5h-52.1c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h52.1c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5Z\"><\/path><path d=\"M426.5,72.9l-36.9,35.8c-3,2.9-3,7.6-.1,10.6,2.9,3,7.6,3,10.6.2l36.9-35.8c3-2.9,3-7.6.1-10.6-2.9-3-7.6-3-10.6-.2Z\"><\/path><path d=\"M373.3,137.5c-2.7-3.2-7.4-3.6-10.6-.9-3.2,2.7-3.6,7.4-.9,10.6,20.5,24.3,31.7,55,31.7,86.7s-13.8,69-38.9,94.5c-14.4,14.6-26.6,28.6-29.7,48.4h-39.4v-92.3h16.5c16.5,0,29.9-13.4,29.9-29.9v-.3c0-16.5-13.4-29.9-29.9-29.9h-1.6c-16.5,0-29.9,13.4-29.9,29.9v15.2h-26.3v-15.2c0-16.5-13.4-29.9-29.9-29.9h-1.6c-16.5,0-29.9,13.4-29.9,29.9v.3c0,16.5,13.4,29.9,29.9,29.9h16.5v92.3h-39.6c-3.8-19.3-17.7-33.5-31.3-47.2-6.7-6.7-12.8-14.1-18-22-2.3-3.5-6.9-4.4-10.4-2.1-3.5,2.3-4.4,6.9-2.1,10.4,5.7,8.7,12.4,16.9,19.8,24.3,15,15.2,28,28.4,28,47.1v45.3c0,14.5,7.9,27.2,19.6,34.1v7.9c0,20.7,17.2,37.6,38.4,37.6h47.4c21.2,0,38.4-16.9,38.4-37.6v-7.9c11.7-6.9,19.6-19.6,19.6-34.1v-46c0-19.6,10.8-32.1,26.1-47.6,27.9-28.3,43.2-65.6,43.2-105,0-35.1-12.5-69.4-35.3-96.3h0ZM285.7,254.3c0-8.2,6.7-14.9,14.9-14.9h1.6c8.2,0,14.9,6.7,14.9,14.9v.3c0,8.2-6.7,14.9-14.9,14.9h-16.5v-15.2ZM198,254.5v-.3c0-8.2,6.7-14.9,14.9-14.9h1.6c8.2,0,14.9,6.7,14.9,14.9v15.2h-16.5c-8.2,0-14.9-6.7-14.9-14.9h0ZM244.4,284.5h26.3v92.3h-26.3v-92.3ZM304.7,474.4c0,12.4-10.5,22.6-23.4,22.6h-47.4c-12.9,0-23.4-10.1-23.4-22.6v-2.8h94.3v2.8h0ZM299.8,456.9h-84.5c-13.5,0-24.5-11-24.5-24.5v-.6h78.6c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5h-78.6v-25.1h133.5v25.1h-18.8c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h18.8v.6c0,13.5-11,24.5-24.5,24.5h0Z\"><\/path><path d=\"M118.4,233.8c0-74.8,61.7-135.6,137.6-135.6s57.4,9,81,26c3.4,2.4,8,1.7,10.5-1.7,2.4-3.4,1.7-8-1.7-10.5-26.2-18.9-57.3-28.8-89.8-28.8-84.1,0-152.6,67.6-152.6,150.6s2.8,33.2,8.2,48.9c1.4,4,5.7,6,9.5,4.6,3.9-1.4,6-5.6,4.6-9.5-4.9-14.1-7.4-28.9-7.4-44h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLighting\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tTL5 lighting with energy-efficient technology and motion sensors\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cad225 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7cad225\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" width=\"180.2mm\" height=\"180.3mm\" viewBox=\"0 0 510.9 511\"><path d=\"M510.9,255.5c0-2.9-1.7-5.6-4.4-6.8l-131-60.2,131-60.2c5.7-2.6,5.7-11,0-13.6L258.5.7c-2-.9-4.4-.9-6.4,0l-22.5,11c-8.7,4.2-2.1,17.7,6.6,13.5l19.3-9.4,42.3,19.4-42.7,19.6-55-25.2c-2.7-1.3-5.2-2.4-8.2-1L4.3,114.7c-5.7,2.6-5.7,11,0,13.6l131,60.2-25.7,11.8c-8.8,4-2.6,17.7,6.3,13.6l36.9-17c.1,0,.3-.1.4-.2l99.2,45.6c2,.9,4.3.9,6.3,0l99.1-45.6,127.8,58.8-230.1,105.8L25.3,255.5l50.3-23.1c8.8-4,2.6-17.7-6.2-13.6L4.3,248.7c-5.7,2.6-5.7,11,0,13.6l131,60.2L4.3,382.7c-5.7,2.6-5.7,11,0,13.6l248,114c2,.9,4.3.9,6.3,0l42.9-19.7c8.8-4,2.6-17.7-6.3-13.6l-39.8,18.3L25.3,389.5l127.8-58.8,99.1,45.6c2,.9,4.3.9,6.3,0l99.6-45.8c.6.5,1.2,1,2,1.3l125.4,57.7-141.4,65c-8.8,4-2.6,17.7,6.3,13.6l156.2-71.8c5.7-2.6,5.7-11,0-13.6l-131-60.2,131-60.2c2.7-1.2,4.4-3.9,4.4-6.8ZM315.7,199.5l-42.4-19.5,46.6-21.4,42.2,19.6-46.4,21.3ZM148.7,178.2l42.4-19.5,46.4,21.3-42.4,19.5-46.4-21.3ZM85.6,149.2l42.4-19.5,45.2,20.8-42.4,19.5-45.2-20.8ZM133,72.1l42.1,19.5-47.1,21.7-42.3-19.5,47.3-21.7ZM193,99.9l45,20.8-46.9,21.6-45.2-20.8,47-21.6ZM425.2,93.8l-42.5,19.5-46.5-21.3,42.5-19.6,46.4,21.3ZM364.8,121.5l-44.8,20.6-46.2-21.4,44.6-20.5,46.5,21.3ZM380,170l-42.2-19.6,44.9-20.7,42.4,19.5-45.1,20.8ZM255.9,112.5l-45-20.8,44.3-20.4,45.2,20.7-44.5,20.5ZM209,150.5l46.8-21.5,46.2,21.4-46.7,21.4-46.4-21.3ZM443.1,141l-42.5-19.5,42.5-19.5,42.4,19.5-42.4,19.5ZM315.7,43.4l45.2,20.8-42.6,19.6-45.2-20.7,42.6-19.6ZM193,83.4l-42.1-19.5,44-20.2,42.2,19.4-44.2,20.3ZM67.8,102l42.3,19.5-42.4,19.5-42.4-19.5,42.4-19.5ZM255.4,227.3l-42.4-19.5,42.4-19.5,42.4,19.5-42.4,19.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCavity floors\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGross height 180 mm \u2013 ideal for flexible cabling\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d6b332 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3d6b332\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"uuid-a1e21c1e-005a-4ff3-9195-def9278698fa\" viewBox=\"0 0 1194.08 1142.71\"><path d=\"M102.67,704.8c-8.55,0-16.42-3.89-21.63-10.68L5.64,595.62c-6.35-8.29-7.42-19.26-2.8-28.62,4.62-9.37,13.99-15.19,24.43-15.19h.09C36.58,245.96,286.86,0,593.19,0c141.11,0,276.29,52.23,380.63,147.06,103.62,94.18,168.45,222.45,182.54,361.17.97,9.6-6.01,18.17-15.61,19.14-9.6.98-18.17-6.02-19.14-15.61-13.22-130.13-74.05-250.47-171.28-338.84-97.9-88.98-224.73-137.98-357.13-137.98C300.31,34.93,62.04,274.64,62.04,569.28c0,9.65-7.82,17.47-17.47,17.47h-1.73l59.74,78.03,57.81-78.03h-11.82c-9.65,0-17.47-7.82-17.47-17.47,0-257.08,209.15-466.24,466.24-466.24,236.95,0,436.05,175.76,463.11,408.84,1.11,9.58-5.75,18.25-15.33,19.36-9.6,1.1-18.25-5.75-19.37-15.34-25.02-215.46-209.2-377.93-428.41-377.93-231.97,0-421.76,184.08-430.95,413.83h9.26c10.35,0,19.68,5.74,24.33,14.99,4.66,9.25,3.72,20.16-2.44,28.48l-72.98,98.49c-5.14,6.94-13.04,10.96-21.68,11.03h-.22Z\"><\/path><path d=\"M600.88,1142.71c-141.37,0-276.73-52.39-381.14-147.53-103.71-94.5-168.41-223.11-182.16-362.16-.77-7.77,3.71-15.1,10.97-17.96,7.26-2.87,15.54-.57,20.28,5.63l33.76,44.1,34.35-46.37c4.27-5.76,11.62-8.33,18.54-6.47,6.92,1.85,12.02,7.74,12.84,14.86,24.99,215.45,209.17,377.92,428.4,377.92,231.96,0,421.75-184.08,430.94-413.83h-9.24c-10.35,0-19.68-5.74-24.34-14.99-4.66-9.25-3.73-20.15,2.43-28.47l72.97-98.5c5.16-6.95,13.06-10.96,21.68-11.03.07,0,.14,0,.21,0,8.55,0,16.42,3.89,21.63,10.69l75.41,98.49c6.35,8.27,7.43,19.23,2.81,28.61-4.62,9.38-13.98,15.2-24.44,15.2h-.1c-2.49,83.91-22.95,164.37-60.91,239.41-4.36,8.61-14.87,12.05-23.47,7.7-8.61-4.35-12.06-14.86-7.7-23.47,38.1-75.31,57.41-156.42,57.41-241.11,0-9.65,7.82-17.47,17.47-17.47h1.72l-59.74-78.03-57.81,78.03h11.82c9.65,0,17.47,7.82,17.47,17.47,0,257.08-209.15,466.22-466.22,466.22-222.64,0-411.85-155.16-456.34-367.21l-15.81,21.33c-5.16,6.95-13.06,10.97-21.69,11.03-7.41-.02-14.37-2.83-19.51-8.02,24.13,104.33,79.52,199.36,159.88,272.57,97.97,89.26,224.97,138.42,357.61,138.42,85.82,0,171.14-21.22,246.73-61.36,73.09-38.82,137.23-95.22,185.49-163.1,5.59-7.86,16.49-9.7,24.36-4.12,7.86,5.59,9.7,16.49,4.12,24.36-51.39,72.29-119.71,132.35-197.57,173.71-80.62,42.82-171.6,65.45-263.12,65.45Z\"><\/path><path d=\"M488.44,934.05c-3.52,0-7.09-.59-10.59-1.83-14.08-4.96-22.61-18.78-20.74-33.59.05-.42.12-.84.21-1.26l63.29-315.05h-79.61c-10.07,0-19.61-4.88-25.51-13.05-5.9-8.17-7.52-18.76-4.34-28.32l44.48-133.9c3.04-9.15,12.92-14.12,22.08-11.07,9.15,3.04,14.11,12.93,11.07,22.08l-42.96,129.32h96.12c5.24,0,10.2,2.35,13.51,6.4,3.32,4.05,4.64,9.37,3.61,14.51l-63.82,317.68,251.29-374.38h-89.84c-5.63,0-10.91-2.71-14.19-7.28-3.28-4.57-4.16-10.44-2.36-15.77l82.63-244.97h-176.02l-32.51,97.88c-3.04,9.15-12.93,14.11-22.08,11.07-9.15-3.04-14.11-12.93-11.07-22.08l33.31-100.26c4.28-12.88,16.27-21.54,29.85-21.54h183.38c10.1,0,19.65,4.9,25.55,13.11,5.89,8.21,7.49,18.82,4.26,28.4l-76.41,226.52h72.06c11.39,0,21.91,6.18,27.46,16.13s5.28,22.15-.7,31.84c-.12.19-.24.38-.36.56l-264.61,394.22c-5.92,9.34-15.92,14.63-26.42,14.63Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPower supply\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDistributing mains with intermediate meters for individual consumption recording on each floor\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05622ee elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"05622ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" width=\"158mm\" height=\"180.6mm\" viewBox=\"0 0 447.9 512\"><path d=\"M408.3,0H119.7c-21.8,0-39.6,17.7-39.6,39.6v80.2c0,21.8,17.7,39.6,39.6,39.6h9.9l11,54.8c2.9,14.7,15.9,25.4,30.9,25.4h185c15,0,28-10.7,30.9-25.4l11-54.8h9.9c21.8,0,39.6-17.7,39.6-39.6V39.6C447.9,17.7,430.1,0,408.3,0h0ZM372.8,211.1c-1.5,7.7-8.4,13.3-16.2,13.3h-185c-7.9,0-14.7-5.6-16.2-13.3l-10.4-51.9h17.4l8.4,42.1c.7,3.5,3.8,6,7.4,6h29.8c4.1,0,7.5-3.4,7.5-7.5v-40.6h17.1v40.6c0,4.1,3.4,7.5,7.5,7.5h48.1c4.1,0,7.5-3.4,7.5-7.5v-40.6h17.1v40.6c0,4.1,3.4,7.5,7.5,7.5h29.8c3.6,0,6.7-2.5,7.4-6l8.4-42.1h17.4l-10.4,51.9ZM177.6,159.3h22.8v33.1h-16.2l-6.6-33.1ZM280.6,159.3v33.1h-33.1v-33.1h33.1ZM350.4,159.3l-6.6,33.1h-16.2v-33.1h22.8ZM408.3,144.3H119.7c-13.5,0-24.6-11-24.6-24.6V47.1h281.1c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5H96.3c3.2-9.9,12.5-17.1,23.4-17.1h288.6c10.9,0,20.2,7.2,23.4,17.1h-23.4c-4.1,0-7.5,3.4-7.5,7.5s3.4,7.5,7.5,7.5h24.6v72.7c0,13.5-11,24.6-24.6,24.6Z\"><\/path><path d=\"M238.1,314.5l-24.3,6.1-10.4-55.7c-.8-4.1-4.7-6.8-8.8-6-4.1.8-6.8,4.7-6,8.8l11.9,63.5c.4,2,1.6,3.8,3.3,4.9,1.7,1.1,3.9,1.5,5.9,1l24.9-6.2c2.3,10,5.9,31.1,5.9,63.1s-14.4,63.8-38.5,84.9c3.5-9.1,5.4-18.8,5.4-28.8,0-25.5-23.8-73.5-24.8-75.5s-2.7-3.3-4.8-3.9-4.3-.2-6.1,1l-15.9,10.6-29-86.9c-.8-2.5-2.9-4.3-5.4-4.9-2.5-.6-5.2.2-7,2-.7.7-16.9,17-33.2,44.6-27.4,46.2-33.1,87-33.1,113s1.9,19.7,5.4,28.8c-24.1-21-38.5-51.7-38.5-84.9,0-64.3,18.7-108.5,27-125.1l25.1,18.9c2.1,1.6,4.8,1.9,7.3,1,2.4-1,4.2-3.1,4.6-5.7,7.8-45.9,36.2-92.9,36.5-93.4,2.2-3.5,1-8.1-2.5-10.3-3.5-2.2-8.2-1-10.3,2.5-1.1,1.9-25.7,42.4-36.1,86.8l-22.6-16.9c-1.7-1.3-3.8-1.8-5.9-1.4-2.1.4-3.9,1.6-5,3.4-1.4,2.1-33.2,53.4-33.2,140.3s30.5,97.4,77.6,117.5c3.4,1.5,7.3.2,9.3-2.9,2-3.1,1.3-7.2-1.4-9.6-14.2-12.3-22.4-30.1-22.4-48.8,0-64.9,36.7-117.1,53.6-137.6l27.9,83.8c.7,2.2,2.5,4,4.7,4.7,2.2.8,4.6.4,6.6-.9l16.9-11.2c7.6,16.5,19.6,45.7,19.6,61.1s-8.2,36.5-22.4,48.8c-2.8,2.4-3.4,6.5-1.4,9.6,1.4,2.3,3.8,3.5,6.4,3.5s2-.2,2.9-.6c47.1-20.1,77.6-66.3,77.6-117.5s-8.1-73.5-8.4-74.5c-1.2-3.7-5.1-5.9-8.9-4.9h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFire alarm system\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSiemens system for reliable fire protection\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-239eceb e-flex e-con-boxed e-con e-parent\" data-id=\"239eceb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-030c870 e-con-full e-flex e-con e-child\" data-id=\"030c870\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ef63ef elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"5ef63ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:18,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Bild Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/DSC01667.jpg\" alt=\"Bildunterschrift\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/Eingang_weit_DSC01663.webp\" alt=\"Wide view of entrance area A with its glass front and landscaped green spaces in front of Bright Offices Amsterdam\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/DSC01661.jpg\" alt=\"A view of the modern glass front of the Bright Office Amsterdam from an unusual angle\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/Tiefgarage_Einfahrt_DSC01694.webp\" alt=\"Schranke und Zufahrtsrampe zur Tiefgarage vor dem Bright Offices Amsterdam\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/Gebaeude_DSC01706.webp\" alt=\"Blick auf die moderne Glasfassade des Bright Offices Amsterdam aus ungew\u00f6hnlicher Perspektive\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/DSC01703.jpg\" alt=\"Ansicht der Glasfassade des Bright Offices Amsterdam entlang einer gepflasterten Stra\u00dfe\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-746b0026 elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"746b0026\" 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-7bcfbe99 elementor-widget elementor-widget-heading\" data-id=\"7bcfbe99\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Your new office in Amsterdam Sloterdijk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16c5aa4e elementor-widget elementor-widget-heading\" data-id=\"16c5aa4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">sustainable, flexible and available immediately!<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10fd0036 gradient-btn elementor-widget elementor-widget-button\" data-id=\"10fd0036\" 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=\"#\">\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\">Secure office space now<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c04fcb7 e-flex e-con-boxed e-con e-parent\" data-id=\"c04fcb7\" 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-f2badbc e-con-full e-flex e-con e-child\" data-id=\"f2badbc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c53417 elementor-widget elementor-widget-heading\" data-id=\"8c53417\" data-element_type=\"widget\" data-e-type=\"widget\" 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\">Your new office in Amsterdam Sloterdijk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20ace2b elementor-widget elementor-widget-heading\" data-id=\"20ace2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">sustainable, flexible and available immediately!<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-736dcbb gradient-btn elementor-widget elementor-widget-button\" data-id=\"736dcbb\" 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:\/\/www.bright-offices.com\/en\/contact\/\">\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\">Secure office space now<\/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>Your new office location in Amsterdam Sloterdijk Bright Offices lies at the heart of Amsterdam Sloterdijk, a modern and dynamically growing business district. The area surrounding Sloterdijk station offers a diverse combination of modern offices, hotels, restaurants and urban life. Show on Google Maps La Guardiaweg 361043 Dj Amsterdam Location Bright Offices is centrally located [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4954","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>Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices<\/title>\n<meta name=\"description\" content=\"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bright-offices.com\/en\/location-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices\" \/>\n<meta property=\"og:description\" content=\"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bright-offices.com\/en\/location-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"Modern office space in Amsterdam Sloterdijk | Bright Offices\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-10T09:49:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png\" \/>\n\t<meta property=\"og:image:width\" content=\"834\" \/>\n\t<meta property=\"og:image:height\" content=\"690\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/\",\"url\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/\",\"name\":\"Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bright-offices.com\\\/wp-content\\\/uploads\\\/gebaeudeplan.png\",\"datePublished\":\"2022-04-27T07:40:03+00:00\",\"dateModified\":\"2025-12-10T09:49:34+00:00\",\"description\":\"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bright-offices.com\\\/wp-content\\\/uploads\\\/gebaeudeplan.png\",\"contentUrl\":\"https:\\\/\\\/www.bright-offices.com\\\/wp-content\\\/uploads\\\/gebaeudeplan.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/location-architecture\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/start\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location &amp; Architecture\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/\",\"name\":\"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#organization\",\"name\":\"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices\",\"url\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bright-offices.com\\\/wp-content\\\/uploads\\\/logo_horizontal.svg\",\"contentUrl\":\"https:\\\/\\\/www.bright-offices.com\\\/wp-content\\\/uploads\\\/logo_horizontal.svg\",\"caption\":\"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bright-offices.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices","description":"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!","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:\/\/www.bright-offices.com\/en\/location-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices","og_description":"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!","og_url":"https:\/\/www.bright-offices.com\/en\/location-architecture\/","og_site_name":"Modern office space in Amsterdam Sloterdijk | Bright Offices","article_modified_time":"2025-12-10T09:49:34+00:00","og_image":[{"width":834,"height":690,"url":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/","url":"https:\/\/www.bright-offices.com\/en\/location-architecture\/","name":"Location &amp; Architecture - Modern office space in Amsterdam Sloterdijk | Bright Offices","isPartOf":{"@id":"https:\/\/www.bright-offices.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/#primaryimage"},"image":{"@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png","datePublished":"2022-04-27T07:40:03+00:00","dateModified":"2025-12-10T09:49:34+00:00","description":"Discover modern office space in Amsterdam Sloterdijk: central location, excellent transport links and sustainable architecture with BREEAM certification. Flexible space concepts for companies of all sizes \u2013 rent an office now!","breadcrumb":{"@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bright-offices.com\/en\/location-architecture\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/#primaryimage","url":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png","contentUrl":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/gebaeudeplan.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bright-offices.com\/en\/location-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bright-offices.com\/en\/start\/"},{"@type":"ListItem","position":2,"name":"Location &amp; Architecture"}]},{"@type":"WebSite","@id":"https:\/\/www.bright-offices.com\/en\/#website","url":"https:\/\/www.bright-offices.com\/en\/","name":"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices","description":"","publisher":{"@id":"https:\/\/www.bright-offices.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bright-offices.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bright-offices.com\/en\/#organization","name":"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices","url":"https:\/\/www.bright-offices.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bright-offices.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/logo_horizontal.svg","contentUrl":"https:\/\/www.bright-offices.com\/wp-content\/uploads\/logo_horizontal.svg","caption":"Moderne B\u00fcrofl\u00e4chen in Amsterdam Sloterdijk | Bright Offices"},"image":{"@id":"https:\/\/www.bright-offices.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/pages\/4954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/comments?post=4954"}],"version-history":[{"count":4,"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/pages\/4954\/revisions"}],"predecessor-version":[{"id":5555,"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/pages\/4954\/revisions\/5555"}],"wp:attachment":[{"href":"https:\/\/www.bright-offices.com\/en\/wp-json\/wp\/v2\/media?parent=4954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}