{"id":22,"date":"2025-03-13T13:55:10","date_gmt":"2025-03-13T12:55:10","guid":{"rendered":"https:\/\/luki-lichtwerbung.de\/?page_id=22"},"modified":"2026-01-22T16:10:04","modified_gmt":"2026-01-22T15:10:04","slug":"ueber-uns","status":"publish","type":"page","link":"https:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/","title":{"rendered":"About us"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e22-e1 mm-0 mm-1 mm-2\"><div class=\"x-row e22-e2 mm-5 mm-6 mm-9 mm-a\"><div class=\"x-row-inner\"><div class=\"x-col e22-e3 mm-j mm-k mm-l mm-m mm-n\"><div class=\"x-bg\"><div class=\"x-bg-layer-lower-img\"><img decoding=\"async\" src=\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2026\/01\/luki-lichtwerbung-ueber-uns-mobil.webp\" alt=\"Image\" loading=\"lazy\" style=\"object-fit: cover; object-position: center;\"\/><\/div><div class=\"x-bg-layer-upper-color\" aria-hidden=\"true\" style=\" background-color: #03487766;\"><\/div><\/div><hr class=\"x-line e22-e4 mm-u\"\/><\/div><\/div><\/div><\/div><div class=\"x-section x-hide-lg x-hide-md x-hide-sm x-hide-xs e22-e5 mm-0 mm-1\"><div class=\"x-row e22-e6 mm-5 mm-6 mm-9 mm-b\"><div class=\"x-row-inner\"><div class=\"x-col e22-e7 mm-m mm-o mm-p\"><div class=\"x-div x-container max width e22-e8 mm-v\"><div class=\"x-text x-text-headline e22-e10 mm-1b mm-1c mm-1d\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Luki GmbH &amp; Co. KG \u2013 Your specialists for professional illuminated advertising<\/h1>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e11 mm-z mm-11 mm-12 mm-14 mm-15 mm-16\">Since 2007, we have been a family-run company offering high-quality illuminated advertising, personal service, and tailor-made solutions for our customers. As an owner-managed company based in Bretzfeld-Schwabbach, we specialize in the design, production, and installation of illuminated advertising for indoor and outdoor areas.<\/div><!-- LUKI Timeline - Minimal f\u00fcr WordPress -->\n<style>\n  \/* Farben nur f\u00fcr diese Komponente definieren *\/\n  .luki-timeline{\n    --luki-blue: #0b3a5a;      \/* anpassbar *\/\n    --luki-orange: #ef6c00;    \/* anpassbar *\/\n    --muted: #cfd8dc;\n    \/* Schrift & Gr\u00f6\u00dfe vom Theme erben *\/\n    color: inherit;\n    font: inherit;\n  }\n\n  .luki-timeline{ position:relative; padding:32px 0 8px; overflow:hidden; }\n  .luki-timeline .lt-track{\n    height:6px; background:var(--muted); border-radius:999px;\n    position:relative; overflow:hidden; margin:0 10px;\n  }\n  .luki-timeline .lt-progress{\n    position:absolute; left:0; top:0; bottom:0; width:0%;\n    background:linear-gradient(90deg,var(--luki-orange),var(--luki-blue));\n    border-radius:999px;\n  }\n\n  .luki-timeline .lt-marks{\n    list-style:none; margin:14px 0 0; padding:0 10px;\n    position:relative; height:40px; overflow:visible;\n  }\n  .luki-timeline .lt-mark{\n    position:absolute; transform:translateX(-50%); text-align:center; min-width:32px;\n  }\n  .luki-timeline .lt-mark:first-child{ left:0%; transform:translateX(0); }\n  .luki-timeline .lt-mark:last-child{ left:100%; transform:translateX(-100%); }\n\n  .luki-timeline .lt-dot{\n    width:16px; height:16px; border-radius:50%;\n    background:var(--muted); border:3px solid #fff;\n    box-shadow:0 0 0 4px var(--muted);\n    margin:-15px auto 6px;\n    transition:box-shadow .28s ease, background .28s ease, transform .28s ease;\n  }\n  \/* Jahreszahl erbt Schrift des Themes *\/\n  .luki-timeline .lt-year{\n    font: inherit;\n    font-size: .78em;\n    letter-spacing:.02em;\n    color: color-mix(in srgb, currentColor 60%, #546e7a);\n    white-space:nowrap; line-height:1.2;\n  }\n\n  .luki-timeline .lt-mark.is-active .lt-dot{\n    background:var(--luki-blue);\n    box-shadow:0 0 0 6px color-mix(in srgb, var(--luki-orange) 40%, transparent);\n    transform:scale(1.06);\n  }\n  .luki-timeline .lt-mark.is-active .lt-year{\n    color: var(--luki-blue); font-weight: 700;\n  }\n\n  .luki-timeline .lt-badge{\n    display:inline-block; padding:2px 8px; border-radius:999px; font-size:.78em;\n    background:color-mix(in srgb, var(--luki-orange) 90%, var(--luki-blue) 10%);\n    color:#fff; font-weight:700;\n  }\n\n  @media (max-width:640px){\n    .luki-timeline .lt-dot{ width:14px; height:14px; }\n    .luki-timeline .lt-marks{ height:36px; }\n  }\n  @media (prefers-reduced-motion: reduce){\n    .luki-timeline .lt-progress{ transition:none; animation:none !important; width:100%; }\n    .luki-timeline .lt-dot{ transition:none; }\n  }\n<\/style>\n\n<div class=\"luki-timeline\" data-start=\"2007\" data-duration=\"9\">\n  <div class=\"lt-track\"><div class=\"lt-progress\"><\/div><\/div>\n  <ol class=\"lt-marks\"><\/ol>\n<\/div>\n\n<script>\n(function(){\n  const timelines = document.querySelectorAll('.luki-timeline');\n  if(!timelines.length) return;\n\n  \/\/ Keyframes einmalig anlegen\n  if(!document.getElementById('lt-anim')){\n    const st = document.createElement('style');\n    st.id = 'lt-anim';\n    st.textContent = '@keyframes ltFill{from{width:0%}to{width:100%}}';\n    document.head.appendChild(st);\n  }\n\n  timelines.forEach(tl=>{\n    const startYear = parseInt(tl.dataset.start,10) || 2007;\n    const endYear   = (new Date()).getFullYear();\n    const duration  = parseFloat(tl.dataset.duration) || 10;\n\n    const marksEl = tl.querySelector('.lt-marks');\n    const progEl  = tl.querySelector('.lt-progress');\n\n    \/\/ Jahre erzeugen\n    const years = [];\n    for(let y=startYear; y<=endYear; y++) years.push(String(y));\n    years[years.length-1] = 'Heute';\n\n    years.forEach((label, idx)=>{\n      const li = document.createElement('li');\n      li.className = 'lt-mark';\n      li.style.left = (idx\/(years.length-1))*100 + '%';\n\n      const dot = document.createElement('div'); dot.className = 'lt-dot';\n      const year= document.createElement('div'); year.className = 'lt-year';\n      year.innerHTML = (idx === years.length-1) ? `<span class=\"lt-badge\">${label}<\/span>` : label;\n\n      li.appendChild(dot); li.appendChild(year); marksEl.appendChild(li);\n    });\n\n    const steps = years.length - 1;\n\n    \/\/ Animation starten, wenn sichtbar\n    let played = false;\n    const startAnim = ()=>{\n      if(played) return; played = true;\n      if(window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches){\n        progEl.style.width = '100%';\n        [...marksEl.children].forEach(el=>el.classList.add('is-active'));\n        return;\n      }\n      progEl.style.animation = `ltFill ${duration}s steps(${steps}) forwards`;\n      let i=0; const items=[...marksEl.children];\n      items[0].classList.add('is-active');\n      const t = setInterval(()=>{\n        i++; if(i<=steps) items[i].classList.add('is-active');\n        if(i>=steps) clearInterval(t);\n      }, (duration*1000\/steps));\n    };\n\n    if('IntersectionObserver' in window){\n      const io = new IntersectionObserver(es=>{\n        es.forEach(e=>{ if(e.isIntersecting) startAnim(); });\n      }, {threshold:.35});\n      io.observe(tl);\n    } else {\n      startAnim();\n    }\n\n    \/\/ Labels ausd\u00fcnnen (responsive)\n    function thinLabels(){\n      const items = [...marksEl.children];\n      const width = tl.clientWidth;\n      const count = items.length;\n\n      let minGap = 48;\n      if(width < 900) minGap = 64;\n      if(width < 600) minGap = 80;\n      if(width < 420) minGap = 96;\n\n      const maxVisible = Math.max(3, Math.floor(width\/minGap));\n      const step = Math.max(1, Math.ceil(count\/maxVisible));\n\n      items.forEach(el => el.querySelector('.lt-year').style.visibility = 'visible');\n      items.forEach((el, i) => {\n        const y = el.querySelector('.lt-year');\n        const edge = (i===0 || i===items.length-1);\n        if(!edge && (i % step !== 0)){ y.style.visibility = 'hidden'; }\n      });\n    }\n    thinLabels();\n    window.addEventListener('resize', ()=>{ clearTimeout(tl.__ltR); tl.__ltR=setTimeout(thinLabels,120); });\n  });\n})();\n<\/script>\n<div class=\"x-text x-content e22-e13 mm-z mm-10 mm-16 mm-17 mm-18\"><p>Our goal was clear from the outset: illuminated advertising should not only function, but also inspire. That is why we accompany every project from start to finish from a single source\u2014from the initial idea to planning and production to professional installation on site. Our own installation teams ensure that our products not only arrive on time, but are also professionally installed and regularly maintained. This saves time, reduces sources of error, and guarantees the highest quality.<\/p>\n<p>A special feature of our company is our fast and reliable customer service. In the event of a defect or damage, we offer a solution within a short time\u2014either through repair or replacement. This responsiveness, coupled with our flexibility, clearly sets us apart from many of our competitors.<\/p>\n<p>Our advertising systems and signage can be found in leading construction and food markets, in industry, in public institutions, and in large event and sports venues. References such as the <strong>Berlin BER Airport<\/strong>, the <strong>MHP Arena Stuttgart<\/strong> and <strong>Merck in Darmstadt<\/strong> show our range of services from<strong> Illuminated letters, illuminated signs<\/strong>\u00a0and <strong>pylons<\/strong> from facade lettering to signage systems. Also in the <strong>automotive industry<\/strong> From OEMs to suppliers, we implement corporate signage in series and according to CI specifications, precisely planned, efficiently produced, and installed. Of course, we also support small and medium-sized companies and develop customized, tailor-made advertising solutions for them.<\/p><\/div><div class=\"x-text x-text-headline e22-e14 mm-1b mm-1d mm-1e mm-1f\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Used worldwide<\/h2>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e15 mm-z mm-10 mm-16 mm-17 mm-18\">For many years, we have been operating successfully not only in Germany, but also throughout Europe and internationally. You will find our projects in numerous countries and industries, from global corporations to regional companies that rely on a strong brand presence. Whether in Europe, the Balkans, or overseas: Luki Lichtwerbung makes companies shine worldwide.<\/div><\/div><\/div><div class=\"x-col e22-e16 mm-m mm-n\"><span class=\"x-image e22-e17 mm-1i mm-1j\"><img decoding=\"async\" src=\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2026\/01\/luki-lichtwerbung-weltkarte-neu.webp\" width=\"1200\" height=\"945\" alt=\"Image\" loading=\"lazy\"><\/span><\/div><\/div><\/div><\/div><div class=\"x-section x-hide-xl e22-e18 mm-0 mm-1\"><div class=\"x-row e22-e19 mm-5 mm-6 mm-9 mm-c\"><div class=\"x-row-inner\"><div class=\"x-col e22-e20 mm-m mm-n\"><span class=\"x-image e22-e21 mm-1i mm-1j\"><img decoding=\"async\" src=\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2026\/01\/luki-lichtwerbung-weltkarte-neu.webp\" width=\"1200\" height=\"945\" alt=\"Image\" loading=\"lazy\"><\/span><\/div><\/div><\/div><div class=\"x-row e22-e22 mm-5 mm-6 mm-9 mm-d\"><div class=\"x-row-inner\"><div class=\"x-col e22-e23 mm-m mm-n\"><div class=\"x-div x-container max width e22-e24 mm-v\"><div class=\"x-text x-text-headline e22-e26 mm-1b mm-1c mm-1d\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Luki GmbH &amp; Co. KG \u2013 Your specialists for professional illuminated advertising<\/h1>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e27 mm-z mm-11 mm-12 mm-14 mm-15 mm-16 mm-19\">Since 2007, we have been a family-run company offering high-quality illuminated advertising, personal service, and tailor-made solutions for our customers. As an owner-managed company based in Bretzfeld-Schwabbach, we specialize in the design, production, and installation of illuminated advertising for indoor and outdoor areas.<\/div><!-- LUKI Timeline - Minimal f\u00fcr WordPress -->\n<style>\n  \/* Farben nur f\u00fcr diese Komponente definieren *\/\n  .luki-timeline{\n    --luki-blue: #0b3a5a;      \/* anpassbar *\/\n    --luki-orange: #ef6c00;    \/* anpassbar *\/\n    --muted: #cfd8dc;\n    \/* Schrift & Gr\u00f6\u00dfe vom Theme erben *\/\n    color: inherit;\n    font: inherit;\n  }\n\n  .luki-timeline{ position:relative; padding:32px 0 8px; overflow:hidden; }\n  .luki-timeline .lt-track{\n    height:6px; background:var(--muted); border-radius:999px;\n    position:relative; overflow:hidden; margin:0 10px;\n  }\n  .luki-timeline .lt-progress{\n    position:absolute; left:0; top:0; bottom:0; width:0%;\n    background:linear-gradient(90deg,var(--luki-orange),var(--luki-blue));\n    border-radius:999px;\n  }\n\n  .luki-timeline .lt-marks{\n    list-style:none; margin:14px 0 0; padding:0 10px;\n    position:relative; height:40px; overflow:visible;\n  }\n  .luki-timeline .lt-mark{\n    position:absolute; transform:translateX(-50%); text-align:center; min-width:32px;\n  }\n  .luki-timeline .lt-mark:first-child{ left:0%; transform:translateX(0); }\n  .luki-timeline .lt-mark:last-child{ left:100%; transform:translateX(-100%); }\n\n  .luki-timeline .lt-dot{\n    width:16px; height:16px; border-radius:50%;\n    background:var(--muted); border:3px solid #fff;\n    box-shadow:0 0 0 4px var(--muted);\n    margin:-15px auto 6px;\n    transition:box-shadow .28s ease, background .28s ease, transform .28s ease;\n  }\n  \/* Jahreszahl erbt Schrift des Themes *\/\n  .luki-timeline .lt-year{\n    font: inherit;\n    font-size: .78em;\n    letter-spacing:.02em;\n    color: color-mix(in srgb, currentColor 60%, #546e7a);\n    white-space:nowrap; line-height:1.2;\n  }\n\n  .luki-timeline .lt-mark.is-active .lt-dot{\n    background:var(--luki-blue);\n    box-shadow:0 0 0 6px color-mix(in srgb, var(--luki-orange) 40%, transparent);\n    transform:scale(1.06);\n  }\n  .luki-timeline .lt-mark.is-active .lt-year{\n    color: var(--luki-blue); font-weight: 700;\n  }\n\n  .luki-timeline .lt-badge{\n    display:inline-block; padding:2px 8px; border-radius:999px; font-size:.78em;\n    background:color-mix(in srgb, var(--luki-orange) 90%, var(--luki-blue) 10%);\n    color:#fff; font-weight:700;\n  }\n\n  @media (max-width:640px){\n    .luki-timeline .lt-dot{ width:14px; height:14px; }\n    .luki-timeline .lt-marks{ height:36px; }\n  }\n  @media (prefers-reduced-motion: reduce){\n    .luki-timeline .lt-progress{ transition:none; animation:none !important; width:100%; }\n    .luki-timeline .lt-dot{ transition:none; }\n  }\n<\/style>\n\n<div class=\"luki-timeline\" data-start=\"2007\" data-duration=\"9\">\n  <div class=\"lt-track\"><div class=\"lt-progress\"><\/div><\/div>\n  <ol class=\"lt-marks\"><\/ol>\n<\/div>\n\n<script>\n(function(){\n  const timelines = document.querySelectorAll('.luki-timeline');\n  if(!timelines.length) return;\n\n  \/\/ Keyframes einmalig anlegen\n  if(!document.getElementById('lt-anim')){\n    const st = document.createElement('style');\n    st.id = 'lt-anim';\n    st.textContent = '@keyframes ltFill{from{width:0%}to{width:100%}}';\n    document.head.appendChild(st);\n  }\n\n  timelines.forEach(tl=>{\n    const startYear = parseInt(tl.dataset.start,10) || 2007;\n    const endYear   = (new Date()).getFullYear();\n    const duration  = parseFloat(tl.dataset.duration) || 10;\n\n    const marksEl = tl.querySelector('.lt-marks');\n    const progEl  = tl.querySelector('.lt-progress');\n\n    \/\/ Jahre erzeugen\n    const years = [];\n    for(let y=startYear; y<=endYear; y++) years.push(String(y));\n    years[years.length-1] = 'Heute';\n\n    years.forEach((label, idx)=>{\n      const li = document.createElement('li');\n      li.className = 'lt-mark';\n      li.style.left = (idx\/(years.length-1))*100 + '%';\n\n      const dot = document.createElement('div'); dot.className = 'lt-dot';\n      const year= document.createElement('div'); year.className = 'lt-year';\n      year.innerHTML = (idx === years.length-1) ? `<span class=\"lt-badge\">${label}<\/span>` : label;\n\n      li.appendChild(dot); li.appendChild(year); marksEl.appendChild(li);\n    });\n\n    const steps = years.length - 1;\n\n    \/\/ Animation starten, wenn sichtbar\n    let played = false;\n    const startAnim = ()=>{\n      if(played) return; played = true;\n      if(window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches){\n        progEl.style.width = '100%';\n        [...marksEl.children].forEach(el=>el.classList.add('is-active'));\n        return;\n      }\n      progEl.style.animation = `ltFill ${duration}s steps(${steps}) forwards`;\n      let i=0; const items=[...marksEl.children];\n      items[0].classList.add('is-active');\n      const t = setInterval(()=>{\n        i++; if(i<=steps) items[i].classList.add('is-active');\n        if(i>=steps) clearInterval(t);\n      }, (duration*1000\/steps));\n    };\n\n    if('IntersectionObserver' in window){\n      const io = new IntersectionObserver(es=>{\n        es.forEach(e=>{ if(e.isIntersecting) startAnim(); });\n      }, {threshold:.35});\n      io.observe(tl);\n    } else {\n      startAnim();\n    }\n\n    \/\/ Labels ausd\u00fcnnen (responsive)\n    function thinLabels(){\n      const items = [...marksEl.children];\n      const width = tl.clientWidth;\n      const count = items.length;\n\n      let minGap = 48;\n      if(width < 900) minGap = 64;\n      if(width < 600) minGap = 80;\n      if(width < 420) minGap = 96;\n\n      const maxVisible = Math.max(3, Math.floor(width\/minGap));\n      const step = Math.max(1, Math.ceil(count\/maxVisible));\n\n      items.forEach(el => el.querySelector('.lt-year').style.visibility = 'visible');\n      items.forEach((el, i) => {\n        const y = el.querySelector('.lt-year');\n        const edge = (i===0 || i===items.length-1);\n        if(!edge && (i % step !== 0)){ y.style.visibility = 'hidden'; }\n      });\n    }\n    thinLabels();\n    window.addEventListener('resize', ()=>{ clearTimeout(tl.__ltR); tl.__ltR=setTimeout(thinLabels,120); });\n  });\n})();\n<\/script>\n<div class=\"x-text x-content e22-e29 mm-z mm-10 mm-16 mm-17 mm-18 mm-19\"><p>Our goal was clear from the outset: illuminated advertising should not only function, but also inspire. That is why we accompany every project from start to finish from a single source\u2014from the initial idea to planning and production to professional installation on site. Our own installation teams ensure that our products not only arrive on time, but are also professionally installed and regularly maintained. This saves time, reduces sources of error, and guarantees the highest quality.<\/p>\n<p>Ein besonderes Merkmal unseres Unternehmens ist unser <strong>schneller und zuverl\u00e4ssiger Kundenservice<\/strong>. Should a defect or damage occur, we offer a solution within a short time\u2014either through repair or replacement. This responsiveness, coupled with our flexibility, clearly sets us apart from many of our competitors.<\/p>\n<p>Our advertising systems and signage can be found in leading construction and food markets, in industry, in public institutions, and in large event and sports venues. References such as the <strong>Berlin BER Airport<\/strong>, the <strong>MHP Arena Stuttgart<\/strong> and <strong>Merck in Darmstadt<\/strong> show our range of services from<strong> Illuminated letters, illuminated signs<\/strong>\u00a0and <strong>pylons<\/strong> from facade lettering to signage systems. Also in the <strong>automotive industry<\/strong> vom OEM bis zum Zulieferer realisieren wir Corporate Signage in Serie und nach CI Vorgaben, pr\u00e4zise geplant, effizient produziert und montiert.<\/p><\/div><div class=\"x-text x-text-headline e22-e30 mm-1b mm-1d mm-1e mm-1f\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Used worldwide<\/h2>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e31 mm-z mm-10 mm-16 mm-17 mm-18 mm-19\">For many years, we have been operating successfully not only in Germany, but also throughout Europe and internationally. You will find our projects in numerous countries and industries, from global corporations to regional companies that rely on a strong brand presence. Whether in Europe, the Balkans, or overseas: Luki Lichtwerbung makes brands shine worldwide.<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e22-e32 mm-0 mm-1\"><div class=\"x-row e22-e33 mm-5 mm-7 mm-9 mm-e\"><div class=\"x-row-inner\"><div class=\"x-col e22-e34 mm-j mm-m mm-n mm-q mm-r\"><div class=\"x-div x-container max width e22-e35 mm-v\"><!-- LUKI People Progress \u2013 kompakt (100 total, 54 aktiv) -->\n<style>\n  .luki-people{\n    --luki-blue:#0b3a5a;   \/* aktiv *\/\n    --luki-muted:#e0e0e0;  \/* inaktiv *\/\n    color:inherit; font:inherit; display:block; width:100%;\n  }\n  .luki-people__grid{\n    display:grid;\n    grid-template-columns: repeat(var(--cols, 25), 1fr); \/* mehr Spalten = kleiner *\/\n    gap: clamp(2px, 0.35vw, 6px);                        \/* weniger Abstand *\/\n    align-items:center; justify-items:center;\n  }\n  .luki-people__icon{ width: clamp(12px, 1.4vw, 18px); height:auto; } \/* kleiner *\/\n  .luki-people__shape{ fill: var(--luki-muted); transition: fill .25s ease, transform .2s ease; }\n  .luki-people__icon.is-active .luki-people__shape{ fill: var(--luki-blue); transform: scale(1.02); }\n\n  @media (max-width:680px){\n    .luki-people__grid{ grid-template-columns: repeat(var(--cols-sm, 18), 1fr); }\n  }\n  @media (max-width:440px){\n    .luki-people__grid{ grid-template-columns: repeat(var(--cols-xs, 12), 1fr); }\n  }\n<\/style>\n\n<div class=\"luki-people\"\n     data-total=\"100\"\n     data-active=\"54\"\n     data-duration=\"6\"\n     data-cols=\"25\"\n     data-cols-sm=\"18\"\n     data-cols-xs=\"12\"\n     aria-label=\"Teamvisualisierung\">\n  <div class=\"luki-people__grid\" role=\"img\"><\/div>\n<\/div>\n\n<script>\n(function(){\n  const blocks=document.querySelectorAll('.luki-people'); if(!blocks.length) return;\n\n  function makeIcon(){\n    const NS='http:\/\/www.w3.org\/2000\/svg';\n    const svg=document.createElementNS(NS,'svg');\n    svg.setAttribute('class','luki-people__icon'); svg.setAttribute('viewBox','0 0 24 48'); svg.setAttribute('aria-hidden','true');\n    const head=document.createElementNS(NS,'circle');\n    head.setAttribute('cx','12'); head.setAttribute('cy','6'); head.setAttribute('r','4'); head.setAttribute('class','luki-people__shape'); svg.appendChild(head);\n    const body=document.createElementNS(NS,'path');\n    body.setAttribute('class','luki-people__shape');\n    body.setAttribute('d','M10 10h4v2h-4Z M8 12Q8 11 9 11H15Q16 11 16 12V23Q16 25.5 13.8 26H10.2Q8 25.5 8 23Z M10.5 26H13.5V40H10.5Z');\n    svg.appendChild(body);\n    return svg;\n  }\n\n  blocks.forEach(block=>{\n    const total=Math.max(1,parseInt(block.dataset.total||'100',10));\n    const active=Math.max(0,Math.min(total,parseInt(block.dataset.active||'54',10)));\n    const durSec=Math.max(0.2,parseFloat(block.dataset.duration||'6'));\n    const cols=parseInt(block.dataset.cols||'25',10);\n    const colsSm=parseInt(block.dataset.colsSm||'18',10);\n    const colsXs=parseInt(block.dataset.colsXs||'12',10);\n\n    const grid=block.querySelector('.luki-people__grid');\n    grid.style.setProperty('--cols',cols);\n    grid.style.setProperty('--cols-sm',colsSm);\n    grid.style.setProperty('--cols-xs',colsXs);\n\n    const icons=[];\n    for(let i=0;i<total;i++){ const ic=makeIcon(); grid.appendChild(ic); icons.push(ic); }\n\n    const stepMs=(durSec*1000)\/Math.max(1,active);\n    function play(){\n      icons.forEach(i=>i.classList.remove('is-active'));\n      let idx=0; const t=setInterval(()=>{ if(idx<active){ icons[idx++].classList.add('is-active'); } else clearInterval(t); }, stepMs);\n    }\n    if('IntersectionObserver' in window){\n      let played=false;\n      new IntersectionObserver(es=>es.forEach(e=>{ if(e.isIntersecting&&!played){ played=true; play(); } }),{threshold:.25}).observe(block);\n    } else { play(); }\n\n    grid.setAttribute('aria-label',`${active} von ${total} Symbolen aktiv`);\n  });\n})();\n<\/script>\n<\/div><\/div><div class=\"x-col e22-e37 mm-m mm-n\"><div class=\"x-div x-container max width e22-e38 mm-v\"><div class=\"x-text x-text-headline e22-e39 mm-1b mm-1d mm-1f mm-1g\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h3 class=\"x-text-content-text-primary\">Our team \u2013 the heart of our success<\/h3>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e40 mm-z mm-10 mm-11 mm-12 mm-16 mm-19\"><p>Today, our company has over <strong>50 dedicated employees<\/strong>who work with expertise, passion, and precision in all areas\u2014from material procurement to planning and construction to delivery and assembly. Each and every one of them contributes to our ability to deliver top performance every day.<\/p>\n<p>We are proud to have created an environment in which our employees feel comfortable, take responsibility, and can grow\u2014because behind every job there is a family that we want to do right by.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section x-hide-lg x-hide-md x-hide-sm x-hide-xs e22-e41 mm-0 mm-3\"><div class=\"x-row e22-e42 mm-5 mm-6 mm-9 mm-f\"><div class=\"x-row-inner\"><div class=\"x-col e22-e43 mm-m mm-o mm-p\"><div class=\"x-div x-container max width e22-e44 mm-v\"><div class=\"x-text x-text-headline e22-e45 mm-1b mm-1c mm-1h\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h4 class=\"x-text-content-text-primary\">Our philosophy<\/h4>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e46 mm-z mm-10 mm-12 mm-16 mm-17\"><p><!-- LUKI Philosophie \u2013 Kernwerte --><\/p>\n<p>We believe in continuous development\u2014both technically and personally. That's why we regularly review our processes, reflect on our work, and invest specifically in new technologies, materials, and manufacturing methods. In doing so, we never lose sight of what really matters: <strong>The satisfaction of our customers.<\/strong><\/p><\/div><\/div><\/div><div class=\"x-col e22-e47 mm-j mm-m mm-n mm-q mm-r\"><div class=\"x-div x-container max width e22-e48 mm-v\"><!-- LUKI Philosophie \u2013 Verbesserungszyklus (deutsch) -->\n<style>\n  .luki-loop{ --blue:#0b3a5a; --orange:#ef6c00; --muted:#dfe7ec; color:inherit; font:inherit; margin-top:18px; }\n  .luki-loop__track{ position:relative; height:6px; background:var(--muted); border-radius:999px; overflow:hidden; }\n  .luki-loop__progress{ position:absolute; inset:0 auto 0 0; width:0%; background:linear-gradient(90deg,var(--orange),var(--blue)); border-radius:999px; }\n  .luki-loop__steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:12px 0 0; }\n  .luki-step{ text-align:center; }\n  .luki-step__dot{ width:16px; height:16px; border-radius:50%; margin:-14px auto 6px; background:var(--muted); border:3px solid #fff; box-shadow:0 0 0 4px var(--muted); transition:.25s; }\n  .luki-step.is-active .luki-step__dot{ background:var(--blue); box-shadow:0 0 0 6px color-mix(in srgb, var(--orange) 40%, transparent); transform:scale(1.05); }\n  .luki-step__label{ font:inherit; font-size:.9em; color:#344; }\n  @media (max-width:700px){ .luki-loop__steps{ grid-template-columns:repeat(2,1fr); } }\n<\/style>\n\n<section class=\"luki-loop\" id=\"lukiLoop\" aria-label=\"Verbesserungszyklus\">\n  <div class=\"luki-loop__track\"><div class=\"luki-loop__progress\"><\/div><\/div>\n  <div class=\"luki-loop__steps\">\n    <div class=\"luki-step\"><div class=\"luki-step__dot\"><\/div><div class=\"luki-step__label\">Planning<\/div><\/div>\n    <div class=\"luki-step\"><div class=\"luki-step__dot\"><\/div><div class=\"luki-step__label\">Implementation<\/div><\/div>\n    <div class=\"luki-step\"><div class=\"luki-step__dot\"><\/div><div class=\"luki-step__label\">Check<\/div><\/div>\n    <div class=\"luki-step\"><div class=\"luki-step__dot\"><\/div><div class=\"luki-step__label\">Improve<\/div><\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  const root = document.getElementById('lukiLoop');\n  const bar  = root.querySelector('.luki-loop__progress');\n  const steps= [...root.querySelectorAll('.luki-step')];\n  let played=false;\n  function start(){\n    if(played) return; played=true;\n    const total=steps.length-1, dur=4; \/\/ 4 Sekunden\n    bar.style.animation = `loopFill ${dur}s steps(${total}) forwards`;\n    let i=0; steps[0].classList.add('is-active');\n    const t=setInterval(()=>{\n      i++;\n      if(i<=total){ steps[i].classList.add('is-active'); }\n      else{ clearInterval(t); }\n    }, dur*1000\/total);\n  }\n  if(!document.getElementById('loopKF')){\n    const s=document.createElement('style'); s.id='loopKF';\n    s.textContent='@keyframes loopFill{from{width:0%}to{width:100%}}';\n    document.head.appendChild(s);\n  }\n  new IntersectionObserver(es=>es.forEach(e=>e.isIntersecting&&start()),{threshold:.35}).observe(root);\n})();\n<\/script>\n<\/div><\/div><\/div><\/div><\/div><div class=\"x-section x-hide-xl e22-e50 mm-0 mm-3\"><div class=\"x-row e22-e51 mm-5 mm-6 mm-9 mm-g\"><div class=\"x-row-inner\"><div class=\"x-col e22-e52 mm-j mm-m mm-n mm-q mm-r\"><div class=\"x-div x-container max width e22-e53 mm-v\"><!-- LUKI \u2013 Verbesserungszyklus als horizontale Balken (ohne Prozentanzeige) -->\n<style>\n  .luki-bars{\n    --blue:#0b3a5a; --orange:#ef6c00; --muted:#dfe7ec; --txt:#163042;\n    max-width:900px; margin:18px auto; padding:0 6px; font:inherit; color:var(--txt);\n  }\n  .luki-bars__item{ margin-bottom:18px; }\n  .luki-bars__label{\n    font-weight:700; line-height:1.3; margin-bottom:6px; text-align:left;\n  }\n  .luki-bars__track{\n    position:relative; height:12px; background:var(--muted);\n    border-radius:999px; overflow:hidden;\n  }\n  .luki-bars__fill{\n    position:absolute; inset:0 auto 0 0; width:0%;\n    background:linear-gradient(90deg,var(--orange),var(--blue));\n    border-radius:999px; transition:width 1s ease;\n  }\n\n  \/* Kompakt auf Handy *\/\n  @media (max-width:480px){\n    .luki-bars__track{ height:10px; }\n    .luki-bars__label{ font-size:.95em; }\n  }\n\n  \/* Reduced motion: sofort alle voll *\/\n  @media (prefers-reduced-motion: reduce){\n    .luki-bars__fill{ transition:none !important; }\n  }\n<\/style>\n\n<section class=\"luki-bars\" aria-label=\"LUKI Verbesserungszyklus\">\n  <div class=\"luki-bars__item\" data-value=\"25\">\n    <div class=\"luki-bars__label\">Planning<\/div>\n    <div class=\"luki-bars__track\"><div class=\"luki-bars__fill\"><\/div><\/div>\n  <\/div>\n\n  <div class=\"luki-bars__item\" data-value=\"50\">\n    <div class=\"luki-bars__label\">Implementation<\/div>\n    <div class=\"luki-bars__track\"><div class=\"luki-bars__fill\"><\/div><\/div>\n  <\/div>\n\n  <div class=\"luki-bars__item\" data-value=\"75\">\n    <div class=\"luki-bars__label\">Check<\/div>\n    <div class=\"luki-bars__track\"><div class=\"luki-bars__fill\"><\/div><\/div>\n  <\/div>\n\n  <div class=\"luki-bars__item\" data-value=\"100\">\n    <div class=\"luki-bars__label\">Improve<\/div>\n    <div class=\"luki-bars__track\"><div class=\"luki-bars__fill\"><\/div><\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  const blocks = Array.from(document.querySelectorAll('.luki-bars'));\n  if(!blocks.length) return;\n\n  function animateBlock(block){\n    const items = Array.from(block.querySelectorAll('.luki-bars__item'));\n    const prefersReduced = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n    items.forEach((item, idx)=>{\n      const fill = item.querySelector('.luki-bars__fill');\n      const target = Math.max(0, Math.min(100, Number(item.dataset.value)||0));\n      const delay = prefersReduced ? 0 : idx*150;\n      fill.style.width = '0%';\n      setTimeout(()=>{ fill.style.width = target + '%'; }, delay);\n    });\n  }\n\n  function visible(el){\n    const r = el.getBoundingClientRect();\n    const vh = window.innerHeight || document.documentElement.clientHeight;\n    return r.top < vh*0.85 && r.bottom > vh*0.15;\n  }\n\n  function setup(block){\n    let played=false;\n    const check=()=>{\n      if(!played && visible(block)){\n        played=true; animateBlock(block);\n        detach();\n      }\n    };\n    const opt={passive:true};\n    function detach(){\n      window.removeEventListener('scroll',check,opt);\n      window.removeEventListener('touchstart',check,opt);\n      window.removeEventListener('pointerdown',check,opt);\n      window.removeEventListener('load',check);\n      window.removeEventListener('pageshow',check);\n    }\n    requestAnimationFrame(()=>{ requestAnimationFrame(check); });\n    window.addEventListener('scroll',check,opt);\n    window.addEventListener('touchstart',check,opt);\n    window.addEventListener('pointerdown',check,opt);\n    window.addEventListener('load',check);\n    window.addEventListener('pageshow',check);\n  }\n\n  blocks.forEach(setup);\n})();\n<\/script>\n<\/div><\/div><\/div><\/div><div class=\"x-row e22-e55 mm-5 mm-6 mm-9 mm-h\"><div class=\"x-row-inner\"><div class=\"x-col e22-e56 mm-m mm-n\"><div class=\"x-div x-container max width e22-e57 mm-v\"><div class=\"x-text x-text-headline e22-e58 mm-1b mm-1c mm-1h\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h4 class=\"x-text-content-text-primary\">Our philosophy<\/h4>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e59 mm-z mm-10 mm-12 mm-16 mm-17 mm-19\"><p><!-- LUKI Philosophie \u2013 Kernwerte --><\/p>\n<p>We believe in continuous development\u2014both technically and personally. That's why we regularly review our processes, reflect on our work, and invest specifically in new technologies, materials, and manufacturing methods. In doing so, we never lose sight of what really matters: <strong>The satisfaction of our customers.<\/strong><\/p><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e22-e60 mm-0 mm-4\"><div class=\"x-row e22-e61 mm-5 mm-6 mm-8 mm-9 mm-i\"><div class=\"x-row-inner\"><div class=\"x-col e22-e62 mm-j mm-k mm-m mm-p mm-r mm-s\"><div class=\"x-div x-container max width e22-e63 mm-v mm-w mm-x\"><!-- LUKI Philosophie \u2013 Nachhaltigkeits-KPIs (mit Animation L->R) -->\n<style>\n  .luki-kpi{ --blue:#0b3a5a; --orange:#ef6c00; --muted:#e9eef2; color:inherit; font:inherit; margin-top:18px; }\n  .luki-kpi__row{ margin:12px 0; }\n  .luki-kpi__head{ display:flex; justify-content:space-between; gap:12px; margin-bottom:6px; }\n  .luki-kpi__name{ font-weight:700; color:var(--blue); }\n  .luki-kpi__val{ opacity:.85; }\n  .luki-kpi__bar{ height:10px; background:var(--muted); border-radius:999px; overflow:hidden; position:relative; }\n  .luki-kpi__fill{\n    height:100%;\n    width:0%;                                   \/* Start bei 0% *\/\n    background:linear-gradient(90deg,var(--orange),var(--blue));\n    border-radius:999px;                         \/* runde Enden *\/\n    will-change: width;\n    transition: width 1.2s cubic-bezier(.22,.61,.36,1); \/* Standard, wird per JS je Reihe angepasst *\/\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    .luki-kpi__fill{ transition:none !important; }\n  }\n<\/style>\n\n<section class=\"luki-kpi\" id=\"lukiKpi\" aria-label=\"Nachhaltigkeit KPIs\">\n  <div class=\"luki-kpi__row\" data-val=\"72\">\n    <div class=\"luki-kpi__head\"><span class=\"luki-kpi__name\">Recycling share in projects<\/span><span class=\"luki-kpi__val\">72%<\/span><\/div>\n    <div class=\"luki-kpi__bar\"><div class=\"luki-kpi__fill\"><\/div><\/div>\n  <\/div>\n  <div class=\"luki-kpi__row\" data-val=\"65\">\n    <div class=\"luki-kpi__head\"><span class=\"luki-kpi__name\">Material savings compared to 2022<\/span><span class=\"luki-kpi__val\">65%<\/span><\/div>\n    <div class=\"luki-kpi__bar\"><div class=\"luki-kpi__fill\"><\/div><\/div>\n  <\/div>\n  <div class=\"luki-kpi__row\" data-val=\"80\">\n    <div class=\"luki-kpi__head\"><span class=\"luki-kpi__name\">Energy efficiency in production<\/span><span class=\"luki-kpi__val\">80%<\/span><\/div>\n    <div class=\"luki-kpi__bar\"><div class=\"luki-kpi__fill\"><\/div><\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  const sec = document.getElementById('lukiKpi');\n  const rows = [...sec.querySelectorAll('.luki-kpi__row')];\n  const reduce = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n  let played = false;\n\n  function start(){\n    if(played) return; played = true;\n\n    rows.forEach((r, i)=>{\n      const v = Math.max(0, Math.min(100, parseInt(r.dataset.val || '0', 10)));\n      const fill = r.querySelector('.luki-kpi__fill');\n\n      if(reduce){ fill.style.width = v + '%'; return; }\n\n      \/\/ pro Zeile etwas andere Dauer + Delay (leichte Staffelung)\n      const dur = 1 + i*0.25;           \/\/ 1.0s, 1.25s, 1.5s ...\n      const delay = i * 0.10;           \/\/ 0s, 0.1s, 0.2s ...\n      fill.style.transition = `width ${dur}s cubic-bezier(.22,.61,.36,1) ${delay}s`;\n\n      \/\/ sicherstellen, dass Start bei 0% ist, dann animiert auf Ziel\n      fill.style.width = '0%';\n      requestAnimationFrame(()=>{ requestAnimationFrame(()=>{ fill.style.width = v + '%'; }); });\n    });\n  }\n\n  new IntersectionObserver(es=>{\n    es.forEach(e=>{ if(e.isIntersecting) start(); });\n  }, {threshold:.25}).observe(sec);\n})();\n<\/script>\n<div class=\"x-text x-text-headline e22-e65 mm-1b mm-1c mm-1h\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h4 class=\"x-text-content-text-primary\">Growth with responsibility for the region and the environment<\/h4>\n<\/div><\/div><\/div><div class=\"x-text x-content e22-e66 mm-z mm-11 mm-12 mm-15 mm-16 mm-19 mm-1a\">Through our continuous growth, we are not only creating new jobs in the region, but also steadily expanding our production capacities. At the same time, we attach great importance to sustainability and are actively working on new solutions in the field of recycling and resource-saving materials \u2013 so that we are also one step ahead in terms of ecology.<\/div><\/div><\/div><div class=\"x-col e22-e67 mm-j mm-m mm-n mm-q mm-t\"><div class=\"x-div x-container max width e22-e68 mm-v mm-w mm-y\"><span class=\"x-image e22-e69 mm-1i mm-1k\"><img decoding=\"async\" src=\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2025\/09\/Luki-Recyling-Zertifikat-border.webp\" width=\"300\" height=\"424\" alt=\"Image\" loading=\"lazy\"><\/span><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Luki GmbH &#038; Co. KG \u2013 Deine Spezialisten f\u00fcr professionelle Lichtwerbung Seit 2007 stehen wir als familiengef\u00fchrtes Unternehmen f\u00fcr hochwertige Lichtwerbung, pers\u00f6nlichen Service und ma\u00dfgeschneiderte L\u00f6sungen f\u00fcr unsere Kunden. Als inhabergef\u00fchrtes Unternehmen mit Sitz in Bretzfeld-Schwabbach haben wir uns auf die Entwurfsplanung, Produktion und Montage von Lichtwerbung f\u00fcr Innen- und Au\u00dfenbereiche spezialisiert. Unser Ziel war von Anfang an klar: Lichtwerbung &#8230; <\/p>\n<div><a href=\"https:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/\" class=\"more-link\">Read More<\/a><\/div>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry","no-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u00dcber uns - Lichtwerbung<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00dcber uns - Lichtwerbung\" \/>\n<meta property=\"og:description\" content=\"Luki GmbH &amp; Co. KG \u2013 Deine Spezialisten f\u00fcr professionelle Lichtwerbung Seit 2007 stehen wir als familiengef\u00fchrtes Unternehmen f\u00fcr hochwertige Lichtwerbung, pers\u00f6nlichen Service und ma\u00dfgeschneiderte L\u00f6sungen f\u00fcr unsere Kunden. Als inhabergef\u00fchrtes Unternehmen mit Sitz in Bretzfeld-Schwabbach haben wir uns auf die Entwurfsplanung, Produktion und Montage von Lichtwerbung f\u00fcr Innen- und Au\u00dfenbereiche spezialisiert. Unser Ziel war von Anfang an klar: Lichtwerbung ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/\" \/>\n<meta property=\"og:site_name\" content=\"Lichtwerbung\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T15:10:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"23 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/luki-lichtwerbung.de\/ueber-uns\/\",\"url\":\"https:\/\/luki-lichtwerbung.de\/ueber-uns\/\",\"name\":\"\u00dcber uns - Lichtwerbung\",\"isPartOf\":{\"@id\":\"https:\/\/luki-lichtwerbung.de\/#website\"},\"datePublished\":\"2025-03-13T12:55:10+00:00\",\"dateModified\":\"2026-01-22T15:10:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/luki-lichtwerbung.de\/ueber-uns\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/luki-lichtwerbung.de\/ueber-uns\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/luki-lichtwerbung.de\/ueber-uns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\/\/luki-lichtwerbung.de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00dcber uns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/luki-lichtwerbung.de\/#website\",\"url\":\"https:\/\/luki-lichtwerbung.de\/\",\"name\":\"Lichtwerbung\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/luki-lichtwerbung.de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/luki-lichtwerbung.de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/luki-lichtwerbung.de\/#organization\",\"name\":\"Lichtwerbung\",\"url\":\"https:\/\/luki-lichtwerbung.de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/luki-lichtwerbung.de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2025\/03\/Logo-Luki-New.png\",\"contentUrl\":\"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2025\/03\/Logo-Luki-New.png\",\"width\":650,\"height\":192,\"caption\":\"Lichtwerbung\"},\"image\":{\"@id\":\"https:\/\/luki-lichtwerbung.de\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/luki.lichtwerbung\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u00dcber uns - Lichtwerbung","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:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/","og_locale":"en_US","og_type":"article","og_title":"\u00dcber uns - Lichtwerbung","og_description":"Luki GmbH & Co. KG \u2013 Deine Spezialisten f\u00fcr professionelle Lichtwerbung Seit 2007 stehen wir als familiengef\u00fchrtes Unternehmen f\u00fcr hochwertige Lichtwerbung, pers\u00f6nlichen Service und ma\u00dfgeschneiderte L\u00f6sungen f\u00fcr unsere Kunden. Als inhabergef\u00fchrtes Unternehmen mit Sitz in Bretzfeld-Schwabbach haben wir uns auf die Entwurfsplanung, Produktion und Montage von Lichtwerbung f\u00fcr Innen- und Au\u00dfenbereiche spezialisiert. Unser Ziel war von Anfang an klar: Lichtwerbung ... Read More","og_url":"https:\/\/luki-lichtwerbung.de\/en\/ueber-uns\/","og_site_name":"Lichtwerbung","article_modified_time":"2026-01-22T15:10:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"23 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/luki-lichtwerbung.de\/ueber-uns\/","url":"https:\/\/luki-lichtwerbung.de\/ueber-uns\/","name":"\u00dcber uns - Lichtwerbung","isPartOf":{"@id":"https:\/\/luki-lichtwerbung.de\/#website"},"datePublished":"2025-03-13T12:55:10+00:00","dateModified":"2026-01-22T15:10:04+00:00","breadcrumb":{"@id":"https:\/\/luki-lichtwerbung.de\/ueber-uns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luki-lichtwerbung.de\/ueber-uns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/luki-lichtwerbung.de\/ueber-uns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/luki-lichtwerbung.de\/"},{"@type":"ListItem","position":2,"name":"\u00dcber uns"}]},{"@type":"WebSite","@id":"https:\/\/luki-lichtwerbung.de\/#website","url":"https:\/\/luki-lichtwerbung.de\/","name":"Illuminated Advertising","description":"","publisher":{"@id":"https:\/\/luki-lichtwerbung.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luki-lichtwerbung.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/luki-lichtwerbung.de\/#organization","name":"Illuminated Advertising","url":"https:\/\/luki-lichtwerbung.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/luki-lichtwerbung.de\/#\/schema\/logo\/image\/","url":"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2025\/03\/Logo-Luki-New.png","contentUrl":"https:\/\/luki-lichtwerbung.de\/wp-content\/uploads\/2025\/03\/Logo-Luki-New.png","width":650,"height":192,"caption":"Lichtwerbung"},"image":{"@id":"https:\/\/luki-lichtwerbung.de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/luki.lichtwerbung\/"]}]}},"_links":{"self":[{"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":78,"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":1058,"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/pages\/22\/revisions\/1058"}],"wp:attachment":[{"href":"https:\/\/luki-lichtwerbung.de\/en\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}