Commercial customers - B2B

Our offers are only aimed at entrepreneurs, §14 BGB, i.e. at natural or legal persons or partnerships with legal capacity who, when concluding a legal transaction, act in the exercise of their commercial or self-employed professional activity. We do not conclude any contracts with consumers here, § 13 BGB.

Register as a dealer


Our offers are only aimed at entrepreneurs, §14 BGB, i.e. at natural or legal persons or partnerships with legal capacity who, when concluding a legal transaction, act in the exercise of their commercial or self-employed professional activity. We do not conclude any contracts with consumers here, § 13 BGB.

window.addEventListener('load', function() { const selectElement = document.querySelector('select[data-testing="salutation-select"]'); if (selectElement) { selectElement.addEventListener('change', function() { const selectedValue = selectElement.value; if (selectedValue === 'male' || selectedValue === 'female' || selectedValue === 'diverse' || selectedValue === 'please select') { // Modal anzeigen $('#redirectModal').modal('show'); } }); } });