Competition

Magnic Microlights & Wega work without contact, but not without energy consumption. With less than 1 watt per lamp/generator, however, the effort is extremely low, so that even at high speeds there are hardly any losses worth mentioning. As a rule of thumb, you can add about 1-2 seconds of additional effort per lamp over 10km.

Magnic Microlights and Wega lamps have already been used for some time trials/bike races and larger night tours:

  • Race Around Germany 2021
  • German and European Championship Duathlon Alsdorf 2022 (Second fastest bike time AK50 over 60 km - 41 km/h)
  • World Championship Duathlon Viborg/DK 2022 (3rd fastest bike time AK50 over 60 km)
  • Brocken mountain time trial 2022 (1st place)
  • Eisenberg mountain time trial 2022 (1st place)
  • 220 km night drive Texel/NL 2023
  • Cycle race 2023: Bilster Berg, Osnbrück,...
  • German Duathlon Championship Alsdorf 2023
  • German Road Championships Donaueschingen 2023

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