{"id":104,"date":"2024-12-02T22:23:04","date_gmt":"2024-12-02T22:23:04","guid":{"rendered":"https:\/\/olbrichelena.com\/?page_id=104"},"modified":"2025-01-20T13:44:51","modified_gmt":"2025-01-20T12:44:51","slug":"home","status":"publish","type":"page","link":"https:\/\/olbrichelena.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"104\" class=\"elementor elementor-104\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"e-con-top elementor-element elementor-element-cce1dd1 e-flex e-con-boxed e-con e-parent\" data-id=\"cce1dd1\" 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-b110662 elementor-widget elementor-widget-shortcode\" data-id=\"b110662\" 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\">    <div class=\"container-slider\">\n        <div class=\"container-start\">\n            <div class=\"image-slider\">\n                <img data-opt-id=310790198  fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:auto\/h:auto\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg\" alt=\"Slide Image\" class=\"image-slider\" id=\"dynamic-image\">\n            <\/div>\n                        <div class=\"content-slider\">\n                <p>Das Designstudio Olbrich ist ein interdisziplin\u00e4res Studio mit Schwerpunkt auf Branding, Web- und Kommunikationsdesign. Klare, durchdachte Konzepte, Liebe zum Detail und ma\u00dfgeschneiderte L\u00f6sungen, die sich an den individuellen Bed\u00fcrfnissen der Kunden orientieren.<\/p>\n            <\/div>\n                    <\/div>\n    <\/div>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            const images = [\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2026\\/05\\/Stuveles_web_brt-78.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2025\\/06\\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2025\\/06\\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-54-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2024\\/12\\/240623_ElenaOlbrich_\u00a9FelixBacher-6967-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2025\\/01\\/241216_ELENA_OLBRICH_Referenz_Weihnachtskarte_\u00a9FelixBacher-9-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2024\\/12\\/240623_ElenaOlbrich_\u00a9FelixBacher-6980-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2024\\/12\\/240623_ElenaOlbrich_\u00a9FelixBacher-6890-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2024\\/12\\/240829_PENSION_MOARHOF_Fruhstuck_Pool_Stimmungsfotos_\u00a9FelixBacher-37.png\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2025\\/06\\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-43-scaled.jpg\",\"https:\\/\\/olbrichelena.com\\/wp-content\\/uploads\\/2024\\/12\\/240623_ElenaOlbrich_\u00a9FelixBacher-6875-scaled.jpg\"];\n            const imageElement = document.getElementById(\"dynamic-image\");\n            let currentIndex = 0;\n\n            if (!imageElement || images.length === 0) return;\n\n            setInterval(() => {\n                currentIndex = (currentIndex + 1) % images.length;\n                imageElement.src = images[currentIndex];\n            }, 300); \/\/ Change image every 0.3 seconds\n        });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"e-con-top elementor-element elementor-element-515590e e-flex e-con-boxed e-con e-parent\" data-id=\"515590e\" 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-d023927 e-con-full e-flex e-con e-child\" data-id=\"d023927\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b44a64a elementor-widget elementor-widget-html\" data-id=\"b44a64a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Select all '.e-loop-item' elements\n    const loopItems = document.querySelectorAll('.e-loop-item');\n\n    loopItems.forEach(item => {\n        const image = item.querySelector('img'); \/\/ Find the image inside the loop item\n        const video = item.querySelector('video'); \/\/ Find the video inside the loop item\n\n        if (image) {\n            \/\/ Ensure the image has loaded before checking dimensions\n            image.onload = () => {\n                if (image.naturalWidth > image.naturalHeight) {\n                    \/\/ Add 'landscape' class to the .e-loop-item\n                    item.classList.add('landscape');\n                    console.log(`${image.src} is Landscape`);\n                } else {\n                    \/\/ Add 'portrait' class to the .e-loop-item\n                    item.classList.add('portrait');\n                    console.log(`${image.src} is Portrait`);\n                }\n            };\n\n            \/\/ If the image is already loaded (e.g., cached), trigger onload manually\n            if (image.complete) {\n                image.onload();\n            }\n        }\n\n        if (video) {\n            \/\/ Add 'video-post' class to the .e-loop-item if a video is found\n            item.classList.add('video-post');\n            console.log(`Video found in ${item.classList}: 'video-post' class added`);\n        }\n    });\n});\n\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13a88af elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"13a88af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;132&quot;,&quot;columns&quot;:2,&quot;masonry&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-132\">.elementor-132 .elementor-element.elementor-element-6ef7d0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-132 .elementor-element.elementor-element-3d46fae > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-132 .elementor-element.elementor-element-275d2d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:9px 0px;--row-gap:9px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-132 .elementor-element.elementor-element-80c7906 .elementor-heading-title{font-family:\"Uncut Sans\", Sans-serif;font-size:1.25rem;font-weight:bold;text-transform:uppercase;color:var( --e-global-color-9808ed2 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-132 .elementor-element.elementor-element-8d60ea3 .elementor-heading-title{font-family:\"Uncut Sans Book\", Sans-serif;font-size:1.25rem;font-weight:normal;text-transform:uppercase;line-height:20px;color:var( --e-global-color-9808ed2 );}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"132\" class=\"elementor elementor-132 e-loop-item e-loop-item-1699 post-1699 work type-work status-publish has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"e-con-top elementor-element elementor-element-6ef7d0f e-flex e-con-boxed e-con e-parent\" data-id=\"6ef7d0f\" 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-1d42f2c elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"1d42f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/olbrichelena.com\/en\/work\/stuveles\/\">\n\t\t\t\t\t\t\t<img data-opt-id=310790198  fetchpriority=\"high\" decoding=\"async\" width=\"1500\" height=\"2000\" src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:auto\/h:auto\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg\" class=\"attachment-full size-full wp-image-1707\" alt=\"\" srcset=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:1500\/h:2000\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 1500w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:225\/h:300\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 225w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:768\/h:1024\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 768w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1152\/h:1536\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 1152w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:9\/h:12\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 9w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1500\/h:2000\/q:100\/g:sm\/f:best\/ig:avif\/dpr:2\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2026\/05\/Stuveles_web_brt-78.jpg 2x\" sizes=\"(max-width: 1410px) 100vw, 1410px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-275d2d6 e-con-full e-flex e-con e-child\" data-id=\"275d2d6\" data-element_type=\"container\" data-e-type=\"container\" id=\"cptdetails\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80c7906 text-pos elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"80c7906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.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\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/stuveles\/\">Stuveles<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d60ea3 elementor-widget elementor-widget-heading\" data-id=\"8d60ea3\" 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<h4 class=\"elementor-heading-title elementor-size-default\">Branding, Webdesign<\/h4>\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 data-elementor-type=\"loop-item\" data-elementor-id=\"132\" class=\"elementor elementor-132 e-loop-item e-loop-item-131 post-131 work type-work status-publish has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"e-con-top elementor-element elementor-element-6ef7d0f e-flex e-con-boxed e-con e-parent\" data-id=\"6ef7d0f\" 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-1d42f2c elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"1d42f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/olbrichelena.com\/en\/work\/naturhotel-lusnerhof\/\">\n\t\t\t\t\t\t\t<img data-opt-id=635768032  data-opt-src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:auto\/h:auto\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_©FelixBacher-6849-scaled.jpg\"  decoding=\"async\" width=\"2560\" height=\"1707\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" class=\"attachment-full size-full wp-image-1499\" alt=\"\" old-srcset=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:2560\/h:1707\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 2560w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:300\/h:200\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 300w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1024\/h:683\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 1024w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:768\/h:512\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 768w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1536\/h:1024\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 1536w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:2048\/h:1365\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 2048w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:18\/h:12\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 18w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:2560\/h:1707\/q:100\/g:sm\/f:best\/ig:avif\/dpr:2\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-6849-scaled.jpg 2x\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-275d2d6 e-con-full e-flex e-con e-child\" data-id=\"275d2d6\" data-element_type=\"container\" data-e-type=\"container\" id=\"cptdetails\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80c7906 text-pos elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"80c7906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.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\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/naturhotel-lusnerhof\/\">Naturhotel L\u00fcsnerhof<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d60ea3 elementor-widget elementor-widget-heading\" data-id=\"8d60ea3\" 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<h4 class=\"elementor-heading-title elementor-size-default\">Brochure Design, Illustration<\/h4>\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 data-elementor-type=\"loop-item\" data-elementor-id=\"132\" class=\"elementor elementor-132 e-loop-item e-loop-item-1680 post-1680 work type-work status-publish has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"e-con-top elementor-element elementor-element-6ef7d0f e-flex e-con-boxed e-con e-parent\" data-id=\"6ef7d0f\" 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-1d42f2c elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"1d42f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/olbrichelena.com\/en\/work\/johannesstube\/\">\n\t\t\t\t\t\t\t<img data-opt-id=340222758  data-opt-src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:auto\/h:auto\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_©FelixBacher-24-scaled.jpg\"  decoding=\"async\" width=\"1920\" height=\"2560\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" class=\"attachment-full size-full wp-image-1615\" alt=\"\" old-srcset=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:1620\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 1920w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:225\/h:300\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 225w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:768\/h:1024\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 768w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1152\/h:1536\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 1152w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1536\/h:2048\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 1536w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:9\/h:12\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 9w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1620\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/dpr:2\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-24-scaled.jpg 2x\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-275d2d6 e-con-full e-flex e-con e-child\" data-id=\"275d2d6\" data-element_type=\"container\" data-e-type=\"container\" id=\"cptdetails\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80c7906 text-pos elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"80c7906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.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\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/johannesstube\/\">Johannesstube<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d60ea3 elementor-widget elementor-widget-heading\" data-id=\"8d60ea3\" 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<h4 class=\"elementor-heading-title elementor-size-default\">Menu Design<\/h4>\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 data-elementor-type=\"loop-item\" data-elementor-id=\"132\" class=\"elementor elementor-132 e-loop-item e-loop-item-1676 post-1676 work type-work status-publish has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"e-con-top elementor-element elementor-element-6ef7d0f e-flex e-con-boxed e-con e-parent\" data-id=\"6ef7d0f\" 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-1d42f2c elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"1d42f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/olbrichelena.com\/en\/work\/hotel-masl\/\">\n\t\t\t\t\t\t\t<img data-opt-id=1820885816  data-opt-src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:auto\/h:auto\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_©FelixBacher-1-scaled.jpg\"  loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"2560\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" class=\"attachment-full size-full wp-image-1592\" alt=\"\" old-srcset=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:1620\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 1920w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:225\/h:300\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 225w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:768\/h:1024\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 768w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1152\/h:1536\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 1152w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1536\/h:2048\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 1536w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:9\/h:12\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 9w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1620\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/dpr:2\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2025\/06\/250606_ELENA_OLBRICH_Referenzen_\u00a9FelixBacher-1-scaled.jpg 2x\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-275d2d6 e-con-full e-flex e-con e-child\" data-id=\"275d2d6\" data-element_type=\"container\" data-e-type=\"container\" id=\"cptdetails\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80c7906 text-pos elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"80c7906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.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\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/hotel-masl\/\">HOTEL MASL<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d60ea3 elementor-widget elementor-widget-heading\" data-id=\"8d60ea3\" 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<h4 class=\"elementor-heading-title elementor-size-default\">new print products<\/h4>\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\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=\"e-con-top elementor-element elementor-element-6e449a6 e-con-full e-flex e-con e-parent\" data-id=\"6e449a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c19e19c elementor-widget elementor-widget-html\" data-id=\"c19e19c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\nfunction Marquee(selector, baseSpeed) {\n  const parent = document.querySelector(selector);\n  const clone = parent.innerHTML;\n  let i = 0;\n  let currentSpeed = baseSpeed;\n  let lastScrollY = window.scrollY;\n\n  console.log(currentSpeed);\n\n  parent.innerHTML += clone;\n\n  function animateMarquee() {\n    i += currentSpeed;\n    if (i >= parent.children[0].clientWidth) i = 0;\n    parent.children[0].style.marginLeft = `-${i}px`;\n    requestAnimationFrame(animateMarquee);\n  }\n\n  animateMarquee();\n\n  \/\/ Update speed based on scroll direction and velocity\n  window.addEventListener('scroll', () => {\n    const scrollY = window.scrollY;\n    const scrollDelta = scrollY - lastScrollY;\n\n    if (scrollDelta > 0) {\n      \/\/ Scrolling down\n      currentSpeed = baseSpeed + Math.min(scrollDelta \/ 5, 5); \/\/ Increase speed based on scrollDelta (limit max speed increase)\n    } else if (scrollDelta < 0) {\n      \/\/ Scrolling up\n      currentSpeed = baseSpeed; \/\/ Reset to base speed when scrolling up\n    }\n\n    lastScrollY = scrollY; \/\/ Update last scroll position\n  });\n}\n\nwindow.addEventListener('load', () => Marquee('.marquee', 1));\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20d73c5 e-con-full e-flex e-con e-child\" data-id=\"20d73c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b038ba el-mark--grd marquee elementor-widget elementor-widget-heading\" data-id=\"1b038ba\" 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<div class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/\">\u2192 SEE MORE WORK  \u2192 SEE MORE WORK \u2192  SEE MORE WORK \u2192 SEE MORE WORK <\/a><\/div>\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=\"e-con-top elementor-element elementor-element-c285856 e-con-full e-flex e-con e-parent\" data-id=\"c285856\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52ea209 elementor-widget elementor-widget-html\" data-id=\"52ea209\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\nfunction Marquee2(selector, baseSpeed) {\n  const parent = document.querySelector(selector);\n  const clone = parent.innerHTML;\n  let i = 0;\n  let currentSpeed = baseSpeed;\n  let lastScrollY = window.scrollY;\n\n  parent.innerHTML += clone + clone;\n  const totalWidth = parent.children[0].clientWidth * 2;\n\n  function animateMarquee() {\n    i -= currentSpeed;\n    if (i <= 0) i = totalWidth;\n    parent.children[0].style.marginLeft = `-${i}px`;\n    requestAnimationFrame(animateMarquee);\n  }\n\n  animateMarquee();\n\n  \/\/ Update speed based on scroll direction and velocity\n  window.addEventListener('scroll', () => {\n    const scrollY = window.scrollY;\n    const scrollDelta = scrollY - lastScrollY;\n\n    if (scrollDelta > 0) {\n      \/\/ Scrolling down\n      currentSpeed = baseSpeed + Math.min(scrollDelta \/ 5, 5); \/\/ Increase speed based on scrollDelta (limit max speed increase)\n    } else if (scrollDelta < 0) {\n      \/\/ Scrolling up\n      currentSpeed = baseSpeed; \/\/ Reset to base speed when scrolling up\n    }\n\n    lastScrollY = scrollY; \/\/ Update last scroll position\n  });\n}\n\nwindow.addEventListener('load', () => Marquee2('.marquee2', 1));\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b031f24 e-con-full e-flex e-con e-child\" data-id=\"b031f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59a96f7 el-mark--grd marquee2 elementor-widget elementor-widget-heading\" data-id=\"59a96f7\" 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<div class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/olbrichelena.com\/en\/work\/\">\u2192 SEE MORE WORK  \u2192 SEE MORE WORK \u2192  SEE MORE WORK \u2192 SEE MORE WORK <\/a><\/div>\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=\"e-con-top elementor-element elementor-element-7587b68 e-flex e-con-boxed e-con e-parent\" data-id=\"7587b68\" 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-fab39f8 e-con-full e-flex e-con e-child\" data-id=\"fab39f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e610531 e-con-full e-flex e-con e-child\" data-id=\"e610531\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ffee7f6 e-con-full e-flex e-con e-child\" data-id=\"ffee7f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f7e5f6e e-con-full e-flex e-con e-child\" data-id=\"f7e5f6e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b5f933 elementor-widget elementor-widget-heading\" data-id=\"6b5f933\" 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\">Creative Services<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-862aa68 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"862aa68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Brand Identity<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Editorial Design<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Print Design<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Package Design<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Web Design<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Campaign Art Direction<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Editorial Art Direction<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Social Media<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\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-1e237ed e-con-full e-flex e-con e-child\" data-id=\"1e237ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1690ed elementor-widget elementor-widget-heading\" data-id=\"f1690ed\" 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\">Follow<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33bf077 unline-btn elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"33bf077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.instagram.com\/olbrichelena.design\/\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Instagram<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.behance.net\/elenaolbrich1%20%20\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Behance<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/in\/elena-olbrich-a7b159221\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">LinkedIn<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"e-con-top elementor-element elementor-element-d6c52f1 e-flex e-con-boxed e-con e-parent\" data-id=\"d6c52f1\" 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-25fa077 elementor-widget elementor-widget-image\" data-id=\"25fa077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img data-opt-id=161037165  data-opt-src=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:1440\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_©FelixBacher-5614-scaled.jpg\"  loading=\"lazy\" decoding=\"async\" width=\"1707\" height=\"2560\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201440%202160%22%20width%3D%221440%22%20height%3D%222160%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%221440%22%20height%3D%222160%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" class=\"attachment-full size-full wp-image-106\" alt=\"\" old-srcset=\"https:\/\/mlf5lh5defvo.i.optimole.com\/w:1440\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 1707w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:200\/h:300\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 200w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:683\/h:1024\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 683w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:768\/h:1152\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 768w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1024\/h:1536\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 1024w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1365\/h:2048\/q:100\/g:sm\/f:best\/ig:avif\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 1365w, https:\/\/mlf5lh5defvo.i.optimole.com\/w:1440\/h:2160\/q:100\/g:sm\/f:best\/ig:avif\/dpr:2\/https:\/\/olbrichelena.com\/wp-content\/uploads\/2024\/12\/240623_ElenaOlbrich_\u00a9FelixBacher-5614-scaled.jpg 2x\" \/>\t\t\t\t\t\t\t\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-92c8aa6 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"92c8aa6\" 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><p>Kreativit\u00e4t ist ein stetiger Dialog. Durch offenen Austausch und Neugier baue ich vertrauensvolle Partnerschaften, die starke visuelle Konzepte und Ideen hervorbringen. Diese st\u00e4rken Marken \u2013 unabh\u00e4ngig von Format, Medium oder Konvention und schaffen nachhaltigen Erfolg.<\/p>\n<\/p>\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=\"e-con-top elementor-element elementor-element-6775585 e-flex e-con-boxed e-con e-parent\" data-id=\"6775585\" 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-0f32fbc elementor-widget elementor-widget-reycore-stamp\" data-id=\"0f32fbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"reycore-stamp.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"rey-stamp rey-stamp--default --animate\">\n\t\t\n\t\t<a class=\"rey-stampLink\" href=\"#\">\t\t<svg class=\"rey-stampText-svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"70 70 350 350\">\n\t\t\t<title>one - woman studio . one - woman studio .<\/title>\n\t\t\t<defs>\n\t\t\t\t<path d=\"M243.2, 382.4c-74.8,\n\t\t\t\t0-135.5-60.7-135.5-135.5s60.7-135.5,135.5-135.5s135.5, 60.7, 135.5,\n\t\t\t\t135.5 S318, 382.4, 243.2, 382.4z\" id=\"textcircle-0f32fbc\" \/>\n\t\t\t<\/defs>\n\t\t\t<text dy=\"0\" class=\"rey-stampText-svgText\">\n\t\t\t\t<textPath xlink:href=\"#textcircle-0f32fbc\">\n\t\t\t\t\tone - woman studio . one - woman studio .\t\t\t\t<\/textPath>\n\t\t\t<\/text>\n\t\t<\/svg>\n\t\t\n\t\t<div class=\"rey-stampContent\">\n\t\t\t\t\t<\/div>\n\t\t<\/a><\/div>\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>\u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK \u2192 SEE MORE WORK Creative Services Brand Identity Editorial Design Print Design Package Design Web Design Campaign Art Direction Editorial Art Direction Social Media Follow Instagram Behance [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-104","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/olbrichelena.com\/en\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Designstudio Olbrich |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Designstudio Olbrich | Kreatives Branding aus S\u00fcdtirol\" \/>\n\t\t<meta property=\"og:description\" content=\"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/olbrichelena.com\/en\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-12-02T22:23:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-01-20T12:44:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Designstudio Olbrich | Kreatives Branding aus S\u00fcdtirol\" \/>\n\t\t<meta name=\"twitter:description\" content=\"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/olbrichelena.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#listItem\",\"position\":2,\"name\":\"Home\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#organization\",\"name\":\"Designstudio Olbrich\",\"url\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/author\\\/strotben\\\/#author\",\"url\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/author\\\/strotben\\\/\",\"name\":\"strotben\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e5e4cc120d031e2c24b6be5d3abc311eedd8a387e56072ca83f33c498d15a20a?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"strotben\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#webpage\",\"url\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/\",\"name\":\"Designstudio Olbrich | Kreatives Branding aus S\\u00fcdtirol\",\"description\":\"DESIGNSTUDIO OLBRICH - S\\u00fcdtiroler Kreativstudio \\u2713 Branding \\u2713 Webdesign \\u2713 Kommunikationsdesign \\u2713 Corporate Design \\u2713 Verpackungsdesign \\u2713 Individuelle L\\u00f6sungen.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/author\\\/strotben\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/author\\\/strotben\\\/#author\"},\"datePublished\":\"2024-12-02T22:23:04+01:00\",\"dateModified\":\"2025-01-20T13:44:51+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/\",\"name\":\"Designstudio Olbrich\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/olbrichelena.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Designstudio Olbrich | Creative branding from South Tyrol","description":"DESIGNSTUDIO OLBRICH - South Tyrolean creative studio \u2713 Branding \u2713 Web design \u2713 Communication design \u2713 Corporate design \u2713 Packaging design","canonical_url":"https:\/\/olbrichelena.com\/en\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/olbrichelena.com\/en\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/olbrichelena.com\/en#listItem","position":1,"name":"Home","item":"https:\/\/olbrichelena.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/olbrichelena.com\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/olbrichelena.com\/en\/#listItem","position":2,"name":"Home","previousItem":{"@type":"ListItem","@id":"https:\/\/olbrichelena.com\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/olbrichelena.com\/en\/#organization","name":"Designstudio Olbrich","url":"https:\/\/olbrichelena.com\/en\/"},{"@type":"Person","@id":"https:\/\/olbrichelena.com\/en\/author\/strotben\/#author","url":"https:\/\/olbrichelena.com\/en\/author\/strotben\/","name":"strotben","image":{"@type":"ImageObject","@id":"https:\/\/olbrichelena.com\/en\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e5e4cc120d031e2c24b6be5d3abc311eedd8a387e56072ca83f33c498d15a20a?s=96&d=mm&r=g","width":96,"height":96,"caption":"strotben"}},{"@type":"WebPage","@id":"https:\/\/olbrichelena.com\/en\/#webpage","url":"https:\/\/olbrichelena.com\/en\/","name":"Designstudio Olbrich | Kreatives Branding aus S\u00fcdtirol","description":"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/olbrichelena.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/olbrichelena.com\/en\/#breadcrumblist"},"author":{"@id":"https:\/\/olbrichelena.com\/en\/author\/strotben\/#author"},"creator":{"@id":"https:\/\/olbrichelena.com\/en\/author\/strotben\/#author"},"datePublished":"2024-12-02T22:23:04+01:00","dateModified":"2025-01-20T13:44:51+01:00"},{"@type":"WebSite","@id":"https:\/\/olbrichelena.com\/en\/#website","url":"https:\/\/olbrichelena.com\/en\/","name":"Designstudio Olbrich","inLanguage":"en-US","publisher":{"@id":"https:\/\/olbrichelena.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Designstudio Olbrich |","og:type":"article","og:title":"Designstudio Olbrich | Kreatives Branding aus S\u00fcdtirol","og:description":"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen.","og:url":"https:\/\/olbrichelena.com\/en\/","article:published_time":"2024-12-02T22:23:04+00:00","article:modified_time":"2025-01-20T12:44:51+00:00","twitter:card":"summary_large_image","twitter:title":"Designstudio Olbrich | Kreatives Branding aus S\u00fcdtirol","twitter:description":"DESIGNSTUDIO OLBRICH - S\u00fcdtiroler Kreativstudio \u2713 Branding \u2713 Webdesign \u2713 Kommunikationsdesign \u2713 Corporate Design \u2713 Verpackungsdesign \u2713 Individuelle L\u00f6sungen."},"aioseo_meta_data":{"post_id":"104","title":"Designstudio Olbrich | Creative branding from South Tyrol","description":"DESIGNSTUDIO OLBRICH - South Tyrolean creative studio \u2713 Branding \u2713 Web design \u2713 Communication design \u2713 Corporate design \u2713 Packaging design","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-12-07 17:13:49","updated":"2026-03-30 16:03:46","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/olbrichelena.com\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHome\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/olbrichelena.com\/en"},{"label":"Home","link":"https:\/\/olbrichelena.com\/en\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/pages\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/comments?post=104"}],"version-history":[{"count":540,"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/pages\/104\/revisions"}],"predecessor-version":[{"id":1558,"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/pages\/104\/revisions\/1558"}],"wp:attachment":[{"href":"https:\/\/olbrichelena.com\/en\/wp-json\/wp\/v2\/media?parent=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}