Imprint

Registered address

CARLAVIA AG
Schindellegistrasse 73
8808 Pfaffikon, SZ
Switzerland

Email[email protected]

Contact formcarlavia.com/contact

CARLAVIA AG is registered in the Commercial Register of the Canton of Schwyz under the UID CHE-402.814.412 and is represented by Jaroslav Kacina, Director and Chairman of the Board, and Marian Hires, Director and Board member.

The Swiss VAT number is: CHE-402.814.412 MWST

document.addEventListener('DOMContentLoaded', function() { var copyButton = document.querySelector('.copy-premiumone'); var text = 'PREMIUMONE'; function fallbackCopy(t) { var textarea = document.createElement('textarea'); textarea.value = t; textarea.setAttribute('readonly', ''); textarea.style.position = 'absolute'; textarea.style.left = '-9999px'; document.body.appendChild(textarea); textarea.select(); document.execCommand('copy'); document.body.removeChild(textarea); } function showCopied() { if (copyButton.className.indexOf('copied') === -1) { copyButton.className += ' copied'; } setTimeout(function() { copyButton.className = copyButton.className.replace(' copied', ''); }, 1500); } if (copyButton) { copyButton.addEventListener('click', function() { if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(text).then(function() { showCopied(); }, function() { fallbackCopy(text); showCopied(); }); } else { fallbackCopy(text); showCopied(); } }); } });