Ella & Charlotte

Ella & Charlotte

Inner Values (on the Hook)

Inner Values (on the Hook)

California Dreaming

California Dreaming

Mountains of Gold

Mountains of Gold

BMW Z1

BMW Z1

Targa on Sylt

Targa on Sylt

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