302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mod63.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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.sitsch.de/', AccountUUID: 'ec67f6f7a96244188e27982dd3aee63d', SystemID: '1AND1_EU_PROD', SiteAlias: '97dec79780024ef29e25ed4f7e7812bf', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue May 05 09:55:34 UTC 2020', ExternalUid: 'a9816850-5754-4d89-8850-3d629284b04b', IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '76eecadeaab94a48b6d1f7dfad85b195', InitialPageId: '380089764', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '18857ef1d8054dcf9297559ea5a7fbb2', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '1115', 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>Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu können. Durch die Nutzung dieser Webseite erklären Sie sich mit der Verwendung von Cookies einverstanden. <a href=\"\/privacy\" target=\"_blank\">Mehr Infos<\/a> \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.sitsch.de/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '2002', 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="https://www.sitsch.de/"> <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="icon" type="image/x-icon" href="https://static-cdn.website-editor.net/runtime/favicon_d1_res.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> <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="criticalCss"> @charset "UTF-8";.dmDesktopBody .dmRespRow .large-12,.dmRespRow .dmRespCol{width:100%;position:relative}.dmRespRow:after,DIV.dmBody{clear:both}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}b{font-weight:700}hr{box-sizing:content-box;height:0}*,.dmPopup,:after,:before{box-sizing:border-box}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-display:swap;src:local('Roboto Italic'),local('Roboto-Italic'),url(https://cdn.website-editor.net/fonts/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(https://cdn.website-editor.net/fonts/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://cdn.website-editor.net/fonts/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:local('Source Sans Pro Regular'),local('SourceSansPro-Regular'),url(https://cdn.website-editor.net/fonts/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url(https://cdn.website-editor.net/fonts/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}.display_None{display:none}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body:not(.noFontIcons) #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.supportsFontIcons .hasFontIcon{background-image:none!important}#dm .dmNav.dmNavCustom .dmHideFromNav,#dm .dmn .dmHideFromNav{display:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup{display:block}.dmPopup{padding:10px;text-align:left;margin:0 10px;top:10px;width:93%;z-index:1000009999!important;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{display:block;font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.lh-1{line-height:normal}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow.dmRespRowNoPadding,.dmContent,.dmInner ul:not(.defaultList){padding:0}#dm .dmRespRow .dmRespColsWrapper{display:-webkit-flex;display:flex}#dm [data-buttonstyle=BORDER_SHORT] .dmWidget:not([data-buttonstyle]) .iconBg,.pswp{display:none}.pswp{z-index:9999999999!important}.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#innerBar,.dmHeader,.imageWidget:not(.displayNone) img,body{width:100%}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#111}.imageWidget a{font-style:italic;text-align:center}.imageWidget a::after{content:attr(data-caption);display:block;height:100%;line-height:100%}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmHeader{background:#fff;color:#111;text-align:center;position:relative;max-width:100%}DIV.dmBody{padding:0}.dmContent{margin:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;font-size:20px;margin:0;z-index:80}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmNav{margin-top:20px}.dmNav li{position:relative}.dmNav li a{height:100%;display:block;padding:17px 10px;text-decoration:none}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#111}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar),.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.titleLine hr{min-height:1px;background-color:rgba(17,17,17,.2)}.dmLinksMenu{float:none!important;display:block}.dmStandardDesktop{display:block;margin:0 auto}.dmInner a{outline:0;vertical-align:inherit}body{background-color:#eee}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}#dm .fHeader .dmHeaderContent.freeHeaderRow1{padding:30px 0}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#fff;max-width:100%}#dm [data-buttonstyle] .dmWidget span.iconBg{color:#f7f7f7}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{flex-wrap:wrap}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform-origin:left}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm div.dmRespCol>*{line-height:150%}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm [data-buttonstyle] div.dmInner #site_content .dmWidget .iconBg{display:none}#dm #dm-outer-wrapper .imageWidget img{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Roboto;color:rgba(61,61,61,1);font-size:17px}#dm .dmContent .dmRespRow,#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm .p_hfcontainer div.u_1571063569{background-color:rgba(0,0,0,0)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(61,61,61,1)!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer .u_1284501632.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{margin-top:0!important;padding:42px 25px 41px!important}#dm .p_hfcontainer nav.u_1284501632{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;justify-content:flex-end!important;align-items:stretch!important;min-width:0!important;text-align:right!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1694343445,#dm .p_hfcontainer div.u_1571063569{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;margin:0!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:42px!important;padding-bottom:41px!important;margin-top:0!important;margin-bottom:0!important}#dm .p_hfcontainer div.u_1780181932{padding-top:0!important;padding-bottom:0!important}#dm .p_hfcontainer div.u_1571063569{padding:0 20px!important}#dm .dmBody div.u_1115820553{padding-top:30px!important;margin-top:0!important}#dm .dmBody div.u_1694343445{padding:0!important}.font-size-96{font-size:96px!important}.font-size-26{font-size:26px!important}:root{--button-color:#F66035;--button-hover-color:#F86F4C;--text-on-light:#F66035;--text-on-dark:#F66035;--text-on-button:#FFF;--header-color:#313131;--header-border-color:#222222;--header-text-color:#ffffff}#imageZone{position:absolute;margin:auto}.coloumns{border-radius:3px;background-color:#f9980d;height:18px;width:6px;-webkit-animation-name:loader;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-moz-animation-name:loader;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;opacity:.25;-webkit-transform:scale(.7);-webkit-transform-origin:50% 180%;-moz-transform:scale(.7);-moz-transform-origin:50% 180%;position:absolute}#coloumn1{-webkit-transform:rotate(0);-webkit-animation-delay:-.914s;-moz-transform:rotate(0);-moz-animation-delay:-.914s}#coloumn2{-webkit-transform:rotate(30deg);-webkit-animation-delay:-.831s;-moz-transform:rotate(30deg);-moz-animation-delay:-.831s}#coloumn3{-webkit-transform:rotate(60deg);-webkit-animation-delay:-.747s;-moz-transform:rotate(60deg);-moz-animation-delay:-.747s}#coloumn4{-webkit-transform:rotate(90deg);-webkit-animation-delay:-.664s;-moz-transform:rotate(90deg);-moz-animation-delay:-.664s}#coloumn5{-webkit-transform:rotate(120deg);-webkit-animation-delay:-.581s;-moz-transform:rotate(120deg);-moz-animation-delay:-.581s}#coloumn6{-webkit-transform:rotate(150deg);-webkit-animation-delay:-.498s;-moz-transform:rotate(150deg);-moz-animation-delay:-.498s}#coloumn7{-webkit-transform:rotate(180deg);-webkit-animation-delay:-.415s;-moz-transform:rotate(180deg);-moz-animation-delay:-.415s}#coloumn8{-webkit-transform:rotate(210deg);-webkit-animation-delay:-.332s;-moz-transform:rotate(210deg);-moz-animation-delay:-.332s}#coloumn9{-webkit-transform:rotate(240deg);-webkit-animation-delay:-.249s;-moz-transform:rotate(240deg);-moz-animation-delay:-.249s}#coloumn10{-webkit-transform:rotate(270deg);-webkit-animation-delay:-.166s;-moz-transform:rotate(270deg);-moz-animation-delay:-.166s}#coloumn11{-webkit-transform:rotate(300deg);-webkit-animation-delay:-83ms;-moz-transform:rotate(300deg);-moz-animation-delay:-83ms}#coloumn12{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg)}@-webkit-keyframes loader{0%{opacity:1}100%{opacity:.25}}@-moz-keyframes loader{0%{opacity:1}100%{opacity:.25}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @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: "Cabin Fallback"; src: local('Arial'); ascent-override: 101.7818%; descent-override: 26.3684%; size-adjust: 94.8106%; line-gap-override: 0%; }@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: "Nosifer Fallback"; src: local('Arial'); ascent-override: 62.0745%; descent-override: 36.8671%; size-adjust: 175.885%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.sitsch.de/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.sitsch.de/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.sitsch.de/"/> <title> SIcherheits Trage SCHutz masken </title> <meta name="keywords" content="SIcherheits Trage SCHutz masken, Masken, Atemschutz, Atemschutzmasken, Halbmasken"/> <meta name="description" content="Auf dieser Seite haben wir aktuelle Links zum Thema Masken, Atemschutz, Atemschutzmasken, Halbmasken zusammengestellt"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="SIcherheits Trage SCHutz masken"/> <meta name="twitter:description" content="Auf dieser Seite haben wir aktuelle Links zum Thema Masken, Atemschutz, Atemschutzmasken, Halbmasken zusammengestellt"/> <meta name="twitter:image" content="https://le-cdn.website-editor.net/md/and1/dms3rep/multi/opt/119564-1920w.jpeg"/> <meta property="og:description" content="Auf dieser Seite haben wir aktuelle Links zum Thema Masken, Atemschutz, Atemschutzmasken, Halbmasken zusammengestellt"/> <meta property="og:title" content="SIcherheits Trage SCHutz masken"/> <meta property="og:image" content="https://le-cdn.website-editor.net/md/and1/dms3rep/multi/opt/119564-1920w.jpeg"/> <!-- SYS- MUFORDFfRVVfUFJPRA== --> </head> <body id="dmRoot" data-page-alias="home" 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-home hasAnimations dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-buttonstyle="BORDER_SHORT" 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"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1780181932 dmRespCol small-12 medium-12 large-12" id="1780181932"> <span id="1520082955"></span> <nav class="u_1284501632 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" 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/97dec79780024ef29e25ed4f7e7812bf/dms3rep/multi/desktop/Consultant+-+52.png" data-nav-structure="HORIZONTAL" wr="false" icon="true" surround="false" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/kontakt" class="unifiednav__item dmUDNavigationItem_010101783271 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Kontakt " data-auto="page-text-style">Kontakt<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/impressum" class="unifiednav__item dmUDNavigationItem_010101838172 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Impressum " data-auto="page-text-style">Impressum<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </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> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home 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 style="text-align: center;" class="u_1694343445 dmRespRow fullBleedChanged fullBleedMode" id="1694343445"> <div class="dmRespColsWrapper" id="1989694066"> <div class="dmRespCol small-12 medium-12 large-12 u_1255709720" id="1255709720"> <div class="imageWidget align-center u_1949371636" data-element-type="image" data-widget-type="image" id="1949371636"> <a id="1883572880"><img src="https://le-cdn.website-editor.net/97dec79780024ef29e25ed4f7e7812bf/dms3rep/multi/opt/119564-abe228eb-2880w.jpeg" alt="" id="1462768550" class="" data-dm-image-path="https://cdn.website-editor.net/97dec79780024ef29e25ed4f7e7812bf/dms3rep/multi/119564-abe228eb.jpeg" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph" data-element-type="paragraph" id="1707023481" style="text-align: center; " data-styletopreserve="{" background-image":""}"=""><font style="color: rgb(0, 0, 0);" class="m-font-size-36 lh-1 font-size-96"><b><span style="font-weight:400;font-family:Nosifer, 'Nosifer Fallback';">SITSCH.DE</span></b></font></div> <div class="dmNewParagraph" data-element-type="paragraph" id="1496523392" style="transition: opacity 1s ease-in-out;"> <div style="text-align: center;"><span style="" class="lh-1 m-specific font-size-26 m-font-size-16"><b style="text-decoration: underline;">SI</b> cherheits <b style="text-decoration: underline;">T</b> rage <b style="text-decoration: underline;">SCH</b> utzmasken</span></div> <div><br/></div> </div> </div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1115820553" id="1115820553"> <div class="dmRespColsWrapper" id="1887983668"> <div class="dmRespCol small-12 medium-12 large-12" id="1325661595"> <h1 data-inject="home-At6row2Title" class="u_1187799442 dmNewParagraph" id="1187799442" data-element-type="paragraph" style="text-align: center; "><span style="" class="lh-1 font-size-20 m-specific m-font-size-16">Nachfolgend eine Sammlung von allen wichtigen Links zum Thema Atemschutzmasken:</span></h1></div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1482690230" id="1482690230"> <div class="dmRespColsWrapper" id="1159250670"> <div class="u_1893291801 dmRespCol small-12 large-5 medium-5" id="1893291801"> <div class="u_1591920643 imageWidget align-center" data-widget-type="image" id="1591920643" data-element-type="image"><img data-inject="home-At6row3Img" src="https://le-cdn.website-editor.net/md/and1/dms3rep/multi/opt/119032-400w.jpeg" id="1059256299" class="" data-cms-image-id="117218" data-cms-image-version="1" data-dm-image-path="https://cdn.website-editor.net/md/and1/dms3rep/multi/119032.jpeg" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1537365400 dmRespCol small-12 large-7 medium-7" id="1537365400"> <h2 data-inject="home-At6row3Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1494951262 dmNewParagraph" id="1494951262" data-element-type="paragraph"><span style="" class="font-size-30 lh-1 m-specific m-font-size-16">Informationen von unserer Bundesregierung:</span></h2> <div data-inject="home-At6row3Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1241389950 dmNewParagraph" id="1241389950"><font style="color: rgb(0, 0, 0);"><a href="https://www.bundesregierung.de/breg-de/themen/coronavirus/empfehlung-schutzmasken-1745224" runtime_url="https://www.bundesregierung.de/breg-de/themen/coronavirus/empfehlung-schutzmasken-1745224" target="_blank" style="color: rgb(0, 0, 0);">https://www.bundesregierung.de/breg-de/themen/coronavirus/empfehlung-schutzmasken-1745224</a></font> <div><font style="color: rgb(0, 0, 0);"><span style="caret-color: rgb(0, 0, 0);"><br/></span></font> <div><b style="text-decoration: underline;">Und allgemeine Infos zum Thema Coronavirus:</b></div> <div><a href="https://www.bundesregierung.de/breg-de/themen/coronavirus" runtime_url="https://www.bundesregierung.de/breg-de/themen/coronavirus" target="_blank"><font style="color: rgb(0, 0, 0);">https://www.bundesregierung.de/breg-de/themen/coronavirus</font></a></div> </div> </div></div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1802665719" id="1802665719"> <div class="dmRespColsWrapper" id="1202977605"> <div class="dmRespCol small-12 medium-12 large-12" id="1484549339"> <div class="dmSpacer u_1409932140" id="1409932140" data-element-type="spacer"></div> </div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1264771596" id="1264771596"> <div class="dmRespColsWrapper" id="1718969366"> <div class="u_1135630990 dmRespCol small-12 large-5 medium-5" id="1135630990"> <div class="u_1120934344 imageWidget align-center" data-widget-type="image" id="1120934344" data-element-type="image"><img data-inject="home-At6row4Img" src="https://le-cdn.website-editor.net/md/and1/dms3rep/multi/opt/114379-400w.jpeg" id="1697360398" class="" data-cms-image-id="123503" data-cms-image-version="1" data-dm-image-path="https://cdn.website-editor.net/md/and1/dms3rep/multi/114379.jpeg" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1128089896 dmRespCol small-12 large-7 medium-7" id="1128089896"> <h2 data-inject="home-At6row4Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1615665858 dmNewParagraph" id="1615665858" data-element-type="paragraph"><span style="" class="font-size-30 lh-1 m-specific m-font-size-16">Robert Koch Institut - RKI: Offizielle Hinweise zur Verwendung von Masken:</span></h2> <div data-inject="home-At6row4Paragraph" class="u_1324483521 dmNewParagraph" id="1324483521" data-styletopreserve="{" background-image":""}"=""><font style="color: rgb(0, 0, 0);"><a href="https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Arbeitsschutz_Tab.html" runtime_url="https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Arbeitsschutz_Tab.html" target="_blank" style="color: rgb(0, 0, 0);">https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Arbeitsschutz_Tab.html</a></font> <div><font style="color: rgb(0, 0, 0);"><br/></font></div> <div><a href="https://www.rki.de/SharedDocs/FAQ/NCOV2019/FAQ_Mund_Nasen_Schutz.html" runtime_url="https://www.rki.de/SharedDocs/FAQ/NCOV2019/FAQ_Mund_Nasen_Schutz.html" target="_blank" style="color: rgb(0, 0, 0);"><font style="color: rgb(0, 0, 0);">https://www.rki.de/SharedDocs/FAQ/NCOV2019/FAQ_Mund_Nasen_Schutz.html</font></a></div> </div></div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1122101300" id="1122101300"> <div class="dmRespColsWrapper" id="1102649083"> <div class="dmRespCol small-12 medium-12 large-12" id="1047281845"> <div class="dmSpacer u_1044523185" id="1044523185" data-element-type="spacer"></div> </div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1223017582" id="1223017582"> <div class="dmRespColsWrapper" id="1896339219"> <div class="dmRespCol small-12 medium-12 large-12" id="1681829049"> <h1 data-inject="home-At6row6Title" class="u_1252558172 dmNewParagraph" id="1252558172" data-element-type="paragraph"><span style="text-decoration: underline;">Auch sehr interessant:</span></h1></div> </div> </div> <div style="text-align: center;" class="u_1614825870 dmRespRow" id="1614825870" data-anim-desktop="none"> <div class="dmRespColsWrapper" id="1908418269"> <div class="u_1555016575 dmRespCol small-12 medium-4 large-4" id="1555016575" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col1Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1706893736 dmNewParagraph" id="1706893736" data-element-type="paragraph"><span style="" class="font-size-30 lh-1">Lungenärzte im Netz</span></h2> <div data-inject="home-At6row7col1Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1091342895 dmNewParagraph" id="1091342895"><a href="https://www.lungenaerzte-im-netz.de/news-archiv/meldung/article/teure-atemschutzmaske-schuetzt-nicht-besser-vor-grippe-als-einfacher-mundschutze/" runtime_url="https://www.lungenaerzte-im-netz.de/news-archiv/meldung/article/teure-atemschutzmaske-schuetzt-nicht-besser-vor-grippe-als-einfacher-mundschutze/" target="_blank"><font style="color: rgb(0, 0, 0);">https://www.lungenaerzte-im-netz.de/news-archiv/meldung/article/teure-atemschutzmaske-schuetzt-nicht-besser-vor-grippe-als-einfacher-mundschutze/</font></a></div></div> <div class="u_1503802871 dmRespCol small-12 medium-4 large-4" id="1503802871" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col2Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1569431728 dmNewParagraph" id="1569431728" data-element-type="paragraph">Ärzteblatt</h2> <div data-inject="home-At6row7col2Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1794490229 dmNewParagraph" id="1794490229"><font style="color: rgb(0, 0, 0);"><a href="https://www.aerzteblatt.de/treffer?mode=s&wo=17&typ=1&nid=105751&s=Masken" runtime_url="https://www.aerzteblatt.de/treffer?mode=s&wo=17&typ=1&nid=105751&s=Masken" target="_blank" style="color: rgb(0, 0, 0);">https://www.aerzteblatt.de/treffer?mode=s&wo=17&typ=1&nid=105751&s=Masken</a></font></div></div> <div class="u_1280092871 dmRespCol small-12 medium-4 large-4" id="1280092871" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col3Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1027425031 dmNewParagraph" id="1027425031" data-element-type="paragraph">Wikipedia</h2> <div data-inject="home-At6row7col3Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1923275129 dmNewParagraph" id="1923275129"><a href="https://de.wikipedia.org/wiki/Schutzmaske" runtime_url="https://de.wikipedia.org/wiki/Schutzmaske" target="_blank"><font style="color: rgb(0, 0, 0);">https://de.wikipedia.org/wiki/Schutzmaske</font></a></div></div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1706021339" id="1706021339"> <div class="dmRespColsWrapper" id="1048881579"> <div class="u_1179913464 dmRespCol small-12 medium-4 large-4" id="1179913464" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col3Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1429221105 dmNewParagraph" id="1429221105" data-element-type="paragraph">Quarks</h2> <div data-inject="home-At6row7col3Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1604509026 dmNewParagraph" id="1604509026"><a href="https://www.quarks.de/gesellschaft/wissenschaft/was-man-ueber-schutzmasken-in-zeiten-von-corona-wissen-muss/" runtime_url="https://www.quarks.de/gesellschaft/wissenschaft/was-man-ueber-schutzmasken-in-zeiten-von-corona-wissen-muss/" target="_blank"><font style="color: rgb(0, 0, 0);">https://www.quarks.de/gesellschaft/wissenschaft/was-man-ueber-schutzmasken-in-zeiten-von-corona-wissen-muss/</font></a></div></div> <div class="u_1592749303 dmRespCol small-12 medium-4 large-4" id="1592749303" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col1Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1489155820 dmNewParagraph" id="1489155820" data-element-type="paragraph">Welt</h2> <div data-inject="home-At6row7col1Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1896822212 dmNewParagraph" id="1896822212"><a href="https://www.welt.de/icon/service/article207310003/Maskenpflicht-Wie-traegt-und-waescht-man-eine-Schutzmaske-richtig.html" runtime_url="https://www.welt.de/icon/service/article207310003/Maskenpflicht-Wie-traegt-und-waescht-man-eine-Schutzmaske-richtig.html" target="_blank"><font style="color: rgb(0, 0, 0);">https://www.welt.de/icon/service/article207310003/Maskenpflicht-Wie-traegt-und-waescht-man-eine-Schutzmaske-richtig.html</font></a></div></div> <div class="u_1662210348 dmRespCol small-12 medium-4 large-4" id="1662210348" data-anim-desktop="fadeIn"> <h2 data-inject="home-At6row7col2Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1918172934 dmNewParagraph" id="1918172934" data-element-type="paragraph">Günstige Masken</h2> <div data-inject="home-At6row7col2Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1162856165 dmNewParagraph" id="1162856165"><a href="https://medicologne.de" runtime_url="https://medicologne.de" target="_blank"><font style="color: rgb(0, 0, 0);">https://medicologne.de</font></a> <div><br/></div> <div><font style="color: rgb(0, 0, 0);"><a href="https://www.fliess.shop" runtime_url="https://www.fliess.shop" target="_blank" style="color: rgb(0, 0, 0);">https://www.fliess.shop</a></font></div> <div><font style="color: rgb(0, 0, 0);"><br/></font></div> <div><a href="https://www.yatego.com/themen/mundschutz?utm_campaign=mundschutz&utm_source=c_newsletter&utm_medium=title&utm_term=mundschutz" runtime_url="https://www.yatego.com/themen/mundschutz?utm_campaign=mundschutz&utm_source=c_newsletter&utm_medium=title&utm_term=mundschutz" target="_blank" style="color: rgb(0, 0, 0);"><font style="color: rgb(0, 0, 0);">https://www.yatego.com/themen/mundschutz?utm_campaign=mundschutz&utm_source=c_newsletter&utm_medium=title&utm_term=mundschutz</font></a></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 style="text-align: center;" class="dmRespRow u_1688533143" id="1688533143"> <div class="dmRespColsWrapper" id="1829981577"> <div class="u_1258828181 dmRespCol small-12 large-8 medium-8" id="1258828181"> <h3 style="transition: opacity 1s ease-in-out 0s;" class="u_1052219146 dmNewParagraph" id="1052219146" data-element-type="paragraph"><font data-inject="home-At6subscriptionText" style="color: rgb(255, 255, 255);">Abonnieren Sie unseren Newsletter und bleiben Sie immer auf dem neuesten Stand!</font><br/></h3></div> <div class="u_1122547107 dmRespCol small-12 large-4 medium-4" id="1122547107"> <span id="1877913776"></span> <div class="dmSpacer" id="1597091975" data-element-type="spacer"></div> <a data-inject="home-At6subscriptionButtonAnchor" data-display-type="block" class="u_1200517301 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/newsletter-registration" id="1200517301" link_type="popup" popup_target="newsletter-registration" data-element-type="dButtonLinkId"> <span class="iconBg" id="1151510367"> <span class="icon hasFontIcon icon-star" id="1413810719"></span> </span> <span data-inject="home-At6subscriptionButton" class="text" id="1864051187">Anmelden</span> </a> </div> </div> </div> <div style="text-align: center;" class="dmRespRow fullBleedChanged fullBleedMode u_1041180092" id="1041180092"> <div class="dmRespColsWrapper" id="1941792311"> <div class="dmRespCol small-12 medium-12 large-12 u_1688097435" id="1688097435"> <span id="1940650807"></span> <div class="dmDividerWrapper clearfix u_1323868229 hasFullWidth hasFullWidthMobile" id="1323868229" layout="divider-style-1" data-element-type="dDividerId"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1336371677"/></div> </div> </div> </div> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="dmRespCol small-12 medium-12 large-12" id="1572825853"> <span id="1064380661"></span> <div style="transition: opacity 1s ease-in-out 0s;" class="u_1005187064 dmNewParagraph" id="1005187064"><div style="text-align: center;"><span data-inject="semantic-FullAddress">51069 Köln, GERMANY</span> <span style="font-weight: 400;"><b><span style="font-weight: 700;">|</span></b></span><b></b> <span data-inject="semantic-PhoneNumber" style="font-weight: 400;">0221 9468880</span><br/></div></div></div> </div> </div> <div style="text-align: center;" class="u_1789728481 dmRespRow" id="1789728481"> <div class="dmRespColsWrapper" id="1589860219"> <div class="dmRespCol small-12 medium-6 large-6 u_1605751351" id="1605751351"> <span id="1659127339"></span> <h5 style="transition: opacity 1s ease-in-out 0s; display: block;" class="u_1343832135 dmNewParagraph" id="1343832135" data-element-type="paragraph"> <span data-inject="semantic-Copyright">Copyright © Alle Rechte vorbehalten.</span> </h5></div> <div class="dmRespCol small-12 medium-6 large-6" id="1454272629"> <span id="1840458493"></span> <div class="u_1198440832 align-center text-align-center dmSocialHub gapSpacing" id="1198440832" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://twitter.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="http://instagram.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"> <div itemscope="" itemtype="https://schema.org/Organization" id="poweredBy" class="poweredBy"> <p class="ionos-brand"> <a rel="nofollow" href="https://www.ionos.de/websites/homepage-erstellen" target="_blank" itemprop="url" class="ionos-url"> <span>Erstellt mit</span> <img src="https://dd-cdn.multiscreensite.com/1und1/1und1-logo8.svg" alt="IONOS" itemprop="brand" class="ionos-logo" onerror="handleImageLoadError(this)"/></a> </p> </div> </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 --> <!-- 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=Cabin:ital,wght@0,400..700;1,400..700&family=Nosifer:ital,wght@0,400&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=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&subset=latin-ext&display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-new--> <link rel="stylesheet" type="text/css" href="https://static-cdn.website-editor.net/mnlt/production/5411/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-new.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/WIDGET_CSS/1b05ffaaef0933eeff4f0a0f1f5cc72f.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="home"] #dm [data-show-on-page-only="home"] { 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/97dec79780024ef29e25ed4f7e7812bf/files/97dec79780024ef29e25ed4f7e7812bf_1.min.css?v=66" id="siteGlobalCss" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/oneUndOne/1and1-runtime.css?version=2025-04-23T12_49_21" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/97dec79780024ef29e25ed4f7e7812bf/files/97dec79780024ef29e25ed4f7e7812bf_home_1.min.css?v=66" id="homeCssLink" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-96, .size-96, .size-96 > font { font-size: 96px !important; }.font-size-26, .size-26, .size-26 > font { font-size: 26px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= 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_5411"; var build = "2025-04-23T12_49_21"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-04-23T12_49_21"; 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/2.2.4/jquery.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 type="text/javascript"> window.popups = [{"title":"newsletter","url":"/newsletter-registration","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"699","overlayColor":"rgba(0,28,77,0.85)","height":"636","animation":"fadeIn"},"name":"newsletter-registration"}]</script> <script> window.cookiesNotificationMarkupPreview = ' <div>Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu können. Durch die Nutzung dieser Webseite erklären Sie sich mit der Verwendung von Cookies einverstanden. <a href=\"\/privacy\" target=\"_blank\">Mehr Infos<\/a> \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["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5411'; rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net'; rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/5411'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.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['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; 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"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // 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["ecom.ecwidNewUrlStructure.enabled"] = false; 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["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =false; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =false; </script> <script src="https://static-cdn.website-editor.net/mnlt/production/5411/_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> $(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: '97dec79780024ef29e25ed4f7e7812bf' }); // 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: 97dec79780024ef29e25ed4f7e7812bf --> <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 = '......'; Parameters.NavigationAreaParams.LessButtonText = '......'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> <!-- Begin Product Custom HTML Markup --> <script> function call1and1Tracking() { var externalId = dmAPI.getSiteExternalId(); var siteName = dmAPI.getSiteName(); var src = 'https://integration.mywebsite-editor.com/dakota-snippet-service/snippet/integration/snippet.js?sitename='+siteName+'&external_uid='+externalId+'&mode=visit' var tracking = document.createElement('script'); tracking.setAttribute('src',src); document.head.appendChild(tracking); } call1and1Tracking(); </script><!-- End Product Custom HTML Markup --> </body> </html>