Magnic Light
News
Awards
Our Story
Press & TV-Reports
Demo Videos
Press Data
Team
Technology
Eddy Current
Magnets
Light Distribution
Patents
Documentation
Microlight Manual
Wega Manual
Video Tutorials
FAQ
Technical Data
German STVZO
Applications
Roadbike
Mountainbike
Trekking-/ Citybikes
Folding Bikes
Childrens Bikes
E-Bikes
Disc Brake
Competition
Light Comparison
User Experience
Webshop
Magnic Microlights
Front Light
Rear Light
Frontlight Set
Rearlight Set
Quattro Set
Wega
Frontlight
Rearlight
Frontlight Set
Rearlight Set
Quattro Set
Spare Parts
Microlight- Spare Parts
Wega - Spare Parts
Repairs
My Shopping Cart
Search
Wega - Spare Parts
Some parts such as brake pads or protective stickers must be replaced when they are worn - others could be lost. All parts can be reordered here, so that the lamps can be used for a long time.
0,80 € (0,67 € excl VAT)
each
Wega clamp
Product details
0,60 € (0,50 € excl VAT)
each
UHMWPE Protect Sticker Set 2x
Product details
1,90 € (1,60 € excl VAT)
each
Wega Key / Screw Set
Product details
1,00 € (0,84 € excl VAT)
each
Wega flexible strap
Product details
1,50 € (1,26 € excl VAT)
each
Wega wing nut set
Product details
1,00 € (0,84 € excl VAT)
each
Wega_protect_tape
Product details
11,90 € (10,00 € excl VAT)
each
microlight-wega-headlight
Product details
14,28 € (12,00 € excl VAT)
each
Microlight/ Wega Rearlight
Product details
Results 1 - 8 of 8
info@magniclight.com
Search
Magnic Light
News
Awards
Our Story
Press & TV-Reports
Demo Videos
Press Data
Team
Technology
Eddy Current
Magnets
Light Distribution
Patents
Documentation
Microlight Manual
Wega Manual
Video Tutorials
FAQ
Technical Data
German STVZO
Applications
Roadbike
Mountainbike
Trekking-/ Citybikes
Folding Bikes
Childrens Bikes
E-Bikes
Disc Brake
Competition
Light Comparison
User Experience
Webshop
Magnic Microlights
Front Light
Rear Light
Frontlight Set
Rearlight Set
Quattro Set
Wega
Frontlight
Rearlight
Frontlight Set
Rearlight Set
Quattro Set
Spare Parts
Microlight- Spare Parts
Wega - Spare Parts
Repairs
My Shopping Cart
Search
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); }); ``` });