News

Tested to the Limit: Microlight Clip System with Impact Resistance

June 23, 2025

Robust by Design: New Clip Technology in All Magnic Microlight & Wega Models
Since spring 2025, all our lights feature a newly developed clip connection that significantly increases their durability. Internal tests have shown that even drops from heights of up to 2 meters onto hard surfaces cause no damage.
Perfect for daily commuting, off-road adventures, and demanding long-distance rides.
Microlight shock clip

The video below shows 20 lights from the new generation being dropped onto the ground – a stress test that goes far beyond the usual requirements for bicycle lighting. Even 2 meters would not be a problem, although a fall from 1 meter already presents a serious challenge for any precision-engineered system.

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); }); ``` });