Projects

BMW Z1

Deadwood

JellyBelly

Stasis

Targa on Sylt

Dunes

Drive2Extremes

Ikarus

Privacy Preferences

When you visit our website, it may store information through your browser from specific services, usually in the form of cookies. Here you can change your Privacy preferences. It is worth noting that blocking some types of cookies may impact your experience on our website and the services we are able to offer.

🍥 Yummy!

My website uses cookies, mainly from 3rd party services. Define your Privacy Preferences and/or agree to our use of cookies.
document.addEventListener("DOMContentLoaded", function() { let imagesArray = document.body.querySelectorAll('.no-cursor'); let cursor = document.querySelector('.wpcc-cursor'); imagesArray.forEach(function(image){ image.addEventListener('mouseenter', function(){ cursor.style.visibility = 'hidden'; console.log('enter'); }); image.addEventListener('mouseleave', function(){ cursor.style.visibility = 'visible';console.log('out'); }); }); });
DE