-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatenschutzerklaerung_en.html
81 lines (66 loc) · 4.99 KB
/
datenschutzerklaerung_en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="stylesheet" href="biberstyle.css">
</head>
<body>
<div id="centerContainer">
<h1>Privacy Policy</h1>
<section>
<h2>Introduction</h2>
<p>We appreciate your interest in our website and want to ensure that your data is well protected when using our site. This privacy policy informs you about the processing of personal data within the scope of our web services.</p>
<h2>Data Controller</h2>
<p>The entity responsible for data processing on this website is:</p>
<p>Patrick Biber<br>
Hermann Hiltbrunner-Weg 24<br>
8713 Uerikon, Switzerland<br>
Email: <a href="mailto:contact@biber.solutions">contact@biber.solutions</a><br>
Phone: +41 78 662 59 21</p>
<h2>Data Collected and Purposes of Processing</h2>
<p>When you visit our website, we process various data to provide and improve the site, conduct statistical analyses, and fulfill legal requirements.</p>
<h3>1. Access Data</h3>
<p>The following data is stored in the server log files when you access our website:</p>
<ul>
<li>IP address (anonymized)</li>
<li>Access time and date</li>
<li>Pages visited</li>
<li>Browser type and version</li>
<li>Operating system</li>
<li>Referrer URL (previously visited page)</li>
</ul>
<p>This data is used solely to ensure the site's smooth operation and to improve our services, and is usually deleted automatically after 7 days.</p>
<h3>2. Contacting Us</h3>
<p>If you contact us via the provided means (phone, email, Signal, WhatsApp, Threema), your data will only be used to process your request and stored only as needed.</p>
<h3>3. Cookies</h3>
<p>Our website uses cookies to provide you with an optimal user experience. Cookies are small text files stored on your device containing information about your use of our website.</p>
<ul>
<li><strong>Necessary Cookies:</strong> These cookies are essential for the website's functionality.</li>
<li><strong>Statistics Cookies:</strong> These cookies allow us to create anonymous statistics on website usage to optimize it.</li>
</ul>
<p>You can restrict or disable the storage of cookies in your browser settings. However, disabling cookies may limit your ability to use some features of our website.</p>
<h2>External Providers and Embedded Content</h2>
<h3>1. YouTube</h3>
<p>Our website embeds videos from YouTube, operated by Google Ireland Limited. When playing a YouTube video, a connection to YouTube's servers is established, informing YouTube about which pages you visited on our website.</p>
<p><strong>Use of Enhanced Privacy Mode:</strong> We use YouTube's enhanced privacy mode, which prevents cookies from being set until you start the video. However, please note that data may still be transferred to YouTube when playing the video.</p>
<p>For more information, please refer to <a href="https://policies.google.com/privacy" target="_blank">Google's privacy policy</a>.</p>
<h3>2. Affiliate Links to External Providers</h3>
<p>We use affiliate links on our website to products and services we recommend (e.g., ProtonMail, Logitech). When you click on one of these links and visit the provider’s website, third-party cookies may be set to track user origin. The data processing is the responsibility of the respective provider.</p>
<h2>Legal Bases for Data Processing</h2>
<p>Data processing is carried out based on the following legal bases in accordance with the General Data Protection Regulation (GDPR):</p>
<ul>
<li><strong>Art. 6(1)(b) GDPR:</strong> Processing to fulfill a contract or pre-contractual measures.</li>
<li><strong>Art. 6(1)(f) GDPR:</strong> Processing for the legitimate interests of ensuring the security of our website and analyzing usage for optimization purposes.</li>
</ul>
<h2>Your Rights</h2>
<p>You have the right to request information about your stored personal data at any time. You also have the right to rectification, deletion, restriction of processing, and data portability where legally permissible.</p>
<p>To exercise your rights, please contact the data controller mentioned above. You also have the right to lodge a complaint with a data protection supervisory authority.</p>
<h2>Changes to the Privacy Policy</h2>
<p>We reserve the right to adjust this privacy policy at any time to reflect new legal requirements or changes to our services. The current version is always available on our website.</p>
</section>
<footer><small>© Biber Network IT | Hermann Hiltbrunner-Weg 24 | CH-8713 Uerikon</small></footer>
</div>
</body>
</html>