Technical Data

Wega
Generator Power
0,1- 0,5 Watts
Voltage
2-5 V (AC)
Light Power
11 Lux (at 15 km/h)
20 Lux (at 25 km/h) 
Stand light duration (only rear lights with parking light)
5-10 minutes
Weight per lamp (including generator bracket)
56g
Microlights
Generator Power
0,1- 0,5 Watts
Voltage
2-5 V (AC)
Light Power
11 Lux (at 15 km/h)
20 Lux (at 25 km/h) 
Stand light duration (only rear lights with parking light)
5-10 minutes
Weight per lamp (including generator bracket)
52g
Materials
Generator- Magnets
Neodymium N52
Housing & Bracket
Glass fiber reinforced polycarbonate
Headlight housing
Polycarbonat (transparent)
Lenses
PMMA
Fork rubber (Wega)
TPU (thermoplastic Polyurethan)
Spacer-rubber (Microlights)
TPU (thermoplastic Polyurethan)
LED- Front light
Cree XQE-White
LED- Rear light
2x Cree XQE-Red
as single light source

Performance front lights 15 km/h

Color spectrum front lights

Electronics Front lights

Performance rear lights 15 km/h

Color spectrum rear lights

Electronics Rear lights

Technical Drawing Microlights

Technical Drawing Wega

document.addEventListener("DOMContentLoaded", function() { // Alle Slides mit YouTube-Hintergrundvideos var videoBackgrounds = document.querySelectorAll('.sp-video-background'); ``` videoBackgrounds.forEach(function(bg) { var iframe = bg.querySelector('iframe'); if (!iframe) return; // Ursprüngliche src sichern var originalSrc = iframe.src; iframe.removeAttribute('src'); // Funktion zum Laden des Videos var loadVideo = function() { iframe.src = originalSrc + '&autoplay=1'; // Autoplay aktivieren // Optional: iframe sichtbar machen, falls ausgeblendet iframe.style.display = 'block'; }; // Prüfen, ob Slide sichtbar ist var observer = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { loadVideo(); observer.unobserve(entry.target); // nur einmal laden } }); }, { threshold: 0.25 }); // 25% sichtbar observer.observe(bg); }); ``` });