{ const match = new RegExp('XSRF-TOKEN=(.+?);').exec(document.cookie); return match ? match[1] : ''; }; const eventNames = { Purchase: 'Purchase', Lead: 'Lead', }; const eventNameToConversionActionCategory = { [eventNames.Purchase]: 'PURCHASE', [eventNames.Lead]: 'SUBMIT_LEAD_FORM', }; const channelParams = { price: 'price', id: 'id', currency: 'currency', name: 'name', category: 'category', brand: 'brand', variant: 'variant', list: 'list_name', quantity: 'quantity', step: 'checkout_step', option: 'checkout_option', position: 'list_position', coupon: 'coupon', affiliation: 'affiliation', revenue: 'value', tax: 'tax', sku: 'sku', shipping: 'shipping', }; const mapContents = ({ contents = [] }) => contents.map(({ currency, ...product }) => paramsMapper(product, channelParams), ); const paramsMapper = (params, mapper) => { const mappedParams = Object.keys(params); if (mappedParams.length === 0) { return params; } return mappedParams.reduce((mappedObject, currentKey) => { const newKey = mapper[currentKey]; if (newKey && (params[currentKey] || params[currentKey] === 0)) { mappedObject[newKey] = params[currentKey]; } return mappedObject; }, {}); }; const loadGtag = () => { const gtagInitScript = document.createElement('script'); gtagInitScript.type = 'text/javascript'; gtagInitScript.innerHTML = ` window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()) `; document.head.appendChild(gtagInitScript); const gtagScript = document.createElement('script'); gtagScript.type = 'text/javascript'; gtagScript.setAttribute('async', 'true'); gtagScript.setAttribute('src', 'https://www.googletagmanager.com/gtag/js'); document.head.appendChild(gtagScript); }; const handleGoogleConsent = () => { window.dataLayer = window.dataLayer || []; if (window.consentPolicyManager && window.consentPolicyManager.initRan) { const { policy, defaultPolicy } = window.consentPolicyManager.getCurrentConsentPolicy(); setConsent('default', evaluateConsentPolicy(policy, defaultPolicy)); } else { setConsent('default', { advertising: false, analytics: false, functional: false, waitForUpdate: 500, }); } window.document.addEventListener('consentPolicyInitialized', ({ detail }) => { setConsent( 'update', evaluateConsentPolicy(detail.policy, detail.defaultPolicy), ); }); window.document.addEventListener('consentPolicyChanged', ({ detail }) => { setConsent('update', detail.policy); }); function evaluateConsentPolicy(policy, defaultPolicy) { const { gdprEnforcedGeo } = window.wixTagManager.getConfig(); return defaultPolicy && gdprEnforcedGeo ? { ...policy, advertising: false, analytics: false } : policy; } function setConsent( action, { advertising, analytics, functional, waitForUpdate }, ) { (function () { window.dataLayer.push(arguments); })('consent', action, { ad_storage: advertising ? 'granted' : 'denied', ad_user_data: advertising ? 'granted' : 'denied', ad_personalization: advertising ? 'granted' : 'denied', analytics_storage: analytics ? 'granted' : 'denied', functionality_storage: functional ? 'granted' : 'denied', personalization_storage: 'granted', security_storage: 'granted', ...(waitForUpdate ? { wait_for_update: waitForUpdate } : {}), }); } }; let conversionActions; const loadConversionActions = () => { const XSRFToken = getXSRFTokenFromCookie(); const headers = { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }; const getAppToken = window.wixEmbedsAPI?.getAppToken; if (getAppToken) { headers.authorization = getAppToken(METASITE_APP_DEF_ID); } const metaSiteId = window.wixEmbedsAPI?.getMetaSiteId(); return fetch( `${window.location.origin}/_serverless/pa-google/v1/accounts/current-site/conversion-actions?metaSiteId=${metaSiteId}`, { method: 'GET', headers, }, ) .then((response) => response.json()) .then((data) => { conversionActions = data.conversionActions; gtag('config', conversionActions[0].conversionId); }); }; const reportEvent = (eventName, eventParams) => { const category = eventNameToConversionActionCategory[eventName]; const conversionAction = conversionActions.find( (currentConversionAction) => currentConversionAction.category.category === category, ); if (conversionAction) { let conversionData = { send_to: `${conversionAction.conversionId}/${conversionAction.conversionLabel}`, }; switch (category) { case 'PURCHASE': { const { revenue, id, currency, coupon, ...params } = eventParams; conversionData = { ...conversionData, ...paramsMapper({ revenue, id, currency, coupon }, channelParams), transactionId: eventParams.id, items: mapContents(params), }; break; } default: break; } gtag('event', 'conversion', conversionData); } }; let isBootstrapped = false; const bootstrap = () => { handleGoogleConsent(); loadGtag(); return loadConversionActions().then(() => { isBootstrapped = true; }); }; const bootstrapPromise = bootstrap(); const registerListener = () => { window.wixDevelopersAnalytics.register( 'd6708a0e-5b2a-458e-8cfe-bdca240aa2ce', (eventName, eventParams) => { if (isBootstrapped) { reportEvent(eventName, eventParams); } else { bootstrapPromise.then(() => { reportEvent(eventName, eventParams); }); } }, ); }; window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener); })();
top of page

DATA PROTECTION

I am very pleased about your interest in my company. Data protection is of particular importance to me as the operator of the website www.fischerjens.com. The use of the Jens Fischer website is generally possible without providing any personal data. However, if a person wants to use specific services of my company via my website, processing of personal data may be necessary. If the processing of personal data is required and there is no legal basis for such processing, I generally obtain consent from the individual concerned.

The processing of personal data, such as name, address, email address, or telephone number of an individual, always takes place in accordance with the General Data Protection Regulation (GDPR) and in compliance with the country-specific data protection regulations applicable to Jens Fischer. Through this privacy policy, I aim to inform the public, with my company, about the nature, scope, and purpose of the personal data collected, used, and processed by me. Furthermore, this privacy policy informs individuals about their rights.


Jens Fischer, as the controller responsible for processing, has implemented numerous technical and organizational measures to ensure the most comprehensive protection of personal data processed via this website. However, internet-based data transmissions may generally have security vulnerabilities, so absolute protection cannot be guaranteed. For this reason, it is open to any affected individual to transmit personal data through alternative means, such as by phone or email.

 

 


1. Definitions

​

The privacy policy of Jens Fischer is based on the terms used by the European legislator for the adoption of the General Data Protection Regulation (GDPR). Our privacy policy aims to be easily readable and understandable for the public, our customers, and business partners. To ensure this, we would like to explain the terms used in advance.

​

In this privacy policy, we use, among others, the following terms:

​

​

a) Personal Data

​

Personal data means any information relating to an identified or identifiable natural person ("data subject"). An identifiable person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier, or one or more factors specific to the physical, physiological, genetic, mental, economic, cultural, or social identity of that natural person.

​

​

b) Data Subject

​

Data subject is any identified or identifiable natural person whose personal data is processed by the controller responsible for the processing.

​

c) Processing

​

Processing is any operation or set of operations performed on personal data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination, or otherwise making available, alignment or combination, restriction, erasure, or destruction.

​

​

d) Restriction of Processing

​

Restriction of processing is the marking of stored personal data with the aim of limiting its processing in the future.

​

​

e) Profiling

​

Profiling is any form of automated processing of personal data consisting of using those data to evaluate certain personal aspects relating to a natural person, in particular to analyze or predict aspects concerning that person's performance at work, economic situation, health, personal preferences, interests, reliability, behavior, location, or movements.

​

​

f) Pseudonymization

​

Pseudonymization is the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organizational measures to ensure that the personal data are not attributed to an identified or identifiable natural person.

​

​

g) Controller or Controller Responsible for the Processing

​

Controller or controller responsible for the processing is the natural or legal person, public authority, agency, or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data. Where the purposes and means of such processing are determined by Union or Member State law, the controller or the specific criteria for its nomination may be provided for by Union or Member State law.

​

​

h) Processor

​

Processor is a natural or legal person, public authority, agency, or other body which processes personal data on behalf of the controller.

​

​

i) Recipient

​

Recipient is a natural or legal person, public authority, agency, or another body, to which the personal data are disclosed, whether a third party or not. However, public authorities which may receive personal data in the framework of a particular inquiry in accordance with Union or Member State law shall not be regarded as recipients.

​

​

j) Third Party

​

Third party is a natural or legal person, public authority, agency, or body other than the data subject, controller, processor, and persons who, under the direct authority of the controller or processor, are authorized to process personal data.

​

​

k) Consent

​

Consent of the data subject is any freely given, specific, informed, and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her.

​

​

​

2. Name and Address of the Controller

​

Controller within the meaning of the General Data Protection Regulation (GDPR), other data protection laws applicable in EU member states, and other provisions with data protection character is:

​

Jens Fischer
Geschwister-Scholl-Straße 100
20251 Hamburg
Germany

Phone: 0176/23638873
Email: info@fischerjens.com

​

​

​

3. Collection of General Data, Information, and Hosting

​

The website www.fischerjens.com collects a series of general data and information with each visit by a data subject or automated system. This general data and information are stored in the server's log files. The following data may be collected:

​

  1. Browser types and versions used

  2. The operating system used by the accessing system

  3. The website from which an accessing system reaches our website (referrer)

  4. The sub-websites accessed via an accessing system on our website

  5. Date and time of access to the website

  6. Internet Protocol (IP) address

  7. Internet service provider of the accessing system

  8. Other similar data and information used for security purposes in the event of attacks on our IT systems.
     

Jens Fischer does not draw conclusions about the data subject when using this general data and information. This information is needed to:

​

  1. Deliver the content of our website correctly

  2. Optimize the content of our website and its advertisement

  3. Ensure the ongoing functionality of our IT systems and website technology

  4. Provide law enforcement authorities with the necessary information in the event of a cyberattack.
     

These anonymously collected data are evaluated statistically by Jens Fischer to increase data protection and data security within the company, ultimately ensuring an optimal level of protection for the personal data we process. Server log file data is stored separately from all personally identifiable information provided by a data subject.

​

To protect the security of your data during transmission, we use encryption methods (e.g., SSL) via HTTPS.

​

​

Hosting by Wix:

​

We use the website builder system of Wix HQ, 6350671, Nemal Tel Aviv St 40, Tel Aviv-Yafo, Israel ("Wix") for hosting and displaying the website based on processing on our behalf. All data collected on our website is processed on Wix's servers. As part of Wix's services, data may also be transferred to Wix Inc., 500 Terry A. Francois Boulevard, San Francisco, California 94158, USA, for further processing on our behalf. Adequate data protection is ensured for data transmitted to Wix in Israel by a European Commission adequacy decision. For further information on Wix's privacy practices, please visit their website: Wix Privacy

The extent of processing personal data is described below. Processing on servers other than those mentioned above by Wix only occurs within the framework specified below.

​

​

​

4. Contact Options via the Website

​

The website www.fischerjens.com contains information required by law for quick electronic contact with our company and direct communication with us, including a general email address (email address). If a data subject contacts the controller via email or a contact form, the personal data transmitted by the data subject is automatically stored. Such personal data voluntarily provided by a data subject to the controller will be stored for the purpose of processing or contacting the data subject. This data will not be disclosed to third parties.

​

​

​

5. Comment Function in the Blog on the Website

​

Jens Fischer offers users the opportunity to leave individual comments on specific blog posts on the website. When a data subject leaves a comment on the blog published on this website, the data subject's comments, the time of the comment, and the chosen username (pseudonym) are stored and published. Additionally, the internet service provider (ISP) assigned to the data subject's IP address is logged for security reasons. This data is stored in the controller's interest to potentially exculpate themselves in case of legal violations.

​

​

​

6. Routine Erasure and Blocking of Personal Data

​

The controller processes and stores personal data of data subjects only for the period necessary to achieve the storage purpose or as required by applicable laws or regulations to which the controller is subject. Once the storage purpose has been fulfilled or a statutory retention period has expired, the personal data is routinely blocked or deleted in accordance with legal requirements.

​

​

​

7. Rights of the Data Subject

​

a) Right to confirmation
b) Right to information
c) Right to rectification
d) Right to erasure ("Right to be forgotten")
e) Right to restriction of processing
f) Right to data portability
g) Right to object
h) Automated individual decision-making, including profiling
i) Right to withdraw consent to data protection

​

For the full text and details of these rights, including how to exercise them, please refer to the original text or contact the data controller directly.

 

 

 

​

8. Privacy Policy regarding the Use and Deployment of Facebook

 

 

 

​

The controller responsible for data processing has integrated components of the company Facebook on this website. Facebook is a social network.

​

A social network is an online meeting place operated on the Internet, a virtual community that typically enables users to communicate with each other and interact in the virtual space. A social network can serve as a platform for the exchange of opinions and experiences or allow the internet community to provide personal or business-related information. Facebook allows users of the social network, among other things, to create private profiles, upload photos, and network through friend requests.

​

The operator of Facebook is Facebook, Inc., 1 Hacker Way, Menlo Park, CA 94025, USA. The controller responsible for processing personal data, if a data subject lives outside the USA or Canada, is Facebook Ireland Ltd., 4 Grand Canal Square, Grand Canal Harbour, Dublin 2, Ireland.

​

Each time one of the individual pages of this website, which is operated by the controller responsible for processing and on which a Facebook component (Facebook plug-in) has been integrated, is accessed, the internet browser on the data subject's information technology system is automatically prompted by the respective Facebook component to download a display of the corresponding Facebook component from Facebook. An overview of all Facebook plug-ins can be accessed at https://developers.facebook.com/docs/plugins/?locale=en_US. As part of this technical process, Facebook becomes aware of which specific subpage of our website is visited by the data subject.

​

If the data subject is logged in to Facebook at the same time, Facebook recognizes with each visit to our website by the data subject and during the entire duration of the respective stay on our website, which specific subpage of our website the data subject visits. This information is collected by the Facebook component and assigned by Facebook to the respective Facebook account of the data subject. If the data subject clicks on one of the Facebook buttons integrated on our website, for example the "Like" button, or if the data subject submits a comment, Facebook assigns this information to the personal Facebook user account of the data subject and stores this personal data.

​

Facebook receives information through the Facebook component that the data subject has visited our website whenever the data subject is logged in to Facebook at the same time as accessing our website, regardless of whether the data subject clicks on the Facebook component or not. If such transmission of this information to Facebook is not desired by the data subject, the data subject can prevent the transmission by logging out of their Facebook account before accessing our website.

​

The data protection guideline published by Facebook, which is available at https://www.facebook.com/about/privacy/, provides information on the collection, processing, and use of personal data by Facebook. It also explains the options Facebook offers to protect the privacy of the data subject. In addition, various applications are available that allow data transmission to Facebook to be suppressed. Such applications can be used by the data subject to suppress data transmission to Facebook.

 

​

​

9. Privacy Policy regarding the Use and Deployment of Instagram
​

The controller responsible for data processing has integrated components of the service Instagram on this website. Instagram is a service that qualifies as an audiovisual platform and allows users to share photos and videos and further disseminate such data in other social networks.

​

The operator of Instagram's services is Instagram LLC, 1 Hacker Way, Building 14 First Floor, Menlo Park, CA, USA.

​

Each time one of the individual pages of this website, which is operated by the controller responsible for processing and on which an Instagram component (Insta button) has been integrated, is accessed, the internet browser on the data subject's information technology system is automatically prompted by the respective Instagram component to download a display of the corresponding component from Instagram. As part of this technical process, Instagram becomes aware of which specific subpage of our website is visited by the data subject.

​

If the data subject is logged in to Instagram at the same time, Instagram recognizes with each visit to our website by the data subject and during the entire duration of the respective stay on our website, which specific subpage the data subject visits. This information is collected by the Instagram component and assigned by Instagram to the respective Instagram account of the data subject. If the data subject clicks on one of the Instagram buttons integrated on our website, the data and information transmitted with it are assigned to the personal Instagram user account of the data subject and stored and processed by Instagram.

​

Instagram receives information through the Instagram component that the data subject has visited our website whenever the data subject is logged in to Instagram at the same time as accessing our website, regardless of whether the data subject clicks on the Instagram component or not. If such transmission of this information to Instagram is not desired by the data subject, the data subject can prevent the transmission by logging out of their Instagram account before accessing our website.

​

Further information and the applicable privacy policy of Instagram can be accessed at https://help.instagram.com/155833707900388 and https://www.instagram.com/about/legal/privacy/.

 

​

​

10. Privacy Policy regarding the Use and Deployment of Pinterest

​

The controller responsible for data processing has integrated components of Pinterest Inc. on this website. Pinterest is a so-called social network. A social network is an online meeting place operated on the Internet, a virtual community that typically enables users to communicate with each other and interact in the virtual space. A social network can serve as a platform for the exchange of opinions and experiences or allow the internet community to provide personal or business-related information. Pinterest allows users of the social network, among other things, to publish collections of images and individual images as well as descriptions on virtual pinboards (so-called pinning), which can then be shared (so-called repinning) or commented on by other users.

​

The operator of Pinterest is Pinterest Inc., 808 Brannan Street, San Francisco, CA 94103, USA.

​

Each time one of the individual pages of this website, which is operated by the controller responsible for processing and on which a Pinterest component (Pinterest plug-in) has been integrated, is accessed, the internet browser on the data subject's information technology system is automatically prompted by the respective Pinterest component to download a display of the corresponding Pinterest component from Pinterest. More information about Pinterest can be found at https://pinterest.com/. As part of this technical process, Pinterest becomes aware of which specific subpage of our website is visited by the data subject.

​

If the data subject is logged in to Pinterest at the same time, Pinterest recognizes with each visit to our website by the data subject and during the entire duration of the respective stay on our website, which specific subpage of our website the data subject visits. This information is collected by the Pinterest component and assigned by Pinterest to the respective Pinterest account of the data subject. If the data subject clicks on one of the Pinterest buttons integrated on our website, Pinterest assigns this information to the personal Pinterest user account of the data subject and stores this personal data.

​

Pinterest receives information through the Pinterest component that the data subject has visited our website whenever the data subject is logged in to Pinterest at the same time as accessing our website, regardless of whether the data subject clicks on the Pinterest component or not. If such transmission of this information to Pinterest is not desired by the data subject, the data subject can prevent the transmission by logging out of their Pinterest account before accessing our website.

​

The privacy policy published by Pinterest, which is available at https://about.pinterest.com/privacy-policy, provides information on the collection, processing, and use of personal data by Pinterest.

​

 

​

11. Use of Google Analytics

​

We use Google Analytics, a web analytics service provided by Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043 USA, hereinafter referred to as "Google", on our website. Google Analytics uses "cookies", which are text files placed on your computer, to help analyze how users use the website. The information generated by the cookies about your use of the website (including your IP address) will be transmitted to and stored by Google on servers in the United States. We use Google Analytics on our website with the addition of "_gat._anonymizeIp". In this case, your IP address will be truncated and anonymized by Google within member states of the European Union or other contracting states of the Agreement on the European Economic Area. Google will use this information for the purpose of evaluating your use of our website, compiling reports on website activity for us, and providing other services relating to website activity and internet usage. Google may also transfer this information to third parties where required to do so by law, or where such third parties process the information on Google's behalf. Google will not associate your IP address with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of our website. Furthermore, you can prevent Google's collection and use of data (cookies and IP address) by downloading and installing the browser plug-in available under https://tools.google.com/dlpage/gaoptout?hl=en.

​

 

​

12. Data Privacy Regarding the Use of YouTube

​

We have embedded YouTube videos on our website, which are stored on http://www.YouTube.com and can be played directly from our website. By default, when a page with embedded videos is accessed, your IP address is sent to YouTube/Google and cookies are installed on your computer. However, we have embedded our videos in "extended privacy mode", which means that no data about you as a user will be transmitted to YouTube/Google unless you play the videos. Only when you click to play the video, the following data will be transmitted:

​

  • IP address

  • Date and time of the request

  • Time zone difference to Greenwich Mean Time (GMT)

  • Content of the request (specific page)

  • Access status/HTTP status code

  • Amount of data transferred

  • Website from which the request comes

  • Browser

  • Operating system and its interface

  • Language and version of the browser software

  • Used hardware (PC, smartphone, etc.)

  • Location (if Google Maps is enabled)
     

We have no influence on this data transfer.

​

By visiting our website and playing the videos, YouTube/Google receives information that you have accessed the corresponding subpage of our website. If you are logged into Google, this data will be directly associated with your account. If you do not wish this association with your YouTube profile, you must log out before activating the button. In addition, YouTube/Google also stores data if you do not have a Google user account, especially: IP address, search queries, browser, and operating system version. YouTube/Google stores the mentioned data as usage profiles and uses them for advertising, market research, and/or to tailor its website to user needs. Such evaluation is carried out especially (even for users not logged in or without a corresponding account) for the purpose of providing tailored advertising and informing other users of the social network about your activities on our website. You have the right to object to the creation of these user profiles, but you must contact YouTube to exercise this right.

​

Third-party information: YouTube LLC, 901 Cherry Ave., San Bruno, CA 94066, USA: https://policies.google.com/technologies/product-privacy?hl=en and https://www.google.com/intl/en/policies/privacy.

​

The information collected by cookies from this provider is generally sent to a server in the USA and stored there. If data is transferred to the USA, the data transfer is based on the existence of standard contractual clauses.

​

The website fischerjens.com does not collect or process any personal data via YouTube. The transfer of personal data by Google, especially to third countries, is beyond my responsibility. I cannot be held liable for this.

​

​

​

13. Legal Basis for Processing

​

Art. 6 I lit. a GDPR serves as the legal basis for processing operations for which we obtain consent for a specific processing purpose. If the processing of personal data is necessary for the performance of a contract to which the data subject is party, as is the case, for example, with processing operations necessary for the delivery of goods or the provision of other services or consideration, the processing is based on Art. 6 I lit. b GDPR. The same applies to processing operations that are necessary to carry out pre-contractual measures, for example in cases of inquiries regarding our products or services. If our company is subject to a legal obligation by which processing of personal data is required, such as for the fulfillment of tax obligations, the processing is based on Art. 6 I lit. c GDPR. In rare cases, the processing of personal data may be necessary to protect the vital interests of the data subject or another natural person. This would be the case, for example, if a visitor were injured in our company and his name, age, health insurance data, or other vital information would have to be passed on to a doctor, hospital, or other third party. Then the processing would be based on Art. 6 I lit. d GDPR. Finally, processing operations could be based on Art. 6 I lit. f GDPR. This legal basis is used for processing operations that are not covered by any of the aforementioned legal bases, if processing is necessary for the purposes of the legitimate interests pursued by our company or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject. Such processing operations are particularly permitted because they have been specifically mentioned by the European legislator. He considered that a legitimate interest could be assumed if the data subject is a client of the controller (Recital 47 Sentence 2 GDPR).

​

​

​

14. Legitimate Interests Pursued by the Controller or a Third Party

​

If the processing of personal data is based on Article 6 I lit. f GDPR, our legitimate interest is the conduct of our business activities for the well-being of all our employees and shareholders.

​

​

​

15. Duration for Which the Personal Data will be Stored

​

The criterion for the duration of the storage of personal data is the respective statutory retention period. After expiration of the period, the corresponding data is routinely deleted, provided it is no longer necessary for the fulfillment of the contract or the initiation of a contract.

​

​

​

16. Legal or Contractual Requirement to Provide Personal Data; Necessity for the Conclusion of the Contract; Obligation of the Data Subject to Provide the Personal Data; Possible Consequences of Failure to Provide Such Data

​

I would like to inform you that the provision of personal data is partly required by law (e.g. tax regulations) or can also result from contractual provisions (e.g. information on the contractual partner). Sometimes it may be necessary to conclude a contract that the data subject provides us with personal data, which must subsequently be processed by us. The data subject is, for example, obliged to provide us with personal data when our company enters into a contract with him or her. Failure to provide the personal data would mean that the contract with the data subject could not be concluded. Before providing personal data, the data subject must contact us. I will inform the data subject on a case-by-case basis whether the provision of personal data is required by law or contract, or is necessary for the conclusion of the contract, whether there is an obligation to provide the personal data, and what the consequences of not providing the personal data would be.

​

​

​

17. Existence of Automated Decision-Making

​

As a responsible company, we do not use automatic decision-making or profiling.

bottom of page