Files
e-tib.com/reference/www.etib-ing.com/datenschutz.html
Marc Mintel dd04755690
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
chore: add www.etib-ing.com site reference mirror
2026-05-15 10:08:00 +02:00

1922 lines
91 KiB
HTML

<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="de"
class="">
<head>
<meta charset="utf-8">
<script type="text/javascript">
window._currentDevice = 'desktop';
window.Parameters = window.Parameters || {
HomeUrl: 'http://www.etib-ing.com/',
SystemID: '1AND1_EU_PROD',
SiteAlias: '5e2f4be8c0fb45f2a71937f258d66cca',
SiteType: atob('RFVEQU9ORQ=='),
PublicationDate: 'Mar 11, 2026',
ExternalUid: 'b7a639c4-9327-4d5b-a3fe-abb73878190c',
IsSiteMultilingual: false,
InitialPostAlias: '',
InitialPostPageUuid: '',
InitialDynamicItem: '',
DynamicPageInfo: {
isDynamicPage: false,
base64JsonRowData: 'null',
},
InitialPageAlias: 'datenschutz',
InitialPageUuid: 'a3a11e3a12cd475ba4517b840381ee9a',
InitialPageId: '709970229',
InitialEncodedPageAlias: 'ZGF0ZW5zY2h1dHo=',
InitialHeaderUuid: '079a4cdee936422088d0ad9dd115a845',
CurrentPageUrl: '',
IsCurrentHomePage: false,
AllowAjax: false,
AfterAjaxCommand: null,
HomeLinkText: 'Back To Home',
UseGalleryModule: false,
CurrentThemeName: 'Layout Theme',
ThemeVersion: '500000',
DefaultPageAlias: '',
RemoveDID: true,
WidgetStyleID: null,
IsHeaderFixed: false,
IsHeaderSkinny: false,
IsBfs: true,
StorePageAlias: 'null',
StorePagesUrls: 'e30=',
IsNewStore: 'false',
StorePath: '',
StoreId: 'null',
StoreVersion: 0,
StoreBaseUrl: '',
StoreCleanUrl: true,
StoreDisableScrolling: true,
IsStoreSuspended: false,
HasCustomDomain: true,
SimpleSite: false,
showCookieNotification: true,
cookiesNotificationMarkup: ' <div> <p class=\"rteBlock\">Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu k&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;ren Sie sich mit der Verwendung von Cookies einverstanden. <a target=\"_blank\" data-runtime-url=\"undefined\">Mehr Infos<\/a> \n<\/p> \n<\/div> \n',
translatedPageUrl: '',
isFastMigrationSite: false,
sidebarPosition: 'NA',
currentLanguage: 'de',
currentLocale: 'de',
NavItems: '{}',
errors: {
general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
password: 'Incorrect name/password combination',
tryAgain: 'Try again'
},
NavigationAreaParams: {
ShowBackToHomeOnInnerPages: true,
NavbarSize: 4,
NavbarLiveHomePage: 'http://www.etib-ing.com/',
BlockContainerSelector: '.dmBody',
NavbarSelector: '#dmNav:has(a)',
SubNavbarSelector: '#subnav_main'
},
hasCustomCode: false,
planID: '2800',
customTemplateId: 'null',
siteTemplateId: 'null',
productId: 'DM_DIRECT',
disableTracking: false,
pageType: 'FROM_SCRATCH',
isRuntimeServer: true,
isInEditor: false,
hasNativeStore: false,
defaultLang: 'de',
hamburgerMigration: null,
isFlexSite: false
};
window.Parameters.LayoutID = {};
window.Parameters.LayoutID[window._currentDevice] = 6;
window.Parameters.LayoutVariationID = {};
window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>
<!-- Injecting site-wide to the head -->
<!-- End Injecting site-wide to the head -->
<!-- Inject secured cdn script -->
<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
function toHash(str) {
var hash = 5381, i = str.length;
while (i) {
hash = hash * 33 ^ str.charCodeAt(--i)
}
return hash >>> 0
}
</script>
<script>
(function (global) {
//const cacheKey = global.cacheKey;
const isOffline = 'onLine' in navigator && navigator.onLine === false;
const hasServiceWorkerSupport = 'serviceWorker' in navigator;
if (isOffline) {
console.log('offline mode');
}
if (!hasServiceWorkerSupport) {
console.log('service worker is not supported');
}
if (hasServiceWorkerSupport && !isOffline) {
window.addEventListener('load', function () {
const serviceWorkerPath = '/runtime-service-worker.js?v=3';
navigator.serviceWorker
.register(serviceWorkerPath, { scope: './' })
.then(
function (registration) {
// Registration was successful
console.log(
'ServiceWorker registration successful with scope: ',
registration.scope
);
},
function (err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
}
)
.catch(function (err) {
console.log(err);
});
});
// helper function to refresh the page
var refreshPage = (function () {
var refreshing;
return function () {
if (refreshing) return;
// prevent multiple refreshes
var refreshkey = 'refreshed' + location.href;
var prevRefresh = localStorage.getItem(refreshkey);
if (prevRefresh) {
localStorage.removeItem(refreshkey);
if (Date.now() - prevRefresh < 30000) {
return; // dont go into a refresh loop
}
}
refreshing = true;
localStorage.setItem(refreshkey, Date.now());
console.log('refereshing page');
window.location.reload();
};
})();
function messageServiceWorker(data) {
return new Promise(function (resolve, reject) {
if (navigator.serviceWorker.controller) {
var worker = navigator.serviceWorker.controller;
var messageChannel = new MessageChannel();
messageChannel.port1.onmessage = replyHandler;
worker.postMessage(data, [messageChannel.port2]);
function replyHandler(event) {
resolve(event.data);
}
} else {
resolve();
}
});
}
}
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->
<link rel="canonical" href="datenschutz.html">
<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<!--Add favorites icons-->
<link rel="apple-touch-icon"
href="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_bullet.png"/>
<link rel="icon" type="image/x-icon" href="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/site_favicon_16_1568299593680.ico"/>
<!-- End favorite icons -->
<link rel="preconnect" href="https://le-cdn.website-editor.net/"/>
<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
window.SystemID = '1AND1_EU_PROD';
if (!window.dmAPI) {
window.dmAPI = {
registerExternalRuntimeComponent: function () {
},
getCurrentDeviceType: function () {
return window._currentDevice;
},
runOnReady: (ns, fn) => {
const safeFn = dmAPI.toSafeFn(fn);
ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
const eventName = 'afterAjax.' + ns;
if (document.readyState === 'complete') {
$.DM.events.off(eventName).on(eventName, safeFn);
setTimeout(function () {
safeFn({
isAjax: false,
});
}, 0);
} else {
window?.waitForDeferred?.('dmAjax', () => {
$.DM.events.off(eventName).on(eventName, safeFn);
safeFn({
isAjax: false,
});
});
}
},
toSafeFn: (fn) => {
if (fn?.safe) {
return fn;
}
const safeFn = function (...args) {
try {
return fn?.apply(null, args);
} catch (e) {
console.log('function failed ' + e.message);
}
};
safeFn.safe = true;
return safeFn;
}
};
}
if (!window.requestIdleCallback) {
window.requestIdleCallback = function (fn) {
setTimeout(fn, 0);
}
}
</script>
<!-- loadCSS function header.jsp-->
<script id="d-js-load-css">
/**
* There are a few <link> tags with CSS resource in them that are preloaded in the page
* in each of those there is a "onload" handler which invokes the loadCSS callback
* defined here.
* We are monitoring 3 main CSS files - the runtime, the global and the page.
* When each load we check to see if we can append them all in a batch. If threre
* is no page css (which may happen on inner pages) then we do not wait for it
*/
(function () {
let cssLinks = {};
function loadCssLink(link) {
link.onload = null;
link.rel = "stylesheet";
link.type = "text/css";
}
function checkCss() {
const pageCssLink = document.querySelector("[id*='CssLink']");
const widgetCssLink = document.querySelector("[id*='widgetCSS']");
if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
const storedRuntimeCssLink = cssLinks.runtime;
const storedPageCssLink = cssLinks.page;
const storedGlobalCssLink = cssLinks.global;
const storedWidgetCssLink = cssLinks.widget;
storedGlobalCssLink.disabled = true;
loadCssLink(storedGlobalCssLink);
if (storedPageCssLink) {
storedPageCssLink.disabled = true;
loadCssLink(storedPageCssLink);
}
if(storedWidgetCssLink) {
storedWidgetCssLink.disabled = true;
loadCssLink(storedWidgetCssLink);
}
storedRuntimeCssLink.disabled = true;
loadCssLink(storedRuntimeCssLink);
requestAnimationFrame(() => {
setTimeout(() => {
storedRuntimeCssLink.disabled = false;
storedGlobalCssLink.disabled = false;
if (storedPageCssLink) {
storedPageCssLink.disabled = false;
}
if (storedWidgetCssLink) {
storedWidgetCssLink.disabled = false;
}
// (SUP-4179) Clear the accumulated cssLinks only when we're
// sure that the document has finished loading and the document
// has been parsed.
if(document.readyState === 'interactive') {
cssLinks = null;
}
}, 0);
});
}
}
function loadCSS(link) {
try {
var urlParams = new URLSearchParams(window.location.search);
var noCSS = !!urlParams.get("nocss");
var cssTimeout = urlParams.get("cssTimeout") || 0;
if (noCSS) {
return;
}
if (link.href && link.href.includes("d-css-runtime")) {
cssLinks.runtime = link;
checkCss();
} else if (link.id === "siteGlobalCss") {
cssLinks.global = link;
checkCss();
}
else if (link.id && link.id.includes("CssLink")) {
cssLinks.page = link;
checkCss();
} else if (link.id && link.id.includes("widgetCSS")) {
cssLinks.widget = link;
checkCss();
}
else {
requestIdleCallback(function () {
window.setTimeout(function () {
loadCssLink(link);
}, parseInt(cssTimeout, 10));
});
}
} catch (e) {
throw e
}
}
window.loadCSS = window.loadCSS || loadCSS;
})();
</script>
<script data-role="deferred-init" type="text/javascript">
/* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
function Def() {
this.promise = new Promise((function (a, b) {
this.resolve = a, this.reject = b
}).bind(this))
}
const defs = {};
window.getDeferred = function (a) {
return null == defs[a] && (defs[a] = new Def), defs[a]
}
window.waitForDeferred = function (b, a, c) {
let d = window?.getDeferred?.(b);
d
? d.promise.then(a)
: c && ["complete", "interactive"].includes(document.readyState)
? setTimeout(a, 1)
: c
? document.addEventListener("DOMContentLoaded", a)
: console.error(`Deferred does not exist`);
};
</script>
<style id="forceCssIncludes">
/* This file is auto-generated from a `scss` file with the same name */
.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
</style>
<style id="cssVariables" type="text/css">
</style>
<!-- Google Fonts Include -->
<!-- loadCSS function fonts.jsp-->
<link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Karla:ital,wght@0,200..800;1,200..800&amp;subset=latin-ext&amp;display=swap" />
<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="stylesheet" type="text/css" href="https://static-cdn.website-editor.net/mnlt/production/6452/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />
<!-- End of RT CSS Include -->
<link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/WIDGET_CSS/7a2b9f5ff7f4014f2a0aba6fc4bdfa5e.css" id="widgetCSS" />
<!-- Support `img` size attributes -->
<style>img[width][height] {
height: auto;
}</style>
<!-- Support showing sticky element on page only -->
<style>
body[data-page-alias="datenschutz"] #dm [data-show-on-page-only="datenschutz"] {
display: block !important;
}
</style>
<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>
<!-- Site CSS -->
<link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/files/5e2f4be8c0fb45f2a71937f258d66cca_1.min.css?v=137" id="siteGlobalCss" />
<style id="customWidgetStyle" type="text/css">
</style>
<style id="innerPagesStyle" type="text/css">
</style>
<style
id="additionalGlobalCss" type="text/css"
>
</style>
<style id="pagestyle" type="text/css">
*#dm *.dmBody a.span.textonly{
color:rgb(255,255,255) !important}
*#dm *.dmBody div.dmform-error{
font-style:normal !important}
*#dm *.dmBody div.dmforminput textarea{
font-style:italic !important}
*#dm *.dmBody div.dmforminput *.fileUploadLink{
font-style:italic !important}
*#dm *.dmBody div.checkboxwrapper span{
font-style:italic !important}
*#dm *.dmBody div.radiowrapper span{
font-style:italic !important}
*#dm *.dmBody div.u_1243667655{
background-color:rgba(0,0,0,0) !important}
*#dm *.dmBody div.u_1083860406{
line-height:150% !important}
*#dm *.dmBody div.u_1698769071{
line-height:normal !important}
*#dm *.dmBody div.u_1496246691:before{
background-color:rgba(0,0,0,1) !important}
*#dm *.dmBody div.u_1496246691.before{
background-color:rgba(0,0,0,1) !important}
*#dm *.dmBody div.u_1496246691>.bgExtraLayerOverlay{
background-color:rgba(0,0,0,1) !important}
*#dm *.dmBody *.u_1496246691:before{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important}
*#dm *.dmBody *.u_1496246691.before{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important}
*#dm *.dmBody *.u_1496246691>.bgExtraLayerOverlay{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important}
*#dm *.dmBody div.u_1496246691{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-112-2880w.jpg) !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
background-color:rgba(255,255,255,1) !important}
</style>
<style id="pagestyleDevice" type="text/css">
*#dm *.d-page-1716942098 DIV.dmInner{
background-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important}
*#dm *.d-page-1716942098 DIV#dmSlideRightNavRight{
background-repeat:no-repeat !important;
background-image:none !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important}
*#dm *.dmBody h4.u_1303079183{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:30px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important}
*#dm *.dmBody h4.u_1127178348{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1902293774{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1970988313{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:10px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1095182628{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1507676094{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1604837267{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1943112316{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:28px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1651675547{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:9px !important;
margin-bottom:8px !important}
*#dm *.dmBody h4.u_1692181153{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-top:28px !important}
*#dm *.dmBody h4.u_1489063923{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-top:28px !important}
*#dm *.dmBody h4.u_1526418627{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-top:28px !important}
*#dm *.dmBody h4.u_1578362480{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1205166328{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1033272696{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1878263372{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1338741225{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1000018288{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1046756549{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h1.u_1177681026{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1927728099{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1445502030{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1288763888{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1951381382{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1532779210{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1941051290{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1098504048{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1094376403{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1118587081{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1686629673{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1540789109{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody h4.u_1786611614{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1629232622{
float:none !important;
top:0 !important;
left:0 !important;
width:465.6px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important}
*#dm *.dmBody div.u_1243667655{
margin-left:auto !important;
padding-top:10px !important;
padding-left:40px !important;
padding-bottom:100px !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:40px !important;
margin-right:auto !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
max-width:none !important;
min-width:0 !important;
text-align:center !important}
*#dm *.dmBody div.u_1283859652{
float:none !important;
top:0 !important;
left:0 !important;
width:calc(100% - 0px) !important;
position:relative !important;
height:579px !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:0 !important;
margin-left:-0.4px !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important}
*#dm *.dmBody div.u_1283859652 .header-cell:not(.linked){
font-size:12px !important}
*#dm *.dmBody div.u_1283859652 .row .cell:not(.first):not(.linked){
font-size:12px !important}
*#dm *.dmBody div.u_1862049196 .header-cell:not(.linked){
font-size:12px !important}
*#dm *.dmBody div.u_1862049196 .row .cell:not(.first):not(.linked){
font-size:12px !important}
*#dm *.dmBody div.u_1862049196{
float:none !important;
top:0 !important;
left:0 !important;
width:calc(100% - 0px) !important;
position:relative !important;
height:217px !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:10px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important}
*#dm *.dmBody div.u_1975113568{
margin-right:0 !important;
padding-left:0 !important;
padding-right:30px !important}
*#dm *.dmBody div.u_1698769071{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:39px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
display:block !important}
*#dm *.dmBody div.u_1496246691{
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
padding-top:200px !important;
padding-left:20px !important;
padding-bottom:300px !important;
max-width:none !important;
padding-right:20px !important;
min-width:0 !important;
text-align:center !important;
background-attachment:initial !important;
background-size:cover !important;
background-repeat:no-repeat !important;
background-position:0 50% !important}
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<style id="hideAnimFix">
.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
visibility: hidden;
}
.dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
visibility: hidden !important;
}
#dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
visibility: hidden;
}
</style>
<style id="fontFallbacks">
@font-face {
font-family: "Helvetica Fallback";
src: local('Arial');
ascent-override: 77.002%;
descent-override: 22.998%;
line-gap-override: 0%;
}@font-face {
font-family: "Roboto Fallback";
src: local('Arial');
ascent-override: 92.6709%;
descent-override: 24.3871%;
size-adjust: 100.1106%;
line-gap-override: 0%;
}@font-face {
font-family: "Montserrat Fallback";
src: local('Arial');
ascent-override: 84.9466%;
descent-override: 22.0264%;
size-adjust: 113.954%;
line-gap-override: 0%;
}@font-face {
font-family: "Karla Fallback";
src: local('Arial');
ascent-override: 88.668%;
descent-override: 24.3668%;
size-adjust: 103.4195%;
line-gap-override: 0%;
}
</style>
<!-- End render the required css and JS in the head section -->
<link type="application/rss+xml" rel="alternate" href="feed/rss2"/>
<link type="application/atom+xml" rel="alternate" href="feed/atom"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.etib-ing.com/datenschutz"/>
<title>
E-TIB Ing - Impressum
</title>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="E-TIB Ing - Impressum"/>
<meta property="og:title" content="E-TIB Ing - Impressum"/>
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
</head>
<body id="dmRoot" data-page-alias="datenschutz" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody "
style="padding:0;margin:0;"
>
<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
<div class="dm_wrapper standard-var5 widgetStyle-3 standard">
<div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1504154039 dmRespRow fullBleedChanged fullBleedMode" id="1504154039"> <div class="dmRespColsWrapper" id="1267547839"> <div class="u_1606100808 dmRespCol small-12 large-7 medium-7" id="1606100808"> <nav class="u_1284501632 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1284501632" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" navigation_id="" data-logo-src="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/desktop/logo_empty-871ebb7f.png" data-nav-structure="HORIZONTAL" wr="false" icon="true" surround="false" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="index.html" class="unifiednav__item unav-item unav-top-item " target="" data-target-page-alias="start-neu"> <span class="nav-item-text " data-link-text="
Start
" data-auto="page-text-style">Start<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="über-uns.html" class="unifiednav__item unav-item unav-top-item " target="" data-target-page-alias="über-uns-neu"> <span class="nav-item-text " data-link-text="
Über uns
" data-auto="page-text-style">&Uuml;ber uns<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="leistungen.html" class="unifiednav__item unav-item unav-top-item " target="" data-target-page-alias="leistungen-neu"> <span class="nav-item-text " data-link-text="
Leistungen
" data-auto="page-text-style">Leistungen<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="u_1806013904 dmRespCol small-12 large-5 medium-5" id="1806013904"> <div class="u_1310751424 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1310751424"> <a href="start-alt.html" id="1148964062"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/ETIB_Ing_logo-1920w.png" id="1302945113" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_Ing_logo.png" alt="E-TIB Ing Logo" title="E-TIB Ing" data-hover-effect="grayscale" onerror="handleImageLoadError(this)"/></a>
</div>
</div>
</div>
</div>
<div class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1 fullBleedChanged fullBleedMode" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1713311601 dmRespCol small-12 medium-12 large-12" id="1713311601"> <div class="dmDividerWrapper clearfix hasFullWidth u_1414359863" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1414359863"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1527034084"/></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div>
<div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div>
<!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Impressum</div>
</div>
<div class="titleLine display_None"><hr/></div>
</div>
</div>
</div>
</div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_datenschutz dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1496246691 dmRespRow dmSectionNoParallax" style="text-align: center;" id="1496246691" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1860076983"> <div class="u_1975113568 dmRespCol small-12 medium-12 large-12" id="1975113568"> <div class="u_1698769071 dmNewParagraph" id="1698769071" style="display: block; transition: none 0s ease 0s; line-height: initial; text-align: center;" data-element-type="paragraph" data-version="5"><p><span style="display: initial;"><br/></span></p><p class="m-size-26 size-60"><span style="font-weight: inherit; color: rgb(255, 255, 255); display: initial;" class="m-font-size-26 font-size-60">Impressum und Datenschutz</span></p><p><span style="display: initial;"><br/></span></p></div></div>
</div>
</div>
<div class="u_1243667655 dmRespRow" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="dmRespCol large-6 medium-6 small-12" id="1192354039"> <h1 class="dmNewParagraph u_1177681026" data-element-type="paragraph" id="1177681026" style="transition: opacity 1s ease-in-out 0s; display: block;"><b><font class="font-size-24 lh-1"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;">Impressum</span></span></font></b><br/></h1> <h4 class="u_1578362480 dmNewParagraph" data-element-type="paragraph" id="1578362480" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><b><font class="font-size-16 lh-1"><span style="font-weight: 400;">Gesellschaft</span></font></b></span></h4> <div class="u_1205166328 dmNewParagraph" data-element-type="paragraph" id="1205166328" style="transition: opacity 1s ease-in-out 0s;">E-TIB Ingenieurgesellschaft mbH<br/>Kampstra&szlig;e 3<br/>27412 B&uuml;lstedt</div> <h4 class="u_1033272696 dmNewParagraph" data-element-type="paragraph" id="1033272696" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><b><span style="font-weight: inherit;"><span class="font-size-16 lh-1" style="font-weight: 400;"><span style="font-family:Helvetica, 'Helvetica Fallback';">Vertreten durch</span><br/></span></span></b></span></span></h4> <div class="u_1878263372 dmNewParagraph" data-element-type="paragraph" id="1878263372" style="transition: opacity 1s ease-in-out 0s;">Gesch&auml;ftsf&uuml;hrer Dipl.-Wi.-Ing Julian Helmich<br/>ppa. Danny Joseph</div> <h4 class="u_1338741225 dmNewParagraph" data-element-type="paragraph" id="1338741225" data-styletopreserve="{" background-image":""}"=""><font class="lh-1 font-size-16"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"></span><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Kontakt</span></span></font><br/></h4> <div class="u_1000018288 dmNewParagraph" data-element-type="paragraph" id="1000018288" style="transition: opacity 1s ease-in-out 0s;">Telefon: +49 4283 69799-20<br/><br/>E-Mail: info@etib-ing.com<br/>Internet: www.etib-ing.com<br/></div> <h4 class="u_1046756549 dmNewParagraph" data-element-type="paragraph" id="1046756549" style="transition: opacity 1s ease-in-out 0s;"><font class="font-size-16 lh-1"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 200;"></span></span><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Rechtsform</span></span></font></h4> <div class="u_1927728099 dmNewParagraph" data-element-type="paragraph" id="1927728099" style="transition: opacity 1s ease-in-out 0s;">Gesellschaft mit beschr&auml;nkter Haftung (GmbH)<br/><div>Amtsgericht Tostedt: HRB 207158</div></div> <h4 class="u_1445502030 dmNewParagraph" data-element-type="paragraph" id="1445502030" style="transition: opacity 1s ease-in-out 0s;"><font class="font-size-16 lh-1"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 200;"></span></span><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Berufsbezeichnung</span></span></font></h4> <div class="u_1288763888 dmNewParagraph" data-element-type="paragraph" id="1288763888" style="transition: opacity 1s ease-in-out 0s;">Dipl.-Wi.-Ing. Julian Helmich<br/>Ingenieur, Ingenieurkammer Niedersachsen Nr. 19800<br/>Beratender Ingenieur , Ingenieurkammer Niedersachsen Nr. 2961<br/></div> <h4 class="u_1951381382 dmNewParagraph" data-element-type="paragraph" id="1951381382" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><font class="font-size-16 lh-1"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Umsatzsteueridentifikations-Nummer</font></span></span></h4> <div class="u_1532779210 dmNewParagraph" data-element-type="paragraph" id="1532779210" style="transition: opacity 1s ease-in-out 0s;">Umsatzsteuer ID: DE322456134</div> <h4 class="u_1941051290 dmNewParagraph" data-element-type="paragraph" id="1941051290" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Berufshaftpflichtversicherung</span></span></h4> <div class="u_1098504048 dmNewParagraph" data-element-type="paragraph" id="1098504048" style="transition: opacity 1s ease-in-out 0s;">HDI</div> <h4 class="u_1094376403 dmNewParagraph" data-element-type="paragraph" id="1094376403" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><font class="font-size-16 lh-1"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Rechtliche Regelungen</font></span></span></h4> <div class="u_1118587081 dmNewParagraph" data-element-type="paragraph" id="1118587081" style="transition: opacity 1s ease-in-out 0s;">&quot;Ingenieur/Ingenieurin&quot; (Ingenieurgesetz - NIngG)<br/><a href="http://www.nds-voris.de/jportal/?quelle=jlink&query=IngG+ND+Inhaltsverzeichnis&psml=bsvorisprod.psml&max=true" runtime_url="http://www.nds-voris.de/jportal/?quelle=jlink&query=IngG+ND+Inhaltsverzeichnis&psml=bsvorisprod.psml&max=true">http://www.nds-voris.de/jportal/?quelle=jlink&amp;query=IngG+ND+Inhaltsverzeichnis&amp;psml=bsvorisprod.psml&amp;max=true</a><br/><br/>Verordnung &uuml;ber die Honorare f&uuml;r Architekten- und Ingenieurleistungen (Honorarordnung f&uuml;r Architekten und Ingenieure &ndash; HOAI)<br/><a href="http://www.bundesanzeiger-verlag.de/baurecht-und-hoai/baurecht-und-hoai/themenseite-hoai.html " runtime_url="http://www.bundesanzeiger-verlag.de/baurecht-und-hoai/baurecht-und-hoai/themenseite-hoai.html ">www.bundesanzeiger-verlag.de/baurecht-und-hoai/baurecht-und-hoai/themenseite-hoai.html</a>
<br/></div> <h4 class="u_1686629673 dmNewParagraph" data-element-type="paragraph" id="1686629673" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><font class="font-size-16 lh-1"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Links</font></span></span></h4> <div class="u_1540789109 dmNewParagraph" data-element-type="paragraph" id="1540789109" style="transition: opacity 1s ease-in-out 0s;">Alle von uns gesetzten Links sind als Empfehlung zu werten. Trotz inhaltlicher Kontrolle der externen Links bei erstmaliger Erstellung &uuml;bernehmen wir keine Haftung f&uuml;r deren Inhalte. Erst wenn wir feststellen oder von anderen darauf hingewiesen werden, dass ein externer Link eine zivil- oder strafrechtliche Verantwortlichkeit ausl&ouml;st, werden wir diesen Link aufheben.<br/></div> <h4 class="u_1786611614 dmNewParagraph" data-element-type="paragraph" id="1786611614" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Bildquellen</span></span></h4> <div class="u_1629232622 dmNewParagraph" data-element-type="paragraph" id="1629232622" style="transition: opacity 1s ease-in-out 0s;">E-TIB Ingenieurgesellschaft mbH</div> <h4 class="dmNewParagraph" data-element-type="paragraph" id="1032856917" style="transition: opacity 1s ease-in-out 0s;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><font class="font-size-16 lh-1"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>Inhaltlich Verantwortlicher<br/></font></span></span></h4> <div class="dmNewParagraph" data-element-type="paragraph" id="1318337426" style="transition: opacity 1s ease-in-out 0s;">Julian Helmich, Kampstra&szlig;e 3, 27412 B&uuml;lstedt<br/></div></div>
<div class="dmRespCol small-12 u_1620106714 large-6 medium-6" id="1620106714"> <span id="1479169930"></span>
<h1 class="dmNewParagraph" data-element-type="paragraph" id="1916090978" data-styletopreserve="{" background-image":""}"=""><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;" class="font-size-20 lh-1"><span style="font-weight: inherit;" class="font-size-24 lh-1">Datenschutzerkl&auml;rung</span></span></span></span></h1> <h4 class="dmNewParagraph u_1303079183" data-element-type="paragraph" id="1303079183" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class="lh-1 font-size-16" style="font-weight: inherit;">Einf&uuml;hrung und Verantwortlicher<br/></span></div></span></span></h4> <div class="dmNewParagraph" id="1133662932" style="transition: opacity 1s ease-in-out;"> <div>Der E-TIB Ingenieurgesellschaft mbH ist der Schutz und die Vertraulichkeit Ihrer personenbezogenen Daten wichtig. Wir erheben, nutzen oder verarbeiten personenbezogenen Daten nur in &Uuml;bereinstimmung mit den gesetzlichen Bestimmungen und nach Ma&szlig;gabe der nachfolgenden Datenschutzerkl&auml;rung.</div>
<br/>Verantwortlich f&uuml;r die nachfolgend dargestellte Datenverarbeitung ist die im Impressum genannte Stelle.</div> <h4 class="u_1692181153 dmNewParagraph" data-element-type="paragraph" id="1692181153" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class="lh-1 font-size-16" style="font-weight: inherit;">1. Nutzungsdaten</span></div></span></span></h4> <div class="dmNewParagraph" id="1287197640">Wenn Sie unsere Webseiten besuchen, werden auf unserem Webserver tempor&auml;r sogenannte Nutzungsdaten zu statistischen Zwecken als Protokoll ausgewertet, um die Qualit&auml;t unserer Webseiten zu verbessern. Dieser Datensatz besteht aus<br/> <ul class="innerList defaultList"><li>dem Namen und der Adresse der angeforderten Inhalte,</li><li>dem Datum und der Uhrzeit der Abfrage,</li><li>der &uuml;bertragenen Datenmenge,</li><li>dem Zugriffsstatus (Inhalt &uuml;bertragen, Inhalt nicht gefunden),</li><li>&nbsp;der Beschreibung des verwendeten Webbrowsers und des Betriebssystems,</li><li>dem Referral-Link, der angibt, von welcher Seite Sie auf unsere gelangt sind,</li><li>der IP-Adresse des anfragenden Rechners, die so verk&uuml;rzt wird, dass ein Personenbezug nicht mehr herstellbar ist.<br/></li></ul>
Die genannten Protokolldaten werden nur anonymisiert ausgewertet.<br/><br/></div> <h4 class="u_1489063923 dmNewParagraph" data-element-type="paragraph" id="1489063923" style="transition: none; display: block;"><div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span class="lh-1 font-size-16" style="font-weight: 400;">2. Speicherung der IP-Adresse zu Sicherheitszwecken</span></span></div></h4> <div class="dmNewParagraph" id="1247623933">Dar&uuml;ber hinaus speichern wir die von Ihrem Webbrowser &uuml;bermittelte vollst&auml;ndige IP-Adresse streng zweckge-bunden f&uuml;r die Dauer von sieben Tagen, in dem Interesse, Angriffe auf unsere Web&not;seiten erkennen, eingrenzen und beseitigen zu k&ouml;nnen. Nach Ablauf dieser Zeitspanne l&ouml;schen bzw. anonymisieren wir die IP-Adresse. Rechtsgrundlage ist Art. 6 Abs. 1 S.1 lit. f DSGVO.</div> <h4 class="u_1902293774 dmNewParagraph" data-element-type="paragraph" id="1902293774" style="transition: none; display: block;"><div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span class="lh-1 font-size-16" style="font-weight: 400;">3. Datensicherheit</span></span></div></h4> <div class="dmNewParagraph" id="1443934047" style="transition: opacity 1s ease-in-out;"><div><span style="font-weight: 300;" class="lh-1 font-size-15">Um Ihre Daten vor unerw&uuml;nschten Zugriffen m&ouml;glichst umfassend zu sch&uuml;tzen, treffen wir technische und organisatorische Ma&szlig;nahmen. Wir setzen auf unseren Webseiten ein Verschl&uuml;sselungsverfahren ein. Ihre Angaben werden von Ihrem Rechner zu unserem Server und umgekehrt &uuml;ber das Internet mittels einer TLS-Verschl&uuml;sselung &uuml;bertragen. Sie erkennen dies in der Regel daran, dass in der Statusleiste Ihres Browsers das Schloss-Symbol geschlossen ist und die Adresszeile mit https:// beginnt.</span></div><div></div></div> <h4 class="u_1127178348 dmNewParagraph" data-element-type="paragraph" id="1127178348" style="transition: none; display: block;"><div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span class="lh-1 font-size-16" style="font-weight: 400;">4. Erforderliche Cookies</span></span></div></h4> <div class="dmNewParagraph" id="1284811032"><div></div>Auf unseren Webseiten setzen wir Cookies ein, die zur Nutzung unseren Webseiten erforderlich sind.<br/>Cookies sind kleine Textdateien, die auf Ihrem Endger&auml;t gespeichert und ausgelesen werden k&ouml;nnen. Man unterscheidet zwischen Session-Cookies, die wieder gel&ouml;scht werden, sobald Sie ihren Browser schlie&szlig;en und permanenten Cookies, die &uuml;ber die einzelne Sitzung hinaus gespeichert werden.<br/>Wir nutzen diese erforderlichen Cookies nicht f&uuml;r Analyse-, Tracking- oder Werbezwecke.<br/>Teilweise enthalten diese Cookies lediglich Informationen zu bestimmten Einstellungen und sind nicht personenbeziehbar. Sie k&ouml;nnen auch notwendig sein, um die Benutzerf&uuml;hrung, Sicherheit und Umsetzung der Seite zu erm&ouml;glichen.<br/>Wir nutzen diese Cookies auf Grundlage von Art. 6 Abs. 1 S. 1 lit. f DSGVO.<br/>Sie k&ouml;nnen Ihren Browser so einstellen, dass er Sie &uuml;ber die Platzierung von Cookies informiert. So wird der Gebrauch von Cookies f&uuml;r Sie transparent. Sie k&ouml;nnen Cookies zudem jederzeit &uuml;ber die entsprechende Browsereinstellung l&ouml;schen und das Setzen neuer Cookies verhindern. Bitte beachten Sie, dass unsere Webseiten dann ggf. nicht angezeigt werden k&ouml;nnen und einige Funktionen technisch nicht mehr zur Verf&uuml;gung stehen.<br/><br/></div> <h4 class="u_1651675547 dmNewParagraph" data-element-type="paragraph" id="1651675547" style="transition: none; display: block;"><div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span class="lh-1 font-size-16" style="font-weight: 400;">5. Einbindung sonstiger technischer Drittinhalte und Funktionen</span></span></div></h4> <div class="dmNewParagraph u_1083860406" id="1083860406">Wir nutzen zur Darstellung unserer Webseiten die unten genannten technischen Funktionen und Inhalte von Drittanbietern.<br/>Ein Aufruf unserer Seiten f&uuml;hrt dazu, dass Inhalte der Drittanbieter nachgeladen werden, der diese Funktionen und Inhalte bereitstellt. Hierdurch erh&auml;lt der Drittanbieter die Information, dass Sie unsere Seite aufgerufen haben sowie die in diesem Rahmen technisch erforderlichen Nutzungsdaten.<br/>Wir haben auf die weitere Datenverarbeitung durch den Drittanbieter keinen Einfluss. <br/>Die Datenverarbeitung erfolgt auf Grundlage Ihrer Einwilligung gem. Art. 6 Abs. 1 S. 1 lit. a DSGVO, sofern Sie Ihre Einwilligung zuvor &uuml;ber unsere Bannerl&ouml;sung abgegeben haben.<br/>Bitte beachten Sie, dass die Nutzung von Drittinhalten und Funktionen dazu f&uuml;hren kann, dass Ihre Daten au&szlig;erhalb der EU bzw. des EWR verarbeitet werden. In einigen L&auml;ndern besteht dabei das Risiko, dass Beh&ouml;rden auf die Daten zu Sicherheits- und &Uuml;berwachungszwecken zugreifen, ohne dass Sie hier&uuml;ber informiert werden oder Rechtsmittel einlegen k&ouml;nnen. Sofern wir Anbieter in unsicheren Drittl&auml;ndern einsetzen und Sie einwilligen, erfolgt die &Uuml;bermittlung in ein unsicheres Drittland auf Grundlage von Art. 49 Abs. 1 lit. a DSGVO.&nbsp; <br/></div> <div class="u_1283859652 default dmTable table-scroll" id="1283859652" dmle_extension="table" data-element-type="table" wr="true" icon="true" surround="true" adwords="" data-ext="eyJsYXlvdXQiOiJzY3JvbGwiLCJyb3dzIjpbeyIwIjp7InZhbHVlIjoiQW5iaWV0ZXIifSwiMSI6eyJ2YWx1ZSI6IlRlY2huaXNjaGUgRnVua3Rpb24gb2RlciBJbmhhbHQifSwiMiI6eyJ2YWx1ZSI6ImdnZi4gbWF4aW1hbGUgU3BlaWNoZXJkYXVlciJ9LCIzIjp7InZhbHVlIjoiw5xiZXJtaXR0bHVuZyBpbiBEcml0dHN0YWF0ZW4gbmFjaCBBbmdhYmVuIGRlcyBBbmJpZXRlcnMgdW5kIEFic2ljaGVydW5nIGVpbmVzIEFuZ2VtZXNzZW5lbiBEYXRlbnNjaHV0em5pdmVhdXMifSwiNCI6eyJ2YWx1ZSI6IldpZGVycnVmIGRlciBFaW53aWxsaWd1bmcifX0seyIwIjp7InZhbHVlIjoiR29vZ2xlIExMQyAoVVNBKSAifSwiMSI6eyJ2YWx1ZSI6IkpRdWVyeSAoSmF2YSBTY3JpcHQgQmlibGlvdGhlaykifSwiMiI6eyJ2YWx1ZSI6IiJ9LCIzIjp7InZhbHVlIjoiS2VpbiBhbmdlbWVzc2VuZXMgRGF0ZW5zY2h1dHpuaXZlYXUuIERpZSDDnGJlcm1pdHRsdW5nIGVyZm9sZ3QgYXVmIEdydW5kbGFnZSB2b24gQXJ0LiA0OSBBYnMuIDEgbGl0LiBhIERTR1ZPLiJ9LCI0Ijp7InZhbHVlIjoiV2VubiBTaWUgbWl0IGRlciBWZXJhcmJlaXR1bmcgbmljaHQgbWVociBlaW52ZXJzdGFuZGVuIHNpbmQsIG51dHplbiBTaWUgdW5zZXJlIFNlaXRlIGJpdHRlIG5pY2h0IG1laHIuICJ9fSx7IjAiOnsidmFsdWUiOiJHb29nbGUgTExDIChVU0EpIn0sIjEiOnsidmFsdWUiOiJHb29nbGUgRm9udHMifSwiMiI6eyJ2YWx1ZSI6IiJ9LCIzIjp7InZhbHVlIjoiS2VpbiBhbmdlbWVzc2VuZXMgRGF0ZW5zY2h1dHpuaXZlYXUuIERpZSDDnGJlcm1pdHRsdW5nIGVyZm9sZ3QgYXVmIEdydW5kbGFnZSB2b24gQXJ0LiA0OSBBYnMuIDEgbGl0LiBhIERTR1ZPLiJ9LCI0Ijp7InZhbHVlIjoiV2VubiBTaWUgbWl0IGRlciBWZXJhcmJlaXR1bmcgbmljaHQgbWVociBlaW52ZXJzdGFuZGVuIHNpbmQsIG51dHplbiBTaWUgdW5zZXJlIFNlaXRlIGJpdHRlIG5pY2h0IG1laHIuICJ9fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fSx7fV19"> <div class="table-wrapper "> <table class="table"> <tbody> <tr class="row"> <th class="header-cell">Anbieter</th>
<th class="header-cell">Technische Funktion oder Inhalt</th>
<th class="header-cell">ggf. maximale Speicherdauer</th>
<th class="header-cell">&Uuml;bermittlung in Drittstaaten nach Angaben des Anbieters und Absicherung eines Angemessenen Datenschutzniveaus</th>
<th class="header-cell">Widerruf der Einwilligung</th>
</tr>
<tr class="row"> <td class="cell">Google LLC (USA)</td>
<td class="cell">JQuery (Java Script Bibliothek)</td>
<td class="cell"></td>
<td class="cell">Kein angemessenes Datenschutzniveau. Die &Uuml;bermittlung erfolgt auf Grundlage von Art. 49 Abs. 1 lit. a DSGVO.</td>
<td class="cell">Wenn Sie mit der Verarbeitung nicht mehr einverstanden sind, nutzen Sie unsere Seite bitte nicht mehr.</td>
</tr>
<tr class="row"> <td class="cell">Google LLC (USA)</td>
<td class="cell">Google Fonts</td>
<td class="cell"></td>
<td class="cell">Kein angemessenes Datenschutzniveau. Die &Uuml;bermittlung erfolgt auf Grundlage von Art. 49 Abs. 1 lit. a DSGVO.</td>
<td class="cell">Wenn Sie mit der Verarbeitung nicht mehr einverstanden sind, nutzen Sie unsere Seite bitte nicht mehr.</td>
</tr>
</tbody>
</table>
</div>
</div>
<h4 class="u_1970988313 dmNewParagraph" data-element-type="paragraph" id="1970988313" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>6. Kartendienste</div></span></span></h4> <div class="dmNewParagraph" id="1332322979">Auf unseren Webseiten betten wir Kartendienste ein, die nicht auf unseren Servern gespeichert sind. Damit der Aufruf unserer Webseiten mit eingebetteten Kartendienste nicht automatisch dazu f&uuml;hrt, dass Inhalte des Drittanbieters nachgeladen werden, zeigen wir in einem ersten Schritt nur lokal abgespeicherte Vorschaubilder der Karten an. Hierdurch erh&auml;lt der Drittanbieter keine Informationen.<br/>Erst nach einem Klick auf das Vorschaubild, werden Inhalte des Drittanbieters nachgeladen. Hierdurch erh&auml;lt der Drittanbieter die Information, dass Sie unsere Seite aufgerufen haben sowie die in diesem Rahmen technisch erforderlichen Nutzungsdaten. Wir haben auf die weitere Datenverarbeitung durch den Drittanbieter keinen Einfluss. Mit dem Klick auf das Vorschaubild geben Sie uns die Einwilligung, Inhalte des Drittanbieters nachzuladen.<br/>Die Einbettung erfolgt auf Grundlage Ihrer Einwilligung gem. Art. 6 Abs. 1 S. 1 lit. a DSGVO, sofern Sie zuvor Ihre Einwilligung &uuml;ber einen Klick auf das Vorschaubild abgegeben haben.<br/>Bitte beachten Sie, dass die Einbettung mancher Kartendienste dazu f&uuml;hrt, dass Ihre Daten au&szlig;erhalb der EU bzw. des EWR verarbeitet werden. In einigen L&auml;ndern besteht dabei das Risiko, dass Beh&ouml;rden auf die Daten zu Sicherheits- und &Uuml;berwachungszwecken zugreifen, ohne dass Sie hier&uuml;ber informiert werden oder Rechtsmittel einlegen k&ouml;nnen. Sofern wir Anbieter in unsicheren Drittl&auml;ndern einsetzen und Sie einwilligen, erfolgt die &Uuml;bermittlung in ein unsicheres Drittland auf Grundlage von Art. 49 Abs. 1 lit. a DSGVO.<br/><br/></div> <div class="u_1862049196 default dmTable table-scroll" id="1862049196" dmle_extension="table" data-element-type="table" wr="true" icon="true" surround="true" adwords="" data-ext="eyJsYXlvdXQiOiJzY3JvbGwiLCJyb3dzIjpbeyIwIjp7InZhbHVlIjoiQW5iaWV0ZXIifSwiMSI6eyJ2YWx1ZSI6Ik1heGltYWxlIFNwZWljaGVyZGF1ZXIifSwiMiI6eyJ2YWx1ZSI6IkFuZ2VtZXNzZW5lcyBEYXRlbnNjaHV0enNuaXZlYXUifSwiMyI6eyJ2YWx1ZSI6IldpZGVycnVmIGRlciBFaW53aWxsaWd1bmcifX0seyIwIjp7InZhbHVlIjoiT3BlblN0cmVldE1hcCJ9LCIxIjp7InZhbHVlIjoiIn0sIjIiOnsidmFsdWUiOiJWZXJhcmJlaXR1bmcgbnVyIGlubmVyaGFsYiBFVS9FV1IifSwiMyI6eyJ2YWx1ZSI6Ildlbm4gU2llIG1pdCBkZXIgVmVyYXJiZWl0dW5nIG5pY2h0IG1laHIgZWludmVyc3RhbmRlbiBzaW5kLCBudXR6ZW4gU2llIHVuc2VyZSBTZWl0ZSBiaXR0ZSBuaWNodCBtZWhyLiAifX0se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se30se31dfQ=="> <div class="table-wrapper "> <table class="table"> <tbody> <tr class="row"> <th class="header-cell">Anbieter</th>
<th class="header-cell">Maximale Speicherdauer</th>
<th class="header-cell">Angemessenes Datenschutzsniveau</th>
<th class="header-cell">Widerruf der Einwilligung</th>
</tr>
<tr class="row"> <td class="cell">OpenStreetMap</td>
<td class="cell"></td>
<td class="cell">Verarbeitung nur innerhalb EU/EWR</td>
<td class="cell">Wenn Sie mit der Verarbeitung nicht mehr einverstanden sind, nutzen Sie unsere Seite bitte nicht mehr.</td>
</tr>
</tbody>
</table>
</div>
</div>
<h4 class="u_1095182628 dmNewParagraph" data-element-type="paragraph" id="1095182628" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class="lh-1 font-size-16" style="font-weight: inherit;">7. Bewerbung <br/></span></div></span></span></h4> <div class="dmNewParagraph" id="1413986830">Bei der Bewerbung verarbeiten wir Daten von Ihnen, die wir im Rahmen der Bewerbung ben&ouml;tigen. Dies k&ouml;nnen Kontaktdaten, alle mit der Bewerbung in Verbindung stehenden Daten (Lebenslauf, Zeugnisse, Qualifikationen, Antworten auf Fragen etc.) sowie ggf. Daten zur Bankverbindung (um Reisekosten zu erstatten) sein. Die Rechtsgrundlage hierf&uuml;r ergibt sich aus &sect; 26 Bundesdatenschutzgesetz. <br/>Soweit keine gesetzliche Aufbewahrungsfrist existiert, werden die Daten gel&ouml;scht, sobald eine Speicherung nicht mehr erforderlich, bzw. das berechtigte Interesse an der Speicherung erloschen ist. Sofern keine Einstellung erfolgt, ist dies regelm&auml;&szlig;ig sp&auml;testens sechs Monate nach Abschluss des Bewerbungsverfahrens der Fall. In Einzelf&auml;llen kann es zu einer l&auml;ngeren Speicherung von einzelnen Daten kommen (z. B. Reisekostenabrechnung). Die Dauer der Speicherung richtet sich dann nach den gesetzlichen Aufbewahrungspflichten bspw. aus der Abgabenordnung (6 Jahre) oder dem Handelsgesetzbuch (10 Jahre). Sofern es nicht zu einer Einstellung gekommen ist, Ihre Bewerbung aber weiterhin f&uuml;r uns interessant ist, fragen wir Sie, ob wir Ihre Bewerbung f&uuml;r k&uuml;nftige Stellenbesetzungen weiter vorhalten d&uuml;rfen.<br/><br/></div> <h4 class="u_1526418627 dmNewParagraph" data-element-type="paragraph" id="1526418627" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>8. Kontakt</div></span></span></h4> <div class="dmNewParagraph" id="1712580140">Wenn Sie per Mail oder ein Webformular mit uns in Kontakt treten verarbeiten wir die von Ihnen &uuml;bermittelten Daten, z. B. Ihren Namen und Ihre E-Mail-Adresse auf Grundlage von Art. 6 Abs. 1 S. 1 lit. b DSGVO bzw. Art. 6 Abs. 1 S. 1 lit. f DSGVO in dem Interesse Ihre Anfrage m&ouml;glichst unkompliziert, schnell und kundengerecht beantworten zu k&ouml;nnen. Ihre Daten werden nur zur Beantwortung Ihrer Anfrage verarbeitet und anschlie&szlig;end unverz&uuml;glich gel&ouml;scht, soweit keine gesetzlichen Aufbewahrungspflichten unsererseits bestehen. Eine Weitergabe an Dritte erfolgt nicht. Wenn Sie der Verarbeitung Ihrer &uuml;bermittelten Daten widersprechen m&ouml;chten, wenden Sie sich bitte an die im Impressum genannte E-Mail-Adresse.</div> <h4 class="u_1507676094 dmNewParagraph" data-element-type="paragraph" id="1507676094" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class="lh-1 font-size-16" style="font-weight: inherit;">9. Speicherdauer</span></div></span></span></h4> <div class="dmNewParagraph" id="1324523389">Sofern wir nicht im Einzelnen bereits &uuml;ber die Speicherdauer informiert haben, l&ouml;schen wir personenbezogene Daten, wenn sie f&uuml;r die vorgenannten Verarbeitungszwecke nicht mehr erforderlich sind und keine gesetzlichen Aufbewahrungspflichten einer L&ouml;schung entgegenstehen.</div> <h4 class="u_1604837267 dmNewParagraph" data-element-type="paragraph" id="1604837267" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;" class="lh-1 font-size-16">10. Ihre Rechte als betroffene Person</span></span></span></h4> <div class="dmNewParagraph" id="1114044052">Bei der Verarbeitung Ihrer personenbezogenen Daten gew&auml;hrt die DSGVO Ihnen als betroffene Person bestimmte Rechte:<br/>Auskunftsrecht (Art. 15 DSGVO)<br/>Sie haben das Recht eine Best&auml;tigung dar&uuml;ber zu verlangen, ob Sie betreffende personenbezogene Daten verarbeitet werden; ist dies der Fall, so haben Sie ein Recht auf Auskunft &uuml;ber diese personenbezogenen Daten und auf die in Art. 15 DSGVO im Einzelnen aufgef&uuml;hrten Informationen.<br/>Recht auf Berichtigung (Art. 16 DSGVO)<br/>Sie haben das Recht, unverz&uuml;glich die Berichtigung Sie betreffender unrichtiger personenbezogener Daten und ggf. die Vervollst&auml;ndigung unvollst&auml;ndiger Daten zu verlangen.<br/>Recht auf L&ouml;schung (Art. 17 DSGVO)<br/>Sie haben das Recht, zu verlangen, dass Sie betreffende personenbezogene Daten unverz&uuml;glich gel&ouml;scht werden, sofern einer der in Art. 17 DSGVO im Einzelnen aufgef&uuml;hrten Gr&uuml;nde zutrifft.<br/>Recht auf Einschr&auml;nkung der Verarbeitung (Art. 18 DSGVO)<br/>Sie haben das Recht, die Einschr&auml;nkung der Verarbeitung zu verlangen, wenn eine der in Art. 18 DSGVO aufgef&uuml;hrten Voraussetzungen gegeben ist, z. B. wenn Sie Widerspruch gegen die Verarbeitung eingelegt haben, f&uuml;r die Dauer der Pr&uuml;fung durch den Verantwortlichen.<br/>Recht auf Daten&uuml;bertragbarkeit (Art. 20 DSGVO)<br/>In bestimmten F&auml;llen, die in Art. 20 DSGVO im Einzelnen aufgef&uuml;hrt sind, haben Sie das Recht, die Sie betreffenden personenbezogenen Daten in einem strukturierten, g&auml;ngigen und maschinenlesbaren Format zu erhalten bzw. die &Uuml;bermittlung dieser Daten an einen Dritten zu verlangen.<br/>Widerrufsrecht (Art. 7 DSGVO)<br/>Sofern die Verarbeitung von Daten auf Grundlage Ihrer Einwilligung erfolgt, sind Sie nach Art. 7 Abs. 3 DSGVO berechtigt, die Einwilligung in die Verwendung Ihrer personenbezogenen Daten jederzeit zu widerrufen. Bitte beachten Sie, dass der Widerruf erst f&uuml;r die Zukunft wirkt. Verarbeitungen, die vor dem Widerruf erfolgt sind, sind davon nicht betroffen.<br/>Widerspruchsrecht (Art. 21 DSGVO)<br/>Werden Daten auf Grundlage von Art. 6 Abs. 1 S. 1 lit. f DSGVO (Datenverarbeitung zur Wahrung berechtigter Interessen) oder auf Grundlage von Art. 6 Abs. 1 S. 1 lit. e DSGVO (Datenverarbeitung zur Wahrung &ouml;ffentlichen Interesse oder in Aus&uuml;bung &ouml;ffentlicher Gewalt) erhoben, steht Ihnen das Recht zu, aus Gr&uuml;nden, die sich aus Ihrer besonderen Situation ergeben, jederzeit gegen die Verarbeitung Widerspruch einzulegen. Wir verarbeiten die personenbezogenen Daten dann nicht mehr, es sei denn, es liegen nachweisbar zwingende schutzw&uuml;rdige Gr&uuml;nde f&uuml;r die Verarbeitung vor, die gegen&uuml;ber Ihren Interessen, Rechten und Freiheiten &uuml;berwiegen, oder die Verarbeitung dient der Geltendmachung, Aus&uuml;bung oder Verteidigung von Rechtsanspr&uuml;chen.<br/>Beschwerderecht bei einer Aufsichtsbeh&ouml;rde (Art. 77 DSGVO)<br/>Sie haben gem. Art. 77 DSGVO das Recht auf Beschwerde bei einer Aufsichtsbeh&ouml;rde, wenn Sie der Ansicht sind, dass die Verarbeitung der Sie betreffenden Daten gegen datenschutzrechtliche Bestimmungen verst&ouml;&szlig;t. Das Beschwerderecht kann insbesondere bei einer Aufsichtsbeh&ouml;rde in dem Mitgliedstaat Ihres gew&ouml;hnlichen Aufenthaltsorts, Ihres Arbeitsplatzes oder des Orts des mutma&szlig;lichen Versto&szlig;es geltend gemacht werden.<br/>Geltendmachung Ihrer Rechte<br/>Sofern vorstehend nichts anderes beschrieben wurde, wenden Sie sich zur Geltendmachung Ihrer Betroffenenrechte bitte an die im Impressum genannte Stelle.<br/><br/></div> <h4 class="u_1943112316 dmNewParagraph" data-element-type="paragraph" id="1943112316" style="transition: none; display: block;"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>11. Fragen zum Datenschutz</span></span></h4> <div class="dmNewParagraph" id="1185482021"><div>Bei Fragen zum Datenschutz k&ouml;nnen Sie sich an die verantwortliche Stelle , die im Impressum genannt wird, wenden.<span style="" class="lh-1 font-size-15"><br/></span></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="u_1251437857 dmRespCol dmFooterCol small-12 medium-6 large-6" id="1251437857"> <div class="u_1980642274 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1980642274"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/ETIB_Ing_logo_w-1920w.png" id="1306915427" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_Ing_logo_w.png" onerror="handleImageLoadError(this)"/></div>
<div data-element-type="spacer" class="dmSpacer u_1343223140" id="1343223140"></div>
<div class="u_1430628913 dmNewParagraph" id="1430628913"> <div><font color="#ffffff"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 400;"></span></span>Telefon: +49 4283 69799-20</font><font color="#ffffff"><br/></font></div>
<div><font color="#ffffff">E-Mail: info@etib-ing.com</font><br/></div>
<div><font color="#ffffff"><br/></font></div>
<div><font color="#ffffff">&copy; E-TIB Ingenieurgesellschaft 2023</font></div>
</div></div>
<div class="dmRespCol small-12 medium-6 large-6" id="1482103126"> <a data-display-type="block" class="u_1489320351 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="datenschutz.html" data-element-type="dButtonLinkId" id="1489320351"> <span class="iconBg" id="1102437510"> <span class="icon hasFontIcon icon-star" id="1253345124"></span>
</span>
<span class="text" id="1094986108">Impressum &amp; Datenschutz</span>
</a>
</div>
</div>
</div>
</div>
<div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Add full CSS and Javascript before the close tag of the body if needed -->
<!-- ========= JS Section ========= -->
<script>
var isWLR = true;
window.customWidgetsFunctions = {};
window.customWidgetsStrings = {};
window.collections = {};
window.currentLanguage = "GERMAN"
window.isSitePreview = false;
</script>
<script type="text/javascript">
var d_version = "production_6452";
var build = "2026-05-13T12_48_29";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2026-05-13T12_48_29";
try {
var _p = window.parent;
if (_p && _p.document && _p.$ && _p.$.dmfw) {
window.editorParent = _p;
} else if (_p.isSitePreview) {
window.previewParent = _p;
}
} catch (e) {
}
}
buildEditorParent();
</script>
<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
src="https://static-cdn.website-editor.net/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->
<script>
var _jquery = window.$;
var jqueryAliases = ['$', 'jquery', 'jQuery'];
jqueryAliases.forEach((alias) => {
Object.defineProperty(window, alias, {
get() {
return _jquery;
},
set() {
console.warn("Trying to over-write the global jquery object!");
}
});
});
window.jQuery.migrateMute = true;
</script>
<script>
window.cookiesNotificationMarkupPreview = ' <div> <p class=\"rteBlock\">Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu k&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;ren Sie sich mit der Verwendung von Cookies einverstanden. <a target=\"_blank\" data-runtime-url=\"undefined\">Mehr Infos<\/a> \n<\/p> \n<\/div> \n';
</script>
<!-- HEAD RT JS Include -->
<script id='d-js-params'>
window.INSITE = window.INSITE || {};
window.INSITE.device = "desktop";
window.rtCommonProps = {};
rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
rtCommonProps["runtimecollector.url"] = 'https://rtc.website-editor.net';
rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
rtCommonProps["inlineEditGrid.snap"] =true;
rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
rtCommonProps["rt.pushnotifs.force.button"] =true;
rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
rtCommonProps["common.mapbox.js.override"] =false;
rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
rtCommonProps["isCoverage.test"] =false;
rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
rtCommonProps["common.resources.dist.cdn"] =true;
rtCommonProps["common.build.dist.folder"] = 'production/6452';
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6452';
rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
rtCommonProps["isAutomation.test"] =false;
rtCommonProps["booking.cal.api.domain"] = 'api.cal.com';
rtCommonProps['common.mapsProvider'] = 'mapbox';
rtCommonProps['common.mapsProvider.version'] = '0.52.0';
rtCommonProps['common.geocodeProvider'] = 'mapbox';
rtCommonProps['server.for.resources'] = '';
rtCommonProps['feature.flag.lazy.widgets'] = true;
rtCommonProps['feature.flag.single.wow'] = false;
rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
rtCommonProps['feature.flag.mark.anchors'] = true;
rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
rtCommonProps["images.sizes.small"] =160;
rtCommonProps["images.sizes.mobile"] =640;
rtCommonProps["images.sizes.tablet"] =1280;
rtCommonProps["images.sizes.desktop"] =1920;
rtCommonProps["modules.resources.cdn"] =true;
rtCommonProps["import.images.storage.imageCDN"] = 'https://le-cdn.website-editor.net/';
rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
rtCommonProps["feature.flag.performance.logs"] =false;
rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
rtCommonProps["termly.mapbox.consent.category"] = 'performance';
// feature flags that's used out of runtime module (in legacy files)
rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
window.rtFlags = {};
rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false;
rtFlags["scripts.widgetCount.enabled"] =true;
rtFlags["fnb.animations.tracking.enabled"] =true;
rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
rtFlags["feature.flag.photo.gallery.exact.size"] =true;
rtFlags["geocode.search.localize"] =false;
rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
rtFlags["twitter.heightLimit.enabled"] = true;
rtFlags["runtime.lottieOverflow"] =false;
rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
rtFlags["flex.animation.design.panel.layout"] =true;
rtFlags["runtime.cwv.report.cls.enabled"] =false;
rtFlags["runtime.cwv.report.lcp.enabled"] =false;
rtFlags["contact.form.useActiveForm"] =true;
rtFlags["contact.form.custom.errors.enabled"] =false;
rtFlags["runtime.ssr.productStore.internal.observer"] =true;
rtFlags["runtime.ssr.productCustomizations"] =true;
rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
</script>
<script src="https://static-cdn.website-editor.net/mnlt/production/6452/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static-cdn.website-editor.net/mnlt/production/6452/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
$(window).bind("orientationchange", function (e) {
$.layoutManager.initLayout();
});
$(document).resize(function () {
});
</script>
<script type="text/javascript" id="d_track_campaign">
(function() {
if (!window.location.search) {
return;
}
const cleanParams = window.location.search.substring(1); // Strip ?
const queryParams = cleanParams.split('&');
const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
const domain = 'domain=' + window.location.hostname;
const path = "path=/";
queryParams.forEach((param) => {
const [key, value = ''] = param.split('=');
if (key.startsWith('utm_')) {
const cookieName = "_dm_rt_" + key.substring(4);
const cookie = cookieName + "=" + value;
const joined = [cookie, expires, domain, path].join(";");
document.cookie = joined;
}
});
}());
</script>
<script type="text/javascript" >
var _dm_gaq = {};
var _gaq = _gaq || [];
var _dm_insite = [];
</script>
<script type="text/javascript" id="d_track_sp">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1dxoqu0t5mb7j.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
window.dmsnowplow = window.snowplow;
dmsnowplow('newTracker', 'cf', 'd1dxoqu0t5mb7j.cloudfront.net', { // Initialise a tracker
appId: '5e2f4be8c0fb45f2a71937f258d66cca'
});
// snowplow queries element styles so we wait until CSS calculations are done.
requestAnimationFrame(() => {
dmsnowplow('trackPageView');
_dm_insite.forEach((rule) => {
// Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
// the tracking is in popup.js
if (rule.actionName !== "popup") {
dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
}
window?.waitForDeferred?.('dmAjax', () => {
$.DM.events.trigger('event-ruleTriggered', {value: rule});
});
});
});
</script>
<div style="display:none;" id="P6iryBW0Wu"></div>
<!-- photoswipe markup -->
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Schließen (ESC)"></button>
<button class="pswp__button pswp__button--share" title="Teilen"></button>
<button class="pswp__button pswp__button--fs" title="Vollbild ein-/ausschalten"></button>
<button class="pswp__button pswp__button--zoom" title="Vergrößern/verkleinern"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Zurück (Pfeil nach links)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Weiter (Pfeil nach rechts)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<div id="fb-root"
data-locale="de_DE"></div>
<!-- Alias: 5e2f4be8c0fb45f2a71937f258d66cca -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
<div class="dmPopupTitle"> <span></span> Share by:</div>
<div class="data"></div>
</div><script id="d_track_personalization">
window?.waitForDeferred?.('dmAjax', () => {
// Collects client data and updates cookies used by smart sites
window.expireDays = 365;
window.visitLength = 30 * 60000;
$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
});
</script>
<script type="text/javascript">
Parameters.NavigationAreaParams.MoreButtonText = 'More';
Parameters.NavigationAreaParams.LessButtonText = '......';
Parameters.HomeLinkText = 'Home';
</script>
<!-- End Script tags -->
<!-- Site Wide Html Markup -->
<!-- Site Wide Html Markup -->
</body>
</html>