96 lines
4.0 KiB
HTML
96 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy - Valtrix</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header id="header">
|
|
<div class="container header-content">
|
|
<a href="index-en.html" class="logo">Valtrix<span class="dot">.</span></a>
|
|
<nav>
|
|
<ul class="nav-links">
|
|
<li><a href="index-en.html#about">About Us</a></li>
|
|
<li><a href="index-en.html#services">Services</a></li>
|
|
<li><a href="index-en.html#references">References</a></li>
|
|
<li><a href="index-en.html#contact">Contact</a></li>
|
|
<li><a href="datenschutz.html" style="opacity: 0.7;">DE</a></li>
|
|
</ul>
|
|
<button class="mobile-toggle" aria-label="Open Menu">☰</button>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="section">
|
|
<div class="container legal-content">
|
|
<h1>Privacy Policy</h1>
|
|
|
|
<h2>1. Data Protection at a Glance</h2>
|
|
<h3>General Information</h3>
|
|
<p>The following notes provide a simple overview of what happens to your personal data when you visit this
|
|
website. Personal data is all data with which you can be personally identified.</p>
|
|
|
|
<h2>2. Hosting</h2>
|
|
<p>We host the content of our website with the following provider:</p>
|
|
<h3>External Hosting</h3>
|
|
<p>This website is hosted externally. The personal data collected on this website is stored on the hoster's
|
|
servers. This may include IP addresses, contact requests, meta and communication data, contract data,
|
|
contact details, names, website access, and other data generated via a website.</p>
|
|
|
|
<h2>3. General Notes and Mandatory Information</h2>
|
|
<h3>Data Protection</h3>
|
|
<p>The operators of these pages take the protection of your personal data very seriously. We treat your
|
|
personal data confidentially and in accordance with the statutory data protection regulations and this
|
|
privacy policy.</p>
|
|
|
|
<h3>Note on the Responsible Body</h3>
|
|
<p>The responsible body for data processing on this website is:</p>
|
|
<p>Valtrix GmbH<br>
|
|
Musterstraße 123<br>
|
|
10115 Berlin</p>
|
|
|
|
<p>Email: info@valtrix.systems</p>
|
|
|
|
<h2>4. Data Collection on this Website</h2>
|
|
<h3>Cookies</h3>
|
|
<p>Our website does not use cookies.</p>
|
|
|
|
<h3>Server Log Files</h3>
|
|
<p>The provider of the pages automatically collects and stores information in so-called server log files,
|
|
which your browser automatically transmits to us. These are:</p>
|
|
<ul>
|
|
<li>Browser type and browser version</li>
|
|
<li>Operating system used</li>
|
|
<li>Referrer URL</li>
|
|
<li>Hostname of the accessing computer</li>
|
|
<li>Time of the server request</li>
|
|
<li>IP address</li>
|
|
</ul>
|
|
<p>This data is not merged with other data sources.</p>
|
|
|
|
<h3>Contact Inquiries</h3>
|
|
<p>If you contact us by email, your inquiry including all resulting personal data (name, inquiry) will be
|
|
stored and processed by us for the purpose of processing your request. We do not pass on this data
|
|
without your consent.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container footer-content">
|
|
<p class="copyright">© 2025 Valtrix. All rights reserved.</p>
|
|
<div class="footer-links">
|
|
<a href="impressum-en.html">Imprint</a>
|
|
<a href="datenschutz-en.html">Privacy Policy</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |