CINXE.COM

Wimsheim

<!DOCTYPE html> <!--[if lt IE 7]> <html class="lt-ie7" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 7]> <html class="ie7" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 8]> <html class="ie8" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 9]> <html class="ie9" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!-- /www/stuttgarter_zeitung --> <html lang="de" style="min-height: 900px;" data-test="/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" data-alias="/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" data-layout="desktop" data-device="desktop" data-userstate="loading" data-userpermission="false" data-static-baseurl="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/_responsive/js/_final/" data-addedtags="" > <head> <!-- Keine Inhaltsauswahl am Seitentemplate definiert --> <meta charset="utf-8"> <!-- function in .htaccess meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" //--> <title>Wimsheim</title> <meta name="robots" content="index, follow, noarchive, noodp, noydir" /> <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="Content-Language" content="de"> <meta http-equiv="last-modified" content="Wed Feb 19 21:33:54 CET 2025"> <meta name="author" content="Stuttgarter Zeitung"> <meta name="copyright" content="Stuttgarter Zeitung, Stuttgart,Germany"> <meta name="email" content="webmaster@stz.zgs.de"> <meta name="google-site-verification" content="qnP929PcUh4XHCt0GhsbJPQw41HTJNAXf2RVJgkAFvw" /> <meta name="p:domain_verify" content="b30120bc5efab3daf51f307e75b7a1f0" /> <meta name="siteinfo" content="https://www.stuttgarter-zeitung.de/robots.txt"> <meta name="description" content=""> <meta name="keywords" content="Wimsheim"> <meta name="news_keywords" content="Wimsheim"> <meta property="og:type" content="website" /> <meta property="og:title" content="Wimsheim" /> <meta property="og:image" content="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/images/logo_social.jpg"> <meta property="og:image:width" content="302"> <meta property="og:image:height" content="172"> <meta property="og:description" content="" /> <meta property="og:site_name" content="stuttgarter-zeitung.de"> <meta property="og:section" content=""> <meta property="og:locale" content="de_DE"> <meta property="og:url" content="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@StZ_News"> <meta name="twitter:image" content="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/images/logo_social.jpg" /> <meta property="fb:pages" content="129349103260" /> <meta property="fb:admins" content="556995501" /> <meta property="fb:app_id" content="555079147895772" /> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#cc9900"> <meta name="apple-itunes-app" content="app-id=397131360"> <meta name="cXenseParse:contentTitle" content="Wimsheim" /> <meta name="cXenseParse:kicker" content="" /> <meta name="cXenseParse:recs:articleid" content="" /> <link rel="canonical" href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim"> <style>.grid .article-body .brick:not(.customized),.grid .article-body .brickgroup:not(.customized),.article-text {line-height: 1.5;font-size: 1rem;}</style><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes"/> <script> /* crossbrowser customEvents */ !function(){function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n}"function"!=typeof window.CustomEvent&&(t.prototype=window.Event.prototype,window.CustomEvent=t)}(); /* event-dispatch */ var ptEventDispatch = function(_eventName, _detail) { /* console.log("debugMe - dispatch " + _eventName, _detail); */ ptEventRegister(_eventName, function(data) {}); window.dispatchEvent(new CustomEvent(_eventName, {detail: _detail})); }; /* event-processing */ var ptEventRegisterHistory = {}; var ptEventRegisterTimeout = 10000; var ptEventRegister = function(_eventName, _func, _timeout) { if (_eventName in ptEventRegisterHistory) { window.clearTimeout(to); _func(ptEventRegisterHistory[_eventName]); } else { var to; var ev = function(e) { /* console.log("debugMe - got for " + _eventName, e); */ window.clearTimeout(to); if (!(_eventName in ptEventRegisterHistory)) { ptEventRegisterHistory[_eventName] = e.detail; } _func(ptEventRegisterHistory[_eventName]); }; window.addEventListener(_eventName, ev, false); to = window.setTimeout(function() { /* console.log("debugMe - timeout reached for " + _eventName); */ _func(); }, _timeout ? _timeout : ptEventRegisterTimeout); } }; /* helper for cookievalue */ window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; /* helper to wait for jQuery */ window["doOnJquery"] = window["doOnJquery"] || function(method) { if ("function" === typeof window["jQuery"] && ("function" === typeof window["$"])) { method(); } else { setTimeout(function() { doOnJquery(method) }, 15); } }; /* helper for domready */ window["ptDomReady"] = window["ptDomReady"] || function(fn) { if (document.readyState === "interactive" || document.readyState === "complete" ) { fn(); } else { document.addEventListener("DOMContentLoaded", fn); } }; /* helper to init swiper */ window["ptLoadSwiper"] = window["ptLoadSwiper"] || async function(_fn) { if ("undefined" !== typeof Swiper) { _fn(); } else { if (!document.querySelector(".slider-header-navigation") && !document.querySelector("[href^='/www/libs/_responsive/js/swiper/swiper-bundle.min']")) { const swiperCss = document.createElement('link'); swiperCss.setAttribute("href", "/www/libs/_responsive/js/swiper/swiper-bundle.min.css?240610"); swiperCss.setAttribute("rel", "stylesheet"); document.head.appendChild(swiperCss); } let swiperBundle = document.querySelector("[src^='/www/libs/_responsive/js/swiper/swiper-bundle.min']"); if (swiperBundle) { swiperBundle.addEventListener("load", function () { _fn(); }); } else { swiperBundle = document.createElement('script'); swiperBundle.src = "/www/libs/_responsive/js/swiper/swiper-bundle.min.js?x=240610"; swiperBundle.async = true; swiperBundle.addEventListener("load", function () { _fn(); }); document.head.appendChild(swiperBundle); } } }; /* helper for loading plugins */ ptEventRegister("displayContent", function(element) { if ("undefined" === typeof element) { console.log("displayContent failed", element); return; } /* reload plugins */ var digPlugins = document.querySelectorAll("dig-plugin:not(:has(.dig-plugin-content))"); if (digPlugins.length > 0) { cmsCore.require(["apps/frontend"], function() { digPlugins_xtag.init(); }); } cmsCore.require(["apps/hide-empty-bricks"], function(hideEmptyBricks) { hideEmptyBricks.init(); }); /* exec scripts */ var _scripts = element.querySelectorAll("script"); var _doc = document; _scripts.forEach(_script => { if (-1 < _script.innerHTML.indexOf("document.write")) { console.log("_script - blocked docWrite", _script); } else { _script.parentNode.replaceChild((function(sB) { var _s = _doc.createElement("script"); _s.type = "text/javascript"; var contents = sB.innerHTML; if (sB.hasAttribute("src")) { _s.setAttribute("src", sB.getAttribute("src")); // Julep if (sB.hasAttribute("class")) { _s.setAttribute("class", sB.getAttribute("class")); } if (sB.hasAttribute("data-episode")) { _s.setAttribute("data-episode", sB.getAttribute("data-episode")); } if (sB.hasAttribute("data-config")) { _s.setAttribute("data-config", sB.getAttribute("data-config")); } if (sB.hasAttribute("layout")) { _s.setAttribute("layout", sB.getAttribute("layout")); } // Umfrage-Embed HCSB if (sB.hasAttribute("data-cmp-ref")) { _s.setAttribute("data-cmp-ref", sB.getAttribute("data-cmp-ref")); } if (sB.hasAttribute("data-type")) { _s.setAttribute("data-type", sB.getAttribute("survey")); } } else { if (-1 == contents.indexOf("cmsCore")) { contents = contents.replace(/require/gm, "(cmsCore ? cmsCore : window).require"); } if (-1 < sB.innerHTML.indexOf("$(")) { doOnJquery(function() { _s.innerHTML = contents; }); } else { _s.innerHTML = contents; } } return _s; })(_script), _script); } }); }); ptDomReady(function() { const forms = document.querySelector(".standalone-form"); if (forms) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = "/www/libs/_responsive/js/form/form.js?x=230817-1550-3"; document.head.appendChild(script); script.addEventListener("load", function(event) { const deleteForm = new DeleteForm({selector: ".standalone-form"}); }); } }); /* helper for paywallState */ window["paywallState"] = "loading"; window["ptPaywallReady"] = window["ptPaywallReady"] || function(fn) { if (window.paywallState === "complete") { fn(); } else { window.addEventListener("paywallReady", fn); } }; /* */ window["hideEmptyBrick"] = window["hideEmptyBrick"] || function(param) { console.log("hideEmptyBrick is deprecated - check used selector", param); return false; }; window["processBricks"] = window["processBricks"] || function() { console.log("processBricks is deprecated - check used selector"); return false; }; </script> <script> window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; window["ptGetOs"] = window["ptGetOs"] || function(a) { var userAgent = window.navigator.userAgent, platform = window.navigator.platform, macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'], windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE'], iosPlatforms = ['iPad Simulator','iPhone Simulator','iPod Simulator','iPhone', 'iPad', 'iPod'], os = null; if (/iPhone|iPad|iPod/i.test(userAgent)) { os = 'ios'; } else if (/Android/.test(userAgent)) { os = 'android'; } else if (/webOS/.test(userAgent)) { os = 'webos'; } else if (macosPlatforms.indexOf(platform) !== -1) { os = 'macos'; } else if (iosPlatforms.indexOf(platform) !== -1) { os = 'ios'; } else if (windowsPlatforms.indexOf(platform) !== -1) { os = 'windows'; } else if (!os && /Linux/.test(platform)) { os = 'linux'; } return os; }; /* get Requestparamater */ window["getRequestParameter"] = window["getRequestParameter"] || function(name) { if(name=(new RegExp('[?&]'+encodeURIComponent(name)+'=([^&]*)')).exec(location.search)) { return decodeURIComponent(name[1]); } }; /* Verify */ window["ptPianoVerify"] = window["ptPianoVerify"] || function(a) { var enrichInAppParameter = function(url) { var inApp = ("true" === getRequestParameter("inApp")); var containsInApp = -1 < url.indexOf("inApp=true"); if (inApp && !containsInApp) { return url += (-1 == url.indexOf("?") ? "?" : "&") + "inApp=true"; } return url; } var redirectURI; var ltReferrer = getRequestParameter("referrer"); if (ltReferrer && "" != ltReferrer) { redirectURI = ltReferrer; } else { redirectURI = window.location.href.split("?")[0]; } redirectURI = enrichInAppParameter(redirectURI); errorRedirectURI = enrichInAppParameter(redirectURI); let formData = new FormData(); formData.append("cms.form.field.action", "LOGIN"); formData.append("cms.form.field.login.type", "PIANO"); formData.append("cms.form.field.redirect", redirectURI); formData.append("cms.form.field.error.redirect", errorRedirectURI); fetch("/login", { body: formData, method: "post" }).then((response) => { status = response.status; return response.json() }).then(respObj => { if (null != respObj && typeof respObj.redirect !== "undefined") { window.location.href = respObj.redirect; return; } }); }; /* LoggedIn via Overlay */ document.addEventListener('piLoggedIn', function(e) { ptPianoVerify(); }); /* UserLost */ var raw = ptGetCookieValue("COOKIEVERIFY"); var utp = ptGetCookieValue("__utp"); var userLost = ("" != raw) && ("" == utp); if (userLost) { document.cookie = 'COOKIEVERIFY=; Max-Age=-99999999;'; document.cookie = 'AUTHKEY=; Max-Age=-99999999;'; window.location.reload(); } /* LoggedIn Exteranal */ if (getRequestParameter("action") == "verify") { try { var uri = window.location.href; var url = uri.replace(/([&\?]action=verify*$|action=verify&|[?&]action=verify(?=#))/, ''); window.history.replaceState('',document.title,url); /* console.log("try popping state..."); */ } catch(err) { console.log(">> popping state failed"); } ptPianoVerify(); } /* userstate */ var determineUserState = function() { var raw = ptGetCookieValue("COOKIEVERIFY"); var cloggedIn = ("" != raw); if (cloggedIn) { const userStateCookieValue = document.cookie.split(';').find((el) => el.includes("pa_userstate="))?.split("=")[1]; if ("undefined" !== typeof userStateCookieValue) { console.log("userstate - found cookie pa_userstate", userStateCookieValue); console.log("userstate - setting user-state from cookie pa_userstate", userStateCookieValue); ptEventDispatch('userState', userStateCookieValue); } else { ptEventDispatch('userState', "is-loggedin"); console.warn("userstate - cookie pa_userstate not found"); } } else { ptEventDispatch('userState', "is-loggedout"); } } /* merken */ ptEventRegister("userState", function(state) { var expires = ""; document.cookie = "MHSLASTUSERSTATE" + "=" + state + expires + "; path=/"; }); var registerMasterUserStateListener = function () { ptEventRegister("userState", function(state) { const subscribed = "is-subscribed" == state; const cbd = true; const cbdTaboola = false; const cbdNativendo = true; const cbdDisplayAds = true; const preventTaboola = cbd && cbdTaboola && subscribed; const preventNativendo = cbd && cbdNativendo && subscribed; const preventDisplayAds = cbd && cbdDisplayAds && subscribed; let reduced = false; let meteredReached = false; console.log("userstate - payEntitlement of current page", 'free'); console.log("userstate - no need to check cookies - content is free"); let userContextParam = { subscribed: subscribed, reduced: reduced, meteredReached: meteredReached, preventTaboola: preventTaboola, preventNativendo: preventNativendo, preventDisplayAds: preventDisplayAds }; console.log("userstate - generate userstate - result", userContextParam) ptEventDispatch('userContext', userContextParam); }); } registerMasterUserStateListener(); determineUserState(); var initVisibiltyHandling = function() { /* os */ var os = ptGetOs(); if (os) { document.querySelector("html").setAttribute("data-os", os); } /* userstate */ document.querySelector("html").setAttribute("data-state", "loading"); const lastUserState = ptGetCookieValue("MHSLASTUSERSTATE"); if (lastUserState && "" != lastUserState) { document.querySelector("html").setAttribute("data-state", lastUserState); if ("is-subscribed" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "true"); } else if ("is-loggedin" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "false"); } else if ("is-loggedout" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedout"); document.querySelector("html").setAttribute("data-userpermission", "false"); } }; ptEventRegister("userState", function(state) { document.querySelector("html").setAttribute("data-state", state); if ("is-subscribed" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "true"); } else if ("is-loggedin" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "false"); } else if ("is-loggedout" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedout"); document.querySelector("html").setAttribute("data-userpermission", "false"); } }); } initVisibiltyHandling(); var initWidgetCount = function() { const localStoreValue = localStorage.getItem("FAVORITESSELECTION"); let widgetCount = 0; if (null != localStoreValue) { try { widgetCount = JSON.parse(localStoreValue).data.length; } catch (e) { widgetCount = 0; } } document.querySelector("html").setAttribute("data-widget-count", widgetCount); } initWidgetCount(); </script> <style> html[data-state*='loading'] [data-visibility*='state-'], html[data-state*='is-loggedin'] [data-visibility*='state-']:not([data-visibility*='state-loggedin']), html[data-state*='is-loggedout'] [data-visibility*='state-']:not([data-visibility*='state-loggedout']), html[data-state*='is-subscribed'] [data-visibility*='state-']:not([data-visibility*='state-subscribed']), html[data-device='mobile'] [data-visibility*='device-']:not([data-visibility*='device-mobile']), html[data-device='tablet'] [data-visibility*='device-']:not([data-visibility*='device-tablet']), html[data-device='desktop'] [data-visibility*='device-']:not([data-visibility*='device-desktop']), html[data-widget-count=''] [data-visibility*='widgets-'], html[data-widget-count='loading'] [data-visibility*='widgets-'], html[data-widget-count='0'] [data-visibility*='widgets-']:not([data-visibility*='widgets-0']), html[data-widget-count]:not([data-widget-count='0']) [data-visibility*='widgets-'][data-visibility*='widgets-0'], html[data-os='ios'] [data-visibility*='os-']:not([data-visibility*='os-ios']), html[data-os='android'] [data-visibility*='os-']:not([data-visibility*='os-android']) { display: none !important; } </style> <script>function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))}();</script> <script>!function(e,n,t){function r(e,n){return typeof e===n}function o(){var e,n,t,o,i,s,a;for(var f in g){if(e=[],n=g[f],n.name&&(e.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(t=0;t<n.options.aliases.length;t++)e.push(n.options.aliases[t].toLowerCase());for(o=r(n.fn,"function")?n.fn():n.fn,i=0;i<e.length;i++)s=e[i],a=s.split("."),1===a.length?Modernizr[a[0]]=o:(!Modernizr[a[0]]||Modernizr[a[0]]instanceof Boolean||(Modernizr[a[0]]=new Boolean(Modernizr[a[0]])),Modernizr[a[0]][a[1]]=o),y.push((o?"":"no-")+a.join("-"))}}function i(e){var n=_.className,t=Modernizr._config.classPrefix||"";if(x&&(n=n.baseVal),Modernizr._config.enableJSClass){var r=new RegExp("(^|\\s)"+t+"no-js(\\s|$)");n=n.replace(r,"$1"+t+"js$2")}Modernizr._config.enableClasses&&(n+=" "+t+e.join(" "+t),x?_.className.baseVal=n:_.className=n)}function s(e){return e.replace(/([a-z])-([a-z])/g,function(e,n,t){return n+t.toUpperCase()}).replace(/^-/,"")}function a(){return"function"!=typeof n.createElement?n.createElement(arguments[0]):x?n.createElementNS.call(n,"https://www.w3.org/2000/svg",arguments[0]):n.createElement.apply(n,arguments)}function f(e,n){return!!~(""+e).indexOf(n)}function l(e,n){return function(){return e.apply(n,arguments)}}function u(e,n,t){var o;for(var i in e)if(e[i]in n)return t===!1?e[i]:(o=n[e[i]],r(o,"function")?l(o,t||n):o);return!1}function p(e){return e.replace(/([A-Z])/g,function(e,n){return"-"+n.toLowerCase()}).replace(/^ms-/,"-ms-")}function d(){var e=n.body;return e||(e=a(x?"svg":"body"),e.fake=!0),e}function c(e,t,r,o){var i,s,f,l,u="modernizr",p=a("div"),c=d();if(parseInt(r,10))for(;r--;)f=a("div"),f.id=o?o[r]:u+(r+1),p.appendChild(f);return i=a("style"),i.type="text/css",i.id="s"+u,(c.fake?c:p).appendChild(i),c.appendChild(p),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(n.createTextNode(e)),p.id=u,c.fake&&(c.style.background="",c.style.overflow="hidden",l=_.style.overflow,_.style.overflow="hidden",_.appendChild(c)),s=t(p,e),c.fake?(c.parentNode.removeChild(c),_.style.overflow=l,_.offsetHeight):p.parentNode.removeChild(p),!!s}function m(n,r){var o=n.length;if("CSS"in e&&"supports"in e.CSS){for(;o--;)if(e.CSS.supports(p(n[o]),r))return!0;return!1}if("CSSSupportsRule"in e){for(var i=[];o--;)i.push("("+p(n[o])+":"+r+")");return i=i.join(" or "),c("@supports ("+i+") { #modernizr { position: absolute; } }",function(e){return"absolute"==getComputedStyle(e,null).position})}return t}function v(e,n,o,i){function l(){p&&(delete z.style,delete z.modElem)}if(i=r(i,"undefined")?!1:i,!r(o,"undefined")){var u=m(e,o);if(!r(u,"undefined"))return u}for(var p,d,c,v,h,y=["modernizr","tspan"];!z.style;)p=!0,z.modElem=a(y.shift()),z.style=z.modElem.style;for(c=e.length,d=0;c>d;d++)if(v=e[d],h=z.style[v],f(v,"-")&&(v=s(v)),z.style[v]!==t){if(i||r(o,"undefined"))return l(),"pfx"==n?v:!0;try{z.style[v]=o}catch(g){}if(z.style[v]!=h)return l(),"pfx"==n?v:!0}return l(),!1}function h(e,n,t,o,i){var s=e.charAt(0).toUpperCase()+e.slice(1),a=(e+" "+S.join(s+" ")+s).split(" ");return r(n,"string")||r(n,"undefined")?v(a,n,o,i):(a=(e+" "+E.join(s+" ")+s).split(" "),u(a,n,t))}var y=[],g=[],C={_version:"3.1.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,n){var t=this;setTimeout(function(){n(t[e])},0)},addTest:function(e,n,t){g.push({name:e,fn:n,options:t})},addAsyncTest:function(e){g.push({name:null,fn:e})}},Modernizr=function(){};Modernizr.prototype=C,Modernizr=new Modernizr;var _=n.documentElement,x="svg"===_.nodeName.toLowerCase(),w="Moz O ms Webkit",S=C._config.usePrefixes?w.split(" "):[];C._cssomPrefixes=S;var b=function(n){var r,o=prefixes.length,i=e.CSSRule;if("undefined"==typeof i)return t;if(!n)return!1;if(n=n.replace(/^@/,""),r=n.replace(/-/g,"_").toUpperCase()+"_RULE",r in i)return"@"+n;for(var s=0;o>s;s++){var a=prefixes[s],f=a.toUpperCase()+"_"+r;if(f in i)return"@-"+a.toLowerCase()+"-"+n}return!1};C.atRule=b;var E=C._config.usePrefixes?w.toLowerCase().split(" "):[];C._domPrefixes=E;var j={elem:a("modernizr")};Modernizr._q.push(function(){delete j.elem});var z={style:j.elem.style};Modernizr._q.unshift(function(){delete z.style}),C.testAllProps=h;var N=C.prefixed=function(e,n,t){return 0===e.indexOf("@")?b(e):(-1!=e.indexOf("-")&&(e=s(e)),n?h(e,n,t):h(e,"pfx"))};Modernizr.addTest("objectfit",!!N("objectFit"),{aliases:["object-fit"]}),o(),i(y),delete C.addTest,delete C.addAsyncTest;for(var P=0;P<Modernizr._q.length;P++)Modernizr._q[P]();e.Modernizr=Modernizr}(window,document);</script> <script> function CookieTool(){var e=function(e){var n="";if(void 0!==e&&null!=e)for(p in e)n+=p+"="+e[p]+";";return n};this.getCookie=function(e){return void 0===e||null==e||""==e?"":this.getCookies()[e]},this.getCookies=function(){var e=[];if(document.cookie)for(var n=document.cookie.split(";"),i=null,t=null,o=0;o<n.length;o++)data=n[o].split("="),i=data[0],t=data[1],t=decodeURIComponent(t),i=i.replace(/^ *(.*?) *$/g,"$1"),e[i]=t;return e},this.setCookie=function(n,i,t){if(void 0!==n&&null!=n&&""!=n){var o=((void 0!==i||null!=i)&&encodeURIComponent(i),e(t));document.cookie=n+"="+i+";"+o}},this.removeCookie=function(e){void 0!==e&&null!=e&&""!=e&&this.setCookie(e,"",{expires:"-1"})}}function getRequestParameter(e){return(e=new RegExp("[?&]"+encodeURIComponent(e)+"=([^&]*)").exec(location.search))?decodeURIComponent(e[1]):void 0}var cmsCore={};cmsCore.define=function(e,n){},cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/pseudo.define.create",function(){}),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/cookietool",function(){});var inApp=getRequestParameter("inApp"),_find,_user_agent;window.device={},_user_agent=window.navigator.userAgent.toLowerCase(),device.browserstring=function(){var e,n,i,t=(navigator.appVersion,navigator.userAgent),o=navigator.appName,s=""+parseFloat(navigator.appVersion),r=parseInt(navigator.appVersion,10);return-1!=(n=t.indexOf("Opera"))?(o="Opera",s=t.substring(n+6),-1!=(n=t.indexOf("Version"))&&(s=t.substring(n+8))):-1!=(n=t.indexOf("MSIE"))?(o="Microsoft Internet Explorer",s=t.substring(n+5)):-1!=(n=t.indexOf("Chrome"))?(o="Chrome",s=t.substring(n+7)):-1!=(n=t.indexOf("Safari"))?(o="Safari",s=t.substring(n+7),-1!=(n=t.indexOf("Version"))&&(s=t.substring(n+8))):-1!=(n=t.indexOf("Firefox"))?(o="Firefox",s=t.substring(n+8)):(e=t.lastIndexOf(" ")+1)<(n=t.lastIndexOf("/"))&&(o=t.substring(e,n),s=t.substring(n+1),o.toLowerCase()==o.toUpperCase()&&(o=navigator.appName)),-1!=(i=s.indexOf(";"))&&(s=s.substring(0,i)),-1!=(i=s.indexOf(" "))&&(s=s.substring(0,i)),r=parseInt(""+s,10),isNaN(r)&&(s=""+parseFloat(navigator.appVersion),r=parseInt(navigator.appVersion,10)),o+" "+s+" ("+r+") ~ "+(void 0!==navigator.appName?navigator.appName:"")},device.systemstring=function(){var e="";return device.ios()||(e+=device.android()?"Android":device.windows()?"Windows":device.fxos()?"fxOS":device.blackberry()?"Blackberry":device.meego()?"Meego":navigator.platform),e+=device.mobile()?" (Smartphone)":device.tablet()?" (Tablet)":" (Desktop)",e+=" ~ "+navigator.platform},device.ios=function(){return device.iphone()||device.ipod()||device.ipad()},device.iphone=function(){return _find("iphone")},device.ipod=function(){return _find("ipod")},device.ipad=function(){return _find("ipad")},device.android=function(){return _find("android")},device.androidPhone=function(){return device.android()&&_find("mobile")},device.androidTablet=function(){return device.android()&&!_find("mobile")},device.blackberry=function(){return _find("blackberry")||_find("bb10")||_find("rim")},device.blackberryPhone=function(){return device.blackberry()&&!_find("tablet")},device.blackberryTablet=function(){return device.blackberry()&&_find("tablet")},device.windows=function(){return!!navigator.userAgent.match(/Win/)},device.windowsPhone=function(){return device.windows()&&_find("phone")},device.windowsTablet=function(){return device.windows()&&(!!navigator.userAgent.match(/Tablet PC/i)||"ontouchstart"in document.documentElement)},device.fxos=function(){return(_find("(mobile;")||_find("(tablet;"))&&_find("; rv:")},device.fxosPhone=function(){return device.fxos()&&_find("mobile")},device.fxosTablet=function(){return device.fxos()&&_find("tablet")},device.meego=function(){return _find("meego")},device.orientation=function(){var e;if("undefined"!=typeof screen&&void 0!==screen.orientation&&void 0!==screen.orientation.angle)e=0==screen.orientation.angle?"portrait":"landscape";else{var n=window.innerHeight;if(window.innerWidth>n)var e="landscape";else var e="portrait"}return e},device.mobile=function(){return(device.androidPhone()||device.iphone()||device.ipod()||device.windowsPhone()||device.blackberryPhone()||device.fxosPhone()||device.meego()||_find("Opera Mini"))&&!device.uniqueDesktopUserAgent()},device.ipadPro=function(){return/Macintosh/.test(navigator.userAgent)&&"ontouchend"in document},device.webview=function(){return/((iPhone|iPod|iPad).*AppleWebKit(?!.*Version)|; wv)/i.test(navigator.userAgent)||device.ipadPro()&&device.hassoContext()},device.hassoContext=function(){return-1<window.location.href.indexOf("sso.")||-1<window.location.href.indexOf("sso1.")},device.tablet=function(){return(device.ipad()||device.androidTablet()||device.blackberryTablet()||device.windowsTablet()||device.fxosTablet()||device.ipadPro())&&!_find("Opera Mini")&&!device.uniqueDesktopUserAgent()},device.app=function(){return"true"==inApp||device.webview()&&device.hassoContext()},device.desktop=function(){return device.uniqueDesktopUserAgent()&&!device.app()||!device.tablet()&&!(device.mobile()||device.app())},_find=function(e){return-1!==_user_agent.indexOf(e)},device.uniqueDesktopUserAgent=function(){return"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; Touch; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Tablet PC 2.0)"==navigator.userAgent},cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/device",function(){});var cmsConfig=cmsConfig||{};cmsConfig._={get:function(e){return e.split(".").reduce(function(e,n){return void 0===e||null===e?void 0!==e?e:null:void 0!==e[n]?e[n]:null},cmsConfig)},has:function(e){var n=cmsConfig,i=e.split(".");return i.length>0?!i.some(function(e){return!(e in n)||(n=n[e],!1)}):e in n},set:function e(n,i,t){t||(t=cmsConfig);var o=n.split(/\./);o.length<2?t[o[0]]=i:(t[o[0]]||(t[o[0]]={}),t=t[o.shift()],e(o.join("."),i,t))},contains:function(e,n,i){if(i||(i=cmsConfig),i._.has(e)){for(var t=i._.get(e),i=0;i<t.length;i++)if(JSON.stringify(t[i])==JSON.stringify(n))return!0;return!1}return!1}},String.prototype.startsWith||(String.prototype.startsWith=function(e,n){return n=n||0,this.indexOf(e,n)===n});var mt=function(e,n,i,t){location.href=String.fromCharCode(109,97,105,108,116,111,58)+n+String.fromCharCode(64)+e+"?subject="+i+"&body="+t};window.execOnEventHistory=[];var execOnEvent=function(e,n,i){if(-1<execOnEventHistory.indexOf(e))n();else{var t,o=function(i){window.clearTimeout(t),n(),-1==execOnEventHistory.indexOf(e)&&window.execOnEventHistory.push(e),window.removeEventListener(e,o,!1)};t=window.setTimeout(o,i||3e3),window.addEventListener(e,o,!1)}};cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/config-wrapper",function(){}),cmsConfig._.set("page.pay.permission",!1),cmsConfig._.set("page.data.portal","b631aa21-e757-452c-8be1-335eee9238da"),cmsConfig._.set("page.data.topic","e053c583-27f0-40b6-9392-8902dee95491"),cmsConfig._.set("page.data.adcat","43d36b39-b785-4a8a-9de8-c510d52871f0"),cmsConfig._.set("page.local","42-205"),cmsConfig._.set("page.buildNr",(new Date).getTime()),cmsConfig._.set("page.cdnRegex",""),cmsConfig._.set("page.cdnRegexAbsolute",""),cmsConfig._.set("page.cdnPattern",""),cmsConfig._.set("page.cdnReplacement",""),cmsConfig._.set("page.cdnMaxHosts",1),cmsConfig._.set("page.viaCDN",!1),cmsConfig._.set("page.viaSSL",!1),cmsConfig._.set("page.portalDomain","stn-dev.sirweb.de"),cmsConfig._.set("page.portalUrl","http://www."+cmsConfig.page.portalDomain),cmsConfig._.set("page.formValidation.xssCondition",["searchText","searchPeriod","sort","searchStart","searchEnd","hitsPerPage"]),cmsConfig._.set("page.formValidation.xssRegex",/[\[\]]|@|\<|\>|onmousedown|onmousemove|onmmouseup|onmouseover|onmouseout|onload|onunload|onfocus|onblur|onchange|onsubmit|ondblclick|onclick|onkeydown|onkeyup|onkeypress|onmouseenter|onmouseleave|onerror|onselect|onreset|onabort|ondragdrop|onresize|onactivate|onafterprint|onmoveend|onafterupdate|onbeforeactivate|onbeforecopy|onbeforecut|onbeforedeactivate|onbeforeeditfocus|onbeforepaste|onbeforeprint|onbeforeunload|onbeforeupdate|onmove|onbounce|oncellchange|oncontextmenu|oncontrolselect|oncopy|oncut|ondataavailable|ondatasetchanged|ondatasetcomplete|ondeactivate|ondrag|ondragend|ondragenter|onmousewheel|ondragleave|ondragover|ondragstart|ondrop|onerrorupdate|onfilterchange|onfinish|onfocusin|onfocusout|onhashchange|onhelp|oninput|onlosecapture|onmessage|onmouseup|onmovestart|onoffline|ononline|onpaste|onpropertychange|onreadystatechange|onresizeend|onresizestart|onrowenter|onrowexit|onrowsdelete|onrowsinserted|onscroll|onsearch|onselectionchange|onselectstart|onstart|onstop/g),cmsConfig._.set("page.formValidation.xssReplacement",""),cmsConfig._.set("page.topicTitleNormalized","news"),cmsConfig._.set("portal.attributes.ContillaPortalID",""),cmsConfig._.set("portal.attributes.enableGalleryInArticle",!1),cmsConfig._.set("portal.attributes.ssl_paths_regex",null),cmsConfig._.set("portal.attributes.userRegEnabled",!0),cmsConfig._.set("portal.attributes.userRegCommentRequiresLogin",!0),cmsConfig._.set("advertising.oms.enabled",!1),cmsConfig._.set("advertising.omsnative.enabled",!0),cmsConfig._.set("advertising.nativendo.enabled",!0),cmsConfig._.set("advertising.omsmetatag.enabled",!1),cmsConfig._.set("advertising.speedup",!0),cmsConfig._.set("advertising.traffective.enabled",!0),cmsConfig._.set("advertising.traffective.deviceConstraint",["desktop","mobile","tablet"]),cmsConfig._.set("advertising.traffective.extendedAdUnitPath",!0),cmsConfig._.set("comments.nl2br",!0),cmsConfig._.set("comments.nlSeparator",function(){var e,n,i;return e=document.createElement("div"),e.innerHTML="<textarea>one\ntwo</textarea>",n=e.firstChild,i=n.value,i.indexOf("\r")>=0?"\r\n":"\n"}()),cmsConfig._.set("comments.nlSeparatorReplaceRegex",/\r\n|\r|\n/g),cmsConfig._.set("comments.autoReleaseText","Vielen Dank f眉r Ihren Kommentar! Bitte beachten Sie, dass es einige Minuten dauern kann, bis der Kommentar auf der Webseite erscheint."),cmsConfig._.set("comments.manualReleaseText","Vielen Dank f眉r Ihren Kommentar. Bitte haben Sie Verst盲ndnis daf眉r, dass der Kommentar erst nach redaktioneller Pr眉fung freigeschaltet wird."),cmsConfig._.set("tracking.ivw.enabled",!0),cmsConfig._.set("tracking.ivw.url","https://script.ioam.de/iam.js"),cmsConfig._.set("tracking.ivw.cp","STN_Relaunch"),cmsConfig._.set("tracking.ivw.sv","undefined"!=typeof device&&device.mobile()?"mo":"ke"),cmsConfig._.set("tracking.ivw.st","undefined"!=typeof device&&device.mobile()?"mobstutt":"stutzeit"),cmsConfig._.set("tracking.ivw.sc","yes"),cmsConfig._.set("tracking.linkpulse.enabled",!1),cmsConfig._.set("tracking.linkpulse.url",""),cmsConfig._.set("tracking.linkpulse.prefix",""),cmsConfig._.set("tracking.linkpulse.autoMarker",!1),cmsConfig._.set("tracking.google.enabled",!0),cmsConfig._.set("tracking.google.url","https://www.google-analytics.com/analytics.js"),cmsConfig._.set("tracking.google.urlDebugMode","https://www.google-analytics.com/analytics_debug.js"),cmsConfig._.set("tracking.google.prefix","ga_"),cmsConfig._.set("tracking.google.account","UA-31800134-1"),cmsConfig._.set("tracking.google.nameSpace","__gaTracker"),cmsConfig._.set("tracking.google.anonymizeIp",!0),cmsConfig._.set("tracking.google.forceSSL",!0),cmsConfig._.set("tracking.google.setSiteSpeedSampleRate",5),cmsConfig._.set("tracking.google.criticalTimeOut",50),cmsConfig._.set("tracking.google.trackOutBound",!1),cmsConfig._.set("constants.staticBaseUrl",document.getElementsByTagName("html")[0].getAttribute("data-static-baseurl")),cmsConfig._.set("constants.useReplacementMode",!1),cmsConfig._.set("constants.userregSSL",!0),cmsConfig._.set("constants.desktopBreakpoints",[1024,1280,1366,1400,1440,1600,1920,2048,2560,3440,3840]),cmsConfig._.set("constants.tabletBreakpoint",1050),cmsConfig._.set("constants.mobileBreakpoint",620),cmsConfig._.set("constants.lazyTolerance",200),cmsConfig._.set("constants.desktopMinWidth",1e3),cmsConfig._.set("constants.spaceSkyscraper",150),cmsConfig._.set("constants.browserBar",17),cmsConfig._.set("constants.disableFluidGrid",!0),cmsConfig._.set("constants.navFixed.layoutConstraint",["desktop","tablet"]),cmsConfig._.set("constants.navFixed.ignoreScrollDirection",!0),cmsConfig._.set("constants.resizeTimeout",100),cmsConfig._.set("constants.windowIsResizing",!1),cmsConfig._.set("constants.windowIsResizingSlider",!1),cmsConfig._.set("constants.windowIsResizingRectangle",!1),cmsConfig._.set("constants.resizeTimeoutAds",!1),cmsConfig._.set("constants.resizeIsResizingAds",!1),cmsConfig._.set("constants.resizeTimeoutSocialbar",!1),cmsConfig._.set("constants.windowIsResizingSocialbar",!1),cmsConfig._.set("constants.scrollAnimationDuration",500),cmsConfig._.set("constants.cookiebarText","Cookies helfen uns bei der Bereitstellung unserer Dienste. Durch die Nutzung unserer Dienste erkl盲ren Sie sich damit einverstanden, dass wir Cookies setzen."),cmsConfig._.set("constants.cookiebarButtonText","OK"),cmsConfig._.set("constants.cookiebarLinkText","Weitere Informationen"),cmsConfig._.set("constants.cookiebarLinkUrl","/datenschutz"),cmsConfig._.set("constants.cookiebarFixed",!1),cmsConfig._.set("portal.digplugins.accentcolor","#054e3d"),cmsConfig._.set("portal.digplugins.bildbox.enabled",!0),cmsConfig._.set("portal.digplugins.brightcove.enabled",!1),cmsConfig._.set("portal.digplugins.brightcove.account_id",""),cmsConfig._.set("portal.digplugins.brightcove.player.default",""),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.active",!1),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.oms_serverId",""),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.oms_site",""),cmsConfig._.set("portal.digplugins.contilla.enabled",!1),cmsConfig._.set("portal.digplugins.facebook.enabled",!0),cmsConfig._.set("portal.digplugins.facebook.api_version","2.5"),cmsConfig._.set("portal.digplugins.infobox.enabled",!0),cmsConfig._.set("portal.digplugins.infobox.adaptiveHeight",!0),cmsConfig._.set("portal.digplugins.instagram.enabled",!0),cmsConfig._.set("portal.digplugins.poll.enabled",!0),cmsConfig._.set("portal.digplugins.slider.enabled",!0),cmsConfig._.set("portal.digplugins.slider.fullscreen.enabled",!0),cmsConfig._.set("portal.digplugins.sliderLink.enabled",!0),cmsConfig._.set("portal.digplugins.twitter.enabled",!0),cmsConfig._.set("portal.digplugins.youtube.enabled",!0),cmsConfig._.set("portal.digplugins.zoom.enabled",!0),cmsConfig._.set("portal.digplugins.zoom.enableAdvertising",!1),cmsConfig._.set("portal.digplugins.quotation.enabled",!0),cmsCore.define("config-data",function(){}),cmsCore.define("merged/config",function(){});window["device"] = window["device"] || {};device.app = function () { return false; };device.desktop = function () { return true; };device.tablet = function () { return false; };device.mobile = function () { return false; };device.state = function () { return {app: false, desktop: true, tablet: false, mobile: false}; }; window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; window.ptGetCookieVerify=window.ptGetCookieVerify||function(){var r=ptGetCookieValue("COOKIEVERIFY");if(null==r||""==r)return null;try{return JSON.parse(JSON.parse(r))}catch(e){try{return r=decodeURIComponent(r),JSON.parse(r.match(/^".*"$/)?r.substring(1,r.length-1):r)}catch(e){return null}}}; var adRuleLog = function(message) { if ("undefined" !== typeof console['warn']) { console.warn("central noAds-rules", message); } else { console.log("central noAds-rules", message); } } cmsConfig._.set("advertising.cbd", true);cmsConfig._.set("advertising.cbdNativendo", true);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", true); ptEventRegister("userState", function(state) { if ("is-subscribed" == state) { adRuleLog("nativendo reduced or diabled by abo"); if (cmsConfig._.get("advertising.cbdNativendo")) { adRuleLog("nativendo reduced or diabled by abo"); } if (cmsConfig._.get("advertising.cbdTaboola")) { adRuleLog("taboola reduced or diabled by abo"); } } }); cmsConfig._.set("page.piano", {"pageType":"ressort","origin":"STZ","pageContext":"desktop","pageKeywords":"Wimsheim","pageEntitlement":"free","author":"","section":"Bei_uns_daheim"}); /* helper to wait for gallerySlider */ window["doOnGallerySlider"] = window["doOnGallerySlider"] || function(method) { if ("object" === typeof window["gallerySlider"]) { method(); } else { setTimeout(function() { doOnGallerySlider(method) }, 15); } }; ptDomReady(function() { const galleryTrackingOptions = {rootMargin: "-100px"}; let galleryTrackingObserverSC = 0; const galleryTrackingObserver = new IntersectionObserver (function (entries, observer) { entries.forEach(function(entry) { let isSliderGallery = entry.target.classList.contains("slide-content"); let offsetAdd = isSliderGallery ? 1 : 0; let imageNumber = parseInt(entry.target.dataset.offset) + offsetAdd; if (entry.isIntersecting) { galleryTrackingObserverSC++; console.group("tracking observer - " + galleryTrackingObserverSC); if ("undefined" !== typeof upScore) { console.log("tracking observer - upscore", imageNumber); upScore({ event: "gallery", options: { image: imageNumber}}); } /* ga, ivw, ... nur bei Interaktion */ if (galleryTrackingObserverSC > 1) { if (!isSliderGallery) { console.log("tracking observer - gaReload"); gaReload(); galleryTrackingObserver.unobserve(entry.target); } else { if (typeof trackerRefresh== "function") { console.log("tracking observer - trackerRefresh (gaReload, ivwReload, ...)"); trackerRefresh(); } } } console.groupEnd("tracking observer - " + galleryTrackingObserverSC); } }); }, galleryTrackingOptions); let galleryTracking = document.querySelectorAll(".onepager-gallery__item"); if (galleryTracking.length > 0) { galleryTracking.forEach(function(entry) { if (entry.hasAttribute("data-offset") && !entry.classList.contains("no-count")) { galleryTrackingObserver.observe(entry); } }); } galleryTracking = document.querySelectorAll(".slide-content"); if (galleryTracking.length > 0) { doOnGallerySlider(function() { galleryTracking.forEach(function(entry) { if (entry.hasAttribute("data-offset") && !entry.classList.contains("no-count")) { galleryTrackingObserver.observe(entry); } }); }); } }); (function(u,p,s,c,r){u[r]=u[r]||function(p){(u[r].q=u[r].q||[]).push(p)},u[r].ls=1*new Date(); var a=p.createElement(s),m=p.getElementsByTagName(s)[0];a.async=1;a.src=c;m.parentNode.insertBefore(a,m)})(window,document,'script','//files.upscore.com/async/upScore.js','upScore'); (function (u, p, s, r) { if (!u[r]) { u[r] = function (t) { u[r].q.push(t) }; u[r].q = []; var a = p.createElement(s), m = p.getElementsByTagName(s)[0]; a.async = 1; a.src = 'https://cdn.thenewsbox.net/js/main.js'; m.parentNode.insertBefore(a, m) } })(window, document, 'script', '_uprec'); const upscoreJson = {"config":{"domain":"stuttgarter-zeitung.de","article":"","track_positions":true},"data":{"section":"Bei_uns_daheim","taxonomy":"Leonberg_und_Strohgaeu_mit_Umgebung,Wimsheim","object_id":"","pubdate":"","author":"","object_type":"landingpage","user_status":0}}; upScore(upscoreJson); ptEventRegister("userState", function(state) { let userState = 0; if(state == 'is-loggedin'){ userState = 1; } else if(state == 'is-subscribed'){ userState = 2; } upScore({ update_data: { user_status : userState }}); }); ptDomReady(function() { const videoCount = document.querySelectorAll("dig-plugin[data-type='youtube'], dig-plugin[data-type='glomex']").length > 0 ? 1 : 0; console.log("videoCount", videoCount); upScore({ update_data: { custom_video : videoCount }}); }); (function() { var script = document.createElement('script'); script.src = 'https://static-eu.cleverpush.com/channel/loader/DK9KWp3nGkN2Btzsi.js'; script.async = true; document.head.appendChild(script); })();cmsConfig._.set("constants.cookiebarLinkUrl", "https://www.stuttgarter-zeitung.de/datenschutzerklaerung");cmsConfig._.set("constants.cookiebarEnabled", false);cmsConfig._.set("page.noCookie", ("undefined" !== typeof getRequestParameter("noCookie") && "true" == getRequestParameter("noCookie")));var PORTAL_ATTRIBUTES = {ContillaPortalID: "230"};cmsConfig._.set("page.data.portal","dec9d785-4482-493c-adae-2b00f829f5a0");cmsConfig._.set("page.data.topic","15e8dd47-cb14-43a4-b327-a957795de81c");cmsConfig._.set("page.data.adcat","0fdbf85b-6c9d-48cb-be99-7afbb790fc2e");cmsConfig._.set("tracking.hitcount.disableInitial", (getRequestParameter("cms_digplugin") == 1 || getRequestParameter("cms_iframecontext") == 1 ? true : false));cmsConfig._.set("portal.attributes.validDataTags", "Bilder,Video,Kommentar,Videos,Exklusiv,Meinung,Interview,PR-Politik,Diskussion erlauben,Storytelling,Advertorial,Ad-Kennung,Stadtkind,Anzeigenkennung,FNL1,Infografik,Verlagsgewinnspiel,CVR1,CM1,Bei uns daheim,hilfe f眉r den nachbarn"); (function() { if (typeof window.CustomEvent === "function") return false function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined } var evt = document.createEvent("CustomEvent") evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail) return evt } CustomEvent.prototype = window.Event.prototype window.CustomEvent = CustomEvent })(); cmsConfig._.set("page.originCanonical", "https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim");cmsConfig._.set("page.type", "RESSORT");cmsConfig._.set("page.local", "11-195");cmsConfig._.set("page.buildNr", "20240509-1645");cmsConfig._.set("page.renderTime", "21:33:54");cmsConfig._.set("page.renderType", "EXTERNAL");cmsConfig._.set("page.portalUrl", "https://www.stuttgarter-zeitung.de");cmsConfig._.set("page.portalDomain", "stuttgarter-zeitung.de");cmsConfig._.set("page.portalWWW", "/www/stuttgarter_zeitung");cmsConfig._.set("page.portalStaticContent", "/staticcontent/stuttgarter_zeitung");cmsConfig._.set("page.portalUrlWWW", "https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung");cmsConfig._.set("page.portalTitle", "Stuttgarter Zeitung");cmsConfig._.set("page.topicTitleNormalized", "wimsheim");cmsConfig._.set("page.viaSSL", true);cmsConfig._.set("page.viaCDN", false);cmsConfig._.set("page.cdnRegex", null);cmsConfig._.set("page.cdnRegexAbsolute", null);cmsConfig._.set("page.cdnMaxHosts", 6);cmsConfig._.set("page.noGalleryAd", false);cmsConfig._.set("page.paid", false);cmsConfig._.set("page.reduced", false);cmsConfig._.set("portal.attributes.ContillaPortalID", "230");cmsConfig._.set("portal.attributes.userRegEnabled", true);cmsConfig._.set("portal.attributes.userRegCommentRequiresLogin", true);cmsConfig._.set("portal.attributes.userRegType", "PIANO");cmsConfig._.set("portal.attributes.permissionHandlingType", "PIANO");cmsConfig._.set("portal.attributes.SingleSignOnOAuthClientId", "tugW8mCEpe");cmsConfig._.set("portal.attributes.SingleSignOnOAuthUserdataRestUrl", "https://auth.stuttgarter-zeitung.de/api/v3/anon/user/get");cmsConfig._.set("portal.attributes.SingleSignOnAuthServerUrl", "https://auth.stuttgarter-zeitung.de/id/");cmsConfig._.set("portal.attributes.payServiceId", "stz");cmsConfig._.set("portal.attributes.SingleSignOnCheckInterval", 45);cmsConfig._.set("portal.attributes.SingleSignOnDomain", "auth.stuttgarter-zeitung.de");cmsConfig._.set("portal.attributes.SingleSignOnProfileLink", "https://www.stuttgarter-zeitung.de/user-account");cmsConfig._.set("portal.attributes.SingleSignOnOAuthLogoutUrl", "https://auth.stuttgarter-zeitung.de/id/api/v1/identity/logout");cmsConfig._.set("portal.attributes.sourcepointEnabled", false);cmsConfig._.set("portal.attributes.enableGalleryInArticle", false);cmsConfig._.set("portal.attributes.reCaptchaPublicKey", "6LcogAITAAAAAFUa6xEUi2Wx12xcsAk0EazDY_so");window["dataLayer"] = window["dataLayer"] || [];window["dataLayer"] = window["dataLayer"] || []; var platform = "desktop"; var dataLayerV2 = { 'page': { 'publisher': 'STZ', 'platform': platform, 'platform_type': 'standard', /* o. amp */ 'brand_product': 'STZ_de', 'doctype': 'ressort', 'section': 'Bei_uns_daheim', 'subsection': 'Leonberg_und_Strohgaeu_mit_Umgebung', 'object_id': '15e8dd47-cb14-43a4-b327-a957795de81c', 'internal_source': '', /* n/a */ 'paywall_shown': '' /* n/a */ }, 'article': { 'author': 'null', /* profilangaben via Portalattribut ? */ 'main_topic': '', /* n/a */ 'date_published': 'null', 'date_modified': 'null', 'pcat': 'free', 'topic': 'Wimsheim', 'article_title': 'Wimsheim', 'is_reduced': false, 'editorial_team': '', 'label': [], 'asset': [], /* n/a */ 'word_count': 0 }, 'tech': { 'robots_status': true, 'cms_type': '1', 'datalayer_version': '1' }, 'ads': { 'adtag': cmsConfig && cmsConfig._.has("tracking.ivw.enabled") && cmsConfig._.get("advertising.traffective.enabled"), 'ivw_category': '', /* n/a */ 'ivw_code': cmsConfig&&cmsConfig._.has("tracking.ivw.enabled")&&cmsConfig._.get("tracking.ivw.enabled")&&cmsConfig._.has("tracking.ivw.cp")?cmsConfig._.get("tracking.ivw.cp"):"" }, 'products': { 'id': '', /* todo */ 'name': '', /* todo */ 'monthly_price': '' /* todo */ }, 'conversion': { 'type': '', /* todo */ 'transaction_id': '' /* todo */ } }; dataLayer.push(dataLayerV2); var platform = "desktop"; window["dataLayerV3"] = window["dataLayerV3"] || []; dataLayerV3.push({"page":{"publisher":"STZ","canonical":"/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim","doctype":"ressort","section":"Bei_uns_daheim","subsection":"Leonberg_und_Strohgaeu_mit_Umgebung","object_id":"15e8dd47-cb14-43a4-b327-a957795de81c"},"article":{"title":"Wimsheim","editorial_team":"","pcat":"free","keywords":"Wimsheim","label":"","main_topic":"","asset":"","image_id":"","word_count":0,"image_count":0,"identifier":"","userneed":""},"tech":{"index":true},"ad":{"status":true}}); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayerV3','GTM-PP6L9VGK'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PP6L9VGK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayerV3','GTM-PLNKFFPM'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLNKFFPM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> ptEventRegister("userState", function(state) { dataLayerV3.push({ 'event':'dataStateDetermined', 'user-state': state }); }); cmsConfig._.set("tracking.ivw.enabled", true);cmsConfig._.set("tracking.ivw.url", "https://script.ioam.de/iam.js");cmsConfig._.set("tracking.ivw.cp", ("undefined" != typeof(device) && device.mobile() ? "STZM_RC_Lokal_Landkreise" : "__01_dbrsowftak_STZ.RC_Lokal_Landkreise"));cmsConfig._.set("tracking.ivw.sv", (device.mobile() && !false ? "mo" : "in"));cmsConfig._.set("tracking.ivw.st", ("undefined" != typeof(device) && device.mobile() ? "mobmhs" : "mhsdigi"));cmsConfig._.set("tracking.ivw.disableInitial", (getRequestParameter("cms_digplugin") != 1 || getRequestParameter("cms_iframecontext") != 1 ? false : true)); cmsConfig._.set("tracking.ivw.cp", "STZ/spracheDE/formatTXT/erzeugerRED/homepageNO/auslieferungONL/appNO/paidNO/inhaltTAK/adcat/landkreise"); cmsConfig._.set("tracking.ivw.st", "mhsdigi"); cmsConfig._.set("tracking.ivw.dn", ("undefined" != typeof(device) && device.mobile() ? "data-fb37a1e7c3.stuttgarter-zeitung.de" : "data-1fbcf6d7f5.stuttgarter-zeitung.de")); cmsConfig._.set("tracking.ivw.enabled", false); cmsConfig._.set("tracking.google.enabled", false);cmsConfig._.set("advertising.enabled", true);cmsConfig._.set("advertising.enabled", true);cmsConfig._.set("advertising.provider", "rpd");cmsConfig._.set("advertising.cbd", true);cmsConfig._.set("advertising.cbdNativendo", true);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", true);cmsConfig._.set("advertising.oms.enabled", false);cmsConfig._.set("advertising.omsmetatag.enabled", false);cmsConfig._.set("advertising.oms.site", device.mobile() ? "mew.oms.stuttgarter-zeitung.de" : "oms.stuttgarter-zeitung.de");cmsConfig._.set("advertising.oms.zone", "landkreise");cmsConfig._.set("advertising.oms.targeting.bundesland", "BW");cmsConfig._.set("advertising.oms.serverId", "5766");cmsConfig._.set("advertising.oms.mobileServerId", "8635");cmsConfig._.set("advertising.traffective.enabled", false);cmsConfig._.set("advertising.traffective.adUnitExtension", "enzkreis");cmsConfig._.set("advertising.traffective.extendedAdUnitPath", true);cmsConfig._.set("advertising.traffective.dfpZone", "landkreise");cmsConfig._.set("advertising.traffective.dfpContent", "wimsheim");cmsConfig._.set("advertising.traffective.dfpOmsAdUrl", (device.mobile() ? "/8635/oms.stuttgarter-zeitung.de/landkreise" : "/5766/oms.stuttgarter-zeitung.de/landkreise"));cmsConfig._.set("advertising.traffective.dfpAdUrl", "/null/oms.stuttgarter-zeitung.de/landkreise"); cmsConfig._.set("advertising.traffective.targeting.pagetype", "ressort"); cmsConfig._.set("advertising.traffective.targeting.content_id", "15e8dd47-cb14-43a4-b327-a957795de81c"); cmsConfig._.set("advertising.traffective.targeting.keywords", []); cmsConfig._.set("advertising.traffective.targeting.channel", "desktop"); cmsConfig._.set("advertising.traffective.targeting.programmatic_ads", "true"); cmsConfig._.set("advertising.traffective.targeting.ads", "true"); cmsConfig._.set("advertising.speedup", true); cmsConfig._.set("portal.digplugins.youtube.renderDirectly", true);cmsConfig._.set("portal.digplugins.youtube.noCookieVersion", true);cmsConfig._.set("portal.digplugins.checkEmbeds.enabled", true);cmsConfig._.set("portal.digplugins.checkEmbeds.title", "<strong>Die Redaktion hat diesen Artikel mit<br />einem Inhalt von ${embedType} angereichert.</strong>Durch das Laden des Inhalts k枚nnen personenbezogene Daten an Plattformen 眉bermittelt werden, die Daten m枚glicherweise auch in Drittstaaten au脽erhalb des EWR ohne angemessenes Datenschutzniveau verarbeiten.");cmsConfig._.set("portal.digplugins.checkEmbeds.locationText", "Der Betreiber der Plattform ${embedType} ${embedLocation}.");cmsConfig._.set("portal.digplugins.checkEmbeds.text", "Laden Sie Inhalte von ${embedType} nur, wenn Sie mit dieser 脺bertragung personenbezogener Daten einverstanden sind. Mehr Informationen auch zu Widerrufsm枚glichkeiten finden Sie in der ${privacyLink}.");cmsConfig._.set("portal.digplugins.checkEmbeds.link", "https://www.stuttgarter-zeitung.de/datenschutzerklaerung#IF");cmsConfig._.set("portal.digplugins.checkEmbeds.buttonText", "Inhalt jetzt laden");cmsConfig._.set("portal.digplugins.checkEmbeds.vendor2Plugins", {"youtube":"5e7ac3fae30e7d1bc1ebf5e8","facebook":"5e716fc09a0b5040d575080f","twitter":"5e71760b69966540e4554f01","instagram":"5e7e5243b8e05c1c467daa57","vimeo":"5eac148d4bfee33e7280d13b","soundcloud":"5e7179e49a0b5040d5750812","spotify":"5e7f6927b8e05c111d01b40f","cartodb":"5e7413bc69966540e455b2d0","knightlab":"5edf98cc1554245a15dbb669","bandcamp":"5ef37333aae23214c68f9164","googlemaps":"5eb97b265852312e6a9fbf31","giphy":"5eb97863c9a2c12e5cfa5127","datawrapper":"5ec462c02330505ab89fbb37","thinglink":"5e7414b169966540e455b2d1","tiktok":"5e7f6927b8e05c4e491e7380","riddle":"5ef0df6ffabc265f5650e743","glomex":"604b382da2286319d61aa96e","ivw":"5efefe25b8e05c065164a2e2","googleads":"5f1aada6b8e05c306c0597d7","podigee":"5e717ad49a0b5040d5750815","eulerpool":"6294cedbf53075079047a50b","facebook video":"5e716fc09a0b5040d575080f"});cmsConfig._.set("portal.digplugins.checkEmbeds.location2Plugins", {});cmsConfig._.set("portal.digplugins.checkEmbeds.purposes2Plugins", {"youtube":["5f68b7c8d2ba938ac8354585"],"facebook":["5f68b7c8d2ba938ac8354585"],"twitter":["5f68b7c8d2ba938ac8354585"],"instagram":["5f68b7c8d2ba938ac8354585"],"vimeo":["5f68b7c8d2ba938ac8354585"],"soundcloud":["5f68b7c8d2ba938ac8354585"],"spotify":["5f68b7c8d2ba938ac8354585"],"cartodb":["5f68b7c8d2ba938ac8354585"],"knightlab":["5f68b7c8d2ba938ac8354585"],"bandcamp":["5f68b7c8d2ba938ac8354585"],"googlemaps":["5f68b7c8d2ba938ac8354585"],"giphy":["5f68b7c8d2ba938ac8354585"],"datawrapper":["5f68b7c8d2ba938ac8354585"],"thinglink":["5f68b7c8d2ba938ac8354585"],"tiktok":["5f68b7c8d2ba938ac8354585"],"riddle":["5f68b7c8d2ba938ac8354585"],"glomex":["5f68b7c7d2ba938ac8353ad4","5f68b7c7d2ba938ac8353c5d","5f68b7c7d2ba938ac8353e7c","5f68b7c7d2ba938ac8353978","5f68b7c8d2ba938ac83543ba","5f68b7c8d2ba938ac835403c","5f68b7c8d2ba938ac835413a","5f68b7c8d2ba938ac8354269","5f68b7c7d2ba938ac83538c5","65b90db7c2fee9047bd95dfc"],"ivw":["5efefe25b8e05c065164a2e2"],"googleads":["5f1aada6b8e05c306c0597d7"],"podigee":["5e717ad49a0b5040d5750815"],"eulerpool":["5f68b7c8d2ba938ac8354585"],"facebook video":["5f68b7c8d2ba938ac8354585"]});cmsConfig._.set("portal.digplugins.checkEmbeds.socialGroupVendor", "5f68b7c8d2ba938ac8354585");var permission; var parsedCookieVerify; var signed; var forceverify; var status; var token; try { var permissionCookietool = new CookieTool(); var permissionCookie = permissionCookietool.getCookie('COOKIEVERIFY'); var parsedCookieVerify = {}; try { parsedCookieVerify = JSON.parse(JSON.parse(permissionCookie)); } catch(err) { permissionCookie = decodeURIComponent(permissionCookie); parsedCookieVerify = JSON.parse(permissionCookie.match(/^".*"$/) ? permissionCookie.substring(1, permissionCookie.length - 1) : permissionCookie); } permission = ("undefined" !== parsedCookieVerify["permission"] ? parsedCookieVerify["permission"] : 'false'); signed = ("undefined" !== typeof parsedCookieVerify["signed"] ? parsedCookieVerify["signed"] : 'false'); status = ("undefined" !== typeof parsedCookieVerify["status"] ? parsedCookieVerify["status"] : 'Nicht angemeldet'); token = permissionCookietool.getCookie('AUTHKEY'); } catch (e) { /* console.log('permission: failed to get cookie "COOKIEVERIFY"'); */ permission = 'false'; status = 'Nicht angemeldet'; token = ''; } cmsConfig._.set('page.pay.permission', 'true' === permission); cmsConfig._.set('page.pay.signed', 'true' === signed); cmsConfig._.set('page.pay.status', status); cmsConfig._.set('page.pay.token', token); try { var pc2 = new CookieTool(); var pcAuth = pc2.getCookie('AUTHKEY'); var pcCookieVerify = pc2.getCookie('COOKIEVERIFY'); /* console.log("LOGON", "CHECKLOGON"); console.log("LOGON pcAuth ", pcAuth ); console.log("LOGON pcCookieVerify ", pcCookieVerify ); */ if (typeof pcAuth !== "undefined" && "" != pcAuth) { if (typeof pcCookieVerify === "undefined" || "" == pcCookieVerify) { /* console.log("LOGON", "DOIING REQUEST"); */ var xhr = new XMLHttpRequest(); xhr.onload = function (e) { /* console.log("LOGON onload", e); */ var pcCookieVerify = pc2.getCookie('COOKIEVERIFY'); console.log("LOGON NEW COOKIEVERIFY", pcCookieVerify); var parsedGtmVc; var gtmUserstate; try { parsedGtmVc = JSON.parse(JSON.parse(pcCookieVerify)); } catch(err) { try { parsedGtmVc = JSON.parse(pcCookieVerify.match(/^".*"$/) ? pcCookieVerify.substring(1, pcCookieVerify.length - 1) : pcCookieVerify); } catch(err2) { } } try { /* console.log("LOGON parsedGtmVc", parsedGtmVc); */ if (parsedGtmVc.signed == "true") { /* console.log("LOGON", "reload"); */ cmsConfig._.set('page.pay.permission', 'true' === parsedGtmVc.permission); cmsConfig._.set('page.pay.signed', 'true' === parsedGtmVc.signed); cmsConfig._.set('page.pay.status', 'true' === parsedGtmVc.status); } else { pc2.removeCookie("AUTHKEY"); } } catch(err3) { pc2.removeCookie("AUTHKEY"); } }; xhr.open('GET', '/login?cms.form.field.action=VERIFY&cms.form.field.token=' + pcAuth + '&cms.form.field.login.type=CAS-MHSID&_charset_=UTF-8', false); xhr.send() } } } catch (e) { console.log("foreignt portal"); }</script> <script> cmsConfig._.set("personalization.rootTitle", "Meine StZ"); cmsConfig._.set("personalization.rootAlias", "/meinestz"); </script> <!-- regwall --><script src="/www/libs/_responsive/js/regwall/regwall.min.js?x=240312-1600" async></script> <script type="text/javascript"> if (!cmsConfig._.has("page.noCookie") || !cmsConfig._.get("page.noCookie")) { !function () { var e = function () { var e, t = "__tcfapiLocator", a = [], n = window; for (; n;) { try { if (n.frames[t]) { e = n; break } } catch (e) { } if (n === window.top) break; n = n.parent } e || (!function e() { var a = n.document, r = !!n.frames[t]; if (!r) if (a.body) { var i = a.createElement("iframe"); i.style.cssText = "display:none", i.name = t, a.body.appendChild(i) } else setTimeout(e, 5); return !r }(), n.__tcfapi = function () { for (var e, t = arguments.length, n = new Array(t), r = 0; r < t; r++)n[r] = arguments[r]; if (!n.length) return a; if ("setGdprApplies" === n[0]) n.length > 3 && 2 === parseInt(n[1], 10) && "boolean" == typeof n[3] && (e = n[3], "function" == typeof n[2] && n[2]("set", !0)); else if ("ping" === n[0]) { var i = { gdprApplies: e, cmpLoaded: !1, cmpStatus: "stub" }; "function" == typeof n[2] && n[2](i) } else a.push(n) }, n.addEventListener("message", (function (e) { var t = "string" == typeof e.data, a = {}; try { a = t ? JSON.parse(e.data) : e.data } catch (e) { } var n = a.__tcfapiCall; n && window.__tcfapi(n.command, n.version, (function (a, r) { var i = { __tcfapiReturn: { returnValue: a, success: r, callId: n.callId } }; t && (i = JSON.stringify(i)), e.source.postMessage(i, "*") }), n.parameter) }), !1)) }; "undefined" != typeof module ? module.exports = e : e() }(); } </script> <style> .appetizer-text, .appetizer-title{hyphens:manual!important;-o-hyphens:manual!important;-moz-hyphens:manual!important;-webkit-hyphens:manual!important} a.mhsd-partner-link { margin-left: 20px; } html[data-layout="desktop"] a.mhsd-partner-link { position: fixed; right: 20px; top: 10px; align-items: start; } html[data-layout="desktop"] a.mhsd-partner-link[black] { top: 7px; } html[data-layout="mobile"] a.mhsd-partner-link { margin-right: 10px; } html[data-layout="mobile"] a.mhsd-partner-link:not([dark]):before { content: url(/staticcontent/common/img/MHSD_60x10_black.png); } html:not([data-layout="mobile"]) a.mhsd-partner-link:not([dark]):before { content: url(/staticcontent/common/img/MHSD_75x12_black.png); } html[data-layout="mobile"] a.mhsd-partner-link[dark]:before { content: url(/staticcontent/common/img/MHSD_60x10_white.png); } html:not([data-layout="mobile"]) a.mhsd-partner-link[dark]:before { content: url(/staticcontent/common/img/MHSD_75x12_white.png); } html[data-static-baseurl*='-bote'][data-layout="mobile"] .mod-header>.m-wrapper>.m-logo>.m-link>.m-img { max-width: 205px; } html[data-static-baseurl*='rzbb'][data-layout="mobile"] .mod-header>.m-wrapper .m-menu--top>.m-item--nav { width: 70px; } </style> <style>[data-userstate="nouserreg"] .is-loggedout,[data-userstate="nouserreg"] .is-logged {display: none !important;}</style> <style>html[data-channel='app'] [data-appexclude="true"] {display: none !important;}</style> <style>.grid {overflow:visible !important;}</style> <script> if ("undefined" !== typeof device["tablet"] && device.tablet()) { if (document.querySelector("meta[name='viewport']")) { document.querySelector("meta[name='viewport']").setAttribute("content", "width=1000"); } } if ("undefined" !== typeof device["app"] && device.app()) { document.getElementsByTagName("html")[0].setAttribute("data-channel","app"); } </script> <link rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/manager/base/es6/bundle.js" as="script" id="IOMmBundle"> <link rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/bootstrap/loader.js" as="script"> <script type="text/javascript" src="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/bootstrap/loader.js"></script> <script rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/manager/base/es5/bundle.js"></script> <script>IOMm('configure', {st: cmsConfig.tracking.ivw.st, dn: cmsConfig.tracking.ivw.dn, mh:5});IOMm('pageview', {cp: cmsConfig.tracking.ivw.cp});</script><script>window["ivwReload"] = function() {IOMm('pageview', {cp: cmsConfig.tracking.ivw.cp});};</script><script> cmsConfig._.set("advertising.provider", "rpd");</script> <script> var initRpd = function(params = {}) { window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; var raw = ptGetCookieValue("COOKIEVERIFY"); var cLoggedIn = ("" != raw); // ... window["adsdefinition"] = { zone: 'landkreise/enzkreis', pagetype: "ressort", login: cLoggedIn, keywords: [], stutzeit_kw: "", content: "wimsheim", content_id: "15e8dd47-cb14-43a4-b327-a957795de81c", ...params }; // loadScript var s; s = document.createElement('script'); s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-zeitung/headlibrary.js' + '?v=2302151400'; /* s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-zeitung/headlibrary.js' + '?v=68404'; */ s.async = true; document.head.appendChild(s); }; const disableAdsForPaidUser = (cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd")); // Weitere Aktionen hier ausf眉hren ptEventRegister('userContext', function(userContext) { const cancelOutOfPage = ("undefined" !== typeof window["preventInterstitial"] && window["preventInterstitial"]) || (device.mobile() && (userContext.reduced || userContext.meteredReached)); if (!cancelOutOfPage) { const outOfPage = document.createElement("div"); outOfPage.classList.add("OutOfPage"); outOfPage.id = "traffective-ad-OutOfPage"; if (document.querySelector("body")) { document.body.appendChild(outOfPage); } else { const bodyObserver = new MutationObserver((mutations, obs) => { for (const mutation of mutations) { if (mutation.type === 'childList') { mutation.addedNodes.forEach(node => { if (node.nodeType === 1 && node.matches('body')) { document.body.appendChild(outOfPage); obs.disconnect(); } }); } } }); bodyObserver.observe(document.documentElement, { childList: true, subtree: true }); } } if (userContext.subscribed) { initRpd({"abo": true, "paiduser": "paiduser", "paywall": false}); } else { initRpd({"abo": false, "paiduser": "nopaiduser", "paywall": userContext.meteredReached || false}); } }); </script><script> const CmsLoginManager = {}; CmsLoginManager.init = function() { console.log("CmsLoginManager is deprecated"); } CmsLoginManager["execLoginAction"] = function(action) { if ('LOGIN' == action) { authManager.login(); } } CmsLoginManager["login"] = function() { authManager.login(); } CmsLoginManager["logout"] = function() { authManager.logout(); } CmsLoginManager["editData"] = function() { authManager.editData(); } </script> <script src="/www/libs/_responsive/js/auth/auth-piano.min.js?build=20240509-1645-v31"></script> <link rel="shortcut icon" href="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/favicon.ico" type="image/ico"> <link rel="stylesheet" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/css/main.min.css?build=20240509-1645"> <script> document.cookie = "__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"; var setNptTechAdblockerCookie = function (adblocker) { var d = new Date(); d.setTime(d.getTime() + 60 * 5 * 1000); document.cookie = "__adblocker=" + (adblocker ? "true" : "false") + "; expires=" + d.toUTCString() + "; path=/"; }; var script = document.createElement("script"); script.setAttribute("async", true); script.setAttribute("src", "//www.npttech.com/advertising.js"); script.setAttribute("onerror", "setNptTechAdblockerCookie(true);"); document.getElementsByTagName("head")[0].appendChild(script); </script> <!-- <script src="https://www.stuttgarter-zeitung.de/www/libs/js/jquery-3.4.1.min.js"></script> --> <link rel="apple-touch-icon" sizes="180x180" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon-16x16.png"> <link rel="manifest" href="https://www.stuttgarter-zeitung.de/manifest.json"> <link rel="mask-icon" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/safari-pinned-tab.svg" color="#cc9900"> <link rel="shortcut icon" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="Schw盲bisch f眉r Anf盲nger" href="https://cdn.julephosting.de/podcasts/580-schwabisch-fur-anfanger/feed.rss" /> <script> if (!document.cookie.match(/^(.*;)?\s*sp_optout_ga\s*=\s*[^;]+(.*)?$/)) { var d = new Date(); d.setDate(d.getDate() + 365); var expires = "expires=" + d.toUTCString(); document.cookie = 'sp_optout_ga=true;' + expires + '; domain=stuttgarter-zeitung.de; path=/'; } if (!document.cookie.match(/^(.*;)?\s*sp_optout_pa\s*=\s*[^;]+(.*)?$/)) { var d = new Date(); d.setDate(d.getDate() + 365); var expires = "expires=" + d.toUTCString(); document.cookie = 'sp_optout_pa=true;' + expires + '; domain=stuttgarter-zeitung.de; path=/'; } </script> <script async id="ebx" src="//applets.ebxcdn.com/ebx.js"></script> <script> (function (src) { var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = src; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) })("//c2.stuttgarter-zeitung.de/xbuilder/experience/load?aid=tugW8mCEpe"); </script> <script> function openSpPm() { window._sp_.gdpr.loadPrivacyManagerModal(window.pmId); } if (window["ptEventRegister"]) { ptEventRegister("userState", function (state) { if ("is-subscribed" == state) { console.debug('SPSPSP IS SUBSCRIBED'); window.pmId = 814204; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8576, baseEndpoint: 'https://sp-consent.stuttgarter-zeitung.de', gdpr: {}, targetingParams: { isSubscriber: true }, events: { onMessageChoiceSelect: function (message_type, choice_id, choice_type_id) { // 11 = Accept All if (choice_type_id == 11) { pa.consent.setMode('opt-in'); // send PA Event after Consent pa.sendEvent('page.display', {}); if (location.href.indexOf('/inhalt.') > -1) { pa.sendEvent('article.display', {}); } } } } } }; const spScript = document.createElement('script'); spScript.async = true; spScript.src = 'https://sp-consent.stuttgarter-zeitung.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } else { console.debug('SPSPSP IS NOT SUBSCRIBED'); window.pmId = 814203; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8576, baseEndpoint: 'https://sp-consent.stuttgarter-zeitung.de', gdpr: {}, targetingParams: { isSubscriber: false }, events: { onMessageChoiceSelect: function (message_type, choice_id, choice_type_id) { // 11 = Accept All if (choice_type_id == 11) { pa.consent.setMode('opt-in'); // send PA Event after Consent pa.sendEvent('page.display', {}); if (location.href.indexOf('/inhalt.') > -1) { pa.sendEvent('article.display', {}); } } } } } }; const spScript = document.createElement('script'); spScript.async = true; spScript.src = 'https://sp-consent.stuttgarter-zeitung.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } }); } </script> <!-- header - v221117 --><script> "use strict";function initIVW(){loadScriptDynamically(cmsConfig.tracking.ivw.url,function(){if("undefined"!=typeof iom){var e;if(device.app()){if(void 0===iom.h)return console.log("tracking - ivw - iom.h not available"),!1;e=iom.h}else{if(void 0===iom.c)return console.log("tracking - ivw - iom.c not available"),!1;e=iom.c}window.iam_data={st:cmsConfig.tracking.ivw.st,sv:cmsConfig.tracking.ivw.sv,cp:cmsConfig.tracking.ivw.cp,sc:cmsConfig._.has("tracking.ivw.sc")&&"yes"==cmsConfig._.get("tracking.ivw.sc")?"yes":"no"},cmsConfig._.has("tracking.ivw.disableInitial")&&0!=cmsConfig._.get("tracking.ivw.disableInitial")||e(iam_data,1),window.ivwReload=function(t){void 0!==t&&(iam_data.cp=t),e(iam_data,1),"traffective"==cmpMode&&(console.log("tracking - ivw - do refresh for anonym"),"undefined"!=typeof IOMm&&IOMm("pageview",{cp:cmsConfig.tracking.ivw.cp}),console.log("tracking - ivw - reloaded"))}}else console.log("tracking - ivw - unable to access iom-data")}),cmsConfig._.has("tracking.ivw.anonymous")&&1!=cmsConfig._.get("tracking.ivw.anonymous")||"undefined"!=typeof ima&&(ima("init",{st:cmsConfig.tracking.ivw.st,cp:cmsConfig.tracking.ivw.cp,dn:cmsConfig.tracking.ivw.sdn}),ima("count"))}function initGoogle(){var e;e=cmsConfig._.has("tracking.google.nameSpace")?cmsConfig.tracking.google.nameSpace:"ga";var t;t=cmsConfig._.has("tracking.google.prefix")?cmsConfig.tracking.google.prefix:"ga_";var n,i="1"==getRequestParameter("gaDebug");n=i?cmsConfig.tracking.google.urlDebugMode:cmsConfig.tracking.google.url,function(e,t,n,i,a,o,s){e.GoogleAnalyticsObject=a,e[a]=e[a]||function(){(e[a].q=e[a].q||[]).push(arguments)},e[a].l=1*new Date,o=t.createElement(n),s=t.getElementsByTagName(n)[0],o.async=1,o.src=i,s.parentNode.insertBefore(o,s)}(window,document,"script",n,e),window[e]("create",cmsConfig.tracking.google.account,"auto",{siteSpeedSampleRate:cmsConfig.tracking.google.setSiteSpeedSampleRate}),window[e]("set","anonymizeIp",cmsConfig.tracking.google.anonymizeIp),window[e]("set","forceSSL",cmsConfig.tracking.google.forceSSL),cmsConfig._.has("tracking.google.customData")&&window[e]("set",cmsConfig.tracking.google.customData),window[e]("send","pageview"),window.gaReload=function(){window[e]("send","pageview")};var a,o=function(e,n){void 0===n&&(n="[class*='"+t+"']");var i=e.parentElement;if(null!=i){if(Element.prototype.closest){return i.closest(n)}for(;null!=i;){if(i.matches(n))return i;i=i.parentElement}}},s=!1,r=function(e,t,n){if(void 0===n&&(n=!0),t?(i&&console.log("tracking - google - succesfully tracked :) - delete critical timeout"),clearTimeout(a)):i&&(console.warn,console.warn("tracking - google - request failed (to slow) :( - used critical timeout of '"+cmsConfig.tracking.google.criticalTimeOut+"ms' to enhance user experience")),!s){if(s=!0,i)return i&&console.log("tracking - google - now we would delegate link if exists..."),s=!1,!1;if(!n)return i&&console.log("tracking - google - linkdelegation disabled by config > exit"),s=!1,!1;if(!n||!e.hasAttribute("href"))return s=!1,!1;var o=e.getAttribute("href");if(device.app()){var r=document.createElement("a");r.setAttribute("href",o),setTimeout(function(){s=!1},50),r.click()}else window.location.href=o,setTimeout(function(){s=!1},50)}},c=function(e){var n=new RegExp(t+"(\\S*)"),i=e,a=[],s={};for(s.trackingCode=i.className.match(n)[1],s.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",a.push(s);null!=i;)s={},(i=o(i))&&(s.trackingCode=i.className.match(n)[1],s.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",a.push(s));return a=a.reverse()};window.onclick=function(n){if(1!=n.which)return i&&console.log("tracking - google - no left mousebutton clicked > exit"),!0;i&&(n.preventDefault(),console.log("tracking - google - debug-mode > preventdefault for every click")),n=n||window.event;var s,d=n.target||n.srcElement;if(null==(s=d.matches("a[class*='"+t+"']")?d:o(d,"a[class*='"+t+"']")))return i?(console.log("tracking - google - no ga-enabled link click-context > exit"),!1):void 0;if("custom"==s.className.match(new RegExp(t+"(\\S*)"))[1]){var g=!0,l=cmsConfig.tracking.google.criticalTimeOut;if(!s.hasAttribute("data-ga-custom")&&i)return console.log("tracking - google - no custom-data found for ga-custom tracking > exit"),!1;var f=s.getAttribute("data-ga-custom");f=f.replace(/'/g,'"');try{f=JSON.parse(f)}catch(e){i&&console.log("tracking - google - unable to parse customData for ga-custom tracking > exit")}if(n.preventDefault(),"social"==f.hitType&&(g=!1,l+=50),f.hitCallback=function(){return r(s,!0,g)},"social"==f.hitType&&void 0===f.socialTarget)try{f.socialTarget=document.querySelector("link[rel='canonical']").href}catch(e){i&&console.log("tracking - google - unable to determine socialTarget from canonical in ga-custom tracking > default is current url"),f.socialTarget=window.location.href}a=setTimeout(function(){return r(s,!1,g)},l),window[e]("send",f)}else{var u=c(s);if(u.length<2)return i?(1==u.length?console.log("tracking - google - no ga-enabled wrapper found for '"+u[0].trackingCode+"' > exit"):console.log("tracking - google - unknown error in ga-tracking declaration > exit"),!1):void 0;var m=null!=o(s,"nav"),v=!0;m&&(v=!1);var g=!1;v&&(g=!0,n.preventDefault());for(var p,C,b,w="",y="",h=0;h<u.length;h++)p=u[h],C=p.trackingCode,b=p.trackingContext,w+=(""!=w?"/":"")+C,y=""!=b?b:y;a=setTimeout(function(){return r(s,!0,g)},cmsConfig.tracking.google.criticalTimeOut),window[e]("send",{hitType:"event",eventCategory:w,eventAction:"click",eventLabel:y,eventValue:null,nonInteraction:!0,hitCallback:function(){return r(s,!0,g)}})}return!i&&void 0}}var loadScriptDynamically=function(e,t){if(void 0!==t){if((-1!=e.indexOf("_default/index.min.js")||-1!=e.indexOf("videojs.ima3.min.js"))&&"undefined"!=typeof require&&"function"==typeof require){var n=((new Date).getTime(),Math.floor(100*Math.random()+1),e.replace(".js",""));return-1!=e.indexOf("videojs.ima3.min.js")?void cmsCore.require(["extLoader"],function(e){e.load(n,function(){t()})}):void(void 0!==window.bc?(alert("allready defineda"),t()):cmsCore.require(["extLoader"],function(e){e.load(n,function(){window.bc=reqRet,t()})}))}var i="javascript";-1!=e.indexOf("css")&&(i="css");var a=!1;if(void 0===window.digDynLoaded&&(window.digDynLoaded={}),void 0===window.digDynLoaded[e]?(window.digDynLoaded[e]=[],window.digDynLoaded[e].readyState=!1):a=!0,window.digDynLoaded[e].readyState||(window.digDynLoaded[e].callbacks=window.digDynLoaded[e].callbacks||[],window.digDynLoaded[e].callbacks.push(t)),a)return void(window.digDynLoaded[e].readyState?(console.log(i+" already loaded - queue is already done - executing at once (1 callbacks for "+e+")"),t()):console.log(i+" already loaded - callbacks are pushed into queue"));if("javascript"==i){var o=document.createElement("script");o.type="text/javascript",o.src=e}if("css"==i&&(o=document.createElement("link"),o.rel="stylesheet",o.type="text/css",o.href=e),o.async=!0,void 0!==t&&(o.onreadystatechange,o.onload=function(e,t){var n;if("LINK"==e.currentTarget.tagName)return void console.log("... we do no callbacks for stylesheets");n=e.target.src;var a;for(var o in window.digDynLoaded)if(console.log(o),-1!=n.indexOf(o)){window.digDynLoaded[o].readyState=!0;var s=window.digDynLoaded[o].callbacks;console.log(i+" callbacks are executed from queue ("+s.length+" callbacks for "+o+")"),console.log("~t>>"+window.digDynLoaded[o].callbacks.length);for(var r=0;r<s.length;r++)a=s[r],ptDomReady(a);delete window.digDynLoaded[o].callbacks}},o.onerror=function(){console.log("error while loading script - "+e),-1!=e.indexOf("adbl")&&(console.log("exec anyway..."),t())}),!a){document.getElementsByTagName("head")[0].appendChild(o)}}else var t=function(){console.log("no callback defined for "+e)}};cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/load-script",function(){});var layout=function(){var e,t,n,i=function(e,t){if(e.currentStyle)var n=e.currentStyle[t];else if(window.getComputedStyle)var n=document.defaultView.getComputedStyle(e,null).getPropertyValue(t);return n},a=[],o=function(){return document.getElementsByTagName("html")[0]},s=function(){var i="undefined"!=document.documentElement?document.documentElement.clientWidth:window.innerWidth,a=i;if(device.mobile()||device.tablet()){var s=o();return void s.setAttribute("data-cw",a)}for(var r=0;r<=cmsConfig.constants.desktopBreakpoints.length;r++){var c=cmsConfig.constants.desktopBreakpoints[r],d=r==cmsConfig.constants.desktopBreakpoints.length-1?c:cmsConfig.constants.desktopBreakpoints[r+1];a>c&&a<=d-cmsConfig.constants.browserBar&&(e=d)}null==e&&(e=i);var s=o();if(s.hasAttribute("data-cw")&&null!=e&&e!=parseInt(s.getAttribute("data-cw"))){if(s.hasAttribute("data-cw")){var g=parseInt(s.getAttribute("data-cw"));t=m();var l=document.querySelectorAll("[style*='left: "+n+"px']");l.length>0&&(l[0].style.left=t+"px");var f=Math.round((g-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2),u=Math.round((g-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2);l=document.querySelectorAll("[style*='left: "+f+"px']"),l.length>0&&(l[0].style.left=u+"px")}s.setAttribute("data-cw",e)}else s.setAttribute("data-cw",e)},r=function(){var e=o();if(cmsConfig._.has("constants.disableFluidGrid")&&1==cmsConfig._.get("constants.disableFluidGrid"))e.setAttribute("data-layout",l());else if(device.mobile()||device.tablet())e.setAttribute("data-layout",l());else{var t=window.innerWidth,n=f();"1"==getRequestParameter("cms_iframecontext")?(e.setAttribute("data-layout",l()),c()):t<=cmsConfig.constants.mobileBreakpoint?e.hasAttribute("data-layout")&&"mobile"==e.getAttribute("data-layout")||(n="mobile",e.setAttribute("data-layout",n),c()):t>cmsConfig.constants.mobileBreakpoint&&t<=cmsConfig.constants.tabletBreakpoint?e.hasAttribute("data-layout")&&"tablet"==e.getAttribute("data-layout")||(n="tablet",e.setAttribute("data-layout",n),c()):t>cmsConfig.constants.tabletBreakpoint&&(e.hasAttribute("data-layout")&&"desktop"==e.getAttribute("data-layout")||(n="desktop",e.setAttribute("data-layout",n),c()))}var i=device.orientation();e.hasAttribute("data-orientation")&&i==e.getAttribute("data-orientation")||e.setAttribute("data-orientation",i)},c=function(){for(var e=0;e<a.length;e++)a[e]()},d=function(){var e=o(),t="desktop";device.tablet()&&(t="tablet"),device.mobile()&&(t="mobile"),e.setAttribute("data-device",t)},g=function(){r(),s()},l=function(){return o().getAttribute("data-device")},f=function(){return o().getAttribute("data-layout")},u=function(){return o().getAttribute("data-cw")},m=function(){n=t;var e=document.getElementsByClassName("site")[0];return t=Math.round(parseFloat(i(e,"padding-left"))+parseFloat(i(e,"margin-left"))+parseFloat(i(e,"width"))),isNaN(t)&&(t=Math.round((layout.getContextWidth()-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2+cmsConfig.constants.desktopMinWidth+cmsConfig.constants.browserBar)),t},v=function(e,t){var n=!1;if(void 0!==e&&null!=e)for(var i,a,o=layout.getLayoutString(),s=0;s<e.length;s++)-1!=e[s].indexOf("|")?(i=e[s].split("|")[0],a=e[s].split("|")[1],o==i&&device.orientation()==a&&(n=!0)):(i=e[s],o==i&&(n=!0));return void 0!==t&&t(n),n};return function(){d(),r(),s()}(),{getDeviceString:l,getLayoutString:f,getContextWidth:u,getSkyscraperPos:m,getCSSProperties:i,changedLayoutCallbacks:a,withinLayoutConstraints:v,refresh:g}}();cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/layout",function(){});var cmpMode=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector),HTMLElement.prototype.click=function(){var e=this.ownerDocument.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,0,0,0,0,!1,!1,!1,!1,0,null),this.dispatchEvent(e)},window.trackerRefresh=function(){"function"==typeof gaReload&&gaReload(),"function"==typeof ivwReload&&ivwReload(),"function"==typeof siteStatReload&&siteStatReload(),"function"==typeof piwikReload&&piwikReload(),"function"==typeof ioReload&&ioReload()},cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.ivw.enabled")||1!=cmsConfig._.get("tracking.ivw.enabled")?console.log("tracking - ivw - disabled by config"):"traffective"==cmpMode?__tcfapi("addEventListener",2,function(e,t){0==t?console.error("addEventListener throws error"):(console.log("Event listener: ",t,e),!0===e.vendor.consents[730]?(console.log("\tivw-Vendor 730 has consent"),initIVW()):console.log("\tivw-Vendor 730 has no consent"))}):__tcfapi("addEventListener",2,function(e,t){"tcloaded"!==e.eventStatus&&"useractioncomplete"!==e.eventStatus||__tcfapi("getCustomVendorConsents",2,function(e,t){t&&(e.grants["5efefe25b8e05c065164a2e2"].vendorGrant?initIVW():console.log("Kein IVW Consent"))})}),cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.linkpulse.enabled")||1!=cmsConfig._.get("tracking.linkpulse.enabled")||(cmsConfig._.has("tracking.linkpulse.autoMarker")&&1==cmsConfig._.get("tracking.linkpulse.autoMarker")&&(document.onreadystatechange=function(){if("interactive"==document.readyState||"complete"==document.readyState){var e,t,n,i,a;n=cmsConfig._.has("tracking.linkpulse.prefix")?cmsConfig.tracking.linkpulse.prefix:"lp_",t=document.querySelector(".brickgroup.body"),t.classList.contains(n)||t.classList.add(n+"main"),e=document.querySelectorAll(".body > .brickgroup, .body > .brick");for(var o=1;o<=e.length;o++){t=e[o-1],t.classList.contains(n)||t.classList.add(n+"row"+o),i=t.querySelectorAll(".item .content a.data");for(var s=1;s<=i.length;s++)a=i[s-1],a.classList.contains(n)||a.classList.add(n+"pos"+s)}}}),loadScriptDynamically(cmsConfig.tracking.linkpulse.url,function(){console.log("tracking - linkpulse - initialized")}));var testMode="1"==getRequestParameter("test");cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.google.enabled")||1!=cmsConfig._.get("tracking.google.enabled")||("traffective"==cmpMode?__tcfapi("addEventListener",2,function(e,t){0==t?console.error("tcfapi addEventListener throws error"):"tcloaded"!==e.eventStatus&&"useractioncomplete"!==e.eventStatus||(e.customVendors&&e.customVendors.consents&&e.customVendors.consents[871]?(console.log("Google consent"),initGoogle()):e.customVendors&&e.customVendors.consents&&!e.customVendors.consents[871]&&console.log("Kein Google consent"))}):initGoogle()),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/tracking",function(){});var oms_site=cmsConfig._.get("advertising.oms.site"),oms_zone=cmsConfig._.get("advertising.oms.zone"),doReplacements=function(){for(var e,t,n=document.querySelectorAll("a[href]"),i=0;i<n.length;++i)e=n[i],t=e.getAttribute("href"),-1==t.indexOf("#")&&-1==t.indexOf("javascript")&&(-1==t.indexOf("byPassDigCmsCache")&&(t=t+(-1==t.indexOf("?")?"?":"&")+"byPassDigCmsCache=preview"),-1==t.indexOf("useReplacementTemplates")&&(t=t+(-1==t.indexOf("?")?"?":"&")+"useReplacementTemplates"),e.setAttribute("href",t));var a=document.querySelector("form[action*='/suche']");if(a){var o=document.createElement("input");o.type="hidden",o.name="byPassDigCmsCache",o.value="preview",a.appendChild(o),o=document.createElement("input"),o.type="hidden",o.name="useReplacementTemplates",a.appendChild(o)}},generateSiteClass=function(){var e=window.location.pathname;if(!(document.getElementsByClassName("site").length<1)){var t=document.getElementsByClassName("site")[0];document.getElementsByTagName("html")[0].hasAttribute("data-addedtags")&&-1<document.getElementsByTagName("html")[0].getAttribute("data-addedtags").indexOf("cms_lightbox")&&t.setAttribute("style","max-width:880px;"),cmsConfig._.get("page.type")&&t.classList.add(cmsConfig._.get("page.type").toLowerCase()),(e.startsWith("/thema/")||e.startsWith("/themen/"))&&t.classList.add("topics"),e.startsWith("/suche")&&t.classList.add("search"),void 0!==getRequestParameter("cms_digplugin")&&"1"==getRequestParameter("cms_digplugin")&&t.classList.add("digplugin"),void 0!==getRequestParameter("cms_iframecontext")&&"1"==getRequestParameter("cms_iframecontext")&&t.classList.add("iframe-context")}},initPage=function(){cmsConfig.constants.useReplacementMode&&-1==window.location.href.indexOf("inApp=true")&&("interactive"===document.readyState?doReplacements():document.addEventListener?document.addEventListener("DOMContentLoaded",function(){doReplacements()}):document.attachEvent&&document.attachEvent("onreadystatechange",function(){"complete"===document.readyState&&doReplacements()})),-1==cmsConfig.constants.staticBaseUrl.indexOf("_dev")?loadScriptDynamically(cmsConfig.constants.staticBaseUrl+"merged/main.js?build="+cmsConfig.page.buildNr,function(){"undefined"==typeof cmsCore&&(window.cmsCore=window),document.querySelectorAll("a.data.article-iframe").length>0&&cmsCore.require(["apps/article-iframe"],function(e){e.init()}),cmsCore.require(["apps/lazysizes"],function(e){e.init()}),cmsCore.require(["domready"],function(e){e(function(){generateSiteClass(),cmsCore.require(["core/page-core"],function(e){e.init()})})})}):(document.querySelectorAll("a.data.article-iframe").length>0&&cmsCore.require(["apps/article-iframe"],function(e){e.init()}),cmsCore.require(["apps/lazysizes"],function(e){e.init()}),cmsCore.require(["domready"],function(e){e(function(){generateSiteClass(),cmsCore.require(["core/page-core"],function(e){e.init()})})}))};-1==cmsConfig.constants.staticBaseUrl.indexOf("_dev")?setTimeout(function(){(cmsCore||window).define=void 0,initPage()},0):initPage(),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/page-init",function(){}),window.natInitialized=window.natInitialized||!1;var useOmsNative=cmsConfig._.has("advertising.omsnative.enabled")&&1==cmsConfig._.get("advertising.omsnative.enabled"),useNativendo=cmsConfig._.has("advertising.nativendo.enabled")&&1==cmsConfig._.get("advertising.nativendo.enabled"),initNativendo=function(){if(!useOmsNative&&!useNativendo)return void console.log("advertising - nativendo/omsnative - disabled by config");if(!window.natInitialized)if(window.natInitialized=!0,cmsConfig._.has("advertising.traffective.enabled")&&cmsConfig._.get("advertising.traffective.enabled")){if(cmsConfig._.has("advertising.nativendo.enabled")&&0==cmsConfig._.get("advertising.nativendo.enabled"))return void console.log("advertising - nativendo - disabled by config");if(!cmsConfig._.has("advertising.omsnative.enabled")||0==cmsConfig._.get("advertising.omsnative.enabled"))return void console.log("advertising - omsnative - disabled by config");if(cmsConfig._.has("page.pay.nad")&&1==cmsConfig._.get("page.pay.nad")&&cmsConfig._.has("advertising.cbd")&&1==cmsConfig._.get("advertising.cbd")&&cmsConfig._.has("advertising.cbdNativendo")&&1==cmsConfig._.get("advertising.cbdNativendo"))return void console.log("advertising - nativendo - disabled by abo");var e=void 0!==oms_site?oms_site:rmsi_site,t=void 0!==oms_zone?oms_zone:rmsi_zone,n=document.createElement("script"),i=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";"traffective"==i?(n.type="text/plain",n.setAttribute("data-cmp-vendor","371"),n.setAttribute("data-cmp-script","")):n.type="text/javascript",n.async=!0;var a=document.location.protocol+"//d.nativendo.de/cds/delivery/init",o="";if(cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var s=cmsConfig._.get("advertising.traffective.targeting");for(var r in s)o+=(""!=o?"&":"?")+r+"="+s[r]}n.src=a+o;var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}else if(useOmsNative){if(cmsConfig._.has("advertising.nativendo.enabled")&&0==cmsConfig._.get("advertising.nativendo.enabled"))return void console.log("advertising - nativendo - disabled by config");if(!cmsConfig._.has("advertising.omsnative.enabled")||0==cmsConfig._.get("advertising.omsnative.enabled"))return void console.log("advertising - omsnative - disabled by config");var e=void 0!==oms_site?oms_site:rmsi_site,t=void 0!==oms_zone?oms_zone:rmsi_zone,n=document.createElement("script");if(n.type="text/javascript",n.async=!0,n.src=document.location.protocol+"//d.nativendo.de/cds/delivery/init?oms_zone="+t+"&cw="+t+"&w="+e,cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var s=cmsConfig._.get("advertising.traffective.targeting");for(var r in s)n.src+="&"+r+"="+s[r]}var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}else{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="//d.nativendo.de/cds/delivery/init";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}};if(cmsConfig._.has("advertising.speedup")&&1==cmsConfig._.get("advertising.speedup"))if(cmsConfig._.has("advertising.cbd")&&1==cmsConfig._.get("advertising.cbd")&&cmsConfig._.has("advertising.cbdNativendo")&&1==cmsConfig._.get("advertising.cbdNativendo"))ptEventRegister("userState",function(e){"is-subscribed"==e||initNativendo()});else{var cmpMode=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";"traffective"==cmpMode?(document.addEventListener("DOMContentLoaded",initNativendo()),__tcfapi("addEventListener",2,function(e,t){console.log(e)})):document.addEventListener("DOMContentLoaded",initNativendo())}cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/core/advertising/nativendo.js",function(){}),cmsCore.define("apps/callback",[],function(){var e=function(e){var t=e;if("superbanner"==t||"banner"==t||"traffective-ad-Superbanner"==t){var i=document.getElementById(t);if(i){i.classList.contains("visible")&&void 0!==layout.withinLayoutConstraints&&layout.withinLayoutConstraints(cmsConfig._.get("advertising.oms.superbannerFixedConstraint"),function(e){var t=document.getElementsByTagName("html")[0];e?t.setAttribute("data-superbanner-fixed",!0):t.setAttribute("data-superbanner-fixed",!1),window.addEventListener("resize",function(e){layout.withinLayoutConstraints(cmsConfig._.get("advertising.oms.superbannerFixedConstraint"),function(e){var t=document.getElementsByTagName("html")[0];e?t.setAttribute("data-superbanner-fixed",!0):t.hasAttribute("data-superbanner-fixed")&&t.setAttribute("data-superbanner-fixed",!1)})})})}}n()},t=function(){n()},n=function(){cmsConfig._.has("advertising.speedup")&&0!=cmsConfig._.get("advertising.speedup")||cmsConfig._.has("advertising.omsnative.enabled")&&1==cmsConfig._.get("advertising.omsnative.enabled")&&(cmsCore||window).require(["apps/advertising/nativendo"],function(e){window.setTimeout(function(){e.init()},5,e)})};return{init:e,initAdblocked:t}});var initTraffective=function(){if(!(cmsConfig._.has("advertising.traffective.enabled")&&1==cmsConfig._.get("advertising.traffective.enabled")||"1"==getRequestParameter("Traffective")))return void console.log("advertising - traffective - disabled by config");if(cmsConfig._.has("advertising.traffective.deviceConstraint")){var e=layout.getDeviceString();if(-1==cmsConfig._.get("advertising.traffective.deviceConstraint").indexOf(e))return void console.log("advertising - traffective - exit because device "+e+" isn't allowed for traffective (check deviceConstraints)")}if(!cmsConfig._.has("advertising.traffective.traffectiveScript"))return void console.log("advertising - traffective - exit because no script-src configured");window.gptReload=function(e){return void 0!==e&&null!=e&&""!=e&&("undefined"==typeof traffective?(console.log("advertising - traffective - traffective isn't available yet - aborting reload of '"+e+"'"),!1):(traffective.refreshSlot(e),console.log("advertising - traffective - successfully reloaded '"+e+"'"),!0))};var t,n=[];t={},t.key="zone",t.values=null,t.value=cmsConfig._.get("advertising.traffective.dfpZone"),n.push(t),t={},t.key="content",t.values=null,t.value=cmsConfig._.get("advertising.traffective.dfpContent"),n.push(t);var i=ptGetCookieValue("COOKIEVERIFY"),a=""!=i;if(t={},t.key="login",t.values=null,t.value=a.toString(),n.push(t),cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var o=cmsConfig._.get("advertising.traffective.targeting");for(var s in o)t={},t.key=s,"object"==typeof o[s]||0==o[s].indexOf("[")&&o[s].indexOf("]")==o[s].length-1?(t.values=o[s],t.value=null):(t.values=null,t.value=o[s]),n.push(t)}var r,c="/"+cmsConfig._.get("advertising.traffective.dfpServerId")+"/"+cmsConfig._.get("advertising.traffective.dfpSite")+"/"+cmsConfig._.get("advertising.traffective.dfpZone"),d="/"+cmsConfig._.get("advertising.traffective.dfpServerId")+"/"+cmsConfig._.get("advertising.traffective.dfpSite")+"/"+cmsConfig._.get("advertising.traffective.dfpZone")+(cmsConfig._.has("advertising.traffective.adUnitExtension")?"/"+cmsConfig._.get("advertising.traffective.adUnitExtension"):"")+(cmsConfig._.has("advertising.traffective.targeting.pagetype")&&"homepage"!=cmsConfig._.get("advertising.traffective.targeting.pagetype")?"/"+cmsConfig._.get("advertising.traffective.targeting.pagetype"):"");if(r=cmsConfig._.has("advertising.traffective.extendedAdUnitPath")&&cmsConfig._.get("advertising.traffective.extendedAdUnitPath")?'{"dfpAdUrl": "'+d+'","targeting": '+JSON.stringify(n)+"}":'{"dfpAdUrl": "'+c+'","dfpAdUrlV2": "'+d+'","targeting": '+JSON.stringify(n)+"}",cmsConfig._.has("advertising.traffective.outOfPageClass")&&""!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&null!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&document.body){var g=document.createElement("div");g.style.display="none",g.className=cmsConfig._.get("advertising.traffective.outOfPageClass"),g.id="traffective-ad-Interstitial",document.body.appendChild(g)}var l=document.getElementById("superbanner");l&&(l.className+=" superbanner_1");var f=document.getElementById("skyscraper");f&&(f.className+=" skyscraper_1"),document.addEventListener("trfSlotRendered",function(e){if(null!==e.detail.placement){var t=e.detail.placement;if(!e.detail.status){var n=document.querySelector("."+t);if(n){var i=n.getAttribute("id");n.classList.add("visible"),cmsCore.require(["apps/callback"],function(e){e.init(i)})}}}});var u=document.createElement("STYLE");u.type="text/css",u.appendChild(document.createTextNode(".trf-declaration-container{line-height: 1;}")),document.head.appendChild(u);var m="https:"===document.location.protocol?"https":"http",v=m+"://cdntrf.com/",p=cmsConfig._.get("advertising.traffective.traffectiveScript"),C=document.createElement("script");C.type="text/javascript",C.id="trfAdSetup",C.async=!0,C.src=v+p,C.setAttribute("data-traffectiveConf",r),-1<window.navigator.userAgent.toLowerCase().indexOf("firefox")?document.addEventListener("DOMContentLoaded",function(e){console.log("TRF DEBUG - after domload append"),document.body.appendChild(C)}):(document.body||document.head||document.documentElement).appendChild(C)};if(cmsConfig._.has("advertising.speedup")&&1==cmsConfig._.get("advertising.speedup"))if(cmsConfig._.has("portal.attributes.userRegType")&&"CAS-MHSID"==cmsConfig._.get("portal.attributes.userRegType")){window.ptGetCookieValue=window.ptGetCookieValue||function(e){var t=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)");return t?t.pop():""};var raw=ptGetCookieValue("COOKIEVERIFY"),cloggedIn=""!=raw&&cmsConfig._.has("advertising.cbd")&&cmsConfig._.get("advertising.cbd");cloggedIn&&void 0!==window.ptEventRegister?ptEventRegister("userState",function(e){"is-subscribed"==e?console.log("advertising - traffective - disabled by abo"):initTraffective()}):initTraffective()}else initTraffective();cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/core/advertising/traffective.js",function(){}),cmsCore.define("merged/pageinit",function(){}); window["gaReload"] = function gaReload(_pushData) { var pushData = _pushData || {}; if ("undefined" == typeof pushData["event"]) { pushData["event"] = "VirtualPageview"; } if ("undefined" == typeof pushData["eventAction"]) { pushData["eventAction"] = "click"; } if ("undefined" !== typeof vpvDataLayer) { for (var k in vpvDataLayer) { pushData[k] = vpvDataLayer[k]; } } window["dataLayerV3"] = window["dataLayerV3"] || []; window["dataLayerV3"].push(pushData); }; </script> </head> <body id="top-of-page" ><!-- adTagsTemplate --> <!-- adTagsEnabled: false --><!-- NOWRAPPER(!) --> <div id="traffectiveCustomCSS" style="display:none">&nbsp;</div> <div id="rpdCustomCSS" style="display:none">&nbsp;</div> <script> var CSS_SLOT = "traffectiveCustomCSS"; if (cmsConfig._.has("advertising.provider") && "rpd" == cmsConfig._.get("advertising.provider")) { var CSS_SLOT = "rpdCustomCSS"; } var traffectiveCustomCSSContent = '.Billboard { min-height: 250px; display: block !important; } .Mobile_Pos2_wrapper { min-height: 420px; } .Mobile_Pos2:not(.nofh) { min-height: 420px; display: block !important; } .Mobile_Pos3 { min-height: 280px; display: block !important; } .Mobile_Pos4 { min-height: 280px; display: block !important; } .Mobile_Pos5 { min-height: 280px; display: block !important; } .Mobile_Pos6 { min-height: 280px; display: block !important; } .Content_1 { min-height: 280px; display: block !important; } .Content_2 { min-height: 280px; display: block !important; } #traffective-ad-Mobile_Sticky:before { content: "" !important; font-size: 1px !important; } /* [data-layout="desktop"] .Superbanner, [data-layout="mobile"] .Superbanner { min-height: 300px; display: block !important; } */'; var rpdCustomCSSContent = ` .Billboard { min-height: 250px; display: block !important; } html[data-layout='mobile'] .Mobile_Pos2_wrapper { min-height: 250px; } html[data-layout='mobile'] .Mobile_Pos2:not(.nofh) { min-height: 250px; display: block !important; }`; window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; var getRenderFixedHeight = function() { return ptGetCookieValue("MHSNOFIXEDHEIGHT") !== "true"; } var persistFixedHeightSettings = function(val) { var expires = ""; document.cookie = "MHSNOFIXEDHEIGHT" + "=" + val + expires + "; path=/"; return; } var doRenderFixedHeight = function(val) { persistFixedHeightSettings(val); var cssContentEle = document.getElementById(CSS_SLOT); if (cssContentEle) { var style = cssContentEle.querySelector("style"); if (!style && !val) { style = document.createElement('style'); if (CSS_SLOT == 'traffectiveCustomCSS') { style.innerHTML = traffectiveCustomCSSContent } else { style.innerHTML = rpdCustomCSSContent } // style.innerHTML = cssContentEle.innerHTML; cssContentEle.appendChild(style); return; } else if (style && val) { style.remove(); } } } var markParents = function() { var adSlots = document.querySelectorAll('[id^="traffective-"]'); if ("undefined" === typeof(adSlots) || adSlots.length < 1) { return; } for (var i=0; i<adSlots.length; i++) { var id = adSlots[i].getAttribute("id"); if ("undefined" === typeof(id) || "" == id) { return; } var praefix = id.replace("traffective-ad-", ""); var className = praefix + "_wrapper"; var parent = adSlots[i].parentElement; if ("undefined" === typeof(parent)) { continue; } var parentChildren = parent.children; if ("undefined" !== typeof parentChildren && parentChildren.length > 1) { continue; } if ("Mobile_Pos2" == praefix) { adSlots[i].classList.add("nofh"); // add class for no fixed height parent.classList.add(className); } } } var determinePremium = function() { var considerPermission = cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd") && cmsConfig._.has("advertising.cbdTraffective") && cmsConfig._.get("advertising.cbdTraffective"); if (!considerPermission) { return; } // not loggedin var cvc = ptGetCookieValue("COOKIEVERIFY"); var cLoggedIn = ("" != cvc); if (!cLoggedIn) { doRenderFixedHeight(false); return; } // msh /*var parsedCvc = JSON.parse(cvc); if (parsedCvc["permission"] && "true" !== parsedCvc["permission"]) { doRenderFixedHeight(false); return; }*/ // c1 if (window["ptEventRegister"]) { ptEventRegister("userState", function(state) { if ("is-subscribed" == state) { doRenderFixedHeight(true); } else { doRenderFixedHeight(false); } }); return; } } var determine = function() { var considerPermission = cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd") && cmsConfig._.has("advertising.cbdTraffective") && cmsConfig._.get("advertising.cbdTraffective"); // cls (safety first...) if (getRenderFixedHeight()) { doRenderFixedHeight(false); } // local config - advertising enabled? var advertisingEnabled = cmsConfig._.has("advertising.enabled") && cmsConfig._.get("advertising.enabled"); if (!advertisingEnabled) { doRenderFixedHeight(true); return; } // noCookie-settings var noCookie = cmsConfig._.has("page.noCookie") && cmsConfig._.get("page.noCookie"); if (noCookie) { doRenderFixedHeight(true); return; } // sourcepoint (Abfrage gegen Google-Ads-Vendor) if ("undefined" !== typeof window["__tcfapi"]) { console.log("checkHeight __tcfapi"); __tcfapi('addEventListener', 2, function (tcData, success) { if (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { __tcfapi('getCustomVendorConsents', 2, function (vendorConsents, success) { if (success) { if (vendorConsents.grants['5ed0eb688a76503f1016578f'].vendorGrant) { // hier flackern??? wir pr眉fen jetzt weiter auf Premium, da fixe H枚hen laut Consent i.O. if (considerPermission) { determinePremium(); } else { doRenderFixedHeight(false); } console.log("checkHeight __tcfapi", "fixed height"); return } else { doRenderFixedHeight(true); console.log("checkHeight __tcfapi", "no fixed height"); } } else { doRenderFixedHeight(true); console.log("checkHeight __tcfapi", "no fixed height"); } }); } }); } else { console.log("checkHeight __tcfapi", "no _tcfapi"); determinePremium(); } } determine(); if (document.readyState !== 'loading'){ markParents(); } else { document.addEventListener('DOMContentLoaded', markParents); } </script> <script> processBricks(); </script> <!-- Liveticker-TAG im Men眉 nicht verf眉gbar --> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_68f41443_da7a_4263_9627_3de6f0119e7a"> <style type="text/css">.appetizer-kicker, .article-kicker { color: #292929; } @media (prefers-color-scheme: dark) { .mod-article .article-body li span[style*="background-color"] { background-color: #e8a901 !important; } .appetizer-kicker, .article-kicker { color: #E5E4DE !important; } } sup, sub { vertical-align: revert; font-size: revert; } .recart .recoTeaser { margin: 10px auto 0; } [data-layout="mobile"] .recart .recoTeaser { padding: 0; } [data-layout="mobile"] .recart .recoTeaser h4 { margin-top: 25px; } [data-layout="desktop"] .recart .header h4, [data-layout="tablet"] .recart .header h4 { margin-top: 15px; font-size: 28px; margin-bottom: 20px; color: #292929; border-bottom: 2px solid #292929; } [data-layout="desktop"] #pianoRecoRaetsel.recommendation-grid .item, [data-layout="tablet"] #pianoRecoRaetsel.recommendation-grid .item { width: 340px !important; } [data-layout="mobile"] .recoTeaser { padding: 0 20px; } [data-layout="mobile"] #pianoRecoRaetsel h3 { margin-top: 0; } [data-layout="desktop"] #taboola-below-article-thumbnails, [data-layout="desktop"] #taboola-below-paid-article-thumbnails { margin-left: 0; margin-right: 0; } .mod-breadcrumb:before, .ec-content-topline .anzeigenkennung:before, .mod-article:before { text-transform: uppercase; } .tp-iframe-wrapper { margin-top: 20px !important; } .interviewAnswer em, .interviewAnswer i { font-style: italic; } /* Artikel URL Styles EGM-1742 */ .mod-article .article-body div:not(.sharewrapper) > ul a, .mod-article .article-body > ul a { color: #292929; display: inline; width: auto; border-bottom: 2px solid #e8a901; font-weight: 700 !important; } /* Autorenkennzeichnung im Teaser EGM-1555 */ .appetizer-bottom-wrapper { position: relative; } .appetizer-author { font-family: "Source Sans"; font-size: 17px; font-style: italic; color: #1c1c1c; position: absolute; } @media (prefers-color-scheme: dark) { .appetizer-author { color: var(--color-bodytext-darkmode); } } [data-layout="mobile"] .appetizer-author { font-size: 15px; white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 235px; } [data-layout="tablet"] .appetizer-author, [data-layout="desktop"] .appetizer-author { white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 250px; } .teaser-hero .appetizer-author { margin-bottom: 0 !important; width: 200px; left: 33px; top: 22px; } [data-layout="mobile"] .teaser-hero .appetizer-author { left: 18px; } .swiper .appetizer-author { bottom: 8px; left: 15px; } [data-layout="mobile"] .swiper .appetizer-author { bottom: -22px; left: 0; } .grid-row-teaser .boxitem .appetizer-author, .grid-row-teaser.mod-block-ressort .appetizer-author, .boxitem.sgle .appetizer-author, .mod-block-ressort .appetizer-author, .grid-row-teaser.boxitem .appetizer-author { bottom: -20px; width: 100%; left: 340px; } #pos_stzplus .appetizer-author { left: 15px; bottom: 15px; } [data-layout="mobile"] .grid-row-teaser .boxitem .appetizer-author, [data-layout="mobile"] .grid-row-teaser.mod-block-ressort .appetizer-author, [data-layout="mobile"] .boxitem.sgle .appetizer-author, [data-layout="mobile"] .mod-block-ressort .appetizer-author, [data-layout="mobile"] .grid-row-teaser.boxitem .appetizer-author { width: 100%; left: 0; } .grid-row-teaser.mod-block-ressort.boxitem .beliebt .appetizer-author { left: 0; bottom: -10px; } [data-layout="mobile"] .grid-row-teaser.mod-block-ressort.boxitem .beliebt .appetizer-author { bottom: 15px; } .brickgroup.grid-row-teaser.ressortblock .boxitem .topnews-article-list .appetizer-author { left: 0; bottom: 25px; } .brickgroup.grid-row-teaser.ressortblock .boxitem .topnews-article-list time { margin-bottom: -35px; } [data-layout="mobile"] .teaser-hero .appetizer .headline-wrapper .image { padding-bottom: 66%; } .brick.boxitem.sgle.world-news .appetizer-author { display: none; } /* Fix 16:9 Medium-Teaser Bild Mobile */ [data-layout="mobile"] figure .image img { height: auto; } .data:not(.no-img) .image { padding-bottom: unset !important; height: auto; } [data-layout="mobile"] .mod-article .artikelbildwrapper .image-wrapper .image { padding-bottom: unset; } /* Fix Badge Icon */ [data-layout="desktop"] .teaser-hero .appetizer .badges, [data-layout="tablet"] .teaser-hero .appetizer .badges { bottom: 16px; } [data-layout="mobile"] .teaser-hero .appetizer .badges { bottom: 49px; } /* EGM-1155 - Bei uns daheim Anpassungen */ [data-tags*="Bei_uns_daheim"] .article-kicker:before, [data-tags*="Bei_uns_daheim"] .appetizer-kicker:before, [data-tags*="Bei uns daheim"] .appetizer-kicker:before, .ressort-bei-uns-daheim .header h4 a:before { content: ""; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/bei-uns-daheim-logo.svg); background-size: contain; background-repeat: no-repeat; position: relative; top: 5px; height: 22px; width: 100px; display: inline-block; margin-right: 5px; } .ressort-bei-uns-daheim .header h4 a:before { width: 120px; height: 30px; } [data-layout="mobile"] .ressort-bei-uns-daheim .header h4 a:before { height: 25px; } .ressort-bei-uns-daheim .header h4 a { color: #adc32b !important; } .ressort-bei-uns-daheim .header h4 a:hover { color: #adc32b !important; } .ressort-bei-uns-daheim .header h4, .ressort-bei-uns-daheim .ress-more a, .ressort-bei-uns-daheim .ress-more a:hover { border-color: #adc32b !important; } .ressort-bei-uns-daheim .ress-more a { color: #adc32b !important; } .ressort-bei-uns-daheim .ress-more a img { filter: invert(70%) sepia(100%) saturate(358%) hue-rotate(19deg) brightness(91%) contrast(86%); } @media (prefers-color-scheme: dark) { .ressort-bei-uns-daheim .ress-more a:after, .ressort-bei-uns-daheim .ress-more a { color: #adc32b !important; } .ressort-bei-uns-daheim .ress-more a img { filter: none; } } [data-tags*="Bei_uns_daheim"] .appetizer-kicker:before, [data-tags*="Bei uns daheim"] .appetizer-kicker:before { top: 6px; } /* ############## Ende Bei uns daheim Anpassungen */ [data-tags*="hilfe_f眉r_den_nachbarn"] .appetizer-kicker:before, [data-tags*="hilfe_f眉r_den_nachbarn"] .article-kicker:before { content: "" !important; background: url(/media.media.34ad5d07-3c5b-4076-94d5-71831bc4806c.original.svg); background-repeat: no-repeat !important; width: 23px; height: 23px; display: inline-block; margin-right: 3px; margin-bottom: -7px; background-color: transparent !important; background-size: contain !important; } /* Anpassung Infobox 脺berschrift */ @media (prefers-color-scheme: dark) { .mod-article .article-body h2.infobox { color: #e8a901 !important; } } [data-layout="desktop"] .beliebt .item .content .headline-wrapper figure .image, [data-layout="tablet"] .beliebt .item .content .headline-wrapper figure .image { height: auto; } /* EGM-1262 */ .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { content: "Anzeige"; color: #292929; display: block; height: 15px; font-size: 13px; position: absolute; right: 0; } [data-layout="desktop"] #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, [data-layout="tablet"] #pianoRecoPlusbox a[data-tags*="Advertorial"]:before { right: 15px; } [data-layout="mobile"] .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { margin-top: -20px; } [data-layout="mobile"] #pianoRecoTaboola .item:first-child a[data-tags*="Advertorial"] { margin-top: 5px; } @media (prefers-color-scheme: dark) { .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { color: #e5e4de; } } /* GROW-309 - Wei脽raum bei leeren Werbebl枚cken entfernen */ .ad { line-height: 0; } [data-layout="desktop"] .article-body .ad .item, [data-layout="tablet"] .article-body .ad .item { padding-top: 0; } [data-layout="mobile"] .ad { margin: 0; } [data-layout="mobile"] .article-body .ad .item { margin-top: 0; } /* EGM-1334 - Div. Fehler auf StZ-Webseite beseitigen */ @media (prefers-color-scheme: dark) { [data-layout="mobile"] .mod-header-new .header-top .header-logo > a img { padding: 5px 0; } #myIframe, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next:before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev:before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom > div:after, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom > div:before { background-color: #eeede9 !important; } [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next:before, [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev:before { bottom: 0px; } .mod-header-new .header-bottom > div .slider-header-navigation-wrapper .swiper-button-next { background: linear-gradient( to right, rgba(255, 255, 255, 0), var(--color-bodytext) 40% ) !important; } .mod-header-new .header-bottom > div .slider-header-navigation-wrapper .swiper-button-prev { background: linear-gradient( to left, rgba(255, 255, 255, 0), var(--color-bodytext) 40% ) !important; } [data-layout="mobile"] .mod-header-new .header-bottom > div .swiper-button-next::after { padding: 0; margin-right: 0; } [data-layout="mobile"] .mod-header-new .header-bottom > div .swiper-button-prev::after { padding: 0; margin-left: 0; } [data-layout="mobile"] .schlagzeilenBlurStart { background: linear-gradient( 270deg, var(--color-bodytext) 50%, rgba(255, 255, 255, 0) 169.64% ) !important; } [data-layout="mobile"] .schlagzeilenBlurEnd { background: linear-gradient( 270deg, var(--color-bodytext) 68.07%, rgba(255, 255, 255, 0) 169.64% ) !important; } [data-layout="desktop"] .mod-header-new .header-top, [data-layout="tablet"] .mod-header-new .header-top { padding-bottom: 3px; } [data-layout="desktop"] .mod-header-new .header-top .header-logo, [data-layout="tablet"] .mod-header-new .header-top .header-logo { padding: 10px 0; } .mod-header-new .header-bottom > div .swiper-button-prev::after { padding-left: 0; margin-left: 0; } .mod-header-new .header-bottom > div .swiper-button-next::after { padding-right: 0; margin-right: 0; } .slider-breadcrumb-navigation .swiper-button-prev { background: linear-gradient( to left, rgba(255, 255, 255, 0), var(--color-bodytext) 40% ) !important; } .slider-breadcrumb-navigation .swiper-button-next { background: linear-gradient( to right, rgba(255, 255, 255, 0), var(--color-bodytext) 40% ) !important; } .slider-breadcrumb-navigation .swiper-button-next::after { padding-right: 0; padding-left: 0; margin-right: 0; } .slider-breadcrumb-navigation .swiper-button-prev::after { padding-right: 0; padding-left: 0; margin-left: 0; } [data-layout="mobile"] .bottom-nav .swiper-button-next::after { margin-right: 0; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Fellbacher Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-fz-dm.svg") !important; background-size: 16px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Kornwestheimer Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-kwz-dm.svg") !important; background-size: 26px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Marbacher Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-mz-dm.svg") !important; background-size: 20px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Leonberger Kreiszeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-lkz-dm.svg") !important; background-size: 26px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .sharewrapper ul .twitter:hover { background-size: contain; filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } .sharewrapper ul li:hover { filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } button.bookmark-author[data-type="follow"][data-follow="true"]::before, button.bookmark-theme[data-type="follow"][data-follow="true"]::before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg") !important; } [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not( .hideUnfollowHover )::before, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not( .hideUnfollowHover )::before, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not( .hideUnfollowHover )::before, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not( .hideUnfollowHover )::before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg") !important; } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/i_bookmark-dm.svg) !important; background-size: contain !important; border: none; } .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"] { background-size: contain !important; } .m-icon--search:hover::before { background-color: var(--color-bodytext) !important; } .boxitem .ress-more a img { filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(171%) hue-rotate(14deg) brightness(94%) contrast(94%); } .boxitem .ress-more a:after { display: none; } .header-explore-nav .m-icon--cleverpush.cp-has-unread-notifications { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/darkmode/cleverpush_darkmode.svg") !important; } } [data-layout="desktop"] .boxitem:not(.teaser-hero):not(.recommendation-grid):not( [data-lt="pos_stzplus"] ) .item .appetizer-text { padding-left: 340px; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom > div::before { width: 70px; z-index: 20; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom > div::after { width: 44px; z-index: 20; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next::before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev::before { display: none; } [data-layout="desktop"][data-alias="/"] .mod-header-new .header-bottom > div .slider-header-navigation-wrapper, [data-layout="tablet"][data-alias="/"] .mod-header-new .header-bottom > div .slider-header-navigation-wrapper { height: 59px; } [data-layout="mobile"][data-alias="/"] .mod-header-new .header-bottom > div .slider-header-navigation-wrapper { height: 49px; } [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom > div::after { width: 54px; } .recommendation-grid .item .content .image-wrapper .image img { aspect-ratio: 16/9; } .sharewrapper ul .twitter:hover { background-size: contain; } /* Themenseiten Klasse h1 */ .include-content .h1 { margin-bottom: 12px; } .ec-content-topline .grid-col-6 .h1 { margin-bottom: 1rem; margin-top: 0.5rem; font-size: 22px; font-size: 1.375rem; font-weight: 700; font-family: "PT Serif"; text-align: left; } [data-layout="mobile"] .ec-content-topline .edy-img-header .edy-teaser-txt .h1 { font-size: 22px; } [data-layout="mobile"] .ec-content-topline .grid-col-6 .h1 { font-size: 17px; line-height: 29px; margin-bottom: 0px; width: 100%; } @media (prefers-color-scheme: dark) { .include-content .h1 { color: #e5e4de; } } /* SALE-188 MHS Digital zu swmn Logo umtauschen */ .mod-header-new .header-top .header-partner-link[dark]::before { content: url(/staticcontent/common/svg/swmn_80_dark.svg); } @media only screen and (max-width: 720px) { .mod-header-new .header-top .header-partner-link { right: 15px; } } @media (prefers-color-scheme: dark) { .mod-header-new .header-top .header-partner-link[dark]:before { content: url(/staticcontent/common/svg/swmn_80.svg) !important; } } /* Fix Online-only Artikel H枚he f眉r Plusbox Reco */ #pianoRecoPlusbox .image img { aspect-ratio: 16/9; object-fit: cover; } /* Anpassung Serienverweis */ [data-layout="mobile"] .mod-article .article-body .menuTeaser .appetizer-linktext { position: relative; float: right; } /* EGM-1452 Styling Schlagzeilenbox anpassen */ .ticker .ticker-list .appetizer-title .appetizer-title { font-size: 14px; } .schlagzeile .ticker .ticker-list .appetizer-title time, .ticker .ticker-list .appetizer-title .appetizer-kicker { font-size: 12px; } .boxitem.schlagzeile, [data-layout="mobile"] .boxitem.schlagzeile { padding-top: 14px; padding-bottom: 10px; } [data-layout="mobile"] .schlagzeile .ticker-list-item .data .appetizer, .schlagzeile .ticker-list-item:not(:last-child) .data .appetizer { padding-right: 10px; } [data-layout="mobile"] .schlagzeile .ticker-list-item:not(:first-child) .data, .schlagzeile .ticker-list-item:not(:first-child) .data { padding-left: 10px; } .schlagzeile .ticker-list-item .data[data-paidcontent="true"] .appetizer-kicker::before { height: 12px; width: 38px; } .schlagzeile .ticker-more a { font-size: 14px; } /* EGM-1451 SWMN-Logo reduzieren */ [data-layout="mobile"] .mod-header-new .header-top .header-partner-link[dark]::before { content: ""; display: inline-block; width: 41px; height: 9px; background-image: url("/staticcontent/common/svg/swmn_80_dark.svg"); background-size: contain; } @media (prefers-color-scheme: dark) { [data-layout="mobile"] .mod-header-new .header-top .header-partner-link[dark]::before { content: "" !important; background-image: url("/staticcontent/common/svg/swmn_80.svg"); } } /* Anpassung f眉 VX Checkout */ .tp-iframe-wrapper { max-width: 400px; } .tp-iframe-wrapper .tp-close { opacity: 1 !important; height: 42px !important; width: 42px !important; border: none !important; padding: 0 !important; background: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/images/snippets/Schlie%C3%9Fen_stz.svg) no-repeat center !important; background-color: rgba(0, 0, 0, 0); min-width: auto !important; background-color: transparent !important; top: 0; right: 0; box-shadow: none !important; } /* EGM-1422 Umsetzung R盲tsel */ .riddle-site-header { display: flex; flex-direction: column; align-items: center; padding: 43px 18px; background-color: var(--riddle-color); } .include-content h1.riddle-headline { font-family: "PT Serif"; font-size: 32px; line-height: 30px; margin-bottom: 0; margin-top: 18px; color: #fff; } .riddle-site-menu { margin-top: 16px; padding: 20px 30px; background-color: #fff; display: flex; justify-content: space-between; margin-top: 16px; align-items: center; } .riddle-site-menu .additional-functions { display: flex; align-items: center; } .riddle-site-menu a.backlink { width: auto; height: fit-content; display: flex; align-items: center; font-size: 18px; line-height: 27px; } .riddle-site-menu a.backlink:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 16px; height: 16px; display: inline-block; transform: rotate(90deg); position: relative; margin-right: 7px; } .riddle-site-menu .additional-functions picture + .archiv-link { margin-left: 27px; } .riddle-site-menu .additional-functions img { max-width: none; } .riddle-site-menu .additional-functions img.logo { width: 61px; } /* remove once paid riddles are live */ .riddle-site-menu .additional-functions img.logo { display: none; } .riddle-site-menu .additional-functions img.archiv { width: 47px; } .riddle-site-menu .additional-functions img.statistik { width: 61px; } [data-layout="mobile"] .include-content h1.riddle-headline { font-size: 22px; margin-top: 8px; } [data-layout="mobile"] .riddle-site-header { padding-top: 20px; padding-bottom: 13px; } [data-layout="mobile"] .riddle-site-header img.riddle-image { height: 48px; } [data-layout="mobile"] .riddle-site-menu { padding: 11px 18px; } [data-layout="mobile"] .riddle-site-menu .additional-functions .archiv-link { width: auto; } @media (prefers-color-scheme: dark) { .riddle-site-menu a.backlink:before { filter: brightness(0) saturate(100%) invert(95%) sepia(9%) saturate(111%) hue-rotate(14deg) brightness(102%) contrast(82%); } .riddle-site-menu { background-color: var(--color-bodytext); } } .ressort-boxitem .ressort-headline { font-size: 32px; line-height: 42px; color: var(--color-bodytext); } .ressort-boxitem { margin-bottom: 57px; } .riddle-container { display: flex; flex-wrap: wrap; gap: 74px 57px; padding: 0 41px; position: relative; top: -68px; } .riddle-name { font-size: 23px; line-height: 30px; font-family: "PT Serif"; margin-top: 15px; color: #fff; display: block; } .colored-bg .riddle-image { display: block; margin-left: auto; } .riddle .riddle-description { color: var(--color-bodytext); font-size: 16px; line-height: 24px; padding: 13px 28px 17px 14px; height: 150px; display: flex; flex-direction: column; } .boxitem .riddle-container .riddle { box-shadow: 6px 6px 9.3px 0px rgba(0, 0, 0, 0.04); max-width: calc(33.3333% - 38px); flex-basis: calc(33.3333% - 38px); border-radius: 9px; border: 1px solid #eeede9; display: flex; flex-direction: column; } .riddle.sudoku { --riddle-color: #77a673; } .riddle.kreuzwortraetsel { --riddle-color: #4f7ca7; } .riddle.wordle { --riddle-color: #e9a94b; } .riddle.futoshiki { --riddle-color: #fa7e7e; } .riddle.brueckenraetsel { --riddle-color: #d35290; } .riddle.memory { --riddle-color: #42cdc5; } .riddle.buchstabensalat { --riddle-color: #ff9466; } .riddle.quiz { --riddle-color: #615cb3; } .riddle.sudoku .riddle-description .link img { filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(734%) hue-rotate(68deg) brightness(81%) contrast(87%); } .riddle.kreuzwortraetsel .riddle-description .link img { filter: brightness(0) saturate(100%) invert(42%) sepia(69%) saturate(343%) hue-rotate(168deg) brightness(94%) contrast(85%); } .riddle.wordle .riddle-description .link img { filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(298%) hue-rotate(354deg) brightness(93%) contrast(95%); } .riddle.futoshiki .riddle-description .link img { filter: brightness(0) saturate(100%) invert(88%) sepia(27%) saturate(4254%) hue-rotate(301deg) brightness(87%) contrast(131%); } .riddle.brueckenraetsel .riddle-description .link img { filter: brightness(0) saturate(100%) invert(60%) sepia(46%) saturate(6500%) hue-rotate(303deg) brightness(91%) contrast(80%); } .riddle.memory .riddle-description .link img { filter: brightness(0) saturate(100%) invert(62%) sepia(56%) saturate(422%) hue-rotate(127deg) brightness(99%) contrast(96%); } .riddle.buchstabensalat .riddle-description .link img { filter: brightness(0) saturate(100%) invert(75%) sepia(60%) saturate(2199%) hue-rotate(316deg) brightness(104%) contrast(103%); } .riddle.quiz .riddle-description .link img { filter: brightness(0) saturate(100%) invert(35%) sepia(95%) saturate(378%) hue-rotate(204deg) brightness(90%) contrast(90%); } .riddle .riddle-description .link { font-size: 18px; line-height: 27px; font-weight: 700; color: var(--riddle-color) !important; display: block; margin-top: auto; margin-left: auto; width: auto; display: flex; position: relative; } .riddle .riddle-description .link:after { content: ""; display: block; background-color: var(--riddle-color); height: 2px; width: 100%; position: absolute; bottom: 0; } .riddle .colored-bg { padding: 27px 28px 13px 14px; background-color: var(--riddle-color); border-top-left-radius: 9px; border-top-right-radius: 9px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .riddle .riddle-description .link img { margin-left: 6px; padding-top: 3px; } .riddle .riddle-description .plus-lock { width: 23px; height: auto; margin-right: 11px; position: relative; top: 2px; } .riddle .riddle-description .logo { width: 61px; height: auto; position: relative; top: 4px; } .riddle .link-container { display: flex; margin-top: auto; align-items: flex-end; } .riddle-ressort.mod-breadcrumb.ressort { margin-bottom: 20px; } .include-content .riddle-ressort h1 { margin-bottom: 0; } [data-layout="mobile"] .riddle-ressort.mod-breadcrumb.ressort { margin-bottom: 10px; } [data-layout="mobile"] .ressort-kicker { margin-bottom: 6px; } [data-layout="mobile"] .ressort-boxitem .ressort-headline { font-size: 22px; line-height: 28px; } [data-layout="mobile"] .ressort-boxitem { margin-bottom: 77px; } [data-layout="mobile"] .boxitem .riddle-container .riddle { max-width: calc(50% - 10px); flex-basis: calc(50% - 10px); } [data-layout="mobile"] .riddle-container { padding: 0; gap: 33px 19px; } [data-layout="mobile"] .riddle .riddle-description { height: 124px; font-size: 14px; line-height: 18px; padding: 13px 9px 16px; } [data-layout="mobile"] .riddle .riddle-description .link { font-size: 14px; } [data-layout="mobile"] .riddle .riddle-description .plus-lock { width: 17px; margin-right: 4px; top: -2px; } [data-layout="mobile"] .riddle .riddle-description .logo { width: 40px; top: 0; } [data-layout="mobile"] .riddle-name { font-size: 18px; margin-top: auto; } [data-layout="mobile"] .riddle .colored-bg { padding: 20px 9px 13px; height: 150px; } [data-layout="mobile"] .riddle-image { max-height: 52px; } @media (prefers-color-scheme: dark) { .riddle-name, .riddle .riddle-description { color: var(--color-bodytext-darkmode); } .boxitem .riddle-container .riddle { background-color: var(--color-gray-alt); border-color: #000; } } /* GROW-345 Eilbanner */ .breaking-news .data figure, .breaking-news .bookmark-article, .breaking-news .data .appetizer-text, .breaking-news .data .appetizer-kicker { display: none; } .breaking-news .data .headline-wrapper { position: relative; } .breaking-news .data .headline-wrapper:after { content: ""; display: block; position: absolute; height: 1px; left: 8px; width: 36px; bottom: 14px; background-color: #fff; } .breaking-news .data .headline-wrapper h3 { display: flex; } .breaking-news .data .headline-wrapper h3:before { background-color: var(--color-alert); font-size: 16px; font-family: "Source Sans Pro"; line-height: 22px; text-transform: uppercase; color: #fff; margin: 0; position: relative; float: none; padding: 14px 22px 14px 8px; content: "Eil"; display: block; font-weight: 700; } .breaking-news .data .headline-wrapper h3:after { content: ""; display: inline-block; background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeile.svg"); width: 10px; height: 9px; background-repeat: no-repeat; background-size: contain; filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(0%) hue-rotate(192deg) brightness(107%) contrast(104%); position: absolute; left: 34px; top: 22px; } .breaking-news .data .appetizer .appetizer-title { background-color: #c12121; padding: 16px 10px; font-size: 14px; font-weight: 400; line-height: 16px; flex-grow: 1; color: #fff; align-items: center; display: flex; white-space: nowrap; overflow: hidden; margin: 0; font-family: "Source Sans Pro"; } .c1-banderole-target { height: 90px; display: inline-block !important; } .breaking-news .data .appetizer-title span.animate { animation: move-text 10s linear infinite; } [data-layout="mobile"] .breaking-news .data .headline-wrapper { flex-shrink: 0; } [data-layout="mobile"] .breaking-news .data .appetizer .appetizer-title { padding: 19px 8px; } [data-layout="mobile"] .breaking-news .data .appetizer-title:before { bottom: 19px; } [data-layout="mobile"] .breaking-news .data .appetizer-text { padding: 19px 10px; } [data-layout="mobile"] .c1-banderole-target { height: 60px; max-height: 60px; } @keyframes move-text { to { transform: translate(-50%); } } html:not([data-alias="/"]) .breaking-news { margin-bottom: 10px; } /* EGM-1383 Anpassung Burgermen眉 */ .burger-nav-bar ul li a[data-title="Instagram"]::before, .burger-nav-bar ul li a[data-title="Youtube"]::before, .burger-nav-bar ul li a[data-title="WhatsApp"]::before, .burger-nav-bar ul li a[data-title="Facebook"]::before { content: ""; display: inline-block; width: 17px; height: 17px; background: #292929; vertical-align: bottom; margin-right: 5px; } .burger-nav-bar ul li a[data-title="Instagram"]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/insta_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title="Youtube"]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/youtube_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title="WhatsApp"]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/whatsapp_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title="Facebook"]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/fb_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } @media (prefers-color-scheme: dark) { .burger-nav-bar ul li a[data-title="Instagram"]::before, .burger-nav-bar ul li a[data-title="Youtube"]::before, .burger-nav-bar ul li a[data-title="WhatsApp"]::before, .burger-nav-bar ul li a[data-title="Facebook"]::before { background: #e5e4de; } } /* DEV-1931 - min. heights erg盲nzen */ .OutOfPage { line-height: 0; } #pianoRecoPlusbox { min-height: 344px; } [data-layout="mobile"] #pianoRecoPlusbox { min-height: 682px; } #pianoEpbContainer { min-height: 263px; } [data-layout="mobile"] #pianoEpbContainer { min-height: calc(((100vw - 36px) * 0.92) + 48px); } .smartad { min-height: 370px; } [data-layout="mobile"] .smartad { min-height: 409px; } #pianoRecoHomePopular, #pianoRecoHome { min-height: 332px; } [data-layout="mobile"] #pianoRecoHomePopular, [data-layout="mobile"] #pianoRecoHome { min-height: 476px; } .boxitem.anzeige.transmatico { min-height: 844px; } [data-layout="mobile"] .boxitem.anzeige.transmatico { min-height: 504px; } html:not([data-state="is-subscribed"]) #traffective-ad-Superbanner, html:not([data-state="is-subscribed"]) #traffective-ad-Content_2, #traffective-ad-Content_1, html:not([data-state="is-subscribed"]) #traffective-ad-Billboard_2, html:not([data-state="is-subscribed"]) #traffective-ad-Billboard_1, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_4, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_3, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_1 { min-height: 270px; } [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos6, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos5, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos4, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos3, [data-layout="mobile"] #traffective-ad-Mobile_Pos2 { min-height: 290px; } html:not([data-state="is-subscribed"]) #traffective-ad-Native_1 { min-height: 300px; } html:not([data-state="is-subscribed"]) #nativendo-oms-zone-placement { min-height: 220px; } [data-layout="mobile"]:not([data-state="is-subscribed"]) #nativendo-oms-zone-placement { min-height: 380px; } html:not([data-state="is-subscribed"]) #nativendo-placement-article { min-height: 320px; } .portraitvideo { min-height: 534px; } [data-layout="mobile"] .portraitvideo { min-height: 514px; } #pianoTeaserkachelContainer { min-height: 292px; } .tp-modal { transform: none !important; } /* CON-2502 - Darkmode Piano ID*/ @media (prefers-color-scheme: dark) { .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close { filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(134%) hue-rotate(14deg) brightness(99%) contrast(98%) !important; } } /* EGM-1449 脺berregionale Themen */ .grid-row-teaser .boxitem.world-news .item:not(:last-child) { margin-bottom: 21px; } .grid-row-teaser .boxitem.world-news .item .bookmark-article, .grid-row-teaser .boxitem .item .data.teaser-without-pic figure, .data.teaser-without-pic .appetizer-text { display: none; } .grid-row-teaser .boxitem.world-news .header h4 { border-bottom: none; font-family: "PT Serif"; margin-bottom: 19px; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title, .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { /* float: none; */ max-width: none; display: inline; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { /* font-weight: 700; */ width: auto; flex-shrink: 0; color: var(--color-bodytext); } /* .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker:after { content: ":"; margin-right: 4px; } */ [data-layout="mobile"] .ressort .grid-row-teaser .boxitem.world-news .item, .grid-row-teaser .boxitem.world-news .item { border-bottom: none; padding-bottom: 0; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title { /* font-family: "Source Sans"; */ line-height: 29px; font-size: 22px; margin: 0; } [data-layout="mobile"] .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title { font-size: 17px !important; } .boxitem.world-news { background-color: #bab7ad; border-left: 10px solid var(--color-primary); } @media (prefers-color-scheme: dark) { .boxitem.world-news { background-color: #726e5d !important; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { color: var(--color-bodytext-darkmode) !important; } } /* DEV-1894 - Bildanpassungen Retina */ [data-layout="desktop"] [data-layout-desktop*="if12-"] .appetizer-title, [data-layout="tablet"] [data-layout-desktop*="if12-"] .appetizer-title { padding: 0; } [data-layout="mobile"] .topnews-article-list .appetizer figure .image-wrapper .image img { width: 100% !important; } /* EGM-1533 - Topthemen Reco */ #pianoRecoTopthemaEins, #pianoRecoTopthemaZwei { min-height: 572px; } [data-layout="mobile"] #pianoRecoTopthemaEins, [data-layout="mobile"] #pianoRecoTopthemaZwei { min-height: 935px; } #pianoRecoPlusbox figure { width: auto !important; } #pianoRecoPlusbox button.bookmark-article { right: 2px; } /* MHSDIG-1541 - Bildservice */ .image.lazyloaded { background-image: none !important; } .mod-gallery .onepager-gallery__image .image { width: 100%; } .mod-gallery .onepager-gallery__image .image img { opacity: 1; } [data-layout="mobile"] .mod-gallery .onepager-gallery__image .image img { width: 100%; object-fit: contain; } iframe[src*="youtube"] { max-width: 100% !important; width: 100%; height: auto; aspect-ratio: 16/9; } .beliebt .item .content .headline-wrapper figure .image img, #article-image { aspect-ratio: 16/9; object-fit: cover; } /* EGM-1582 - Erstellung weiterer Plusbox */ #pianoRecoPlusbox figure { width: auto !important; } #pianoRecoPlusbox button.bookmark-article { right: 2px; } [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox, [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox { display: flex; } .m-plus-contentbox #pianoRecoPlusbox .item { border-bottom: unset; padding-bottom: unset; margin-bottom: 30px; flex-shrink: 1; height: auto; } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer { padding: 0 15px; } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer figure, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer figure { margin-bottom: 1rem; max-width: 100%; } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-title, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-title { padding: 0; } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-text, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-text { margin-bottom: 0; } [data-layout="mobile"] .m-plus-contentbox #pianoRecoPlusbox .item { padding-bottom: 0; } [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .item, [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .item { display: flex; flex-direction: column; } /* Variante B */ #pos_stzplus.plusbox-b.m-plus-contentbox { border: none; margin: 0; padding: 0; } #pos_stzplus.plusbox-b.m-plus-contentbox header { position: static; } #pos_stzplus.plusbox-b .header { display: inline; } #pos_stzplus.plusbox-b .appetizer { padding: 0; } #pos_stzplus.plusbox-b.m-plus-contentbox .header h3 { display: inline-block; line-height: 28px; margin-bottom: 25px; } #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { flex-direction: column; } #pos_stzplus.plusbox-b .headline-wrapper { display: flex; } #pos_stzplus.plusbox-b #pianoRecoPlusbox figure { width: 340px !important; padding: 0 20px 0 0; flex-shrink: 0; } #pos_stzplus.plusbox-b .appetizer-kicker { background-color: var(--color-primary); width: fit-content; padding-right: 2px; padding-left: 2px; display: inline; float: none; } #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon { margin-right: 2px; background-color: #fff; margin-left: -2px; padding-bottom: 1px; } #pos_stzplus.plusbox-b .appetizer h3 .appetizer-kicker:before { margin-left: -2px; margin-right: -1px; padding: 0px 4px; height: 21px; } #pos_stzplus.plusbox-b [data-tags*="Kommentar"] .appetizer h3 .appetizer-kicker::before, #pos_stzplus.plusbox-b [data-tags*="Meinung"] .appetizer h3 .appetizer-kicker::before { line-height: 1.25; } #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { /* margin-right: calc(100% - 340px); */ right: -13px; left: auto; /* transform: translateX(100%); */ } [data-layout="desktop"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article, [data-layout="tablet"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { bottom: 35px; } #pos_stzplus.plusbox-b .appetizer h3 .appetizer-kicker { color: #1c1c1c !important; } [data-layout="desktop"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .appetizer figure, [data-layout="tablet"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .appetizer figure { margin-bottom: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox header { display: block; text-align: center; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .header h3 { display: block; margin-top: 10px; margin-bottom: 15px; } [data-layout="mobile"] #pos_stzplus.plusbox-b .headline-wrapper { flex-direction: column; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { /* margin-right: 100%; left: -13px; */ margin-bottom: 0; /* margin-top: 5px; */ } [data-layout="mobile"] #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon::before { float: none; margin-top: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .item { border-bottom: 1px solid #7c7867; padding-bottom: 10px; } [data-layout="mobile"] #pos_stzplus.plusbox-b #pianoRecoPlusbox figure { width: auto !important; padding: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { border-top: 1px solid #7c7867; padding-top: 20px; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .button-wrap { margin-top: 1rem; } @media (prefers-color-scheme: dark) { #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon { background-color: #292929; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { border-top-color: #545454; } } /* Variante C */ #pos_stzplus.plusbox-c.m-plus-contentbox { border: none; margin: 0; padding: 0; } #pos_stzplus.plusbox-c.m-plus-contentbox header { display: none; } #pos_stzplus.plusbox-c.m-plus-contentbox .header { width: fit-content; } #pos_stzplus.plusbox-c.m-plus-contentbox .header h3 { text-align: left; margin-bottom: 30px; color: var(--color-bodytext) !important; font-size: 32px; line-height: 42px; display: inline-block; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer { padding: 0; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .swiper-slide { background-color: #fff; display: flex; flex-wrap: wrap; margin-bottom: 0; flex-shrink: 0; height: 100%; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer-kicker { padding: 0 10px; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer-title { padding: 0 10px; margin-bottom: 10px; } #pos_stzplus.plusbox-c #pianoRecoPlusbox { margin-left: -28px; width: calc(100% + 68px); } .plusbox-c-container { background-color: var(--color-primary) !important; } #pos_stzplus.plusbox-c .button-wrap { margin-bottom: 0; } #pos_stzplus.plusbox-c .text-button { color: var(--color-bodytext) !important; border-bottom-color: var(--color-bodytext) !important; line-height: 25px; } .grid-row-teaser .boxitem #pos_stzplus.plusbox-c .item figure { padding: 0; margin-bottom: 7px; } #pos_stzplus.plusbox-c.m-plus-contentbox .item button.bookmark-article { margin-bottom: 0; } #pos_stzplus.plusbox-c .swiper-button-next, #pos_stzplus.plusbox-c .swiper-button-prev { width: 22px; height: 22px; top: -40px; } #pos_stzplus.plusbox-c .swiper-button-prev { left: auto; right: 5px; } #pos_stzplus.plusbox-c .swiper-button-next { right: -30px; } #pos_stzplus.plusbox-c .swiper-button-next:after, #pos_stzplus.plusbox-c .swiper-button-prev:after { font-size: 22px; color: #fff; font-weight: 700; margin: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-c.m-plus-contentbox .header h3 { font-size: 24px; } [data-layout="mobile"] #pos_stzplus.plusbox-c #pianoRecoPlusbox { margin-left: 0; width: calc(100% + 18px); display: flex; min-height: 375px; } [data-layout="mobile"] #pos_stzplus.plusbox-c .swiper-button-prev { right: 25px; } [data-layout="mobile"] #pos_stzplus.plusbox-c .swiper-button-next { right: -10px; } [data-layout="mobile"] #pos_stzplus.plusbox-c.m-plus-contentbox .item button.bookmark-article { margin-top: auto; margin-left: auto; } @media (prefers-color-scheme: dark) { #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .swiper-slide { background-color: var(--color-bodytext); } } /* iOS 18 Fix Schlagzeilen */ [data-layout="mobile"] .topnews-article-list .appetizer h3 { width: auto; } [data-layout="mobile"] .topnews-article-list .appetizer h3 .appetizer-kicker, [data-layout="mobile"] .topnews-article-list .appetizer h3 .appetizer-title { width: 59%; } /* EGM-1649 - Artikel Reco A/B/C Test */ .articleTeaser.recoTeaser.article-reco-d, .articleTeaser.recoTeaser.article-reco-c { border: none; padding: 0; } .articleTeaser.recoTeaser.article-reco-e .header h4, .articleTeaser.recoTeaser.article-reco-d .header h4, .articleTeaser.recoTeaser.article-reco-c .header h4 { font-size: 18px; color: var(--color-primary) !important; margin-bottom: 6px; border-bottom: none; } .articleTeaser.recoTeaser.article-reco-d .recommendation-grid .item .content .image-wrapper .image img, .articleTeaser.recoTeaser.article-reco-c .recommendation-grid .item .content .image-wrapper .image img { aspect-ratio: 16 / 9; } [data-layout="desktop"] .grid-row-teaser.recart .article-reco-d .recommendation-grid .item, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-d .recommendation-grid .item, [data-layout="desktop"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item { width: 100% !important; } [data-layout="desktop"] .mod-article .article-body .articleTeaser.article-reco-d .appetizer h3, [data-layout="tablet"] .mod-article .article-body .articleTeaser.article-reco-d .appetizer h3, [data-layout="desktop"] .mod-article .article-body .articleTeaser.article-reco-c .appetizer h3, [data-layout="tablet"] .mod-article .article-body .articleTeaser.article-reco-c .appetizer h3, [data-layout="desktop"] .article-reco-c .recommendation-grid .item .appetizer-kicker, [data-layout="tablet"] .article-reco-c .recommendation-grid .item .appetizer-kicker { margin-top: 0 !important; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle { padding: 26px 0; border-bottom: 1px solid #e5e4de; border-top: 1px solid #e5e4de; } [data-layout="tablet"] .article-reco-c .recommendation-grid, [data-layout="desktop"] .article-reco-c .recommendation-grid { flex-direction: column; } [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-c .headline-wrapper, [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-c .headline-wrapper { display: flex; gap: 0 20px; } [data-layout="desktop"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item .headline-wrapper figure, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item .headline-wrapper figure { max-width: 232px; } [data-layout="desktop"] .article-reco-c .recommendation-grid .item + .item, [data-layout="tablet"] .article-reco-c .recommendation-grid .item + .item { margin-top: 30px; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle { padding: 22px 0 14px; border-bottom: 1px solid #e5e4de; border-top: 1px solid #e5e4de; } [data-layout="tablet"] .article-reco-d .recommendation-grid, [data-layout="desktop"] .article-reco-d .recommendation-grid { gap: 25px; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e { background-color: rgba(248, 229, 179, 0.2); margin-left: -95px; margin-right: -95px; width: calc(100% + 190px); } [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e { margin-left: -253px; margin-right: -253px; width: calc(100% + 506px); } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { max-width: 610px; margin-left: auto; margin-right: auto; } [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { max-width: 694px; } .recoTeaserContainer .article-reco-e .recommendation-grid button.bookmark-article, .grid-row-teaser.recart .article-reco-e .recommendation-grid .item .headline-wrapper figure, .grid-row-teaser.recart .article-reco-e .recommendation-grid .item .headline-wrapper figure { display: none; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer .appetizer-kicker { line-height: 0; font-size: 0; margin-top: 4px; width: auto; } .articleTeaser.recoTeaser.article-reco-e .header h4 { margin-top: 24px; padding-left: 20px; margin-bottom: -9px; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer .appetizer-title { font-family: "Source Sans Pro"; font-size: 18px !important; flex-shrink: 0; padding-top: 0; margin-top: 0; line-height: 25px; display: inline; float: none; } .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item { width: auto !important; position: relative; padding-left: 20px; border-bottom: none; padding-bottom: 0; } .recoTeaserContainer .article-reco-e .recommendation-grid { flex-direction: column; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer h3 { margin-top: 23px !important; } .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { margin-bottom: 24px; } .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 20px; height: 20px; transform: rotate(-90deg); background-size: cover; position: absolute; left: -6px; top: 26px; filter: brightness(0) saturate(100%) invert(68%) sepia(21%) saturate(4495%) hue-rotate(8deg) brightness(100%) contrast(99%); } .articleTeaser.recoTeaser.article-reco-e [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon:before { margin-top: 0; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-e { background-color: rgba(248, 229, 179, 0.2); margin-left: -18px; margin-right: -18px; width: calc(100% + 36px); } [data-layout="mobile"] .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item { padding-left: 41px; margin-bottom: 0; } [data-layout="mobile"] .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item:before { left: 12px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-e .header h4 { padding-left: 41px; padding-top: 0; } [data-layout="mobile"] .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer h3 { width: auto; float: none; padding-right: 18px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle { padding: 34px 0 27px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:after, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:after { content: ""; display: block; width: 100%; height: 1px; background-color: #e5e4de; position: relative; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:before { top: -34px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:after, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:after { bottom: -27px; } [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-d .item, [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-c .item { border-bottom: none; } [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-d .item + .item:before, [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-c .item + .item:before { content: ""; display: block; width: 100%; height: 1px; background-color: #e5e4de; position: relative; top: -30px; } [data-layout="mobile"] .article-reco-d .recommendation-grid .item figure, [data-layout="mobile"] .article-reco-c .recommendation-grid .item figure { float: none; width: 100%; max-width: 286px; } [data-layout="mobile"] .article-reco-d .recommendation-grid figure .image-wrapper .image img, [data-layout="mobile"] .article-reco-c .recommendation-grid figure .image-wrapper .image img { width: 100%; height: auto; aspect-ratio: 16/9; } [data-layout="mobile"] .article-reco-d .recommendation-grid .item h3, [data-layout="mobile"] .article-reco-d .recommendation-grid .item h3 { float: none; width: auto; max-width: 286px; } /* EGM-1718 - Themenlinks */ .art-tags { border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; padding-top: 16px; margin: 16px 0; } .art-tags a { color: var(--color-bodytext); font-size: 16px; line-height: 26px; background-color: transparent !important; margin: 0 20px 20px 0 !important; padding: 0; border-bottom: 3px solid var(--color-primary); } /* GROW-436 - Themenlinks */ .most-read { gap: 14px !important; margin: 30px 0 0; display: flex !important; flex-direction: column; } .most-read .appetizer-bottom-wrapper, .most-read figure { display: none; } .most-read .item { width: 100% !important; margin-bottom: 0 !important; border-bottom: none; } .most-read .appetizer-title { font-size: 18px !important; line-height: 23px !important; margin-bottom: 0 !important; width: 100% !important; } .most-read .appetizer-kicker { font-size: 17px !important; line-height: 25px !important; width: 100% !important; } .most-read h4 { color: var(--color-bodytext); font-size: 16px !important; font-weight: 700; line-height: 26px; margin-bottom: 2px; border-bottom: none; padding-bottom: 16px; border-bottom: 1px solid #cdcdcd; } </style> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_a94d031d_909a_4556_bb9a_04273eeb576b"> <style type="text/css"> /* Haupstseiten mit Wrapper */ .registrationwall { font-size: 17px; line-height: 26px; color: #1C1C1C; margin-bottom: 10px; margin-top: 10px; border-radius: 2px; } .registrationwall.news { margin-bottom: 0; } .registrationwall__header, .registrationwall__content, .registrationwall__banner { background: #fff; } /* Haupstseiten mit Wrapper - Header */ .registrationwall .registrationwall__header { padding: 40px; width: 100%; border-bottom: 1px solid #EEEDE9; display: flex; gap: 0 40px; flex-direction: column; box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); } .registrationwall .registrationwall__header .tabs, .registrationwall .registrationwall__header .steps { display: flex; flex-direction: row; } .registrationwall .registrationwall__header .headline { color: #292929; font-size: 2rem; line-height: 42px; font-weight: 700; margin-bottom: 2.5rem; } [data-layout="mobile"] .registrationwall .registrationwall__header .headline { margin-bottom: 30px; margin-top: 0; font-size: 24px; line-height: 26px; } .registrationwall .registrationwall__header .sort-select-wrapper { display: flex; justify-content: flex-end; align-items: center; font-size: 16px; line-height: 24px; color: #292929; margin-top: 12px; } [data-layout="mobile"] .registrationwall .registrationwall__header .sort-select-wrapper { justify-content: flex-start; } .registrationwall .registrationwall__header .sort-select-wrapper a { padding: 8px; } .registrationwall .registrationwall__header .sort-select-wrapper a:first-child { margin-left: 12px; } [data-layout="desktop"] .registrationwall .registrationwall__header .sort-select-wrapper a:last-child, [data-layout="tablet"] .registrationwall .registrationwall__header .sort-select-wrapper a:last-child { padding-right: 0; } .registrationwall .registrationwall__header .sort-select-wrapper a.active { color: #E8A901; font-weight: 700; } .registrationwall .registrationwall__header .subHeadline { color: #292929; font-size: 22px; font-weight: 700; border-bottom: 2px solid #292929; line-height: 29px; padding-bottom: 6px; } .registrationwall .registrationwall__header .tabs>a { flex: 1; text-align: center; } .registrationwall .registrationwall__header .tabs>a:not(.active) { color: #bab7ad; border-color: #bab7ad; } .registrationwall .registrationwall__header .steps .step { font-size: 16px; line-height: 22px; display: flex; align-items: center; } .registrationwall .registrationwall__header .steps .step:before { display: flex; width: 32px; height: 32px; color: #fff; margin-right: 10px; border-radius: 2px; align-items: center; justify-content: center; font-size: 18px; line-height: 29px; font-weight: 700; flex-shrink: 0; } .registrationwall .registrationwall__header .steps .step.step-1 { color: #E8A901; margin-right: 35px; } [data-layout="mobile"] .registrationwall .registrationwall__header .steps .step.step-1 { margin-right: 20px; } .registrationwall .registrationwall__header .steps .step.step-2 { color: #BAB7AD; } .registrationwall .registrationwall__header .steps .step.step-1:before { content: "1"; background-color: #E8A901; } .registrationwall .registrationwall__header .steps .step.step-2:before { content: "2"; background-color: #CCCBC3; } [data-layout="mobile"] .registrationwall__header { padding: 20px 18px; } [data-layout="mobile"] .registrationwall .registrationwall__header { padding: 20px 18px; } /* Haupstseiten mit Wrapper - Content */ .registrationwall .registrationwall__content, .registrationwall .registrationwall__banner { margin: 0 auto; padding: 40px; box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); } .registrationwall.news .registrationwall .registrationwall__content { box-shadow: none; } [data-layout="mobile"] .registrationwall .registrationwall__content { padding: 32px 0; } .registrationwall:not(.onboarding) .registrationwall__content, .registrationwall:not(.onboarding) .registrationwall__banner { margin-top: 10px; width: 100%; } [data-alias="/meinestz/meine-nachrichten"] .registrationwall:not(.onboarding) .registrationwall__banner { margin-top: 0; margin-bottom: 10px; } .registrationwall .registrationwall__content>div { width: 100%; max-width: 817px; margin: 0 auto; } .registrationwall .registrationwall__content>.item-list { margin-bottom: 0; } /* Listen */ .registrationwall .item-list, .registrationwall .item { display: block; line-height: 26px; } .registrationwall .item-list>.item { width: auto; } .registrationwall .item-list { margin-bottom: 41px; } .registrationwall .item-list .headline { font-size: 22px; line-height: 29px; font-weight: 700; margin-top: 60px; } .registrationwall .item-list .subHeadline { margin-top: 8px; margin-bottom: 14px; color: #7C7867; } .registrationwall .item.boxItemContainer .item { width: 160px !important; height: 150px; /* border: 1px solid #1C1C1C; */ border-radius: 2px; padding: 0 19px 0 18px; margin: 0 59px 0 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background-color: #FAEECC; } .registrationwall .item.boxItemContainer.topics .item { background-size: cover; } .registrationwall .item.boxItemContainer.topics .item:nth-child(1) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-energiekrise.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(2) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-wohnen.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-stadtkind.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) .headline { color: transparent; } .registrationwall .item.boxItemContainer.topics .item:nth-child(4) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-1942.png); } .registrationwall .item.boxItemContainer .item img { object-fit: cover; width: 45px; height: 45px; order: -1; border-radius: 50%; position: absolute; right: 5px; top: 5px; } .registrationwall .item.boxItemContainer .item:last-of-type { margin-right: 0; } .registrationwall .item.boxItemContainer .item .headline { margin: auto 0 16px; white-space: initial; line-height: 26px; font-size: 20px; } .registrationwall .item.boxItemContainer.topics .item .headline { display: flex; /* margin: auto 0 40px; */ justify-content: center; text-align: center; margin: 43px 0 auto; color: #fff; text-align: center; } @media (prefers-color-scheme: dark) { .registrationwall .item.boxItemContainer.topics .item .headline { color: #fff !important; } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) .headline { color: transparent !important; } } [data-layout="mobile"] .registrationwall .headline { margin-top: 40px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer { padding-left: 18px; padding-right: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { margin-right: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { margin-right: 18px; } [data-layout="mobile"] .registrationwall__content>.item-list>.item+.item>.headline { margin-top: 60px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { width: 144px !important; height: 134px; padding: 0 10px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item img { width: 40px; height: 40px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item .headline { margin: auto 0 10px; line-height: 23px; font-size: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer.topics .item .headline { margin: auto 0 30px; } /* Slider */ .registrationwall .item.slider .item-list.flickity-enabled { position: relative; margin-top: 0; } .registrationwall .item.slider .item-list.flickity-enabled .arrow { position: absolute; top: 50%; transform: translateY(-50%); } .registrationwall .item.slider .item-list.flickity-enabled .arrow:after { font-family: swiper-icons; font-size: 15px; text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; font-weight: bold; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.left { left: -50px; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.left:after { content: 'prev'; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.right { right: -50px; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.right:after { content: 'next'; } .registrationwall .item:not(.slider) .item-list { display: flex; flex: 1; } .registrationwall .item.slider .item-list:not(.flickity-enabled) { display: flex; } .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(n+5) { display: none; } .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(4) { margin-right: 0; } [data-layout="mobile"] .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(n+3) { display: none; } [data-layout="mobile"] .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(2) { margin-right: 0; } .registrationwall .flickity-button { display: none !important; } /* Alphabetical List */ .registrationwall .item.alphabeticalList>.item-list { margin: 0; /* display: grid; */ /* grid-template-columns: 1fr 1fr; */ gap: 23px 60px; display: block; column-count: 2; } .registrationwall .item.alphabeticalList>.item-list .item.topicList { margin-top: 23px; display: inline-block; width: 100%; } [data-layout="mobile"] .registrationwall .item.alphabeticalList { padding-left: 18px; padding-right: 18px; } [data-layout="mobile"] .registrationwall .item.alphabeticalList>.item-list { /* grid-template-columns: 1fr; */ column-count: 1; } /* Topic List */ .registrationwall .topicList { margin-top: 0; } .registrationwall .topicList .headline { font-size: 18px; line-height: 27px; margin-top: 0; } .registrationwall .topicList>.item-list { margin: 0; display: flex; flex-wrap: wrap; flex-direction: column; } .registrationwall .topicList>.item-list .item { display: flex; margin-top: 8px; margin-bottom: 10px; flex: 1; align-items: center; } .registrationwall .topicList>.item-list button { margin: 0 0 0 auto; width: auto; min-width: 123px; } @media (max-width: 365px) { .registrationwall .topicList>.item-list button { min-width: 113px; } } .registrationwall .topicList>.item-list .headline { font-weight: 400; min-width: 0; margin-right: 10px; text-overflow: ellipsis; overflow: hidden; } /* Overlays */ body.onboardingOverlayOpen { overflow: hidden; } body.onboardingInfoOpen .onboardingInfo { transform: translateY(0); } .onboardingInfo { transform: translateY(100%); transition: transform 200ms ease 0s; position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #FAEECC; padding: 20px; font-size: 18px; line-height: 27px; max-width: 1200px; box-shadow: 0px 1px 3px rgb(41 41 41 / 16%); } .onboardingInfo button { line-height: 16px !important; height: auto !important; font-size: 18px; padding: 20px 70px; margin-top: 15px; margin-bottom: 15px; } .onboardingInfo button[disabled], .onboardingInfo button[disabled]:hover { background: #BABAAD; cursor: default; } .onboardingInfo .container-login { font-weight: bold; } .onboardingInfo .container-login span { color: #E8A901; cursor: pointer; } .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']), .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']) { color: #E8A901; } .registrationwall .configurationInfo span[data-follow-count-author]:not([data-follow-count-author='0']):before, .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']):before { content: attr(data-follow-count-author); } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):before, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):before { content: attr(data-follow-count-theme); } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):after, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):after { content: " Themen"; } .registrationwall .configurationInfo span[data-follow-count-author]:not([data-follow-count-author='0']):after, .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']):after { content: " Autoren"; } .registrationwall .configurationInfo span { color: #E8A901; } .onboardingInfo span[data-follow-count-theme='0']+span[data-follow-count-author='0']:before { content: "noch keine Themen oder Autoren"; } .registrationwall .onboardingInfo span[data-follow-count-theme="1"]:after, .registrationwall .configurationInfo span[data-follow-count-theme="1"]:after { content: " Thema" !important; } .registrationwall .onboardingInfo span[data-follow-count-author="1"]:after, .registrationwall .configurationInfo span[data-follow-count-author="1"]:after { content: " Autor" !important; } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0'])+span[data-follow-count-author]:not([data-follow-count-author='0']):before, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0'])+span[data-follow-count-author]:not([data-follow-count-author='0']):before { content: ' und ' attr(data-follow-count-author); } .bodyOverlayOpen { overflow: hidden; } body.onboardingOverlayOpen .site-wrapper>.grid.onboardingGrid { z-index: 1; } [data-layout="mobile"] .onboardingGrid { margin-top: 10px; } body.onboardingOverlayOpen .onboardingOverlayBackground, body.onboardingOverlayOpen .onboardingOverlay { display: block; } .onboardingOverlayBackground { display: none; position: fixed; z-index: 999; width: 100%; left: 0; top: 0; right: 0; bottom: 0; min-height: 100vh; background: rgba(0, 0, 0, 0.35); overflow: hidden; } .onboardingOverlay { display: none; overflow: hidden; padding: 0; width: 100%; border-radius: 2px; box-shadow: 0px -1px 3px rgba(41, 41, 41, 0.16), 0px 1px 3px rgba(41, 41, 41, 0.16); position: fixed; top: 50%; left: 200px; max-width: 515px; background-color: white; z-index: 9999; transform: translate(343px, -50%); } @media (max-width: 1740px) { .onboardingOverlay { left: 0; } } .onboardingOverlay .content { padding: 40px 105px 30px; display: flex; flex-direction: column; } .onboardingOverlay .content h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; line-height: 27px; color: #292929; text-align: center; } #overlayFollow .onboardingOverlay .content h2 { margin-bottom: 8px; } .onboardingOverlay .content p { line-height: 24px; text-align: center; } .onboardingOverlay .content picture { margin-bottom: 20px; margin-left: auto; margin-right: auto; height: 100px; } .onboardingOverlay .content picture img { height: 100px; } .onboardingOverlay .content .btn { line-height: 27px; height: auto; font-size: 18px; padding: 14px 28px; margin-top: 30px; margin-bottom: 10px; } .onboardingOverlay .content .container-login { font-weight: 700; font-size: 18px; line-height: 27px; margin-top: 10px; text-align: center; } .onboardingOverlay .content .container-login span { color: #E8A901; cursor: pointer; } .onboardingOverlay .closeIconContainer .closeOverlay { padding: 17px; position: absolute; right: 0; top: 0; cursor: pointer; } [data-layout="mobile"] .onboardingOverlay { left: 50%; transform: translate(-50%, -50%); } @media (max-width: 560px) { .onboardingOverlay { max-width: calc(100% - 36px); } .onboardingOverlay .content { padding: 50px 40px 30px; display: flex; flex-direction: column; } .onboardingOverlay .content .btn { padding: 14px 15px; } } @media (max-width: 396px) { .onboardingOverlay .content { padding: 50px 30px 30px; } .onboardingOverlay .content .btn { padding: 14px 7px; } } /* Tagsuche / Autocomplete */ .registrationwall__search:before { content: "Themen & Autoren suchen"; font-weight: 700; font-size: 22px; line-height: 29px; margin-bottom: 20px; display: block; } .registrationwall__search form { margin-bottom: 12px; display: flex; overflow: hidden; } .registrationwall__search+.item-list { margin-bottom: 0; } .registrationwall__search input { border: 0px; caret-color: rgb(113, 115, 127); -webkit-box-flex: 1; flex-grow: 1; font-size: 16px; line-height: inherit; background-color: #fff; color: #1C1C1C; outline: none; border-left: none; border-right: none; border-top: none; border-bottom: 2px solid #1C1C1C; display: flex; padding: 10px 5px; font-size: 18px; line-height: 27px; } .registrationwall__search input::focus-within { border-bottom: 2px solid #E8A901; } .registrationwall__search input::placeholder { opacity: 1; color: #BAB7AD; } .registrationwall__search form { position: relative; } .registrationwall__search input~svg { width: 24px; position: absolute; display: none; right: 12px; bottom: 18px; } .registrationwall__search input~svg.action-search { fill: #BAB7AD; display: none; bottom: 16px; } .registrationwall__search input:placeholder-shown~svg.action-search { display: flex; } .registrationwall__search input~.action-close { cursor: pointer; display: flex; } .registrationwall__search input:placeholder-shown~svg.action-close { display: none; } .registrationwall__search .autoComplete_wrapper [type='search'] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; } .registrationwall__search .autoComplete_wrapper [type="search"] { -webkit-appearance: textfield; } .registrationwall__search input:focus { border-bottom: 2px solid #E8A901; } .registrationwall__search input::placeholder { color: rgba(123, 123, 123, 0.5); transition: all 0.3s ease; } .registrationwall__search .item-list[hidden] { display: none !important; } .registrationwall__search .item-list { position: relative; margin-bottom: 10px; background-color: #fff; z-index: 0; outline: none; } .registrationwall__search .item-list .item { padding: 5px 12px 5px 12px; transition: all 0.1s ease-in-out; background-color: #fff; white-space: nowrap; } [data-layout="mobile"] .registrationwall__search .item-list .item { white-space: normal; align-items: flex-start; } .registrationwall__search .autoComplete_wrapper .item-list .item::selection { color: #fff; background-color: #fff; } .registrationwall__search .autoComplete_wrapper .item-list .item:hover { cursor: pointer; } .registrationwall__search .autoComplete_wrapper .item-list .item mark { background-color: transparent; color: rgba(#E8A901, 1); font-weight: bold; } .registrationwall__search .autoComplete_wrapper .item-list .item mark::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .registrationwall__search .autoComplete_wrapper .item-list .item[aria-selected="true"] { background-color: rgba(123, 123, 123, 0.1); } .registrationwall__search .item-list .item .headline { min-width: 0; overflow: hidden; text-overflow: ellipsis; } [data-layout="mobile"] .registrationwall__search { padding: 0 18px; } /* Meine Konfiguration - Infotext */ .registrationwall .configurationInfo { text-align: center; margin: 60px 0 32px 0; } [data-layout="mobile"] .registrationwall .configurationInfo { margin: 40px 0 22px 0; } .registrationwall .configurationInfo p { font-size: 18px; line-height: 27px; padding: 0 18px; } .registrationwall .configurationInfo p+p { padding-top: 20px; } .registrationwall .configurationInfo[data-follow-count="0"] .follow-text { display: none; } .registrationwall .configurationInfo[data-follow-count="0"] .no-follow-text { display: block; } .registrationwall .configurationInfo:not([data-follow-count="0"]) .follow-text { display: block; } .registrationwall .configurationInfo:not([data-follow-count="0"]) .no-follow-text { display: none; } [data-layout="mobile"] .registrationwall .configurationInfo:not([data-follow-count="0"]) .follow-text br { display: none; } /* Meine Konfiguration - Drag&Drop */ .registrationwall .sortable_wrapper { width: 450px !important; margin: 0 auto; margin-top: 32px; } [data-layout="mobile"] .registrationwall .sortable_wrapper { width: 100% !important; padding: 0 18px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item { padding: 18px; border: 1px solid; border-radius: 3px; cursor: grab; user-select: none; align-items: center; max-width: 100%; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item .bookmark-theme { margin-top: 1px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item:before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12' height='12' class='css-yuntxy'%3E%3Ctitle%3EVerschieben%3C/title%3E%3Cline y1='1' x2='22' y2='1' stroke='%23BAB7AD'%3E%3C/line%3E%3Cline y1='6' x2='22' y2='6' stroke='%23BAB7AD'%3E%3C/line%3E%3Cline y1='11' x2='22' y2='11' stroke='%23BAB7AD'%3E%3C/line%3E%3C/svg%3E"); margin-right: 29px; margin-top: 1px; width: 24px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item .headline { order: 0; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item button { order: 2; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item img { object-fit: cover; width: 30px; height: 30px; border-radius: 50%; order: 1; margin-right: 15px; margin-left: 5px; flex-shrink: 0; } .registrationwall .sortable-chosen { background: #faeecc; } .registrationwall .sortable-ghost { opacity: 0; } .registrationwall .sortable-fallback { opacity: 1 !important; background: #faeecc; } /* Meine StZ - Meine Nachrichten / Merkliste */ /* .registrationwall-article-collection { content: ""; display: block; height: 10px; background-color: #eeede9; position: relative; width: 100vw; left: -40px; max-width: 1210px; } */ .registrationwall-article-collection .load-more { margin: 40px 0 0; } [data-layout="mobile"] .registrationwall-article-collection .load-more { margin: 30px 0 0; } .registrationwall-article-collection .load-more button { min-width: 376px; } [data-layout="mobile"] .registrationwall-article-collection .load-more button { min-width: auto; } /* .registrationwall .registrationwall-article-collection .appetizer, .registrationwall .registrationwall-article-collection .appetizer .appetizer-text { margin-bottom: 0; } */ [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-title, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-title { width: 100%; max-width: 387px; } [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer figure, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer figure { width: 340px; /* margin-bottom: 0; */ } .registrationwall.bookmarks, .registrationwall.news, .registrationwall.myconfig { background: transparent; } .registrationwall.bookmarks .registrationwall__content>div, .registrationwall.news .registrationwall__content>div { width: 100%; max-width: none; } [data-layout="mobile"] .registrationwall.bookmarks .registrationwall__content.boxitem, [data-layout="mobile"] .registrationwall.news .registrationwall__content.boxitem { padding: 20px 18px; } .registrationwall.bookmarks .bookmarksInfo { align-items: center; margin: 20px auto; } [data-layout="mobile"] .registrationwall.bookmarks .bookmarksInfo { margin: 10px 0 12px; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure { float: right; width: 36%; margin-bottom: 10px; } /* [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper { overflow: hidden; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper .image { padding-bottom: 74.5%; height: auto; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper .image img { width: 112%; max-width: unset; } */ [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-title, [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-kicker { width: 59%; hyphens: auto; } /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-title { font-size: 1.0625rem !important; padding-top: 3px; } */ /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-kicker { font-size: .9375rem !important; } */ /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-text { display: none; } */ [data-layout="tablet"] .registrationwall.news .newsInfo, [data-layout="mobile"] .registrationwall.news .newsInfo { padding-top: 60px; } [data-layout="mobile"] .registrationwall.news .newsInfo { padding-top: 30px; } .registrationwall.news .newsInfo img { margin: 40px 0; } .registrationwall.bookmarks .bookmarksInfo img { margin: 40px 0 30px; } .registrationwall.news .newsInfo .headline, .registrationwall.bookmarks .bookmarksInfo .headline { font-weight: 700; font-size: 22px; line-height: 29px; margin-top: 0; text-align: center; } .registrationwall.news .newsInfo .subHeadline, .registrationwall.bookmarks .bookmarksInfo .subHeadline { max-width: 342px; text-align: center; font-size: 18px; line-height: 27px; } .registrationwall.news .newsInfo>a { display: inline-block; background: #e8a901; color: #fff; border: none; border-radius: 2px; font-family: "Source Sans"; font-size: 18px; font-weight: 700; cursor: pointer; text-align: center; vertical-align: middle; min-width: 305px; transition: color .25s ease, background .25s ease; line-height: 27px; height: auto; padding: 14px 28px; margin-top: 30px; } .registrationwall.news .newsInfo>a:hover { background: #ebb627; color: #fff; } .registrationwall-article-collection>.headline { color: #292929; font-size: 32px; line-height: 42px; font-weight: 700; border-bottom: 2px solid #292929; padding-bottom: 9px; } [data-layout="mobile"] .registrationwall-article-collection>.headline { font-size: 22px; line-height: 29px; padding-bottom: 6px; margin-top: 0; } .registrationwall-article-collection>.item-list { max-width: 727px; margin: 40px auto 0; min-height: 600px; } [data-layout="mobile"] .registrationwall-article-collection>.item-list { max-width: 727px; margin: 40px auto 0; min-height: 400px; } /* .registrationwall-article-collection > .item-list .data + div .article-date-minutes, .registrationwall-article-collection > .item-list .data + div .article-date-seconds { color: #E00000; } */ .registrationwall-article-collection>.item-list .data+div .article-found-because:not(:empty) { padding: 6px 10px; background-color: #EEEDE9; border-radius: 2px; margin-left: 26px; white-space: nowrap; flex-shrink: 1; text-overflow: ellipsis; overflow: hidden; } [data-layout="mobile"] .registrationwall-article-collection>.item-list { margin-top: 30px; } /* Header - Themenseiten */ .theme-header { width: 100%; border-bottom: 1px solid #e5e4de; padding-bottom: 18px; margin-bottom: 30px; } .theme-header .headline { width: 100%; color: #1c1c1c; font-size: 2rem; font-weight: 700; border-bottom: 2px solid #1c1c1c; line-height: 2.5rem; margin-bottom: 1.5rem; } .theme-header .follow-text { width: 100%; font-size: 1rem; line-height: 1.3; margin-bottom: 20px; } /* Buttons - alle */ button[class^="bookmark-"] { background-color: transparent !important; } /* Buttons - Themen / Autoren */ button.bookmark-theme, button.bookmark-author { max-width: 100%; width: auto; min-width: 123px; margin: 0 0 12px 0; border: 1px solid #292929; border-radius: 2px; background-color: transparent !important; /* background-color: #FAEECC !important; */ color: #292929 !important; font-size: 12px; line-height: 15px; height: auto; padding: 4px 0; display: flex; justify-content: center; transition: none; position: relative; font-weight: 700; font-family: "Source Sans"; } .registrationwall .topics button.bookmark-theme { background-color: #FAEECC !important; } [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover { border-color: #6C6C6C; color: #6C6C6C !important; } [data-layout="mobile"] .autorenprofil-content button.bookmark-author { margin-left: auto; margin-right: auto; margin-bottom: 30px; } button.bookmark-theme:before, button.bookmark-author:before { /* content: ""; display: inline-block; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); margin-right: 4px; width: 15px; height: 15px; background-repeat: no-repeat; */ display: inline-block; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); height: 15px; background-repeat: no-repeat; padding-left: 19px; } button.bookmark-author:before { content: "Autor folgen"; width: 66px; } button.bookmark-theme:before { content: "Thema folgen"; width: 73px; } [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus-grey.svg); background-position: 1px 1px; /* position: relative; top: 1px; left: 1px; */ } /* button.bookmark-author[data-type="follow"]:after, button.bookmark-theme[data-type="follow"]:after { content: ""; display: block; width: 40px; height: 20px; background-image: url('https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-left.svg'); position: absolute; right: -50px; top: 2px; pointer-events: none; } */ /* button.bookmark-theme[data-type="follow"]:after { content: "Thema folgen" } button.bookmark-author[data-type="follow"]:after { content: "Autor folgen" } */ .registrationwall button.bookmark-theme[data-type="follow"]:after, .registrationwall button.bookmark-author[data-type="follow"]:after { display: none; } button.bookmark-theme[data-type="follow"][data-follow="true"], button.bookmark-author[data-type="follow"][data-follow="true"] { border-color: #292929; background-color: #292929 !important; color: #fff !important; } /* button.bookmark-theme[data-type="follow"][data-follow="true"]:after, button.bookmark-author[data-type="follow"][data-follow="true"]:after { content: "Folge ich" } */ [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover) { border-color: #6C6C6C; background-color: #6C6C6C !important; color: #fff !important; } /* [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after { content: "Entfolgen"; } */ button.bookmark-theme[data-type="follow"][data-follow="true"]:before, button.bookmark-author[data-type="follow"][data-follow="true"]:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg); /* height: 10px; width: 12px; position: relative; top: 3px; */ content: "Folge ich"; width: 47px; background-position-y: 3px; } [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg); /* height: 10px; width: 10px; position: relative; top: 3px; */ content: "Entfolgen"; width: 52px; } /* Buttons - Artikel */ button.bookmark-article { float: right; width: 44px; height: 44px; padding: 0; min-width: unset; border: none; background-color: white; background-size: 18px 24px !important; position: relative; right: -13px; /* margin-bottom: -30px; */ margin-bottom: -20px; } [data-layout="mobile"] button.bookmark-article { /* margin-bottom: -20px; */ margin-bottom: -6px; } .boxitem>div:not(.tdtArticleOne) .item:only-child button.bookmark-article, .boxitem>.item:not(.tdtArticleOne):only-child button.bookmark-article { margin-bottom: -30px; } [data-layout="mobile"] .boxitem>div:not(.tdtArticleOne) #pianoRecoArticle .item:only-child button.bookmark-article, [data-layout="mobile"] .boxitem>.item:not(.tdtArticleOne):only-child button.bookmark-article { margin-bottom: -20px; } [data-layout="mobile"] .boxitem>div:not(.tdtArticleOne) #pianoRecoArticle .item:only-child button.bookmark-article { margin-bottom: 5px; } .registrationwall.news button.bookmark-article { margin-bottom: 0; } button.bookmark-article[data-type="follow"] { background-size: contain; background-repeat: no-repeat no-repeat; background-position: center center; } button.bookmark-article[data-type="follow"] { /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' class='css-pija16'%3E%3Cpath d='M6.34 12.33 6 12.16l-.34.17-4.91 2.46V2C.75 1.31 1.31.75 2 .75h8c.69 0 1.25.56 1.25 1.25v12.79l-4.91-2.46Z' stroke='%23cccbc3' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E"); */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-grey.svg); } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg); } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], button.bookmark-article[data-type="follow"][data-follow="true"] { /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' fill='%23292929' xmlns='http://www.w3.org/2000/svg' class='css-pija16'%3E%3Cpath d='M6.34 12.33 6 12.16l-.34.17-4.91 2.46V2C.75 1.31 1.31.75 2 .75h8c.69 0 1.25.56 1.25 1.25v12.79l-4.91-2.46Z' stroke='%23292929' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E"); */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-full.svg); } [data-layout="mobile"] .teaser-hero button.bookmark-article[data-type="follow"] { margin-right: 10px; margin-bottom: -20px; } .mod-gallery li.bookmark button.bookmark-article, .article-body li.bookmark button.bookmark-article { /* Abweichung Innerhalb Artikel & Gallery ..... */ text-align: left; border: 2px solid #292929; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 3px; background-size: auto 18px !important; position: static; margin-bottom: 0; } .registrationwall.bookmarks button.bookmark-article { margin-bottom: 0 !important; } .mod-gallery li.bookmark button.bookmark-article:not([data-follow="true"]):hover, .article-body li.bookmark button.bookmark-article:not([data-follow="true"]):hover { filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } .mod-gallery ul li.bookmark, .mod-article .article-body ul li.bookmark { display: flex; justify-content: center; } /* .mod-gallery ul li.bookmark:after, .mod-article .article-body ul li.bookmark:after { content: ""; display: block; width: 40px; height: 20px; background-image: url('https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-left.svg'); position: absolute; left: 60px; top: 10px; pointer-events: none; } */ /* [data-layout="mobile"] .mod-gallery ul li.bookmark:after, [data-layout="mobile"] .mod-article .article-body ul li.bookmark:after { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-down.svg); top: -30px; left: 2px; height: 25px; } */ /* Backlink / Configure-Link / Banner */ .registrationwall .backlink:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 16px; height: 16px; display: inline-block; transform: rotate(90deg); position: relative; top: 3px; margin-right: 4px; } .registrationwall .backlink:hover:before { filter: invert(36%) sepia(0%) saturate(1273%) hue-rotate(232deg) brightness(89%) contrast(95%); } .registrationwall .backlink { display: inline-block; margin-top: 20px; } .registrationwall .configureLink { margin-top: 20px; font-size: 14px; line-height: 18px; font-weight: 700; display: flex; background: #E8A901; border-radius: 2px; color: #fff !important; margin-left: auto; padding: 6px 13px 6px 10px; max-width: fit-content; max-width: -moz-fit-content; } .registrationwall .configureLink:hover { background: #ebb627; } .registrationwall .registrationwall__banner { border-bottom: 1px solid #EEEDE9; flex-direction: row; display: flex; padding: 40px; } [data-layout="mobile"] .registrationwall .registrationwall__banner { padding: 20px 18px; } .registrationwall .registrationwall__banner>div { flex: 1; } .registrationwall .registrationwall__banner>div a { background: #faeecc; display: flex; padding: 20px 40px; align-items: center; } [data-layout="mobile"] .registrationwall .registrationwall__banner>div a { padding: 16px 18px; display: grid; } .registrationwall .registrationwall__banner a, .registrationwall .registrationwall__banner span { white-space: nowrap; } [data-layout="mobile"] .registrationwall .registrationwall__banner a, [data-layout="mobile"] .registrationwall .registrationwall__banner span { white-space: normal; } .registrationwall .registrationwall__banner .headline { font-size: 22px; line-height: 29px; color: #E8A901; flex: 0; font-weight: bold; } [data-layout="mobile"] .registrationwall .registrationwall__banner .headline { grid-column-end: span 2; margin-top: 0; padding-bottom: 8px; } .registrationwall .registrationwall__banner .subHeadline { font-size: 17px; flex: 1; padding-left: 15px; line-height: 26px; } [data-layout="mobile"] .registrationwall .registrationwall__banner .subHeadline { padding-left: 0; grid-column-start: 1; padding-right: 15px; } .registrationwall .registrationwall__banner .themeLink { width: auto; border: 1px solid #292929; border-radius: 2px; background-color: transparent !important; color: #292929 !important; font-size: 12px; line-height: 15px; min-width: auto; height: auto; padding: 4px 11px; flex: 0; justify-content: center; font-weight: bold; } [data-layout="mobile"] .registrationwall .registrationwall__banner .themeLink { white-space: nowrap; margin-top: auto; } /* Snackbar */ .hs-snackbar { position: fixed; left: 200px; bottom: -150px; transform: translate(calc(600px - 50%), -50%); width: 575px; max-width: 85%; /* -- */ background: #292929; font-family: "Source Sans"; font-weight: bold; color: #fff; padding: 20px 40px; border-radius: 5px; text-align: left; /* -- */ transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); z-index: 2; box-shadow: -3px -3px 6px rgba(102, 102, 102, 0.15); line-height: 24px; } @media (max-width: 1740px) { .hs-snackbar { left: 0; } } [data-layout="mobile"] .hs-snackbar { padding: 18px; line-height: 21px; max-width: calc(100vw - 36px); left: 50%; transform: translate(-50%, -50%); } .hs-snackbar a { color: #e8a901; float: right; text-align: right; cursor: pointer; } [data-layout="mobile"] .hs-snackbar a { color: #e8a901; float: none; text-align: right; display: block; margin-top: 19px; line-height: 21px; } .hs-snackbar-show { -webkit-animation: hsShowAnimation 0.3s ease both; } .hs-snackbar-hide { -webkit-animation: hsHideAnimation 0.2s ease both; } @-webkit-keyframes hsHideAnimation { 0% { opacity: 1; bottom: 20px; } 100% { opacity: 0; bottom: -100px; } } @-webkit-keyframes hsShowAnimation { 0% { opacity: 1; bottom: -100px; } 100% { opacity: 1; bottom: 20px; } } /* Besonderheiten */ [data-alias='/meinestz/themen-entdecken'] .onboardingInfo, [data-alias='/meinestz/themen-entdecken'] .onboardingOverlay, [data-alias='/meinestz/themen-entdecken'] .onboardingOverlayBackground, [data-alias='/meinestz/themen-entdecken'] .registrationwall__header.auswahl-treffen { display: none !important; } [data-alias='/meinestz/themen-entdecken'] body { overflow: visible !important; } [data-alias='/meinestz/auswahl-treffen'] .hs-snackbar, [data-alias='/meinestz/auswahl-treffen'] .registrationwall__header.themen-entdecken { display: none !important; } .burger-nav-bar ul li a[data-title='Meine Nachrichten (Meine StZ)']:before { margin-right: 10px; width: 20px; height: 20px; display: inline-block; content: ''; /* -webkit-mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background: #1c1c1c; */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg); position: relative; top: 3px; } .burger-nav-bar ul li a[data-title="Merkliste (Meine StZ)"]:before { margin-right: 10px; width: 14px; height: 18px; display: inline-block; content: ''; -webkit-mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg) no-repeat 50% 50%; -webkit-mask-size: contain; mask-size: contain; background: #1c1c1c; padding-left: 6px; position: relative; top: 3px; } [data-widget-count='0'] .burger-nav-bar ul li a[data-title="Merkliste (Meine StZ)"] { display: none; } .burger-nav-bar .burger-deep-nav ul li a[data-title="Meine Nachrichten (Meine StZ)"] { display: none; } .search-author-image { object-fit: cover; width: 30px; height: 30px; border-radius: 50%; margin-right: 15px; margin-left: 5px; flex-shrink: 0; } /* boxitem f眉r Artikellisten */ .registrationwall.news .newsInfo { background: #fff; align-items: center; } .registrationwall.news .registrationwall__content { background: none; padding: 0; } [data-layout="tablet"] .m-plus-contentbox .compact-brick, [data-layout="desktop"] .m-plus-contentbox .compact-brick { display: flex; } [data-layout="tablet"] .m-plus-contentbox .in--col-2 .item, [data-layout="desktop"] .m-plus-contentbox .in--col-2 .item { display: flex; flex-direction: column; } [data-layout="tablet"] .m-plus-contentbox .item button.bookmark-article, [data-layout="desktop"] .m-plus-contentbox .item button.bookmark-article { margin-top: auto; margin-left: auto; margin-bottom: -15px; } [data-layout="mobile"] .m-plus-contentbox .item button.bookmark-article { margin-bottom: -20px; } [data-layout="desktop"] .teaser-hero, [data-layout="tablet"] .teaser-hero { padding-bottom: 10px; } [data-layout="desktop"] .teaser-hero button.bookmark-article, [data-layout="tablet"] .teaser-hero button.bookmark-article { right: calc(100% - 31px); margin-bottom: 0 !important; } [data-layout="desktop"] .autorenprofil .autorenprofil-content .bookmark-author+.global-button.global-button--secondary, [data-layout="tablet"] .autorenprofil .autorenprofil-content .bookmark-author+.global-button.global-button--secondary { margin-top: 28px; } [data-layout="mobile"] .autorenprofil .autorenprofil-content .textflip { margin-top: 30px; } [data-layout="desktop"] .autorenprofil .autorenprofil-content, [data-layout="tablet"] .autorenprofil .autorenprofil-content { margin-top: -20px; } [data-layout="mobile"] .autorenprofil .autorenprofil-header .author-info .author-name { line-height: 29px; } [data-layout="mobile"] .autorenprofil .autorenprofil-header .author-info .author-ressort { line-height: 27px; } [data-layout="mobile"] .autorenprofil .autorenprofil-content { margin-top: 0; } [data-layout="mobile"] .topics .grid-row-teaser .item { padding-bottom: 10px; } [data-layout="mobile"] .sharewrapper { margin-top: 50px; } .boxitem .topnews-article-list .item, .registrationwall .registrationwall-article-collection .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item { padding-bottom: 10px; margin-bottom: 28px; border-bottom: 1px solid #e5e4de; } [data-layout="tablet"] .boxitem figure, [data-layout="desktop"] .boxitem figure, [data-layout="tablet"] .boxitem .appetizer, [data-layout="desktop"] .boxitem .appetizer, [data-layout="tablet"] .boxitem .appetizer-text, [data-layout="desktop"] .boxitem .appetizer-text { margin-bottom: 0; } /* Footer */ [data-alias="/meinestz/auswahl-treffen"] #footer { /* z-index: -1; */ padding-bottom: 180px; } [data-alias="/meinestz/auswahl-treffen"] :not(.onboardingOverlayOpen) .mod-header-new { z-index: 10; } [data-alias="/meinestz/auswahl-treffen"] .site-wrapper.site { z-index: 5; position: relative; } [data-alias="/meinestz/auswahl-treffen"][data-layout="mobile"] #footer { padding-bottom: 223px; } .topnews-article-list .item .content+div, .registrationwall-article-collection>.item-list .data+div { display: flex; width: calc(100% - 340px); margin-left: auto; align-items: center; } [data-layout="mobile"] .topnews-article-list .item .content+div, [data-layout="mobile"] .registrationwall-article-collection>.item-list .data+div { width: 100%; } .searchResults .item .content+div button, .topnews-article-list .item .content+div button, .registrationwall-article-collection>.item-list .data+div button { margin-left: auto; flex-shrink: 0; margin-bottom: 0; } .topnews-article-list .item .content+div>time, .registrationwall-article-collection>.item-list .data+div>time, .registrationwall-article-collection>.item-list .data+div>span { font-size: 15px; line-height: 21px; flex-shrink: 0; } .topnews-article-list .item .content+div>time.article-date-seconds, .registrationwall-article-collection>.item-list .data+div>time.article-date-seconds, .topnews-article-list .item .content+div>time.article-date-minutes-red, .registrationwall-article-collection>.item-list .data+div>time.article-date-minutes-red { color: #E00000; } /* Buttons - Artikel - Startseite */ .grid .brick.beliebt { display: flex; flex-wrap: wrap; } .grid .brick.beliebt .item { display: flex; flex-direction: column; } .grid .brick.beliebt .item:last-child { margin-bottom: 30px; } .grid .brick.beliebt .item button.bookmark-article { margin-top: auto; margin-left: auto; margin-bottom: -30px; } [data-layout="mobile"] .grid .brick.beliebt .item button.bookmark-article { margin-bottom: -6px; } .burger-nav-bar .burger-deep-nav ul li a[data-title="Meine StZ"] { display: none; } [data-alias="/stz-plus"][data-layout="tablet"] .m-plus-contentbox .brick.in--col-2, [data-alias="/stz-plus"][data-layout="desktop"] .m-plus-contentbox .brick.in--col-2 { display: flex; flex-wrap: wrap; } [data-alias="/stz-plus"][data-layout="tablet"] .m-plus-contentbox .item button.bookmark-article, [data-alias="/stz-plus"][data-layout="desktop"] .m-plus-contentbox .item button.bookmark-article { margin-bottom: -10px; } [data-layout="mobile"] .ressortseite .boxitem .compact-brick .item:last-child:not(:only-child) { margin-bottom: -20px; } [data-layout="mobile"] .ressortseite .boxitem .compact-brick .item:last-child:only-child { margin-bottom: 0; } [data-layout="mobile"] .ressort .boxitem .item:not(:last-child) { padding-bottom: 16px; } [data-layout="tablet"] .m-series .button-wrap-teaser, [data-layout="desktop"] .m-series .button-wrap-teaser { margin-bottom: 6rem; } .ressortseite .boxitem .m-series .item { padding-bottom: 30px; } [data-layout="mobile"] .m-series .appetizer .headline-wrapper h3 .appetizer-kicker { line-height: 23px; } .registrationwall__content .recommendation-grid .data figure { padding-right: 0; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item { display: flex; flex-direction: column; padding-bottom: 10px; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item figure { float: right; width: 33.3%; margin-bottom: 10px; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item h3 { float: inherit; width: inherit; padding-right: inherit; } [data-layout="desktop"] .boxitem.grid-row-teaser .recommendation-grid.home .item figure, [data-layout="tablet"] .boxitem.grid-row-teaser .recommendation-grid.home .item figure { width: 347px !important; } [data-layout="desktop"] .recommendation-grid.home .item, [data-layout="tablet"] .recommendation-grid.home .item { width: 347px !important; padding-bottom: 0 !important; } [data-layout="desktop"] .recommendation-grid.home .item .appetizer-kicker, [data-layout="tablet"] .recommendation-grid.home .item .appetizer-kicker { margin-top: 16px; line-height: 22px; } [data-layout="desktop"] .recommendation-grid.home .item .appetizer-title, [data-layout="tablet"] .recommendation-grid.home .item .appetizer-title { font-size: 22px; line-height: 29px; } @media (prefers-color-scheme: dark) { .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], button.bookmark-article[data-type="follow"][data-follow="true"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-full-dm.svg) !important; } .theme-header button.bookmark-theme:not([data-follow="true"])::before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/i_plus-dm.svg) !important; } .theme-header button.bookmark-theme[data-type="follow"][data-follow="true"] { background-color: #1c1c1c !important; border-color: #e5e4de !important; } .theme-header .headline { color: #e5e4de !important; border-bottom-color: #e5e4de; } .registrationwall .autoComplete_wrapper button.bookmark-author[data-type="follow"][data-follow="true"]:before, .registrationwall .autoComplete_wrapper button.bookmark-theme[data-type="follow"][data-follow="true"]:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg) !important; } .registrationwall .autoComplete_wrapper button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, .registrationwall .autoComplete_wrapper button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg) !important; } } .searchResults .item .content+div>time, .registrationwall-article-collection>.item-list .data+div>time, .registrationwall-article-collection>.item-list .data+div>span { font-size: 15px; line-height: 21px; flex-shrink: 0; } .searchResults .item .content+div>time.article-date-seconds, .registrationwall-article-collection>.item-list .data+div>time.article-date-seconds, .searchResults .item .content+div>time.article-date-minutes-red, .registrationwall-article-collection>.item-list .data+div>time.article-date-minutes-red { color: #E00000; } .searchResults .item .content+div, .registrationwall-article-collection>.item-list .data+div { display: flex; width: calc(100% - 340px); margin-left: auto; align-items: center; height: 44px; } [data-layout="mobile"] .searchResults .item .content+div, [data-layout="mobile"] .registrationwall-article-collection>.item-list .data+div { width: 100%; } .boxitem.searchResults .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item { padding-bottom: 10px; margin-bottom: 28px; border-bottom: 1px solid #e5e4de; } .verlagsangebot .bookmark-article { display: none; } @media (prefers-color-scheme: dark) { [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); } .onboardingOverlay { background-color: #1c1c1c; } .onboardingOverlay .content h2, .onboardingOverlay .content p, .content .onboardingOverlay .content .container-login { color: #E5E4DE !important; } .onboardingOverlay .content .btn { background-color: var(--color-primary-darkmode); } .onboardingOverlay .content .container-login span { color: var(--color-primary-darkmode); } .onboardingOverlay .closeIconContainer .closeOverlay { filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7476%) hue-rotate(318deg) brightness(110%) contrast(106%); } .onboardingOverlayBackground { background: rgba(0, 0, 0, 0.7); } } </style> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_7de22f76_1246_4ba9_9f4e_37a0aee56f62"> <script> var myNewsOverlayClicked = false; document.addEventListener('click', function (e) { let eventAction; // handle follow clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && !e.target.hasAttribute('data-follow') && !e.target.classList.contains('bookmark-notify')) { eventAction = 'Folgen-Link Klick'; pushToDataLayer(e); // handle overlay impressions setTimeout(() => { let overlayIsOpen = document.body.classList.contains('onboardingOverlayOpen'); if (overlayIsOpen) { let overlayClassList = document.querySelector('.onboardingOverlay').classList; if (overlayClassList.contains('theme')) { eventAction = 'Thema-Folgen-Overlay-Impression'; } else if (overlayClassList.contains('author')) { eventAction = 'Autor-Folgen-Overlay-Impression'; } else if (overlayClassList.contains('article')) { eventAction = 'Merken-Overlay-Impression'; } else { eventAction = 'Overlay-Impression' } myNewsOverlayClicked = true; pushToDataLayer(e); } }, 0); } // handle overlay closes (theme, author, article) if (e.target.classList.contains('closeOverlay')) { myNewsOverlayClicked = false; } // handle unfollow clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && e.target.hasAttribute('data-follow')) { eventAction = 'Entfolgen-Link Klick'; pushToDataLayer(e); } // handle undo clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && e.target.classList.contains('bookmark-notify')) { eventAction = 'R眉ckg盲ngig-Link Klick'; pushToDataLayer(e); } function pushToDataLayer(e) { let configObject = JSON.parse(e.target.dataset.config); let linkType = configObject.type; let linkHeadline = configObject.headline; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Typ:' + linkType + ', Headline:' + linkHeadline, 'eventAction': eventAction, }); dataLayerV3.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Typ:' + linkType + ', Headline:' + linkHeadline, 'eventAction': eventAction, }); } }); </script> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_a3bcf80d_4252_4579_b2b2_611ba2cb8977"> <script> (function (u, p, s, r) { if (!u[r]) { u[r] = function (t) { u[r].q.push(t) }; u[r].q = []; var a = p.createElement(s), m = p.getElementsByTagName(s)[0]; a.async = 1; a.src = 'https://cdn.thenewsbox.net/js/main.js'; m.parentNode.insertBefore(a, m) } }) (window, document, 'script', '_uprec'); </script> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_09d617ed_79f0_4b4c_b2c2_3ee2b476d128"> <script> if (document.cookie.indexOf("pa_userstate") == -1) { var days = 365, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2]; cookieDuration.setTime( cookieDuration.getTime() + 24 * days * 60 * 60 * 1000 ); document.cookie = "pa_userstate=is-loggedout; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; } function setUserstateCookie() { var days = 365, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2], userStateCookieValue; cookieDuration.setTime( cookieDuration.getTime() + 24 * days * 60 * 60 * 1000 ); if (tp.user.isUserValid()) { tp.api.callApi("/access/check", { rid: "RB47EV2" }, function (listData) { listData.access.granted ? (userStateCookieValue = "is-subscribed") : (userStateCookieValue = "is-loggedin"); document.cookie = "pa_userstate=" + userStateCookieValue + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; document.dispatchEvent(new CustomEvent("piLoggedIn")); }); } else { userStateCookieValue = "is-loggedout"; document.cookie = "pa_userstate=" + userStateCookieValue + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; } } function checkWelectAvailability() { Welect.checkAvailability({ onUnavailable: console.log("no ad available"), onAvailable: () => { Welect.runSession({ onAbort: console.log("view was cancelled"), onSuccess: () => { Welect.checkToken({ onValid: () => { console.log("watched ad completely first"); var minutes = 10, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2]; cookieDuration.setTime( cookieDuration.getTime() + minutes * 60 * 1000 ); document.cookie = "welect=" + window.location.pathname + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; welectUnlockReducedContent("RB47EV2"); }, onInvalid: console.log("something went wrong"), }); }, }); }, }); } function welectUnlockReducedContent(...rids) { (restrictedArea = document.querySelector( ".restricted-area[alias='/loadwelect-stz']" )), (mode = restrictedArea?.getAttribute("mode")), (ref = restrictedArea?.getAttribute("ref")), (alias = "/loadwelect-stz"), (token = ""), (articleUrlPath = document.cookie .split("; ") .find((el) => el.startsWith("welect=")) ?.split("=")[1]), (currentPath = window.location.pathname); if (typeof Welect != "undefined") token = Welect?.getToken(); if (articleUrlPath != currentPath && !userAgentValid) return; if (("paid" == mode && rids.length > 0) || userAgentValid) { var ridString = "?rid="; rids.forEach(function (rid) { var ridStringTemp = rid + "|"; ridString += ridStringTemp; }); const refLink = alias + "._responsive.externally_controlled.html/id/" + ref + ridString + "&wltoken=" + token; fetch(refLink, { method: "GET", headers: { "Content-Type": "text/html", }, cache: "no-cache", }) .then((response) => { if (!response.ok) { const error = (data && data.message) || response.status; return Promise.reject(error); } return response.text(); }) .then((html) => { content = html; displayReducedContent(); }) .catch((error) => { console.error("Fehler!", error); }); } } var pianoCdnblocked = false, checkoutInProgress = false, blockVxCloseEvent, siteSearchParams = new URL(document.location).searchParams; if (siteSearchParams.get("tpcc")) dataLayerV3.push({ tpcc: siteSearchParams.get("tpcc") }); window.addEventListener( "message", (e) => { if (e.origin === "https://vx.stuttgarter-zeitung.de") { if (e.data.postType === "gtmPushSnippet") { if (snippetShown || interstitialShown) dataLayerV3.push(e.data); e.data.blockVxCloseEvent === true ? (blockVxCloseEvent = true) : (blockVxCloseEvent = false); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted", termStartSource: "snippet", }); if (e.data.event === "noBoxShadowObject") document .querySelector("#pianoSnippetContainer") ?.classList.add("noBoxShadow"); if (e.data.event === "snippetImpression") document .querySelector("#pianoSnippetContainer") ?.classList.add("active"); if (e.data.event === "snippetClose") { document .querySelector("#pianoInterstitialContainer") ?.classList.add("hidden"); document .querySelector("#pianoSnippetContainer") ?.classList.add("hidden"); document .querySelector("#pianoSnippetContainer") ?.classList.remove("active"); } } else if (e.data.postType === "gtmPushBanderole") { if (banderoleShown) dataLayerV3.push(e.data); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted", termStartSource: "banderole", }); } else if (e.data.postType === "gtmPushEigenwerbung") { dataLayerV3.push(e.data); if ( e.data.event === "eigenwerbungClick" && e.data.offerLinkOfferPrice ) { dataLayerV3.push({ event: "checkoutStarted", termStartSource: "eigenwerbung", }); } } else if (e.data.postType === "gtmPushTeaserkachel") { dataLayerV3.push(e.data); if ( e.data.event === "teaserkachelClick" && e.data.offerLinkOfferPrice ) { dataLayerV3.push({ event: "checkoutStarted", termStartSource: "teaserkachel", }); } } else if (e.data.postType === "gtmPushClickProducts") { dataLayerV3.push({ clickProducts: e.data.clickProducts, paywallImpressions: e.data.clickProducts, }); } else if (e.data.postType === "gtmPushPaywall") { if (e.data.paywallOfferLinkOfferid) { // PW Click dataLayerV3.push(e.data); dataLayerV3.push({ event: "checkoutStarted", paywallImpressions: [{ offerpg: e.data.paywallImpressions }], termStartSource: "paywall", }); } else { // PW Impression/View/loaded dataLayerV3.push(e.data); dataLayerV3.push({ paywallImpressions: [{ offerpg: e.data.paywallImpressions }], }); document.dispatchEvent(pwLoaded); } } else if (e.data.postType === "loginSpanClick") { pianoCdnblocked ? buildFallbackPopup() : CmsLoginManager.execLoginAction("LOGIN"); document.body.classList.remove("tp-modal-close"); document.body.classList.add("tp-modal-open"); } else if (e.data.postType === "hasBlurStrip") { document.querySelector(".pwBlur").style.display = "block"; } else if (e.data.postType === "vxOfferClick") { if ( !pianoCdnblocked || (pianoCdnblocked && document.documentElement.dataset.state != "is-loggedout") ) { tp.offer.show({ offerId: e.data.offerId, termId: e.data.termId, }); } else { buildFallbackPopup(); } } else if (e.data.postType === "welectClick") { Welect.checkToken({ onValid: () => { (articleUrlPath = document.cookie .split("; ") .find((el) => el.startsWith("welect=")) ?.split("=")[1]), (currentPath = window.location.pathname); console.log("watched ad completely cookie"); articleUrlPath != currentPath ? checkWelectAvailability() : welectUnlockReducedContent("RB47EV2"); }, onInvalid: () => { checkWelectAvailability(); }, }); } else if ( e.data.postType === "gtmPush" || e.data.postType === "gtmPushEpb" || e.data.postType === "gtmPushDossierbox" || e.data.postType === "gtmVxCheckout" ) { dataLayerV3.push(e.data); } else { return; } } }, false ); </script> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_feff09b4_9500_4828_b48a_f5edc8cb351a"> <script> function initReco(widgetId, target, template, eventName) { window[eventName] = eventName; var apiUrl = "https://www.stuttgarter-zeitung.de/public/widget/data?json=", articles = document.querySelectorAll( ".site .content[data-upscore-object-id]" ), pageArticles = [], apiUrlParams, apiUrlFinal, cxPageContext = '', prnd = '', usi = '', recoArticles = ``, recoTarget = target, recoTemplate = template; if (cX && typeof cX.getPageContext == 'function') { cxPageContext = cX.getPageContext(); prnd = cxPageContext?.pageViewRandom; usi = cxPageContext?.userId; } articles.forEach((el) => { pageArticles.push(`"${el.dataset.upscoreObjectId}"`); }); apiUrlParams = `{"context":{"neighborRemovalKeys":["recs-articleid"],"neighbors":[${pageArticles}]},"widgetId":"${widgetId}","user":{"ids":{"usi":"${usi}"}},"prnd":"${prnd}"}`; apiUrlFinal = encodeURI(apiUrl + apiUrlParams); fetch(apiUrlFinal, { method: "GET", headers: { "Content-Type": "text/html", }, cache: "no-cache", }) .then((response) => { if (!response.ok) { const error = (data && data.message) || response.status; return Promise.reject(error); } return response; }) .then((response) => response.json()) .then((data) => { data.items.forEach((el) => { initTemplate(el); }); if (window[eventName]) { document.dispatchEvent(new CustomEvent(eventName)); window[eventName] = true; } }) .catch((error) => { console.error("Fehler!", error); }); function initTemplate(el) { let imgServiceUrlStart = "https://www.stuttgarter-zeitung.de/image-a.media.", imgServiceUrlEnd = ".original?fm=avif&w=700", imgFallbackUrlStart = "https://www.stuttgarter-zeitung.de", imgFallbackSize = "16x9_700", tagWhitelist = [ "Exklusiv", "Meinung", "Kommentar", "Interview", "Stadtkind", "Advertorial", ], imageId = el.dominantimage.match( /[a-z0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}/g )[0], tags = ``, isPaid = false, paidFlag = ``, kicker = el.kicker.substring(0, el.kicker.length - 1); if (el["pn-tags"].find((el) => el === "paid")) { isPaid = true; paidFlag = `<span class="paid-icon"></span>`; } el["pn-tags"].forEach((tag) => { if (tagWhitelist.indexOf(tag) != -1) tags += `${tag} `; }); if (recoTemplate == "standard") { recoArticles += ` <div class="item"> <div class="content" data-upscore-object-id="${el["recs-articleid"]}"> <a class="data" href="${el.click_url}" target="_top" title="${el.title}" data-paidcontent="${isPaid}" data-tags="${tags}"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset="${imgServiceUrlStart}${imageId}${imgServiceUrlEnd}" type="image/avif"> <img loading="lazy" alt="${el.title}" title="${el.title}" src="${imgFallbackUrlStart}/media.media.${imageId}.${imgFallbackSize}.jpg"> </picture> </div> </div> </figure> <h3> <span class="appetizer-kicker"> ${paidFlag} ${kicker} </span> <span class="appetizer-title">${el.contenttitle}</span> </h3> <span class="appetizer-text">${el.description}</span> </div> </section> </a> </div> <button data-type="follow" data-config="{&quot;headline&quot;: &quot;${el.contenttitle}&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;${el.url}&quot;,&quot;id&quot;:&quot;${el["recs-articleid"]}&quot;}" class="bookmark-article"></button> </div>`; } if (recoTemplate == "standardWithBox") { var lastLtTeaserElement = [...document.querySelectorAll('[data-lt-teaser*="Topthemen."]')]?.pop(), sliceStartPosition = lastLtTeaserElement?.dataset.ltTeaser.lastIndexOf('.')+1, usedLtTeaserNumber = Number(lastLtTeaserElement?.dataset.ltTeaser.slice(sliceStartPosition)); ltTeaserPosition = usedLtTeaserNumber + 1 || 1; recoArticles += ` <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia6-" data-layout-tablet="w12-c1-txt-if6-ia6-" data-layout-mobile="w12-c1-txt-if12-ia12-"> <div class="item"> <div class="content" data-upscore-object-id="${el["recs-articleid"]}"> <a class="data teaser-big-pic" href="${el.click_url}" target="_top" title="${el.title}" data-paidcontent="${isPaid}" data-tags="${tags}" data-lt-teaser="Topthemen.${ltTeaserPosition}"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset="${imgServiceUrlStart}${imageId}${imgServiceUrlEnd}" type="image/avif"> <img loading="lazy" alt="${el.title}" title="${el.title}" src="${imgFallbackUrlStart}/media.media.${imageId}.${imgFallbackSize}.jpg"> </picture> </div> </div> </figure> <h3> <span class="appetizer-kicker"> ${paidFlag} ${kicker} </span> <span class="appetizer-title">${el.contenttitle}</span> </h3> <span class="appetizer-text">${el.description}</span> </div> </section> </a> </div> <button data-type="follow" data-config="{&quot;headline&quot;: &quot;${el.contenttitle}&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;${el.url}&quot;,&quot;id&quot;:&quot;${el["recs-articleid"]}&quot;}" class="bookmark-article"></button> </div> </div>`; } document.querySelector(recoTarget).innerHTML = recoArticles; } } </script> </div> <script> processBricks(); </script> <!-- NOWRAPPER(!) --><!-- NOWRAPPER(!) --><div class="mod-header-new"> <div class="header-top"> <!-- top-nav --> <nav class="header-top-nav"> <ul data-title="Service Menue Header oben"> <li> <a href="https://zeitung.stuttgarter-zeitung.de" data-title="Digitale Zeitung" target="_self"> Digitale Zeitung </a></li><li> <a href="https://produkte.stuttgarter-zeitung.de/stz-news/" data-title="News-App" target="_blank"> News-App </a></li><li> <a href="https://www.stuttgarter-zeitung.de/newsletter" data-title="Newsletter" target="_self"> Newsletter </a></li><li> <a href="https://www.stuttgarter-zeitung.de/podcasts" data-title="Podcasts" target="_self"> Podcasts </a></li><li> <a href="https://www.stuttgarter-zeitung.de/raetsel" data-title="R盲tsel" target="_self"> R盲tsel </a></li><li> <a href="https://sonderthemen.stuttgarter-zeitung.de" data-title="Sonderthemen" target="_self"> Sonderthemen </a></li><li> <a href="https://stellenmarkt.stuttgarter-zeitung.de" data-title="Stellenmarkt" target="_self"> Stellenmarkt </a></li></ul> </nav> <!-- logo --> <div class="header-logo" itemscope="" itemtype="http://schema.org/Organization"> <a class="m-link" href="/" itemprop="url" data-title="Stuttgarter Zeitung"> <picture> <source srcset="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung-darkmode.svg" media="(prefers-color-scheme: dark)"> <img alt="Stuttgarter Zeitung" src="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung.svg"> </picture> </a> </div> <!-- user-nav - dyn --> <nav class="header-user-nav"> <ul> <li><a class="m-icon m-icon--cleverpush" href="#cleverpush-bell-speechbubble"></a></li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Abo-Vorteile"> Mein Abo </a> </li> <li data-visibility="state-loggedout state-loggedin"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/abo?utm_campaign=01GR&utm_source=cms&utm_medium=abo&utm_content=button&wt=EONAB&tpcc=abobutton" target="_blank" data-title="Abonnieren"> Abo </a> </li> <li data-visibility="state-loggedin state-subscribed"> <a class="link-yellow" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> <span class="login"> Abmelden </span> </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="Login_pos_header" href="javascript:CmsLoginManager.execLoginAction('LOGIN');" data-title="Login"> <span class="login"> Anmelden </span> </a> </li></ul> </nav> <!-- Partner-Link --> <a class="header-partner-link" dark="" href="https://swm-network.de/portfolio/digital/partnernetzwerk/" target="_blank">&nbsp;</a> <div class="header-explore-nav"> <ul> <li> <!-- toggle-nav --> <a class="toggle-nav m-icon m-icon--burger"><span>Men眉</span></a> </li> <li data-visibility="device-mobile"><a class="m-icon m-icon--cleverpush" href="#cleverpush-bell-speechbubble"></a></li> <li> <!-- toggle-search --> <a class="toggle-search m-icon m-icon--search"></a> </li> </ul> </div> </div> <div class="header-bottom"> <div> <div class="header-bottom-explore-nav"> <ul> <li> <!-- toggle-nav --> <a class="toggle-nav m-icon m-icon--burger"></a> </li> <li> <!-- toggle-search --> <a class="toggle-search m-icon m-icon--search"></a> </li> <li> <!-- home --> <a href="/" data-title='Startseite' class="m-icon m-icon--home"></a> </li> </ul> </div> <div class="slider-header-navigation-wrapper"> <div class="swiper-button-prev swiper-button-disabled"></div> <div class="swiper slider-header-navigation"> <div class="swiper-wrapper"> <div class="swiper-slide slider-header-navigation-item icon"> <a href="/" class="m-icon--home " data-title="Startseite" target="_self"> </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/meinestz" class=" " data-title="Meine StZ" target="_self"> Meine StZ </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/schlagzeilen" class=" " data-title="Schlagzeilen" target="_self"> Schlagzeilen </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/stuttgart" class=" " data-title="Stuttgart" target="_self"> Stuttgart </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/stadtbezirke" class=" " data-title="Stadtbezirke" target="_self"> Stadtbezirke </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/region-stuttgart" class=" " data-title="Region" target="_self"> Region </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/baden-wuerttemberg" class=" " data-title="Baden-W眉rttemberg" target="_self"> Baden-W眉rttemberg </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/politik" class=" " data-title="Politik" target="_self"> Politik </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/wirtschaft" class=" " data-title="Wirtschaft" target="_self"> Wirtschaft </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/sport" class=" " data-title="Sport" target="_self"> Sport </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/panorama" class=" " data-title="Panorama" target="_self"> Panorama </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/kultur" class=" " data-title="Kultur" target="_self"> Kultur </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/wissen-computer" class=" " data-title="Wissen" target="_self"> Wissen </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/reise" class=" " data-title="Reise" target="_self"> Reise </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/genuss-leben" class=" " data-title="Genuss & Leben" target="_self"> Genuss & Leben </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/mediathek" class=" " data-title="Mediathek" target="_self"> Mediathek </a></div><div class="swiper-slide slider-header-navigation-item active "> <a href="https://www.bei-uns-daheim.de" class=" " data-title="Bei uns daheim" target="_self"> Bei uns daheim </a></div> </div> </div> <div class="swiper-button-next"></div></div> </div> </div> <div class="burger-nav"> <div class="burger-nav-bar"> <a class="m-icon m-icon--close toggle-nav"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#29293a" aria-hidden="true" height="16" stroke="#29293a"><path d="M1.3 1.3l13.4 13.4M1.3 14.7L14.7 1.3" stroke-width="1.5" stroke-linecap="square"></path></svg> </a> <!-- burger-user-nav - dyn --> <nav class="burger-user-nav"> <div class="login-info" data-visibility="state-loggedin state-subscribed"> Sie sind angemeldet. <!--als<br /> <span class="mail"></span>--></div><ul> <li data-visibility="state-loggedin"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://service.stuttgarter-zeitung.de/service/meine-abos" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Vorteile_pos_header" href="https://produkte.stuttgarter-zeitung.de/service/" target="_blank" data-title="Abo-Vorteile"> Abo-Vorteile </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Profil_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Profil verwalten"> Profil verwalten </a> </li> <li data-visibility="state-loggedout state-loggedin"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/abo?utm_campaign=01GR&utm_source=cms&utm_medium=abo&utm_content=button&wt=EONAB&tpcc=abobutton" target="_blank" data-title="Abonnieren"> Abo </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://service.stuttgarter-zeitung.de/service/meine-abos" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-loggedin state-subscribed"> <a class="link-yellow" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> <span class="login"> Abmelden </span> </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="Login_pos_header" href="javascript:CmsLoginManager.execLoginAction('LOGIN');" data-title="Login"> <span class="login"> Anmelden </span> </a> </li></ul> </nav> <nav class="burger-top-nav serviceOneNav"> <ul data-title="Service Menue Burger oben"> <li> <a href="https://www.stuttgarter-zeitung.de" data-title="Startseite" target="_self"> Startseite </a></li><li> <a href="https://www.stuttgarter-zeitung.de/meinestz" data-title="Meine Nachrichten (Meine StZ)" target="_self"> Meine Nachrichten (Meine StZ) </a></li><li> <a href="https://www.stuttgarter-zeitung.de/meinestz/merkliste" data-title="Merkliste (Meine StZ)" target="_self"> Merkliste (Meine StZ) </a></li><li> <a href="https://www.stuttgarter-zeitung.de/newsletter" data-title="Newsletter" target="_self"> Newsletter </a></li><li> <a href="https://stellenmarkt.stuttgarter-zeitung.de" data-title="Stellenmarkt" target="_self"> Stellenmarkt </a></li></ul> </nav> <form action="/suche" class="m-form search" method="get" onsubmit="return checkFormHeader()"> <input name="_charset_" type="hidden" value="UTF-8"> <input name="searchSort" type="hidden" value="desc"> <div class="search-input"> <input autocomplete="off" class="m-input" id="search_field" name="searchText" placeholder="Suchbegriff eingeben" type="text"> <button class="m-icon m-icon--search"></button> </div> </form> <nav class="burger-deep-nav homeNav" dark> <ul class="m-menu m-menu--1" data-title="Ressorts"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/" data-title="Startseite" target="_self" class="m-link level-1-link" data-visibility=""> Startseite </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/meinestz" data-title="Meine StZ" target="_self" class="m-link level-1-link" data-visibility=""> Meine StZ </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/schlagzeilen" data-title="Schlagzeilen" target="_self" class="m-link level-1-link" data-visibility=""> Schlagzeilen </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/stuttgart" data-title="Stuttgart" target="_self" class="m-link level-1-link" data-visibility=""> Stuttgart </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/polizeibericht" data-title="Polizeibericht" target="_self" class="m-link level-2-link" data-visibility=""> Polizeibericht </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stadtkind" data-title="Stadtkind Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> Stadtkind Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/einkommensatlas" data-title="Einkommensatlas" target="_self" class="m-link level-2-link" data-visibility=""> Einkommensatlas </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/medizin" data-title="Medizin" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Medizin </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/stadtbezirke" data-title="Stadtbezirke" target="_self" class="m-link level-1-link" data-visibility=""> Stadtbezirke </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/mitte" data-title="Stuttgart-Mitte" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Mitte </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/nord" data-title="Stuttgart-Nord" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Nord </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/ost" data-title="Stuttgart-Ost" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Ost </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/sued" data-title="Stuttgart-S眉d" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-S眉d </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/west" data-title="Stuttgart-West" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-West </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/bad-cannstatt" data-title="Bad Cannstatt" target="_self" class="m-link level-2-link" data-visibility=""> Bad Cannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/birkach" data-title="Birkach" target="_self" class="m-link level-2-link" data-visibility=""> Birkach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/botnang" data-title="Botnang" target="_self" class="m-link level-2-link" data-visibility=""> Botnang </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/degerloch" data-title="Degerloch" target="_self" class="m-link level-2-link" data-visibility=""> Degerloch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/feuerbach" data-title="Feuerbach" target="_self" class="m-link level-2-link" data-visibility=""> Feuerbach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/hedelfingen" data-title="Hedelfingen" target="_self" class="m-link level-2-link" data-visibility=""> Hedelfingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/moehringen" data-title="M枚hringen" target="_self" class="m-link level-2-link" data-visibility=""> M枚hringen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/muehlhausen" data-title="M眉hlhausen" target="_self" class="m-link level-2-link" data-visibility=""> M眉hlhausen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/muenster" data-title="M眉nster" target="_self" class="m-link level-2-link" data-visibility=""> M眉nster </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/obertuerkheim" data-title="Obert眉rkheim" target="_self" class="m-link level-2-link" data-visibility=""> Obert眉rkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/plieningen" data-title="Plieningen" target="_self" class="m-link level-2-link" data-visibility=""> Plieningen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/sillenbuch" data-title="Sillenbuch" target="_self" class="m-link level-2-link" data-visibility=""> Sillenbuch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/stammheim" data-title="Stammheim" target="_self" class="m-link level-2-link" data-visibility=""> Stammheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/untertuerkheim" data-title="Untert眉rkheim" target="_self" class="m-link level-2-link" data-visibility=""> Untert眉rkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/vaihingen" data-title="Vaihingen" target="_self" class="m-link level-2-link" data-visibility=""> Vaihingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/wangen" data-title="Wangen" target="_self" class="m-link level-2-link" data-visibility=""> Wangen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/weilimdorf" data-title="Weilimdorf" target="_self" class="m-link level-2-link" data-visibility=""> Weilimdorf </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/zuffenhausen" data-title="Zuffenhausen" target="_self" class="m-link level-2-link" data-visibility=""> Zuffenhausen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/region-stuttgart" data-title="Region" target="_self" class="m-link level-1-link" data-visibility=""> Region </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/boeblingen" data-title="Landkreis B枚blingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis B枚blingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/esslingen" data-title="Landkreis Esslingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis Esslingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/goeppingen" data-title="Landkreis G枚ppingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis G枚ppingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/ludwigsburg" data-title="Landkreis Ludwigsburg" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis Ludwigsburg </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/rems-murr-kreis" data-title="Rems-Murr-Kreis" target="_self" class="m-link level-2-link" data-visibility=""> Rems-Murr-Kreis </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/polizei-stuttgart" data-title="Polizeibericht" target="_self" class="m-link level-2-link" data-visibility=""> Polizeibericht </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/leonberger-kreiszeitung" data-title="Leonberger Kreiszeitung" target="_self" class="m-link level-2-link" data-visibility=""> Leonberger Kreiszeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/marbacher-zeitung" data-title="Marbacher Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Marbacher Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/kornwestheimer-zeitung" data-title="Kornwestheimer Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Kornwestheimer Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/fellbacher-zeitung" data-title="Fellbacher Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Fellbacher Zeitung </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/baden-wuerttemberg" data-title="Baden-W眉rttemberg" target="_self" class="m-link level-1-link" data-visibility=""> Baden-W眉rttemberg </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/politik" data-title="Politik" target="_self" class="m-link level-1-link" data-visibility=""> Politik </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bundestagswahl-2025" data-title="Bundestagswahl 2025" target="_self" class="m-link level-2-link" data-visibility=""> Bundestagswahl 2025 </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/wirtschaft" data-title="Wirtschaft" target="_self" class="m-link level-1-link" data-visibility=""> Wirtschaft </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/wirtschaft/autoindustrie" data-title="Autoindustrie" target="_self" class="m-link level-2-link" data-visibility=""> Autoindustrie </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/innovation-hightech" data-title="Innovation & Hightech" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Innovation & Hightech </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/innovation-hightech/partner" data-title="Partner" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Partner </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/jobs-firmen-stuttgart" data-title="Jobs und Firmen" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Jobs und Firmen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/firmen-im-fokus" data-title="Firmen im Fokus" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Firmen im Fokus </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/sport" data-title="Sport" target="_self" class="m-link level-1-link" data-visibility=""> Sport </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/vfb-stuttgart" data-title="VfB Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> VfB Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/fussball-bundesliga" data-title="Fu脽ball-Bundesliga" target="_self" class="m-link level-2-link" data-visibility=""> Fu脽ball-Bundesliga </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgarter-kickers" data-title="Stuttgarter Kickers" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/lokal-sport" data-title="Lokalsport Region Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> Lokalsport Region Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sportmix" data-title="Sportmeldungen" target="_self" class="m-link level-2-link" data-visibility=""> Sportmeldungen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/1-fc-heidenheim" data-title="1. FC Heidenheim" target="_self" class="m-link level-2-link" data-visibility=""> 1. FC Heidenheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/goeppinger-sv" data-title="1. G枚ppinger SV" target="_self" class="m-link level-2-link" data-visibility=""> 1. G枚ppinger SV </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/panorama" data-title="Panorama" target="_self" class="m-link level-1-link" data-visibility=""> Panorama </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/kultur" data-title="Kultur" target="_self" class="m-link level-1-link" data-visibility=""> Kultur </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://veranstaltungen.stuttgarter-zeitung.de" data-title="Veranstaltungen" target="_blank" class="m-link level-2-link" data-visibility=""> Veranstaltungen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/wissen-computer" data-title="Wissen" target="_self" class="m-link level-1-link" data-visibility=""> Wissen </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart" data-title="Gesund in Stuttgart" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Gesund in Stuttgart </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/moderne-medizin" data-title="Moderne Medizin" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Moderne Medizin </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/sport-und-praevention" data-title="Sport und Pr盲vention" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Sport und Pr盲vention </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/arbeiten-im-krankenhaus" data-title="Arbeiten im Krankenhaus" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Arbeiten im Krankenhaus </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/showroom-lifestyle-magazin" data-title="Showroom - Das Lifestyle Magazin" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Showroom - Das Lifestyle Magazin </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gartenideen-zuhause-im-gruenen" data-title="Gartenideen" target="_self" class="m-link level-2-link" data-visibility=""> Gartenideen </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/themenwelt/camperwelt" data-title="Camperwelt" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Camperwelt </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/camperwelt/partner" data-title="Partner" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Partner </a> <!-- 'nextLevel' is undefined --></li></ul></li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/reise" data-title="Reise" target="_self" class="m-link level-1-link" data-visibility=""> Reise </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://stz.globalis.de" data-title="Leserreisen" target="_blank" class="m-link level-2-link" data-visibility=""> Leserreisen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/genuss-leben" data-title="Genuss & Leben" target="_self" class="m-link level-1-link" data-visibility=""> Genuss & Leben </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/essen-trinken" data-title="Essen & Trinken" target="_self" class="m-link level-2-link" data-visibility=""> Essen & Trinken </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/mediathek" data-title="Mediathek" target="_self" class="m-link level-1-link" data-visibility=""> Mediathek </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/videos" data-title="Unsere Videos" target="_self" class="m-link level-2-link" data-visibility=""> Unsere Videos </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/news" data-title="News" target="_self" class="m-link level-2-link" data-visibility=""> News </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/panorama" data-title="Panorama" target="_self" class="m-link level-2-link" data-visibility=""> Panorama </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/gesundheit-fitness" data-title="Gesundheit und Fitness" target="_self" class="m-link level-2-link" data-visibility=""> Gesundheit und Fitness </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/meinvfb" data-title="MeinVfB" target="_self" class="m-link level-2-link" data-visibility=""> MeinVfB </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/podcannstatt" data-title="PodCannstatt" target="_self" class="m-link level-2-link" data-visibility=""> PodCannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/kickers" data-title="Stuttgarter Kickers" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/1-goeppinger-sv" data-title="1. G枚ppinger SV" target="_self" class="m-link level-2-link" data-visibility=""> 1. G枚ppinger SV </a> </li></ul></li><li class="m-item has-level-2 active"> <a href="https://www.bei-uns-daheim.de" data-title="Bei uns daheim" target="_self" class="m-link level-1-link" data-visibility=""> Bei uns daheim </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kreis-ludwigsburg" data-title="Kreis Ludwigsburg" target="_self" class="m-link level-2-link" data-visibility=""> Kreis Ludwigsburg </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/affalterbach" data-title="Affalterbach" target="_self" class="m-link level-3-link" data-visibility=""> Affalterbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/beilstein" data-title="Beilstein" target="_self" class="m-link level-3-link" data-visibility=""> Beilstein </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/benningen" data-title="Benningen" target="_self" class="m-link level-3-link" data-visibility=""> Benningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/erdmannhausen" data-title="Erdmannhausen" target="_self" class="m-link level-3-link" data-visibility=""> Erdmannhausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/grossbottwar" data-title="Gro脽bottwar" target="_self" class="m-link level-3-link" data-visibility=""> Gro脽bottwar </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kirchberg-an-der-murr" data-title="Kirchberg an der Murr" target="_self" class="m-link level-3-link" data-visibility=""> Kirchberg an der Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kornwestheim" data-title="Kornwestheim" target="_self" class="m-link level-3-link" data-visibility=""> Kornwestheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach" data-title="Marbach" target="_self" class="m-link level-3-link" data-visibility=""> Marbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach-und-bottwartal" data-title="Marbach und Bottwartal" target="_self" class="m-link level-3-link" data-visibility=""> Marbach und Bottwartal </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/mundelsheim" data-title="Mundelsheim" target="_self" class="m-link level-3-link" data-visibility=""> Mundelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/murr" data-title="Murr" target="_self" class="m-link level-3-link" data-visibility=""> Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/oberstenfeld" data-title="Oberstenfeld" target="_self" class="m-link level-3-link" data-visibility=""> Oberstenfeld </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/pleidelsheim" data-title="Pleidelsheim" target="_self" class="m-link level-3-link" data-visibility=""> Pleidelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/steinheim" data-title="Steinheim" target="_self" class="m-link level-3-link" data-visibility=""> Steinheim </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach" data-title="Marbach" target="_self" class="m-link level-2-link" data-visibility=""> Marbach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kornwestheim" data-title="Kornwestheim" target="_self" class="m-link level-2-link" data-visibility=""> Kornwestheim </a> </li><li class="m-item "> <a href="https://www.krzbb.de/bei-uns-daheim/kreis-boeblingen" data-title="Kreis B枚blingen" target="_self" class="m-link level-2-link" data-visibility=""> Kreis B枚blingen </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/fellbach-und-kernen" data-title="Fellbach und Kernen" target="_self" class="m-link level-2-link" data-visibility=""> Fellbach und Kernen </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/fellbach" data-title="Fellbach" target="_self" class="m-link level-3-link" data-visibility=""> Fellbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/schmiden" data-title="Schmiden" target="_self" class="m-link level-3-link" data-visibility=""> Schmiden </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/oeffingen" data-title="Oeffingen" target="_self" class="m-link level-3-link" data-visibility=""> Oeffingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/rommelshausen" data-title="Rommelshausen" target="_self" class="m-link level-3-link" data-visibility=""> Rommelshausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/stetten" data-title="Stetten" target="_self" class="m-link level-3-link" data-visibility=""> Stetten </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item has-level-3 active"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung" data-title="Leonberg und Strohg盲u mit Umgebung" target="_self" class="m-link level-2-link" data-visibility=""> Leonberg und Strohg盲u mit Umgebung </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/leonberg" data-title="Leonberg" target="_self" class="m-link level-3-link" data-visibility=""> Leonberg </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/ditzingen" data-title="Ditzingen" target="_self" class="m-link level-3-link" data-visibility=""> Ditzingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/korntal-muenchingen" data-title="Korntal-M眉nchingen" target="_self" class="m-link level-3-link" data-visibility=""> Korntal-M眉nchingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/gerlingen" data-title="Gerlingen" target="_self" class="m-link level-3-link" data-visibility=""> Gerlingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weil-der-stadt" data-title="Weil der Stadt" target="_self" class="m-link level-3-link" data-visibility=""> Weil der Stadt </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/renningen" data-title="Renningen" target="_self" class="m-link level-3-link" data-visibility=""> Renningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/rutesheim" data-title="Rutesheim" target="_self" class="m-link level-3-link" data-visibility=""> Rutesheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/hemmingen" data-title="Hemmingen" target="_self" class="m-link level-3-link" data-visibility=""> Hemmingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weissach" data-title="Weissach" target="_self" class="m-link level-3-link" data-visibility=""> Weissach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/heimsheim" data-title="Heimsheim" target="_self" class="m-link level-3-link" data-visibility=""> Heimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/friolzheim" data-title="Friolzheim" target="_self" class="m-link level-3-link" data-visibility=""> Friolzheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item active"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" data-title="Wimsheim" target="_self" class="m-link level-3-link" data-visibility=""> Wimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/moensheim" data-title="M枚nsheim" target="_self" class="m-link level-3-link" data-visibility=""> M枚nsheim </a> <!-- 'nextLevel' is undefined --></li></ul></li></ul></li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceTwoNav"> <ul class="m-menu m-menu--1" data-title="Mehr von der StZ"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stz-plus" data-title="Unser Bestes" target="_self" class="m-link level-1-link" data-visibility=""> Unser Bestes </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/autoren" data-title="Unsere Autorinnen und Autoren" target="_self" class="m-link level-1-link" data-visibility=""> Unsere Autorinnen und Autoren </a> </li><li class="m-item "> <a href="https://produkte.stuttgarter-zeitung.de/tutorial-stz-news/" data-title="StZ News-App" target="_self" class="m-link level-1-link" data-visibility="device-desktop device-tablet"> StZ News-App </a> </li><li class="m-item "> <a href="https://apps.apple.com/de/app/stuttgarter-zeitung-de/id397131360" data-title="StZ News-App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-ios"> StZ News-App </a> </li><li class="m-item "> <a href="https://play.google.com/store/apps/details?id=de.TORR.StZ&hl=de&gl=US" data-title="StZ News-App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-android"> StZ News-App </a> </li><li class="m-item "> <a href="https://zeitung.stuttgarter-zeitung.de" data-title="Digitale Zeitung im Web" target="_self" class="m-link level-1-link" data-visibility=""> Digitale Zeitung im Web </a> </li><li class="m-item "> <a href="https://produkte.stuttgarter-zeitung.de/tutorial-stz-zeitung/" data-title="Digitale Zeitung als App" target="_self" class="m-link level-1-link" data-visibility="device-desktop device-tablet"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://apps.apple.com/de/app/stuttgarter-zeitung-app/id517190273" data-title="Digitale Zeitung als App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-ios"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://play.google.com/store/apps/details?id=de.msh.android.stz&hl=de&gl=US" data-title="Digitale Zeitung als App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-android"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/raetsel" data-title="R盲tsel" target="_self" class="m-link level-1-link" data-visibility=""> R盲tsel </a> </li><li class="m-item has-level-2"> <a href="https://produkte.stuttgarter-zeitung.de/service/" data-title="Vorteile im Abonnement" target="_self" class="m-link level-1-link" data-visibility=""> Vorteile im Abonnement </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.shop711.de/?_ga=2.69482960.1755640441.1644834170-1998876794.1643036618" data-title="Shop" target="_self" class="m-link level-2-link" data-visibility=""> Shop </a> </li><li class="m-item "> <a href="https://zeitung-erleben.de" data-title="Zeitung erleben" target="_self" class="m-link level-2-link" data-visibility=""> Zeitung erleben </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/aus-der-redaktion" data-title="Aus der Redaktion" target="_self" class="m-link level-1-link" data-visibility=""> Aus der Redaktion </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stz-hilfe" data-title="Hilfe f眉r Nachbarn" target="_self" class="m-link level-2-link" data-visibility=""> Hilfe f眉r Nachbarn </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/schule" data-title="Zeitung in der Schule" target="_self" class="m-link level-2-link" data-visibility=""> Zeitung in der Schule </a> </li><li class="m-item "> <a href="https://www.stuttgarter-kinderzeitung.de" data-title="Kinderzeitung" target="_blank" class="m-link level-2-link" data-visibility=""> Kinderzeitung </a> </li></ul></li><li class="m-item "> <a href="https://www.instagram.com/stuttgarterzeitung/" data-title="Instagram" target="_blank" class="m-link level-1-link" data-visibility=""> Instagram </a> </li><li class="m-item "> <a href="https://www.youtube.com/c/StuttgarterZeitungStuttgarterNachrichten" data-title="Youtube" target="_blank" class="m-link level-1-link" data-visibility=""> Youtube </a> </li><li class="m-item "> <a href="https://www.whatsapp.com/channel/0029VaEiUmtGzzKWiGIMuW2g" data-title="WhatsApp" target="_blank" class="m-link level-1-link" data-visibility=""> WhatsApp </a> </li><li class="m-item "> <a href="https://www.facebook.com/stuttgarterzeitung/" data-title="Facebook" target="_blank" class="m-link level-1-link" data-visibility=""> Facebook </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceThreeNav"> <ul class="m-menu m-menu--1" data-title="Service"> <li class="m-item "> <a href="https://immobilien.stuttgarter-zeitung.de/?_ga=2.44754724.1469533836.1638859445-424982560.1638859445" data-title="Immomarkt" target="_blank" class="m-link level-1-link" data-visibility=""> Immomarkt </a> </li><li class="m-item "> <a href="https://www.stuttgart-gedenkt.de" data-title="Trauerportal" target="_blank" class="m-link level-1-link" data-visibility=""> Trauerportal </a> </li><li class="m-item "> <a href="https://sonderthemen.stuttgarter-zeitung.de" data-title="Sonderthemen" target="_self" class="m-link level-1-link" data-visibility=""> Sonderthemen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/magazine/" data-title="Magazine" target="_self" class="m-link level-1-link" data-visibility=""> Magazine </a> </li><li class="m-item "> <a href="https://anzeigen-suchen.stuttgarter-zeitung.de" data-title="Bekanntschaften" target="_blank" class="m-link level-1-link" data-visibility=""> Bekanntschaften </a> </li><li class="m-item "> <a href="https://anzeigen-suchen.stuttgarter-zeitung.de" data-title="Reisemarkt" target="_blank" class="m-link level-1-link" data-visibility=""> Reisemarkt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/anzeigen" data-title="Anzeigen aufgeben" target="_self" class="m-link level-1-link" data-visibility=""> Anzeigen aufgeben </a> </li><li class="m-item "> <a href="https://www.stz-onlineservice.de" data-title="StZ Onlineservice" target="_blank" class="m-link level-1-link" data-visibility=""> StZ Onlineservice </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceFourNav"> <ul class="m-menu m-menu--1" data-title="Impressum & Kontakt"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/impressum" data-title="Impressum & Kontakt" target="_self" class="m-link level-1-link" data-visibility=""> Impressum & Kontakt </a> </li><li class="m-item "> <a href="https://swm-network.de/mediadaten/" data-title="Mediadaten" target="_self" class="m-link level-1-link" data-visibility=""> Mediadaten </a> </li><li class="m-item "> <a href="https://www.swmh-datenschutz.de/stz" data-title="Datenschutzerkl盲rung" target="_self" class="m-link level-1-link" data-visibility=""> Datenschutzerkl盲rung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/agb" data-title="AGB" target="_self" class="m-link level-1-link" data-visibility=""> AGB </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/ethikrichtlinie" data-title="Ethikrichtlinie" target="_self" class="m-link level-1-link" data-visibility=""> Ethikrichtlinie </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> </div></div> <div class="mod-overlay"></div> </div><script> ptLoadSwiper(function() { /* Swiper-Navigation */ var swiper = new Swiper(".slider-header-navigation", { slidesPerView: 'auto', slidesPerGroupAuto: true, slideToClickedSlide: false, passiveListeners: false, touchReleaseOnEdges: true, threshold: 5, navigation: { nextEl: ".slider-header-navigation-wrapper .swiper-button-next", prevEl: ".slider-header-navigation-wrapper .swiper-button-prev", }, on: { click: function(sw, e) { if (e.target.classList.contains("swiper-slide")) { e.preventDefault(); e.target.classList.add("clicked"); window.setTimeout(function() { document.querySelector(".slider-header-navigation a.clicked").classList.remove("clicked"); }, 100); e.target.click(); } }, tap: function(sw, e) { if (e.target.classList.contains("swiper-slide")) { e.preventDefault(); } } }, }); /* Toggle Burger-Navigation */ document.addEventListener('click',function(e) { /* get burger-nav */ var burgerNav = document.querySelector(".burger-nav"); var burgerNavBar = document.querySelector(".burger-nav-bar"); var toggleNav = document.querySelector(".toggle-nav"); var toggleSearch = document.querySelector(".toggle-search"); var overlay = document.querySelector(".mod-overlay"); var html = document.querySelector("html"); var searchForm = burgerNav.querySelector("form"); var searchText = searchForm.querySelector("[name='searchText']"); console.log(e.target.classList); /* toggle-burger-nav */ if (e.target.classList.contains("toggle-nav") || toggleNav.contains(e.target)) { if (burgerNav.classList.contains("open")) { burgerNav.classList.remove("open"); overlay.classList.remove("is-open"); html.classList.remove("no-scroll"); } else { burgerNav.classList.add("open"); overlay.classList.add("is-open"); html.classList.add("no-scroll"); burgerNavBar.scrollTop = 0; } } else { /* click outside */ if (burgerNav.classList.contains("open") && !burgerNavBar.contains(e.target)) { burgerNav.classList.remove("open"); overlay.classList.remove("is-open"); html.classList.remove("no-scroll"); } } /* toggle ul */ if (e.target.classList.contains("m-item") && e.target.classList.contains("has-level-2")) { if (e.target.classList.contains("is-active")) { e.target.classList.remove("is-active"); } else { e.target.classList.add("is-active"); } } /* toggle search */ if (e.target.classList.contains("toggle-search") || toggleSearch.contains(e.target)) { burgerNav.classList.add("open"); overlay.classList.add("is-open"); html.classList.add("no-scroll"); searchText.focus(); burgerNavBar.scrollTop = searchForm.offsetTop - 15; } if (e.target.hasAttribute("data-title") && "Datenschutz-Einstellungen" == e.target.getAttribute("data-title")) { e.preventDefault(); window._sp_.loadPrivacyManagerModal(192226); } }); /* sticky-nav */ var lastOffsetY = 0; var navbar = document.querySelector(".header-bottom"); var stickyOffsetY = navbar.offsetTop; var header = document.querySelector(".mod-header-new"); /*header.style.top = -stickyOffsetY + "px"; function reportWindowSize() { var stickyOffsetY = navbar.offsetTop; header.style.top = -stickyOffsetY + "px"; } window.addEventListener('resize', reportWindowSize);*/ document.addEventListener('scroll', function(e) { var navbar = document.querySelector(".header-bottom"); var stickyOffsetY = navbar.offsetTop; var htmlElement = document.querySelector("html"); /* set sticky */ if (window.pageYOffset >= stickyOffsetY) { htmlElement.classList.add("sticky-nav"); } else { htmlElement.classList.remove("sticky-nav"); } /* determine scroll direction */ if (window.pageYOffset > (0 + stickyOffsetY) && window.pageYOffset > lastOffsetY) { if (!htmlElement.classList.contains("scr-d")) { htmlElement.classList.add("scr-d"); } if (htmlElement.classList.contains("scr-u")) { htmlElement.classList.remove("scr-u"); } } else { if (!htmlElement.classList.contains("scr-u")) { htmlElement.classList.add("scr-u"); } if (htmlElement.classList.contains("scr-d")) { htmlElement.classList.remove("scr-d"); } } lastOffsetY = window.pageYOffset; }); var advertorialElements = document.querySelectorAll(".burger-deep-nav[dark] a.advertorial"); for (var i=0; i<advertorialElements.length; i++) { var span = document.createElement("span"); span.classList.add("ad-label"); span.innerHTML = "Anzeige"; advertorialElements[i].appendChild(span); } });</script><div class="brickgroup site site-wrapper ressortseite" data-upscore-zone="Ressortseite_Standard" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="ebfb8457-8446-4524-8810-343e4fe6e0a5"><!-- NOWRAPPER(!) --><div class="brick breaking-news" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="841d27bf-a5ed-4bb6-9a88-6e47eea1b78b" data-b-title="STZ-RSP18 - B - Piano Banderole / Eilmeldung (HTML) - Artikel/Ressort"> <!-- code is empty --> </div><div class="brick eilmeldung-script" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="bf60568d-f658-4b6e-ac08-9f7bb96fed4b" data-b-title="STZ-RSP18 - B - Piano Banderole / Eilmeldung (Script)"><div class="item"> <div class="content"> <div class="statichtml"> <script> var banderoleTarget = document.querySelector('.c1-banderole-target'), breakingNewsContainer = document.querySelector('.breaking-news'), breakingNewsAbortController = new AbortController(), breakingNewsAbortSignal = breakingNewsAbortController.signal, breakingNewsTimeout, breakingNewsFeedUrl = '/eilmeldung._eilmeldung.html', banderoleShown = false; breakingNewsTimeout = setTimeout(function() { breakingNewsAbortController.abort(); initBanderole(); }, 3000); fetch(breakingNewsFeedUrl, { method: 'GET', signal: breakingNewsAbortSignal }) .then((response) => { if (!response.ok) { throw Error(response.statusText); } return response; }) .then(response => response.text()) .then(function(text) { clearTimeout(breakingNewsTimeout); text.indexOf('appetizer-title') != -1 ? insertBreakingNews(text) : initBanderole(); }) .catch(error => { clearTimeout(breakingNewsTimeout); initBanderole(); }); function insertBreakingNews(text) { breakingNewsContainer.innerHTML = text; var textContainer = document.querySelector('.breaking-news .data .headline-wrapper h3'), appetizerTitle = document.querySelector('.breaking-news .data .appetizer-title'), appetizerTitleSpan = appetizerTitle.querySelector('span'); if ((textContainer.offsetWidth - 52) < appetizerTitleSpan.offsetWidth) { appetizerTitleSpan.innerText += ' +++ ' + appetizerTitleSpan.innerText; appetizerTitleSpan.classList.add('animate'); } } function initBanderole() { if (!banderoleTarget) return; var banderoleContainer = document.querySelector('#pianoBanderoleContainer'), sendToBanderoleObject = { 'postType': 'resendImpression' }; banderoleContainer.style.display = 'block'; banderoleShown = true; if (banderoleContainer.childElementCount > 0) { banderoleContainer.querySelector('iframe').contentWindow?.postMessage(sendToBanderoleObject, 'https://vx.stuttgarter-zeitung.de'); } }</script> </div> </div></div> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="1271201c-927f-4e89-b230-5ea9b2a5661a" data-b-title="STZ-RSP22 - Sticky Snippet (Piano)" data-appexclude="true"> <div id="pianoSnippetContainer" style="display:none">&nbsp;</div> <script> var snippetShown = false; document.addEventListener("EmptySlotEvent", function (e) { if (e.detail.slotId === "outofpage") { var snippetContainer = document.querySelector('#pianoSnippetContainer'), sendToSnippetObject = { 'postType': 'resendImpression' }; snippetContainer.style.display = 'block'; snippetShown = true; if (snippetContainer.childElementCount > 0) { snippetContainer.querySelector('iframe').contentWindow?.postMessage(sendToSnippetObject, 'https://vx.stuttgarter-zeitung.de'); } initStickySnippet(); } }); </script><script> function initStickySnippet () { var pianoSnippetContainer = document.querySelector('#pianoSnippetContainer'), taboolaContainer = document.querySelector('[id^="taboola"]'), footerContainer = document.querySelector('#footer'), htmlContainer = document.querySelector('html'), snippetBottomPosition, taboolaTopPosition, taboolaBottomPosition, footerTopPosition, footerBottomPosition; if (pianoSnippetContainer && taboolaContainer && footerContainer) { function isSnippetInTaboolaOrFooterViewport() { taboolaTopPosition = taboolaContainer.getBoundingClientRect().top + window.scrollY; taboolaBottomPosition = taboolaContainer.getBoundingClientRect().bottom + window.scrollY; footerTopPosition = footerContainer.getBoundingClientRect().top + window.scrollY; footerBottomPosition = footerContainer.getBoundingClientRect().bottom + window.scrollY; snippetBottomPosition = pianoSnippetContainer.getBoundingClientRect().bottom + window.scrollY; snippetTopPosition = pianoSnippetContainer.getBoundingClientRect().top + window.scrollY; if (snippetBottomPosition > taboolaTopPosition || snippetBottomPosition > footerTopPosition) { if (!pianoSnippetContainer.classList.contains('hidden')) { pianoSnippetContainer.classList.add('hidden'); htmlContainer.classList.add('snippetHidden'); } }else { pianoSnippetContainer.classList.remove('hidden'); htmlContainer.classList.remove('snippetHidden'); } } document.addEventListener('scroll', isSnippetInTaboolaOrFooterViewport, { passive: true }); } else if (pianoSnippetContainer && footerContainer) { function isSnippetInFooterViewport() { footerTopPosition = footerContainer.getBoundingClientRect().top + window.scrollY; footerBottomPosition = footerContainer.getBoundingClientRect().bottom + window.scrollY; snippetBottomPosition = pianoSnippetContainer.getBoundingClientRect().bottom + window.scrollY; snippetTopPosition = pianoSnippetContainer.getBoundingClientRect().top + window.scrollY; if (snippetBottomPosition > footerTopPosition) { if (!pianoSnippetContainer.classList.contains('hidden')) { pianoSnippetContainer.classList.add('hidden'); htmlContainer.classList.add('snippetHidden'); } } else { pianoSnippetContainer.classList.remove('hidden'); htmlContainer.classList.remove('snippetHidden'); } } document.addEventListener('scroll', isSnippetInFooterViewport, { passive: true }); }; }; </script> <style type="text/css">#pianoSnippetContainer { position: fixed; width: 100%; max-width: 1200px; bottom: 0; z-index: 1000; border-radius: 2px 2px 0 0; transition: transform 1s; transform: translateY(200px); } #pianoSnippetContainer.active { transform: translateY(0); box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16); } #pianoSnippetContainer.hidden { visibility: hidden; opacity: 0; pointer-events: none; z-index: -1 !important; } #pianoSnippetContainer.noBoxShadow { box-shadow: none !important; } #pianoSnippetContainer .boxitem { margin-bottom: 0; } #pianoSnippetContainer:empty { display: none !important; } #pianoSnippetContainer iframe, #pianoSnippetContainer .tp-container-inner { width: 100% !important; } </style> </div><div class="brickgroup grid" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="442e8748-df23-45a2-b40e-d5279cabec35"><!-- NOWRAPPER(!) --><div data-hidden-print="yes" class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w0-" data-brickid="dc7f8703-0605-435b-9b0f-01b142145ce3"><!-- NOWRAPPER(!) --> <div class="Billboard" id="traffective-ad-Billboard"><!-- traffective-ad-Billboard --></div> </div><div class="brickgroup boxitem mod-breadcrumb ressort" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="609003a4-969f-4d13-ac5d-593701aa7ed6"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="ff9623f4-3f34-4359-8f99-9f384740c46f" data-b-title="STZ-RSP18 - B - Breadcrumb (Ressort)" data-appexclude="true"><!-- configuration for header error: no menuentry configured --> <div class="bottom-nav" data-appexclude="true"> <!-- no valid ec for 'social-network' configured --> <ol itemscope="" itemtype="https://schema.org/BreadcrumbList" class="breadcrumb"> <li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="1"> <a href="https://www.stuttgarter-zeitung.de" itemprop="item"> <meta itemprop="name" content="Startseite"> <span> <span class="icon-home"></span> </span> </a> </li> <li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="2"> <a href="https://www.bei-uns-daheim.de" itemprop="item" class="level-1"> <span itemprop="name"> Bei uns daheim </span> </a></li><li> <span class="icon-arrow-2 arrow-right"></span></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung" itemprop="item" class="level-2"> <span itemprop="name"> Leonberg und Strohg盲u mit Umgebung </span> </a></li><li> <span class="icon-arrow-2 arrow-right"></span></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="4"> <h1 class="level-3 active"> <meta itemprop="item" content ="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim"> <span itemprop="name"> Wimsheim </span> </h1></li></ol><!-- sw --> <!-- swiperNav --> </div>z</div></div><!-- NOWRAPPER(!) --><!-- keine validen bricks --> <!-- NOWRAPPER(!) --><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> <div class="brick teaser-hero boxitem" data-layout-desktop="w12-c1-txt-if12-ia12-" data-layout-tablet="w12-c1-txt-if6-ia6-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="a95e9e7f-9e52-4733-8127-39c147e1d0e0" data-b-title="STZ-RSP18 - B - Topthema (Ressortseite - teaser-hero)"> <div class="compact-brick"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/compact/item.html --><div class="item"> <div class="content" data-upscore-object-id="f2c5e51d-fd89-45b8-a76e-47fcfdc54be1"> <a data-upscore-url="/inhalt.wimsheim-inner-voice.f2c5e51d-fd89-45b8-a76e-47fcfdc54be1.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Wimsheim: Inner Voice" class="data" href="/inhalt.wimsheim-inner-voice.f2c5e51d-fd89-45b8-a76e-47fcfdc54be1.html" target="_self"data-lt-teaser="Topthemen.1"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 12.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.1a1e4501-79b6-4639-9dd1-60fe7829ebbc.original?fm=avif&ar=16:9&w=300&ts=1738327170599 300w, https://www.stuttgarter-zeitung.de/image-a.media.1a1e4501-79b6-4639-9dd1-60fe7829ebbc.original?fm=avif&ar=16:9&w=700&ts=1738327170599 700w, https://www.stuttgarter-zeitung.de/image-a.media.1a1e4501-79b6-4639-9dd1-60fe7829ebbc.original?fm=avif&ar=16:9&w=1200&ts=1738327170599 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 25.0vw, (min-resolution: 3dppx) 33.333vw, (min-resolution: 2dppx) 50.0vw, (max-width: 1200px) 96.667vw, (max-width: 1560px) 74.359vw, 60.417vw" > <img fetchpriority="high" alt="Wimsheim: Inner Voice" title="Wimsheim: Inner Voice" src="/media.media.1a1e4501-79b6-4639-9dd1-60fe7829ebbc.16x9_700.jpg"> </picture> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Wimsheim</span> <span class="appetizer-title" data-upscore-title="Inner Voice">Inner Voice</span> </h3> </div> <div class="appetizer-text"> <span>Genussvoller Workshop in Wimsheim zum Weltfrauentag am 8.3.2025</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Inner Voice&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.wimsheim-inner-voice.f2c5e51d-fd89-45b8-a76e-47fcfdc54be1.html&quot;,&quot;id&quot;:&quot;f2c5e51d-fd89-45b8-a76e-47fcfdc54be1&quot;}" class="bookmark-article"></button> </div></div> </div></div><div class="brickgroup grid-row-teaser grid" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="ce6c3c8b-0bed-41fa-a234-8236634feff8"><div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w8-" data-layout-tablet="w8-" data-layout-mobile="w12-" data-brickid="6b0aa7cf-0389-4f81-9fae-6a21b41e83bc"><div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="f4e8f43e-97d2-4a59-8e57-eee42cc30f07"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="ba84942a-9387-4cfe-96e4-591a0b207ea8" data-b-title="STZ-RSP18 - B - EC Pos 1 (ec-content-pos1)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick" data-layout-desktop="w6-c1-txt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="62c0ee80-d6ee-4173-b2a0-0faec388d460" data-b-title="STZ-RSP18 - B - EC Pos 1 (ec-content-pos1-1/2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick" data-layout-desktop="w6-c1-txt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="d2b57623-4e30-43d9-8ef1-fa1d6b573829" data-b-title="STZ-RSP18 - B - EC Pos 1 (ec-content-pos1-2/2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="d6c055f2-5a1f-464a-a380-23731c38b0c3" data-b-title="STZ-RSP18 - B - EC Men眉 (ec-content-menu)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><!-- NOWRAPPER(!) --><div class="brick boxitem no-bg anzeige nativendo" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w0-c1-notxt-if12-ia0-" data-brickid="43802f17-9df8-4640-9b3b-b948667ebb63" data-b-title="StZ-RSP18 - AD - OMS Native Ads (Platzhalter)"> <div id="nativendo-oms-zone-placement"></div> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="af39c685-006c-4333-8b9d-fc5fefc2ae7a" data-b-title="STZ-RSP18 - B - Artikel 1"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN STZ-RSP18 - B - //MOBILE// - Ad (Mobile_Pos2) nicht in diesem Context sichtbar --> <div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="377a2207-b769-496e-980b-bfa2f221a7c2"><!-- keine validen bricks --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="f3e0faac-bd42-4dac-b94a-1d9518dbe56c" data-b-title="STZ-RSP18 - B - Artikel 3 (1)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="19b2b204-9e6a-4bf7-9672-5c8d1da73bf2" data-b-title="STZ-RSP18 - B - Superbanner (Ex-Powerstories)"> <!-- Superbanner --> <div id="traffective-ad-Superbanner" class="Superbanner"></div> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="2a325f7b-2e20-434a-8d02-e528a0f680f4" data-b-title="STZ-RSP18 - B - EC Pos VFB (ec-content-pos-vfb)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="61f76773-29f3-4400-8855-df86dc487de0" data-b-title="STZ-RSP18 - B - Artikel 2 (1)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN-GRUPPE STZ-RSP18 - BG //MOBIL Nativendo (Seeding Alliance) nicht in diesem Context sichtbar --> <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="14c416aa-33a8-455b-9c7b-60c6ed6d9482" data-b-title="STZ-RSP18 - B - Artikel 1 (2)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN STZ-RSP18 - B - //MOBILE// - Ad (Mobile_Pos3) nicht in diesem Context sichtbar --> <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="cdeba0ac-8f45-414a-8cfb-bcd3896b302e" data-b-title="STZ-RSP18 - B - Artikel 2 (2)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><div class="brickgroup boxitem no-bg transmatico anzeige" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="53bfffd7-4f74-4e0c-9187-fb4111e5eef6"> <!-- keine validen bricks --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="67bb9597-9f45-4656-aca0-b9a1fdc3359e" data-b-title="STZ-RSP18 - B - Artikel 1 (3)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN STZ-RSP18 - B - AD //MOBILE// - (Mobile_Pos4) nicht in diesem Context sichtbar --> <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="5cd41188-b1ad-487f-abb3-0b632f736188" data-b-title="STZ-RSP18 - B - Artikel 3 (2)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN STZ-RSP18 - B - AD //MOBILE// - (Mobile_Pos5) nicht in diesem Context sichtbar --> <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="01062544-f4a3-4706-80bf-7a43804e8944" data-b-title="STZ-RSP18 - B - Artikel 2 (4)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><!-- BAUSTEIN-GRUPPE STZ-RSP18 - // MOBILE // BG Eigenproduktbox nicht in diesem Context sichtbar --> <div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="948e800d-4764-4446-b6f8-2040300e3fa5" data-b-title="STZ-RSP18 - B - Artikel 4 (2)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if6-ia4-" data-layout-tablet="w12-c1-txt-if6-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="ee668c8e-ebc8-4b27-b84b-2cae4962bbac" data-b-title="STZ-RSP18 - B - Artikel 30"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="bb22c582-8482-4a34-9f75-62936fc2d8ee" data-b-title="STZ-RSP18 - B - JS GA-Tracking Loadmore-Ressort)"> <script> //Mehr laden Button let laden = document.querySelector('.load-more button'); laden.addEventListener('click', function () { dataLayer.push({'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Ressort', 'eventAction': 'Mehr Inhalte laden Klick' }); }); </script></div></div><div class="brickgroup mod-sidebar sb-ressort" data-renderer="_dynamic" data-layout-desktop="w4-" data-layout-tablet="w4-" data-layout-mobile="w0-" data-brickid="6709f9b2-f07f-4f8a-9ae2-3db6f400e5f1"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia4-" data-layout-tablet="w12-c1-notxt-if12-ia4-" data-layout-mobile="w0-c1-notxt-if12-ia0-" data-brickid="d4e10758-b05a-4cea-b390-3f6c4f3fbded" data-b-title="STZ-RSP18 - B - EC Pos Side (ec-content-side)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_1" id="traffective-ad-Rectangle_1"><!-- Rectangle_1 //--></div> </div> </div> </div> </div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_2" id="traffective-ad-Rectangle_2"><!-- Rectangle_2 --></div> </div> </div> </div> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia4-" data-layout-tablet="w12-c1-notxt-if12-ia4-" data-layout-mobile="w0-c0-notxt-if12-ia0-" data-brickid="0fd2f08a-6f54-4605-ba61-2eb9c05e44ca" data-b-title="STZ-RSP18 - B - // DESK-TAB // Ad (Native_1)"><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Native_1" id="traffective-ad-Native_1"><!-- Native_1 --></div> </div> </div> </div> </div></div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_3" id="traffective-ad-Rectangle_3"><!-- Rectangle_3 //--></div> </div> </div> </div> </div></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="fbf33a22-9a4a-4d30-a12d-0349082d134d" data-b-title="STZ-RSP18 - B - EC Pos 2 (ec-content-pos2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="79cebff7-98cd-48c6-8d89-f8e3ffc18e38" data-b-title="STZ-RSP18 - B - EC Pos Bottom (ec-content-bottom)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brickgroup grid-col-12" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="599662cb-5390-4707-8d56-19bf09c46f11"><div class="brick boxitem" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="5f3588b9-b086-4c43-9a01-46269fb36de5" data-b-title="STZ-RSP18 - B - Weekli"> <div class="item"> <div class="m-weekli"> <div class="m-weekli-nav"> <div class="m-weekli-anzeige"><span>ANZEIGE</span></div> <div class="m-weekli-headline"> <a href="https://stuttgarter-zeitung.weekli.de/" target="_blank" class=""> <span>Prospekte und Angebote von </span> <img class="m-logo lazyload" src="https://static.weekli.systems/www/img/logo_240x97.png" data-srcset="https://static.weekli.systems/www/img/logo_240x97.png" alt="Weekli"> </a> </div> </div> <div class="m-weekli-content"> <div id="weekli-widget-63" class="weekli-widget" style="position:relative;width:auto;height:100%;" data-key="DD37E5BE-31FD-4986-A614-69FC5292CB71" data-slot="63" data-config="123" data-host="stuttgarter-zeitung.weekli.de"> </div> <script async src="https://static.weekli.systems/www/widgets/widget-loader-1.5.min.js"></script> </div> </div> </div> </div><div class="brickgroup boxitem" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="4b8659cd-5d3e-4a91-aaff-8b96e1bdfdc5"> <!-- keine validen bricks --> </div></div></div></div></div><footer id="footer" class="brickgroup mod-footer" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="834acc33-549f-41a3-9fe3-374406bbd2f3" data-appexclude="true"><div class="brickgroup footer-ad-wrapper" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="efc02bcf-bf10-42a6-aab3-aa47c193534a"> <div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <style type="text/css">[data-layout=desktop] .footer-ad-wrapper {position: relative;width: 100%; max-width: 1200px; padding: 10px 0 8px 0; }[data-layout=mobile] .footer-ad-wrapper { padding: 15px 0 10px 0; }</style><div id="rp_rpd_fa"><!-- rp_rpd_fa //--></div> </div> </div> </div> </div> <script> processBricks(); </script> </div><div class="brickgroup m-wrapper boxitem" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="7112a3bd-b0e8-4b5c-b126-3a69b99bd6ec"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="7c9aad4e-e682-421a-9fd3-fa4c39103adf" data-b-title="STZ-RSP18 - B - Footer statisch (Neu)"> <div class="footercontent"> <a href="https://www.stuttgarter-zeitung.de"> <picture> <source srcset="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/darkmode/logo-stz.svg" media="(prefers-color-scheme: dark)" /> <img alt="Stuttgarter Zeitung" src="/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung.svg" loading="lazy"/> </picture> </a> <div class="sharewrapper"> <ul> <li class="google-news"><a href="https://news.google.com/publications/CAAiENiGUkrsB2TPNJGFZBqpMfwqFAgKIhDYhlJK7AdkzzSRhWQaqTH8?hl=de&gl=DE&ceid=DE%3Ade" id="google-news" target="_blank">&nbsp; </a></li> <li class="facebook"><a href="https://www.facebook.com/stuttgarterzeitung/" id="facebook" target="_blank">&nbsp; </a></li> <!-- <li class="twitter"><a href="https://twitter.com/StZ_NEWS" id="twitter" target="_blank">&nbsp; </a></li> --> <li class="youtube"><a href="https://www.youtube.com/c/StuttgarterZeitungStuttgarterNachrichten" id="youtube" title="youtube" target="_blank">&nbsp; </a></li> <li class="insta"><a href="https://www.instagram.com/stuttgarterzeitung/" id="insta" title="Instagram" target="_blank">&nbsp; </a></li> <li class="linkedin"><a href="https://www.linkedin.com/sharing/share-offsite/?url=url=${utils:serverurl}${pojo:link}" id="linkedin" target="_blank" title="Auf Linkedin teilen">&nbsp; </a> <li class="tiktok"><a href="https://www.tiktok.com/@stuttgarterzeitung" id="tiktok" target="_blank" title="tiktok">&nbsp; </a> </li> </ul> </div> <ul class="portale"> <li><a href="https://www.schwarzwaelder-bote.de/" target="_blank">Schwarzw盲lder Bote</a></li> <li><a href="https://www.stuttgarter-nachrichten.de/" target="_blank">Stuttgarter Nachrichten</a></li> <li><a href="https://www.sueddeutsche.de/" target="_blank">S眉ddeutsche.de</a></li> <li><a href="https://www.stz-onlineservice.de" target="_blank">StZ Online Service</a></li> </ul> <ul class="portale footer-links"> <h2 class="footer-header">StZ-Plus-Abonnement</h2> <li><a href="/agb">AGB</a></li> <li><a href="/datenschutzerklaerung">Datenschutz</a></li> <li><a href="javascript:void(0);" onclick="openSpPm();">Datenschutz-Einstellungen</a></li> <li><a href="https://www.stuttgarter-zeitung.de/user-account" target="_blank">Abo&nbsp;k眉ndigen</a> </li> </ul> <ul class="portale footer-links with-ads"> <h2 class="footer-header">Vertrag mit Werbung</h2> <li><a href="https://www.swmh-datenschutz.de/stz_vertragsbedingungen">Vertragsbedingungen</a> </li> <li><a href="https://swmh-datenschutz.de/stz_vertragmitwerbung">Datenschutz</a></li> <li><a href="javascript:void(0);" onclick="openSpPm();">Cookie-Policy</a></li> <li data-visibility="state-loggedout state-loggedin" class="linebreak"><a href="/consent/kuendigen">Vertrag&nbsp;mit&nbsp;Werbung&nbsp;k眉ndigen</a></li> <li data-visibility="state-subscribed" class="linebreak"><a href="/consent/notvalid">Vertrag&nbsp;mit&nbsp;Werbung&nbsp;k眉ndigen</a></li><br> <li data-visibility="state-loggedout state-loggedin"><a href="/consent/widerruf">Widerruf&nbsp;nach&nbsp;Fernabsatzgesetz</a></li> <li data-visibility="state-subscribed"><a href="/consent/notvalid">Widerruf&nbsp;nach&nbsp;Fernabsatzgesetz</a> </li> <li data-visibility="state-loggedout state-loggedin"><a href="/consent/widerspruch">Widerspruch</a></li> <li data-visibility="state-subscribed"><a href="/consent/notvalid">Widerspruch</a></li> </ul> <ul class="bottom footer-links"> <li><a href="/impressum">Impressum <span>|</span></a></li> <li><a href="/kontakt">Kontakt <span>|</span></a></li> <li><a href="/ethikrichtlinie">Ethikrichtlinie <span>|</span></a></li> <li><a href="https://swm-network.de/mediadaten/">Mediadaten</a></li> </ul> </div> <style type="text/css"> .mod-footer .footercontent .footer-header { font-weight: 700; line-height: 1.5; margin-bottom: 20px; } .mod-footer .footercontent .sharewrapper { margin-top: 60px; } .mod-footer .footercontent .portale.with-ads li { margin-bottom: 20px; } .mod-footer .footercontent .portale { margin-top: 40px; } .mod-footer .footercontent .portale.with-ads { margin-bottom: 20px; } .mod-footer .bottom.footer-links li a { padding-right: 5px; padding-left: 0px; } .mod-footer .bottom.footer-links li a span { padding-left: 5px; } [data-layout="mobile"] .mod-footer .footercontent .portale li { margin: 0 0px 20px 0px; } [data-layout="mobile"] .mod-footer .footercontent .portale li br { display: none; } [data-layout="mobile"] .mod-footer .footercontent .sharewrapper { margin-top: 40px; } </style> </div></div></footer><!-- NOWRAPPER(!) --><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="a929a378-364a-4010-9465-eee0baea87f9" data-b-title="STZ/STN/EZ/KRZBB - B - smartico Scripte"> <script> document.addEventListener("CurrentCampaignEvent", (e) => { var campaignId = e.detail.campaignId; console.log("campaignId", campaignId); if (typeof smarticoScriptsLoaded != 'undefined' && smarticoScriptsLoaded == true) return; if (campaignId == '3151759110') { var footer = document.querySelector('#footer'), smarticoScriptsLoaded = true, smarticoScriptOne = document.createElement('script'), smarticoScriptTwo = document.createElement('script'), smarticoStyles = document.createElement('link'); smarticoScriptOne.setAttribute('async', ''); smarticoScriptOne.setAttribute('type', 'text/javascript'); smarticoScriptOne.setAttribute('id', 'smarticoScriptOne'); smarticoScriptOne.setAttribute('src', 'https://d.smartico.one/get/hs/lrr89ufk2xbt9pulqzf5waffde74lnzt7407kj96'); smarticoScriptTwo.setAttribute('async', ''); smarticoScriptTwo.setAttribute('type', 'text/javascript'); smarticoScriptTwo.setAttribute('id', 'smarticoScriptTwo'); smarticoScriptTwo.setAttribute('src', 'https://d.smartico.one/get/hs/hguyd1v2i8rp5zf38e00r3h7mm6ro83bjlf2hevs'); smarticoStyles.setAttribute('rel', 'stylesheet'); smarticoStyles.setAttribute('type', 'text/css'); smarticoStyles.setAttribute('id', 'smarticoStyles'); smarticoStyles.setAttribute('href', 'https://d.smartico.one/get/hs/bwseq1pojigujbxmnn2gjcymirmpk1ff54s4r2ho'); if (!document.querySelector('#smarticoScriptOne')) footer.insertAdjacentElement('afterbegin', smarticoScriptOne); if (!document.querySelector('#smarticoScriptTwo')) footer.insertAdjacentElement('afterbegin', smarticoScriptTwo); if (!document.querySelector('#smarticoStyles')) footer.insertAdjacentElement('afterbegin', smarticoStyles); } }); </script></div><!-- NOWRAPPER(!) --><!-- <script type="text/delayscript">--> <script> let userContext = {}; window["initTaboola"] = function() { // Page-Type ermitteln let taboolaPageType = null; const videoPage = false; if (videoPage) { taboolaPageType = "video"; } else if (cmsConfig.page.portalTitle == "Stuttgarter Zeitung" || cmsConfig.page.portalTitle == "Stuttgarter Zeitung Piano" || cmsConfig.page.portalTitle == "Esslinger Zeitung") { if (cmsConfig.page.type == "ARTICLE" && !userContext?.reduced) { taboolaPageType = "article"; } else if (cmsConfig.page.type == "GALLERY") { taboolaPageType = "photo"; } else { taboolaPageType = "category"; } } else { if (cmsConfig.page.type == "ARTICLE") { taboolaPageType = "article"; } else if (cmsConfig.page.type == "GALLERY") { taboolaPageType = "photo"; } else { taboolaPageType = "category"; } } window._taboola = window._taboola || []; _taboola.push({[taboolaPageType] : 'auto'}); ! function(e, f, u, i) { if (!document.getElementById(i)) { e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/mhs-stuttgarterzeitung/loader.js', 'tb_loader_script'); if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); } /* Taboola Widgets rendering */ var taboolaElementsArr = []; taboolaElementsArr = document.querySelectorAll('[data-container^="taboola-"]'); if (taboolaElementsArr.length > 0) { var taboolaElement; for (var i = 0; i < taboolaElementsArr.length; i++) { taboolaElement = taboolaElementsArr[i]; try{ if(null != taboolaElement.getAttribute('data-usercontext-reduced')){ if(userContext.reduced != (/true/).test(taboolaElement.getAttribute('data-usercontext-reduced'))){ continue; } } if(null != taboolaElement.getAttribute('data-usercontext-subscribed')){ if(userContext.subscribed != (/true/).test(taboolaElement.getAttribute('data-usercontext-subscribed'))){ continue; } } } catch (error){ console.error('TABOOLA: user context error: ' + error); } _taboola.push(taboolaElement.dataset); } } } /* warten auf TCF Signale */ __tcfapi('addEventListener', 2, function (tcData, success) { if (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { ptEventRegister("userContext", function(data) { userContext = data; !userContext?.hideTaboola && initTaboola(); }); } }); </script><!-- BAUSTEIN StZ-RSP18 - B //MOBILE - Skyscraper, OutOfPage NICHT Artikel nicht in diesem Context sichtbar --> <!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Skyscraper" id="traffective-ad-Skyscraper"><!-- Skyscraper --></div><div class="Skyscraper_OMS" id="traffective-ad-Skyscraper_OMS"><!-- Skyscraper_OMS --></div><div class="WPSkyscraper" id="traffective-ad-WPSkyscraper"><!-- WPSkyscraper --></div><div class="Skyscraper_left" id="traffective-ad-Skyscraper_left"><!-- Skyscraper_Left --></div> </div> </div> </div> </div><!-- BAUSTEIN STZ-RSP18 - B - //MOBILE// - Ad (Mobile_Interstitial_1) NICHT Artikel nicht in diesem Context sichtbar --> <div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="d34665bf-9cc5-4135-9d8d-d82b373bcf7c" data-b-title="STZ-RSP18 - B - JS GA-Tracking (seiten眉bergreifend)"> <script> //NAVIGATION // Top Nav let topNav = document.querySelectorAll(".header-top-nav li a"); for (let topNavItem of topNav) { topNavItem.addEventListener('click', function () { navText = topNavItem.textContent; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': navText, 'eventAction': 'Navi Klick' }); }); } //Abonnieren let abonnieren = document.querySelector('.header-user-nav .link-yellow[data-title="Abonnieren"]'); abonnieren.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Abonnieren', 'eventAction': 'Navi Klick' }); }); //Suchfunktion let suche = document.querySelector('.m-icon--search'); suche.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Suche', 'eventAction': 'Navi Klick' }); }); // Burgericon let burger = document.querySelector('.m-icon--burger'); burger.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Burgericon', 'eventAction': 'Navi Klick' }); }); // Ressortleiste // Ressort 2. Ebene let ressort2level = document.querySelectorAll(".slider-breadcrumb-item a"); for (let ressort2Item of ressort2level) { ressort2Item.addEventListener('click', function () { navText = ressort2Item.textContent; navText = navText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': navText, 'eventAction': 'Navilevel 2 Klick' }); }); } //Sliderpfeil let swiperrechts = document.querySelector(".swiper-button-next"); swiperrechts.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Pfeil rechts', 'eventAction': 'Navi Klick' }); }); let swiperlinks = document.querySelector(".swiper-button-prev"); swiperlinks.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Pfeil links', 'eventAction': 'Navi Klick' }); }); // BURGERMEN脺 let abolinks = document.querySelectorAll(".burger-nav-bar .link-yellow"); for (let abolink of abolinks) { abolink.addEventListener('click', function () { linkText = abolink.textContent; linkText = linkText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': linkText, 'eventAction': 'Burgermenu Klick' }); }); } // Servicemenu let servicelinks = document.querySelectorAll(".serviceOneNav a"); for (let servicelink of servicelinks) { servicelink.addEventListener('click', function () { linkText = servicelink.textContent; linkText = linkText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': linkText, 'eventAction': 'Burgermenu Klick' }); }); } //THEMENSEITEN // Discoverboxen-Sidebar let discoverboxen = document.querySelectorAll(".discover a"); for (let discover of discoverboxen) { discover.addEventListener('click', function () { bl = discover.querySelector('h3'); discovertext = bl.textContent; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': discovertext, 'eventAction': 'Discoverbox Klick' }); }); } // Dossier-Boxen let dossierboxen = document.querySelectorAll(".dossierbox a"); for (let dossierbox of dossierboxen) { dossierbox.addEventListener('click', function () { var dossierboxId = dossierbox.parentElement.dataset.cmsid; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': dossierboxId, 'eventAction': 'Dossierbox Klick' }); }); } //Home-Button let homebutton = document.querySelector('a.m-icon--home'); homebutton.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Home-Button', 'eventAction': 'Navi Klick' }); }); //Push-Glocke let pushicon = document.querySelector('.m-icon--cleverpush'); pushicon.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Push-Icon', 'eventAction': 'Navi Klick' }); }); </script></div><!-- NOWRAPPER(!) --><div id="toTop" onclick="topFunction()">&nbsp;</div><script> let topButton = document.getElementById("toTop"); var activeSnippet, activeSnippetDisplayStatus; var c1Snippet = document.querySelector('.c1-snippet-target'); window.onscroll = scrollFunction(); function scrollFunction() { var scrollPos = window.pageXOffset; window.addEventListener('scroll', function () { activeSnippet = document.querySelectorAll('.snippet.active'); if (activeSnippet.length > 0) { activeSnippetDisplayStatus = window.getComputedStyle(activeSnippet[0]).display; } if ((document.body.getBoundingClientRect()).top > scrollPos) { topButton.classList.add("visible"); } else { topButton.classList.remove("visible"); } if (activeSnippetDisplayStatus == 'none' || (c1Snippet && (c1Snippet.classList.contains('hidden')))) { topButton.classList.remove("behindSnippet"); } else { topButton.classList.add("behindSnippet"); } scrollPos = (document.body.getBoundingClientRect()).top; }); } function topFunction() { window.scrollTo({ top: 0, behavior: 'smooth' }); } topButton.addEventListener('click', function () { let pt = window['adsdefinition'].pagetype; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': pt, 'eventAction': 'Nach Oben' }); });</script><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="a24a513f-8f8d-4710-b3b5-6cdd07ec59be" data-b-title="STZ - B - Upscore Data Element"> <script> _uprec({ data: { object_id: upscoreJson.data.object_id, user_status: (('' != ptGetCookieValue('COOKIEVERIFY')) ? 1 : 0) } });</script></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="9cfb2535-477e-43c9-adb0-8398c622021f" data-b-title="STZ-RSP18 - B - Init AdDefend"> <script> 聽 聽 __tcfapi('addEventListener', 2, function (tcData, success) { 聽 聽 聽 聽 if (success && (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete')) { 聽 聽 聽 聽 聽 聽 __tcfapi('getCustomVendorConsents', 2, function(vendorConsents, success) { 聽 聽 聽 聽 聽 聽 聽 聽 if (vendorConsents.grants['5ec462c02330505ab89fbb37'].vendorGrant) { 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 /* 19213001 */ !function(X,u){try{function m(c,h){return X[G("c2V0VGltZW91dA==")](c,h)}function P(c){return parseInt(c.toString().split(".")[0],10)}X.hyzwcff2Flags={};var c=2147483648,h=1103515245,t=12345,d=function(){function n(c,h){var t,d=[],e=typeof c;if(h&&"object"==e)for(t in c)try{d.push(n(c[t],h-1))}catch(c){}return d.length?d:"string"==e?c:c+"\0"}var c="unknown";try{c=n(navigator,void 0).toString()}catch(c){}return function(c){for(var h=0,t=0;t<c.length;t++)h+=c.charCodeAt(t);return h}(n(window.screen,1).toString()+c)+100*(new Date).getMilliseconds()}();function p(){return(d=(h*d+t)%c)/(c-1)}function f(){for(var c="",h=65;h<91;h++)c+=g(h);for(h=97;h<123;h++)c+=g(h);return c}function g(c){return(" !\"#$%&'()*+,-./0123456789:;<=>?@A"+("BCDEFGHIJKLMNOPQRSTUVWXYZ["+"\\\\"[0]+"]^_`a")+"bcdefghijklmnopqrstuvwxyz{|}~")[c-32]}function G(c){var h,t,d,e,n=f()+"0123456789+/=",i="",l=0;for(c=c.replace(/[^A-Za-z0-9\+\/\=]/g,"");l<c.length;)h=n.indexOf(c[l++]),t=n.indexOf(c[l++]),d=n.indexOf(c[l++]),e=n.indexOf(c[l++]),i+=g(h<<2|t>>4),64!=d&&(i+=g((15&t)<<4|d>>2)),64!=e&&(i+=g((3&d)<<6|e));return i}function l(){try{return navigator.userAgent||navigator.vendor||window.opera}catch(c){return"unknown"}}function w(h,t,d,e){e=e||!1;try{h.addEventListener(t,d,e),X.hyzwcClne.push([h,t,d,e])}catch(c){h.attachEvent&&(h.attachEvent("on"+t,d),X.hyzwcClne.push([h,t,d,e]))}}function r(c,h,t){var d,e;c&&h&&t&&((d=X.hyzwcddc94&&X.hyzwcddc94.a&&X.hyzwcddc94.a[c])&&(e=d&&(d.querySelector("iframe")||d.querySelector("img"))||null,w(X,"scroll",function(c){t(d,e,U(h))||(d.removeAttribute("style"),e&&e.removeAttribute("style"))},!1),t(d,e,U(h))))}function e(c){if(!c)return"";for(var h=G("ISIjJCUmJygpKissLS4vOjs8PT4/QFtcXV5ge3x9"),t="",d=0;d<c.length;d++)t+=-1<h.indexOf(c[d])?G("XA==")+c[d]:c[d];return t}var n=0,i=[];function z(c){i[c]=!1}function hc(c,h){var t,d=n++,e=(X.hyzwcClni&&X.hyzwcClni.push(d),i[d]=!0,function(){c.call(null),i[d]&&m(e,t)});return m(e,t=h),d}function j(c){var h,t,c=c.dark?(t="",(h=c).pm?t=h.ab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05;h:04f33064i;05;h:4f3364i;1ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g6<909<;;049<g0g6<99<;;49<g1ruljlqdo1msj",-3):h.ab?t=h.mobile?h.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fg540;h8e0;e640fg54;h8e;e641ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06ff508ghi074<606ff58ghi74<61ruljlqdo1msj",-3):h.crt?h.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i:9g08:6f06ig60i:9g8:6f6ig61ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<9:50i;eg0f7f30<9:5i;egf7f31ruljlqdo1msj",-3):h.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0497<0hi6:0gg3:0497<hi6:gg3:1ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09f5:05g7i046<g09f5:5g7i46<g1ruljlqdo1msj",-3):h.ncna&&(t=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07iif08i550f64f07iif8i55f64f1ruljlqdo1msj",-3)),t):(h="",(t=c).pm?h=t.ab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f6;80e:59068e;0f6;8e:5968e;1ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09e7h0e9840e<:g09e7he984e<:g1ruljlqdo1msj",-3):t.ab?h=t.mobile?t.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"088if0i9f507e9;088ifi9f57e9;1ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:ig80f3<e0:53f0:ig8f3<e:53f1ruljlqdo1msj",-3):t.crt?t.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;8::07e:;0i:g60;8::7e:;i:g61ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04<6i06ei40gg4704<6i6ei4gg471ruljlqdo1msj",-3):t.aab?B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e:<60:g890:63f0e:<6:g89:63f1ruljlqdo1msj",-3):B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06eh4094h;0g36h06eh494h;g36h1ruljlqdo1msj",-3):t.ncna&&(h=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e56e09fi904<5<0e56e9fi94<5<1ruljlqdo1msj",-3)),h);return c}function s(){return X.location.hostname}function B(c,h){for(var t="",d=0;d<c.length;d++)t+=g(c.charCodeAt(d)+h);return t}function Y(c,h){var t=ac(c);if(!t)return t;if(""!=h)for(var d=0;d<h.length;d++){var e=h[d];"^"==e&&(t=t.parentNode),"<"==e&&(t=t.previousElementSibling),">"==e&&(t=t.nextElementSibling),"y"==e&&(t=t.firstChild)}return t}function o(c,h){var t=0,d=0,h=function(c){for(var h=0,t=0;c;)h+=c.offsetLeft+c.clientLeft,t+=c.offsetTop+c.clientTop,c=c.offsetParent;return{x:h,y:t}}(h);return(c.pageX||c.pageY)&&(t=c.pageX,d=c.pageY),(c.clientX||c.clientY)&&(t=c.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,d=c.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:t-=h.x,y:d-=h.y}}function tc(c,h){return h[G("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]?(t=c,d=U(d=h),{x:t.clientX-d.left,y:t.clientY-d.top}):o(c,h);var t,d}function dc(c,h){c.addEventListener?w(c,"click",h,!0):c.attachEvent&&c.attachEvent("onclick",function(){return h.call(c,window.event)})}function ec(c,h,t){function d(){return!!h()&&(t(),!0)}var e;d()||(e=hc(function(){d()&&z(e)},250),d())}function y(){X.hyzwcff2Flags.trub||(X.hyzwcff2Flags.trub=!0,$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gf7g0h76e0f:7;0gf7gh76ef:7;1ruljlqdo1msj",-3),null,null),"function"==typeof OQXQQTrUbDet&&OQXQQTrUbDet())}function x(){if(X.hyzwc2c7sdl&&!X.hyzwcdccInjct){X.hyzwcdccInjct=!0,X.hyzwcdc3Pc={},X.hyzwc30dOc=[],X.hyzwcccfAm={},X.hyzwc5fcAv={},X.hyzwc8a5Aw={},X.hyzwc961Rqr={},X.hyzwcc84Rqq=[],X.hyzwc5fcAvt={},X.hyzwcbd5Ev={};if(X.hyzwcff2Flags.hyzwcnpm=!1,X.hyzwcff2Flags.npm=!1,!X.hyzwc969Mobile)if(X.hyzwcff2Flags.tcf&&/tcloaded|useractioncomplete/.test(X.hyzwcff2Flags.tcf.eventStatus)){try{if(!X.hyzwcff2Flags.tcf||!X.hyzwcff2Flags.tcf.purpose.consents[10]||!X.hyzwcff2Flags.tcf.vendor.consents[539]||X.hyzwcff2Flags.tcf.publisher.restrictions[10]&&1==X.hyzwcff2Flags.tcf.publisher.restrictions[10][539])return}catch(c){return}if((!adsdefinition||"paiduser"!==adsdefinition.paiduser)&&(!X.hyzwcff2Flags.welect.eenabled||"function"!=typeof OQXQQWelect||OQXQQWelect())){if(hyzwcff2Flags.pt765ls){var c=hyzwcff2Flags.bacc2it,o=hyzwcff2Flags.mbcafel||10,g=hyzwcff2Flags.ig52eBP||{},r=function(){var n=K("style"),i=!(n.type="text/css"),l=K("style"),f=!(l.type="text/css");return function(c,h){if(h)if("b"!==c||i)"r"===c&&(f?(e=(d=l).sheet).insertRule(h,0):(f=!0,gc(l,h),J(u.body,l)));else{if(i=!0,g)for(var t=0;t<g.length;t++)h=h.replace(new RegExp("([;{])"+g[t]+": [^;]+;","g"),"$1");var d="[^:;{",e="!important;";h=h.replace(new RegExp(d+"}]+: [^;]+\\s"+e,"g"),""),gc(n,h),u.head.insertBefore(n,u.head.firstChild)}}}();if(c){if(c.length>o){for(var h=0,s=[0],t=[c[0]],d=1;d<o;d++){for(;-1<s.indexOf(h);)h=P(p()*c.length);s.push(h),t[d]=c[h]}c=t,hyzwcff2Flags.bacc2it=t}for(var y={},e=0;e<c.length;e++){var n,i,l="string"==typeof c[e]?ac(c[e]):c[e];l&&l instanceof Node&&((n={element:l,co2d5so:{},rc262cls:xc(7),co285tx:""}).co285tx+="."+n.rc262cls+"{",g&&-1!==g.indexOf("position")||(i=k(l,"position"),n.co2d5so.position=i,n.co285tx+="position:"+i+";"),g&&-1!==g.indexOf("left")||(i=k(l,"left"),n.co2d5so.left=i,n.co285tx+="left:"+i+";"),g&&-1!==g.indexOf("top")||(i=k(l,"top"),n.co2d5so.top=i,n.co285tx+="top:"+i+";"),g&&-1!==g.indexOf("right")||(i=k(l,"right"),n.co2d5so.right=i,n.co285tx+="right:"+i+";"),g&&-1!==g.indexOf("bottom")||(i=k(l,"bottom"),n.co2d5so.bottom=i,n.co285tx+="bottom:"+i+";"),g&&-1!==g.indexOf("cursor")||(i=k(l,"cursor"),n.co2d5so.cursor=i,n.co285tx+="cursor:"+i+";"),g&&-1!==g.indexOf("width")||(i=k(l,"width"),n.co2d5so.width=i,n.co285tx+="width:"+i+";"),g&&-1!==g.indexOf("height")||(i=k(l,"height"),n.co2d5so.height=i,n.co285tx+="height:"+i+";"),g&&-1!==g.indexOf("content")||(i=k(l,"content"),n.co2d5so.content=i,n.co285tx+="content:"+i+";"),g&&-1!==g.indexOf("background")||(i=k(l,"background"),n.co2d5so.background=i,n.co285tx+="background:"+i+";"),g&&-1!==g.indexOf("color")||(i=k(l,"color"),n.co2d5so.color=i,n.co285tx+="color:"+i+";"),g&&-1!==g.indexOf("font-size")||(i=k(l,"font-size"),n.co2d5so["font-size"]=i,n.co285tx+="font-size:"+i+";"),g&&-1!==g.indexOf("font-weight")||(i=k(l,"font-weight"),n.co2d5so["font-weight"]=i,n.co285tx+="font-weight:"+i+";"),g&&-1!==g.indexOf("font-family")||(i=k(l,"font-family"),n.co2d5so["font-family"]=i,n.co285tx+="font-family:"+i+";"),g&&-1!==g.indexOf("margin")||(i=k(l,"margin"),n.co2d5so.margin=i,n.co285tx+="margin:"+i+";"),g&&-1!==g.indexOf("text-align")||(i=k(l,"text-align"),n.co2d5so["text-align"]=i,n.co285tx+="text-align:"+i+";"),g&&-1!==g.indexOf("padding")||(i=k(l,"padding"),n.co2d5so.padding=i,n.co285tx+="padding:"+i+";"),g&&-1!==g.indexOf("box-sizing")||(i=k(l,"box-sizing"),n.co2d5so["box-sizing"]=i,n.co285tx+="box-sizing:"+i+";"),g&&-1!==g.indexOf("pointer-events")||(i=k(l,"pointer-events"),n.co2d5so["pointer-events"]=i,n.co285tx+="pointer-events:"+i+";"),g&&-1!==g.indexOf("line-height")||(i=k(l,"line-height"),n.co2d5so["line-height"]=i,n.co285tx+="line-height:"+i+";"),g&&-1!==g.indexOf("display")||(i=k(l,"display"),n.co2d5so.display=i,n.co285tx+="display:"+i+";"),g&&-1!==g.indexOf("min-height")||(i=k(l,"min-height"),n.co2d5so["min-height"]=i,n.co285tx+="min-height:"+i+";"),g&&-1!==g.indexOf("max-height")||(i=k(l,"max-height"),n.co2d5so["max-height"]=i,n.co285tx+="max-height:"+i+";"),g&&-1!==g.indexOf("max-width")||(i=k(l,"max-width"),n.co2d5so["max-width"]=i,n.co285tx+="max-width:"+i+";"),g&&-1!==g.indexOf("z-index")||(i=k(l,"z-index"),n.co2d5so["z-index"]=i,n.co285tx+="z-index:"+i+";"),g&&-1!==g.indexOf("margin-bottom")||(i=k(l,"margin-bottom"),n.co2d5so["margin-bottom"]=i,n.co285tx+="margin-bottom:"+i+";"),g&&-1!==g.indexOf("margin-top")||(i=k(l,"margin-top"),n.co2d5so["margin-top"]=i,n.co285tx+="margin-top:"+i+";"),g&&-1!==g.indexOf("background-size")||(i=k(l,"background-size"),n.co2d5so["background-size"]=i,n.co285tx+="background-size:"+i+";"),g&&-1!==g.indexOf("background-repeat")||(i=k(l,"background-repeat"),n.co2d5so["background-repeat"]=i,n.co285tx+="background-repeat:"+i+";"),g&&-1!==g.indexOf("background-position")||(i=k(l,"background-position"),n.co2d5so["background-position"]=i,n.co285tx+="background-position:"+i+";"),g&&-1!==g.indexOf("url(data")||(i=k(l,"url(data"),n.co2d5so["url(data"]=i,n.co285tx+="url(data:"+i+";"),g&&-1!==g.indexOf("float")||(i=k(l,"float"),n.co2d5so.float=i,n.co285tx+="float:"+i+";"),g&&-1!==g.indexOf("visibility")||(i=k(l,"visibility"),n.co2d5so.visibility=i,n.co285tx+="visibility:"+i+";"),n.co285tx+="} ",y[c[e]]=n,r("b",'.fiahztzd{position: fixed;left: 0;top: 0px;right: 0;bottom: 0;cursor: pointer;width: 9999px;height: 9999px;content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;min-height: 260px !important;max-height: 260px;max-width: 1200px;z-index: 1;margin-bottom: 10px;margin-top: 2px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;url(data: image/svg+xml;float: right;visibility: hidden;} .lynukhe{position: absolute;top: 4px;text-align: center;margin: 10px auto;max-width: 100%;width: 2px;height: 2px;right: -7px;z-index: 2;display: none;margin-bottom: 5px;min-height: 0 !important;} .fbbrztofri{position: relative;max-width: 300px;margin: 0 auto;top: 0;height: 11px;width: 76px;display: none !important;text-align: end;right: -5px;} .ghnrdfdquh{max-width: initial;margin: 3px auto 0;} .vsamrqjolc{max-width: 770px;} '),r("r",n.co285tx),l.className+=" "+n.rc262cls,l.className+=" fiahztzd",l.className+=" lynukhe",l.className+=" fbbrztofri",l.className+=" ghnrdfdquh",l.className+=" vsamrqjolc")}}}var f=K("style");f.type="text/css",gc(f,'#MOxcDl {position: fixed; left: 0; top: 0px; right: 0; bottom: 0; cursor: pointer;}#MOxcDl img {width: 9999px;height: 9999px;}#NyYoFR img {cursor: pointer;}#NyYoFR:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}#NyYoFR {top: 4px;text-align: center;position: relative;min-height: 260px !important;max-height: 260px;}.ROAWMa {text-align: center;max-width:1200px;margin: 10px auto;}.ROAWMa img {cursor: pointer;max-width: 100%;}.ROAWMa:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}#qshFNk {text-align: center;margin: 10px auto;}#qshFNk img {cursor: pointer;max-width: 100%;}#qshFNk:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.zTUQUMZOIv {position: relative;text-align: center;margin: 10px auto;}.zTUQUMZOIv img {cursor: pointer;}.zTUQUMZOIv:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}#cTtCVRPzsp {max-width: 300px;margin: 0 auto;}#cTtCVRPzsp img {cursor: pointer;}#cTtCVRPzsp:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}#vXPPclEI {max-width: 300px;margin: 0 auto;}#vXPPclEI img {cursor: pointer;}#vXPPclEI:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}#FsvCZUVZH {position: relative;margin-bottom: 10px;}#FsvCZUVZH img {cursor: pointer;}#FsvCZUVZH:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}#qxqMfnZH {position: absolute;width: 2px;height: 2px;top: 0px;right: -7px; }#qxqMfnZH img {max-width: initial;cursor: pointer;}#qxqMfnZH:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}#qxqMfnZH.stk:before {position: fixed;top: 0;z-index:2;}.vZmxahYYp {}.vZmxahYYp img {cursor: pointer;}.jDuFCesC {}.jDuFCesC img {cursor: pointer;}#qbcpmAGmOn {}#qbcpmAGmOn img {cursor: pointer;}.pPtvafrTEv {}.pPtvafrTEv img {cursor: pointer;}.LeSdsUBN {}.LeSdsUBN img {cursor: pointer;}.sSUFaeDRAe {}.sSUFaeDRAe img {cursor: pointer;}.oLAjPS {}.oLAjPS img {cursor: pointer;}.mKdljzzYGS {}.mKdljzzYGS img {cursor: pointer;}#SnRnHWIR {}#SnRnHWIR img {cursor: pointer;}#nqVoUM {}#nqVoUM img {cursor: pointer;}.bDKWFcsNw {}.bDKWFcsNw img {cursor: pointer;}#hvobcK {}#hvobcK img {cursor: pointer;}.NERRDHhE {}.NERRDHhE img {cursor: pointer;}.QQTAEWMJl {}.QQTAEWMJl img {cursor: pointer;}.kVJInLkt {}.kVJInLkt img {cursor: pointer;}#cDEzaZ {}#cDEzaZ img {cursor: pointer;}#dwOdHvMN {}#dwOdHvMN img {cursor: pointer;}.shsKukPXD {}.shsKukPXD img {cursor: pointer;}#JpFvzV {}#JpFvzV img {cursor: pointer;}#dPcyESB {}#dPcyESB img {cursor: pointer;}.nHFpFdlyL {}.nHFpFdlyL img {cursor: pointer;}#kllbgTjADv {}#kllbgTjADv img {cursor: pointer;}.rOkLWgk {display: none;}#sftblg {margin-bottom: 10px;margin-top: 2px;height: 11px;width: 76px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI2LjM1MDA1IDE0Ny4wNTI3NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxNTRjOTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50YWJvb2xhX2ZlZWRfbG9nbzwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS40NiwzMi42OEgwVi4zMUgxMDkuODZWMzIuNjhINzQuMzR2OTQuODVIMzUuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ1Ljg2LDg1Ljk3YTU5Ljg2MDE4LDU5Ljg2MDE4LDAsMCwxLTEzLjg1LDQuNGMtNy44MiwxLjc0LTExLjkyLDMuNjYtMTEuOTUsOS44NiwwLDQuMjcsNC41Niw4LjU1LDEwLjk1LDguNTksOCwwLDE0LjIyLTQuNzEsMTQuODItMTQuMjlabTMzLjYxLDIxYzAsNi45Mi4yNiwxNC43Myw0LjEzLDIwLjYxbC0zNS44NC0uMjFhMjQuMzY5OCwyNC4zNjk4LDAsMCwxLTEuMTgtOC43aC0uMzZjLTcuNSw4LjQ3LTE4LjM0LDEwLjg5LTI5LjcsMTAuODMtMTcuNzQtLjExLTMyLjQyLTguNzEtMzIuMzItMjguMDUuMTctMjkuMTEsMzQuMjUtMjcuODUsNTIuMTktMzEuMTEsNC44LS44Nyw5LjU5LTIuMjYsOS42My04LjExLDAtNi4yMS01LjgtOC41Ni0xMS40OC04LjYtMTAuODMtLjA1LTEzLDUuNDMtMTMuMTksOS4zM2wtMzIuNjYtLjE5YzEuMjEtMjUuOTEsMjUuNzItMzAsNDcuNTYtMjkuOSw0NCwuMjYsNDMuNTYsMTguNTQsNDMuNDUsMzYuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjM3LjMyLDU4Ljk3Yy0xMi42LS4wNy0xNS41MSwxMS44LTE1LjU3LDIyLjYyLS4wNiwxMSwyLjcxLDIyLjkyLDE1LjMsMjNzMTUuNTEtMTEuOCwxNS41OC0yMi44MmMuMDYtMTAuODItMi43MS0yMi43NC0xNS4zMS0yMi44TTE4OC4zMi4xMWgzNS4xNGwtLjI1LDQ1LjY1aC4zNWM1LjM3LTcuNzgsMTQuOC0xMi4zOSwyNS4zLTEyLjI5LDMwLjg3LjE4LDM5LjA3LDI2LjUsMzguOTQsNDguMTUtLjE0LDIzLjA3LTEyLjg5LDQ4LjczLTM5LDQ4LjU5LTE3LjIyLS4xMS0yMi41LTYuNy0yNi45MS0xMi41OWgtLjM1bC0uMDYsOS45MUgxODguMzJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzQwLjc2LDI1Ljg5Yy0xMy4zMi0uMDgtMTUuMTcsMTIuODctMTUuMjMsMjIuNjJzMS42NCwyMi45MSwxNSwyMywxNS4xNy0xMywxNS4yMy0yMi44Mi0xLjY0LTIyLjczLTE1LTIyLjhtLS40Miw3MS4xN2MtMzQuNjEtLjItNTAuMS0yMy4xOS00OS45NS00OC43NVMzMDYuMjkuMTMsMzQwLjg2LjM3czUwLjE0LDIzLDUwLDQ4LjUzLTE1LjksNDguMzYtNTAuNTEsNDguMTYiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MjcuOTcsMjUuODljLTEzLjMxLS4wOC0xNS4xNiwxMi44Ny0xNS4yMSwyMi42M3MxLjYzLDIyLjksMTUsMjMsMTUuMTYtMTMsMTUuMjItMjIuODEtMS42NC0yMi43NC0xNS0yMi44MW0tLjQyLDcxLjE4Yy0zNC42LS4yMS01MC4wOS0yMy4yLTQ5Ljk0LTQ4Ljc2UzM5My41MS4xNCw0MjguMTIuMzJzNTAuMSwyMyw1MCw0OC41NlM0NjIuMjEsOTcuMjQsNDI3LjYsOTcuMDUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00ODUuNTIuMzdoMzQuNHYxMjcuMmgtMzQuNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01ODcuNjQsODUuNjZhNjAuMzQwMTcsNjAuMzQwMTcsMCwwLDEtMTMuODYsNC4zNWMtNy44NCwxLjc0LTExLjkyLDMuNjctMTIsOS44NywwLDQuMjYsNC41Niw4LjU0LDEwLjk1LDguNTgsOCwwLDE0LjIzLTQuNzEsMTQuODItMTQuMjlabTMzLjgyLDIxYzAsNi45Mi0uNDIsMTUsMy40NiwyMC45Mkg1ODkuNmEyNy41NTAyMSwyNy41NTAyMSwwLDAsMS0xLjI2LTkuMjFoLS4zNmMtNy41LDguNDctMTguMzMsMTAuOS0yOS43LDEwLjgzLTE3Ljc2LS4xMS0zMi40My04LjcxLTMyLjMyLTI4LjA2LjE3LTI5LjExLDM0LjIzLTI3Ljg0LDUyLjE4LTMxLjEsNC44LS44Nyw5LjYtMi4yNiw5LjYzLTguMTIsMC02LjIxLTUuOC04LjU2LTExLjQ4LTguNTktMTAuODMtLjA2LTEzLDUuNDMtMTMuMTgsOS4zM2wtMzIuNjgtLjE4YzEuMjItMjUuOTEsMjUuNzQtMzAsNDcuNTctMjkuOSw0NCwuMjUsNDMuNTYsMTguNTMsNDMuNDUsMzYuMjhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzAzLjU3LDk3LjA3YzI1LDExLjE1LDUwLjg0LDE2LjEsNzkuMDYsMTYuMjYsMjkuNjQuMTcsNTIuMTEtNS40Miw4MC41Ny0xNi4yNmwtLjE3LDMwLjdjLTI1LjQ3LDEyLjYzLTUzLjA4LDE5LjQ0LTgwLjYsMTkuMjgtMzAtLjE4LTUxLjYtNi4zNC03OS0xOS4yOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjc5Ljg1IDEyOC4xNSA2OTIuNDQgMTI4LjE1IDY5Mi40NCA2Ny40NCA3NTUuMjIgNjcuNDQgNzU1LjIyIDU1Ljg4IDY5Mi40NCA1NS44OCA2OTIuNDQgMTEuNTUgNzYyLjEyIDExLjU1IDc2Mi4xMiAwIDY3OS44NSAwIDY3OS44NSAxMjguMTUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04MDQuOTgsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg4MzQuNjZsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuODEtNy43OC0yNC4yOWg3MS40NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDODI5LjcxLDM3LjM3LDgxOC45NywzMi40Myw4MDQuOTgsMzIuNDNaTTgzNC43OCw3NGgtNTkuNmE0Mi4zNzAyOSw0Mi4zNzAyOSwwLDAsMSw5LjA3LTIxLDI1LjE5LDI1LjE5LDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MkEzNy4xNiwzNy4xNiwwLDAsMSw4MzQuNzgsNzRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODk0LjUsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg5MjQuMThsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuOC03Ljc4LTI0LjI5SDkzNS44NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDOTE5LjIzLDM3LjM3LDkwOC40OSwzMi40Myw4OTQuNSwzMi40M1pNOTI0LjMsNzRIODY0LjdhNDIuMzg5OCw0Mi4zODk4LDAsMCwxLDkuMDctMjEsMjUuMiwyNS4yLDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MUEzNy4xNywzNy4xNywwLDAsMSw5MjQuMyw3NFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDE0LjgxLDBWNDcuMThhMzMuMTgwMjIsMzMuMTgwMjIsMCwwLDAtOS04LjQ4LDM5LjExOTkzLDM5LjExOTkzLDAsMCwwLTIxLjYyLTYuMjdjLTEzLjYzLDAtMjQuMTgsNC42OC0zMS4zOCwxMy45LTcsOS0xMC42MiwyMC44Ny0xMC42MiwzNS4xNywwLDEzLjcxLDMuNDEsMjUuMzIsMTAuMTQsMzQuNTEsNi45MSw5LjQzLDE3LjIyLDE0LjIyLDMwLjY1LDE0LjIyczI0LjItNS4xNiwzMS44Mi0xNS4zNXYxMy4yOWgxMS41NVYwWk05ODQuMzYsMTE5LjUzYy05LjkzLDAtMTcuMzEtMy41My0yMi41NS0xMC43OHMtOC4wNi0xNi41Ny04LjA2LTI3LjI1YzAtMTEuMTUsMi42LTIwLjUsNy43NC0yNy44LDUtNy4xMiwxMi40NC0xMC41OCwyMi43MS0xMC41OCw5LjkyLDAsMTcuMjYsMy41NywyMi40NSwxMC45Myw1LjMxLDcuNTMsOCwxNi43Nyw4LDI3LjQ1cy0yLjY5LDE5LjcyLTgsMjcuMThDMTAwMS40NiwxMTUuOTksOTk0LjE3LDExOS41Myw5ODQuMzYsMTE5LjUzWiIvPjwvZz48L2c+PC9zdmc+);}.sfhlhid {display: none !important;}.ZEJgPczyU {text-align: center;max-width: 770px; margin: 3px auto 0;}.ZEJgPczyU img {cursor: pointer;}#pIoHWAiHEp {position: absolute;top: 0;right: -7px;width: 2px;height: 2px;}#pIoHWAiHEp img {cursor: pointer;}.zxZvXB {text-align: end;position: relative;right: -5px;margin-bottom: 5px;float:right;}.zxZvXB img {cursor: pointer;}.zxZvXB:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.eNkpSD:empty {display: none;visibility: hidden;}.eNkpSD {position: relative;min-height: 0 !important;}@media print {.ZEJgPczyU,.eNkpSD,.rOkLWgk,#MOxcDl,#NyYoFR,.ROAWMa,#qshFNk,.zTUQUMZOIv,#cTtCVRPzsp,#vXPPclEI,#FsvCZUVZH,#qxqMfnZH,.vZmxahYYp,.jDuFCesC,#qbcpmAGmOn,.pPtvafrTEv,.LeSdsUBN,.sSUFaeDRAe,.oLAjPS,.mKdljzzYGS,#SnRnHWIR,#nqVoUM,.bDKWFcsNw,#hvobcK,.NERRDHhE,.QQTAEWMJl,.kVJInLkt,#cDEzaZ,#dwOdHvMN,.shsKukPXD,#JpFvzV,#dPcyESB,.nHFpFdlyL,#kllbgTjADv,#pIoHWAiHEp,.zxZvXB{display:none;}} .hyzwcHid {display:none !important;}'),J(qc,f),X.hyzwcCln.push(f),setTimeout(R.bind(null,[]),0)}}else{var a=!1;__tcfapi("addEventListener",2,function(c,h){h&&"useractioncomplete"===c.eventStatus&&(a||(a=!0,__tcfapi("removeEventListener",2,function(c){},c.listenerId),E()))})}}}function R(c){var o,d,r,s,y,a,u,p,w,z,h=[],t=(o=c,d=h,function(c){var h=K("div");d[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=h,d[""+G(B(G("UFdMfFFHUEA="),-3))]=h,sc(o[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=h,"ZEJgPczyU "),rc(c,h),X.hyzwcddc94.w[12243]=h,X.hyzwcCln.push(h)}),t=(!X.hyzwcddc9tc.pm||(j=Y(""+G(B(G("WjVvbk5tNDNcWk15ZTV7a1tUQEA="),-3)),""))&&t(j),function(c){var h=K("div");d[""+G(B(G("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=h,d[""+G(B(G("UFdMe1BXSEA="),-3))]=h,yc(o[""+G(B(G("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=h,"EGxVFds"),sc(h,"eNkpSD brickgroup site"),c.firstChild?rc(c.firstChild,h):J(c,h),ic([{function:function(c,h){}}],X.hyzwcddc94.w[12111]=h,12111),X.hyzwcCln.push(h)}),j=Y(""+G(B(G("T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),""),t=(j&&t(j),function(c){var t=K("div");d[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=t,d[""+G(B(G("UFdMfFFHVEA="),-3))]=t,sc(o[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=t,"rOkLWgk "),J(c,t),X.hyzwcddc94.w[12244]=t,gc(c=K("div"),""+G(B(G("U0pVc2dsRX1nS292XVczbFxwPDdPW1FzaHBveF19cmpccDx8XUpZfE9aTXloR3duZFtNb1w2VXNlNTc5TEtNM2VHd3pcWlVuZFo4cVJsRHpmS2pqUEtFN0xHSHpmS2pqUVtFN1I2VW9oS1R3XFp7c101NzlMSm94ZFtVc1xaejpdSm99Zkp7a2hXcmpnSklsZUpYOmc1b25nSmo5TEdIelBGWDpMbTdqTEZEakxHe25kW1xqZFpUPExxUXBnSk12XXxMLkxHenldSm81U2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1MbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVBsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtVGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1YbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVxsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtZmxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1qbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbW5sU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSHpMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMe1BWTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUFdMbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUh9TG03alNGPG5kW1wuTEd7bmRbXGpkWlQ8THFRcGdKTHtRRkwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBXWGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1INUxtN2pTRjxuZFtcLkxHe25kW1xqZFpUPExxUXBnSkx7UXxMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQV2psU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSDhMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMfFBGTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUG1IbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUx8TG03alNGPG5kW1wu"),-3))),uc(c.childNodes,function(c,h){rc(t,h),X.hyzwcCln.push(h)}),X.hyzwcCln.push(t)}),e=d[""+G(B(G("UFdMfFFHUEA="),-3))],f=(e&&t(e),c),t=h,g=-1<location.search.indexOf("test=true")||-1<location.hash.indexOf("test=true"),e=(X.hyzwc2f1Ptl=11,X.hyzwc3d8Pl=0,!1),c=function(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g36g0fh4:08gf80g36gfh4:8gf81ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12110,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("VG5JR1Z6QEA="),-3))]=t,"MOxcDl"),d=c,X.hyzwcccfAm[12110]&&(fc(X.hyzwcccfAm[12110]),X.hyzwcccfAm[12110]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12110]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12110==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0485506:4e0<<;g048556:4e<<;g1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05:8;0579g07;3g05:8;579g7;3g1ruljlqdo1msj",-3)],i=i[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),h.firstChild?rc(h.firstChild,t):J(h,t),X.hyzwcddc94.a[12110]=t,X.hyzwcCln.push(t),ic([{function:function(){var c=ac(".brickgroup.boxitem.schlagzeile"),h=ac(".mod-header-new");c||h&&oc(h,"margin-bottom","10px","")}}],t,12110),bc(t,12110,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"064i80ig7i0:9:5064i8ig7i:9:51ruljlqdo1msj",-3),function(){}),_(12110,n,!0)))},function(){_(12110,n,!1)}))},h=_,n=Y(""+G(B(G("XHA8bmhUQEA="),-3)),""),c=(n?c(n,!e,!1,X.hyzwcc3cRnd):h(12110,!e,!1),!1),n=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ge9g09g6;0g<4h0ge9g9g6;g<4h1ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(12107,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("VG5vUFdEQEA="),-3))]=h,g&&(r.adContainer=h),yc(h,"NyYoFR"),sc(h,"evPzgnWY "),d),t=(X.hyzwcccfAm[12107]&&(fc(X.hyzwcccfAm[12107]),g||(X.hyzwcccfAm[12107]=!1)),g&&(X.hyzwcddc94.r[12107]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[12107]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12107==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09gie0ii4f0i3:909gieii4fi3:91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;56f0h<gg0f8990;56fh<ggf8991ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:gh<0f<:;0:;h30:gh<f<:;:;h31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<g770g;4;0799h0<g77g;4;799h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f6ii087<50e9530f6ii87<5e9531ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06hf<0;7i<098:306hf<;7i<98:31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"043;i0936e04<e6043;i936e4<e61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07gf709gi3073;807gf79gi373;81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"066;80<7e50;5f6066;8<7e5;5f61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:6h3048<;04:ih0:6h348<;4:ih1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"059ig0<e470489g059ig<e47489g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i5gg0777h084e40i5gg777h84e41ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05e<h07gg60<if<05e<h7gg6<if<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:53e08hgf0f::90:53e8hgff::91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h:9;0f43f0i5ei0h:9;f43fi5ei1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0568304f7g0g:i9056834f7gg:i91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"083ee0hgi407<88083eehgi47<881ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"074;50fge:0:34h074;5fge::34h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<e:704g570;7740<e:74g57;7741ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05;g80;<;30gf7905;g8;<;3gf791ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i9f30i6380:g:50i9f3i638:g:51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:83f06e490g4;h0:83f6e49g4;h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gi5h0<g750g9f70gi5h<g75g9f71ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ie9f04i<30e:3i0ie9f4i<3e:3i1ruljlqdo1msj",-3)],i=i[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[12107]=h,X.hyzwcCln.push(h),ic([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}},{function:function(c,h){var t,d,e=ac("#traffective-ad-Billboard");e||(t=ac(" .brickgroup.site.site-wrapper:not(.is-empty)"),d=setInterval(function(){t&&(wc(t,"beforeBegin",c),clearInterval(d))},20))}}],h,12107),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:67<09<;70;;;f0:67<9<;7;;;f1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,12107,t,function(){g&&Mc(12107,r,30,c,e)}),_(12107,i,!0)},g?Rc(r,c):c()))},function(){_(12107,i,!1)})},h=_,e=Y(""+G(B(G("TDZVfFxaXXBdWlEzZFtdb09aSW5PWE1zZUp7bGU1SXxdREBA"),-3)),""),n=(e?n(e,!c,!1,X.hyzwcc3cRnd):h(12107,!c,!1),g&&(r={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"055h;045i:09<8e055h;45i:9<8e1ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(15002,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("VG5vUFdGNEplNTwzXVtMQA=="),-3))]=h,g&&(s.adContainer=h),sc(h,"ROAWMa "),d),t=(X.hyzwcccfAm[15002]&&(fc(X.hyzwcccfAm[15002]),g||(X.hyzwcccfAm[15002]=!1)),g&&(X.hyzwcddc94.r[15002]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[15002]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(15002==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09<e4045;4043:409<e445;443:41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07:9<0:h:60h9h;07:9<:h:6h9h;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"098:e0<9gi05<5<098:e<9gi5<5<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0794i0ii570f9e60794iii57f9e61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h6350::6f06;f:0h635::6f6;f:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0iih90g69508gfe0iih9g6958gfe1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"076f70ef6306ii<076f7ef636ii<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;f750485g09<he0;f75485g9<he1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0eg6f06hff0:77h0eg6f6hff:77h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"088i304<:e0e;33088i34<:ee;331ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:i930hf480;f430:i93hf48;f431ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07i<g0;<ef043<707i<g;<ef43<71ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06f340e:760e45806f34e:76e4581ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fg6f0<;g706i<f0fg6f<;g76i<f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"069e<0i9980gg4f069e<i998gg4f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08689094fh0<<690868994fh<<691ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"055ee068740;e<4055ee6874;e<41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08ieh0:7hh07fi908ieh:7hh7fi91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09ie706h;404<f809ie76h;44<f81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f6f40iie<0fhe30f6f4iie<fhe31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e9909ff;08h;304e999ff;8h;31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e340<;hi044h<04e34<;hi44h<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;:6:05;560ie760;:6:5;56ie761ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ife<0<i9f0;g;<0ife<<i9f;g;<1ruljlqdo1msj",-3)],i=i[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[15002]=h,X.hyzwcCln.push(h),ic([{selector:".footer-ad-wrapper",cssApply:{display:["none"]}}],h,15002),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;5<9046eg078fg0;5<946eg78fg1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,15002,t,function(){g&&Mc(15002,s,30,c,e)}),_(15002,i,!0)},g?Rc(s,c):c()))},function(){_(15002,i,!1)})},h=_,e=(g?(c=Y(""+G(B(G("T3BdeWU2VW9mbDRrXUY0NmZwSXpmSll8"),-3)),""))?e(c,!n,!1,X.hyzwcc3cRnd):h(15002,!n,!1):h(15002,!n,!1),g&&(s={adContainer:null,additionalHtml:[],spacer:null}),!1),c=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ef7307h6i04ie90ef737h6i4ie91ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(15001,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("VG5vUFdGNFFkWlVuZUpYd1ZKPHddVEBA"),-3))]=h,g&&(y.adContainer=h),yc(h,"qshFNk"),sc(h,"yFUZtnpxrv "),d),t=(X.hyzwcccfAm[15001]&&(fc(X.hyzwcccfAm[15001]),g||(X.hyzwcccfAm[15001]=!1)),g&&(X.hyzwcddc94.r[15001]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[15001]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(15001==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"098f70595e0e5ee098f7595ee5ee1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0eh;80;7h909;550eh;8;7h99;551ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06g;4059f30f97306g;459f3f9731ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0599i0h:;60<7ei0599ih:;6<7ei1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"074e60:e:90<5gf074e6:e:9<5gf1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fg430fhh30hi3:0fg43fhh3hi3:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06<870<hig0hgg:06<87<highgg:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:;gg0:<ge08hi:0:;gg:<ge8hi:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"058:i08;970f63f058:i8;97f63f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:65h0;h:80:i::0:65h;h:8:i::1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"063570hg980f9:h06357hg98f9:h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h9:90889f0;e;:0h9:9889f;e;:1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g<<i0:h9f09f<h0g<<i:h9f9f<h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e5e60<8490g:;:0e5e6<849g:;:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07e5g09;<80h45507e5g9;<8h4551ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e460ffh60gfig04e46ffh6gfig1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0958i0;ghe0;h6f0958i;ghe;h6f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0::580934i07<6:0::58934i7<6:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04hhi0hh4:0:4;704hhihh4::4;71ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06;i;0fgei0;h7h06;i;fgei;h7h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gf;:07<8f0<8h<0gf;:7<8f<8h<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:4gg0;89g04:f:0:4gg;89g4:f:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04i3f04:h90f8h604i3f4:h9f8h61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<46;09;8:0h:ee0<46;9;8:h:ee1ruljlqdo1msj",-3)],i=i[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[15001]=h,X.hyzwcCln.push(h),ic([{selector:"[data-b-title*=Billboard_2]",cssApply:{display:["none"]}}],h,15001),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"057ef0gh5i0<35g057efgh5i<35g1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,15001,t,function(){g&&Mc(15001,y,30,c,e)}),_(15001,i,!0)},g?Rc(y,c):c()))},function(){_(15001,i,!1)})},h=_,c=(g?(n=Y(""+G(B(G("WjVVa2dKSHdcbDQzZFtVdl1WcjxUcG92ZUpNeVxbTW5bfU1n"),-3)),""))?c(n,!e,!1,X.hyzwcc3cRnd):h(15001,!e,!1):h(15001,!e,!1),g&&(y={adContainer:null,additionalHtml:[],spacer:null}),!1),n=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:6g30668f0ii<g0:6g3668fii<g1ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(12126,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("V0hMd1dab25dSntv"),-3))]=h,g&&(a.adContainer=h),sc(h,"zTUQUMZOIv "),d),t=(X.hyzwcccfAm[12126]&&(fc(X.hyzwcccfAm[12126]),g||(X.hyzwcccfAm[12126]=!1)),g&&(X.hyzwcddc94.r[12126]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[12126]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12126==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g;540i:5f0f<630g;54i:5ff<631ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06;;:0<fg;0ee9506;;:<fg;ee951ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ig5h0gegg09i480ig5hgegg9i481ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ih5907;33059h50ih597;3359h51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fe<:08fhe04h9g0fe<:8fhe4h9g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06i43053f309:8f06i4353f39:8f1ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[12126]=h,X.hyzwcCln.push(h),ic([{selectorAll:"[class*=Superbanner]",cssApply:{display:"none"}}],h,12126),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fhg<06<7<0:gi70fhg<6<7<:gi71ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,12126,t,function(){g&&Mc(12126,a,30,c,e)}),_(12126,i,!0)},g?Rc(a,c):c()))},function(){_(12126,i,!1)})},h=_,e=Y(""+G(B(G("WjVRdlxbUX1ObTRXZ1tFb2ZwTWtlcDhvZm8zQA=="),-3)),""),n=(e?n(e,!c,!1,X.hyzwcc3cRnd):h(12126,!c,!1),g&&(a={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04;:80hf3f056e:04;:8hf3f56e:1ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(12128,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UFRAQA=="),-3))]=h,g&&(u.adContainer=h),yc(h,"cTtCVRPzsp"),d),t=(X.hyzwcccfAm[12128]&&(fc(X.hyzwcccfAm[12128]),g||(X.hyzwcccfAm[12128]=!1)),g&&(X.hyzwcddc94.r[12128]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[12128]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12128==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04hfi0936805g6704hfi93685g671ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<gi:0:4:90i;hh0<gi::4:9i;hh1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<;6904efg0<6:60<;694efg<6:61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ff350ihg704;e50ff35ihg74;e51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g6gi0596h0feg<0g6gi596hfeg<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g937044580h35:0g9374458h35:1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:39h0867607h<:0:39h86767h<:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f6:f0;47g0;h8f0f6:f;47g;h8f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gf8<0;<hg0894i0gf8<;<hg894i1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06:e90g3ie0ee<406:e9g3ieee<41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08g470gh;50f98808g47gh;5f9881ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h43i0h7he0;5g;0h43ih7he;5g;1ruljlqdo1msj",-3)],i=i[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[12128]=h,X.hyzwcCln.push(h),ic([{selectorAll:"#traffective-ad-Content_1, #nativendo-oms-zone-placement",cssApply:{display:"none"}},{function:function(c,h){for(var t=c;t;)if(-1<(t=t.parentElement).className.indexOf("brickgroup")){wc(t,"afterBegin",c);break}var d=ac(".site-wrapper.article");d||oc(c,"margin","10px auto","")}}],h,12128),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05fie0:;3h06hhe05fie:;3h6hhe1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,12128,t,function(){g&&Mc(12128,u,30,c,e)}),_(12128,i,!0)},g?Rc(u,c):c()))},function(){_(12128,i,!1)})},h=_,c=Y(""+G(B(G("TDU4a2dKbzVdWjhuZXw0eWVbUHdocDx4XVY0emVKSW1dWjRvZXFUdkxGOGtmcVVzXDV7b09aTXldS25qTDZVfFxaXXBdWlEzZFtdb09aSW5PWFF5ZXFVb2VxVWlQVEBA"),-3)),""),e=(c?e(c,!n,!1,X.hyzwcc3cRnd):h(12128,!n,!1),g&&(u={adContainer:null,additionalHtml:[],spacer:null}),!1),c=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04h;e09<4h0eig804h;e9<4heig81ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(15e3,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UGpAQA=="),-3))]=h,g&&(p.adContainer=h),yc(h,"vXPPclEI"),d),t=(X.hyzwcccfAm[15e3]&&(fc(X.hyzwcccfAm[15e3]),g||(X.hyzwcccfAm[15e3]=!1)),g&&(X.hyzwcddc94.r[15e3]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[15e3]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(15e3==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ggg8089380h4i40ggg88938h4i41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"087i;09<i304eef087i;9<i34eef1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e;8;0;6fe04:h60e;8;;6fe4:h61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"097650439i0:f:609765439i:f:61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04h;60:38f086:804h;6:38f86:81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gff30h5<i07g7i0gff3h5<i7g7i1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e4580768:08<h<0e458768:8<h<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i5g50h<f40gf580i5g5h<f4gf581ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<eh<0i7:3078e;0<eh<i7:378e;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fi8f083hg06<h50fi8f83hg6<h51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09;9;0448f0e38409;9;448fe3841ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06:7905h960ih<406:795h96ih<41ruljlqdo1msj",-3)],i=i[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[15e3]=h,X.hyzwcCln.push(h),ic([{selector:"#traffective-ad-Content_2",cssApply:{display:"none"}},{function:function(c,h){for(var t=c.parentElement;t;)if("ad"===(t=t.parentElement).className){wc(t,"beforeBegin",c);break}var d=ac(".site-wrapper.article");d||oc(c,"margin","10px auto","")}}],h,15e3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"064;70f;4305;fi064;7f;435;fi1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,15e3,t,function(){g&&Mc(15e3,p,30,c,e)}),_(15e3,i,!0)},g?Rc(p,c):c()))},function(){_(15e3,i,!1)})},h=_,n=Y(""+G(B(G("T3BJfGdKb21lSlh3XHA8bmhWRG1nS01rXXBdb1w2VXNncFh3XFpUd1Q1PHhnSll4Z0k7fA=="),-3)),""),c=(n?c(n,!e,!1,X.hyzwcc3cRnd):h(15e3,!e,!1),g&&(p={adContainer:null,additionalHtml:[],spacer:null}),!1),n=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:97g0<f<e067;40:97g<f<e67;41ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(12127,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("V1lNaVZJRUVPWVFzXUpZbFxbTHdZSjx6"),-3))]=h,g&&(w.adContainer=h),yc(h,"FsvCZUVZH"),d),t=(X.hyzwcccfAm[12127]&&(fc(X.hyzwcccfAm[12127]),g||(X.hyzwcccfAm[12127]=!1)),g&&(X.hyzwcddc94.r[12127]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[12127]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12127==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;<:f0ie670h:<40;<:fie67h:<41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0996;054f507:6i0996;54f57:6i1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;h;:0468h099ef0;h;:468h99ef1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i5;70693:0h8f<0i5;7693:h8f<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06<440g67;0h44g06<44g67;h44g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gh<404g4h0e8<:0gh<44g4he8<:1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04h8f09f9<0;48504h8f9f9<;4851ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f394055g3044380f39455g344381ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0eihi0989404<i60eihi98944<i61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"046570;3850847404657;38584741ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e330i3:40474g04e33i3:4474g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"074fe0g8;f046<<074feg8;f46<<1ruljlqdo1msj",-3)],i=i[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),rc(c,h),X.hyzwcddc94.a[12127]=h,X.hyzwcCln.push(h),ic([{selectorAll:"#traffective-ad-Rectangle_1, #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_3, #traffective-ad-Native_1",cssApply:{display:"none"}}],h,12127),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:5<e0e86604heg0:5<ee8664heg1ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,12127,t,function(){g&&Mc(12127,w,30,c,e)}),_(12127,i,!0)},g?Rc(w,c):c()))},function(){_(12127,i,!1)})},h=_,e=Y(""+G(B(G("T3BNfGRaUXVMRzdqTDZVfFxaXXBdWlEzZFtdb09aSW5PWU1vXDZVa2VwZ3ZdWTt7T0ZFZV1KSTNcVjRsT1tVc2dKe29ObTRSXFtVc2dwWXhdSjxnT0l3blxbVWtPWkx3Z0pvM2VKWHRTWDhrZ0pvNV1ZO3tbVEBA"),-3)),""),n=(e?n(e,!c,!1,X.hyzwcc3cRnd):h(12127,!c,!1),g&&(w={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function e(n,i,h,t){if(h)return;var l=(new Date).getTime();var c=B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08e7e06f370g7:i08e7e6f37g7:i1ruljlqdo1msj",-3);g&&(c+="#"+l);$(c,function(){var d,c;h||(h=!0,(d=this).height<2?_(12108,i,!1):t==X.hyzwcc3cRnd&&(c=function(){var c=n,h=K("div"),t=(f[""+G(B(G("WDN3XU9ZTXNdNWsz"),-3))]=h,g&&(z.adContainer=h),yc(h,"qxqMfnZH"),d),t=(X.hyzwcccfAm[12108]&&(fc(X.hyzwcccfAm[12108]),g||(X.hyzwcccfAm[12108]=!1)),g&&(X.hyzwcddc94.r[12108]=!0),dc(t,function(c,h){if(!X.hyzwcdc3Pc[12108]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12108==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:<760e4930<5<f0:<76e493<5<f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08fie0:6g:0g49808fie:6g:g4981ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:956063gf0e47;0:95663gfe47;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e6:;047g70888:0e6:;47g7888:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<h7<05h7:0h4350<h7<5h7:h4351ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09:990<ii80g96509:99<ii8g9651ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e39083h50:9fg04e3983h5:9fg1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"087;e077i<0fi6<087;e77i<fi6<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:58609;990:4h30:5869;99:4h31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:7670;5e50f7i50:767;5e5f7i51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;3if0486<0e;;60;3if486<e;;61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h5;:046580:h830h5;:4658:h831ruljlqdo1msj",-3)],i=i[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(h,d),c.firstChild?rc(c.firstChild,h):J(c,h),X.hyzwcddc94.a[12108]=h,X.hyzwcCln.push(h),ic([{selector:".brickgroup.site-wrapper",cssApply:{position:"relative"}}],h,12108),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07:7g0i95609;e907:7gi9569;e91ruljlqdo1msj",-3));g&&(t+="#"+l),bc(h,12108,t,function(){g&&Mc(12108,z,30,c,e)}),_(12108,i,!0)},g?Rc(z,c):c()))},function(){_(12108,i,!1)})},h=_,c=Y(""+G(B(G("T3A0eV1GNHJdWkluXVtMd2VwWTZPRjhsZnBvbWQ1Z3xlNll6T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),"");function m(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08i<70<;4g053:408i<7<;4g53:41ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12245,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdId1BtTEA="),-3))]=t,"PwMaKy"),sc(t,"vZmxahYYp "),d=c,X.hyzwcccfAm[12245]&&(fc(X.hyzwcccfAm[12245]),X.hyzwcccfAm[12245]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12245]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12245==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0755;09e:f0f<fe0755;9e:ff<fe1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0hh4h04f;f08;5e0hh4h4f;f8;5e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0594;0;8ii0;9;80594;;8ii;9;81ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0638f095;9066890638f95;966891ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g45f059<g0e7<e0g45f59<ge7<e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0835i0g6750g:;70835ig675g:;71ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12245]=t,X.hyzwcCln.push(t),bc(t,12245,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ef6f059580h<eg0ef6f5958h<eg1ruljlqdo1msj",-3),function(){}),_(12245,n,!0)))},function(){_(12245,n,!1)}))}function x(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h<e60fgf;08:ef0h<e6fgf;8:ef1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12246,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdMd1BtTEA="),-3))]=t,"jDuFCesC "),d=c,X.hyzwcccfAm[12246]&&(fc(X.hyzwcccfAm[12246]),X.hyzwcccfAm[12246]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12246]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12246==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09<fe04e<8098g:09<fe4e<898g:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h<;f0fgf;049::0h<;ffgf;49::1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f;8<053ee0gi:<0f;8<53eegi:<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<3i30<5h609hi60<3i3<5h69hi61ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12246]=t,X.hyzwcCln.push(t),bc(t,12246,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0866804;9704;73086684;974;731ruljlqdo1msj",-3),function(){}),_(12246,n,!0)))},function(){_(12246,n,!1)}))}function R(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0499g0if8i0g;930499gif8ig;931ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12247,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdQd1BtTEA="),-3))]=t,"qbcpmAGmOn"),d=c,X.hyzwcccfAm[12247]&&(fc(X.hyzwcccfAm[12247]),X.hyzwcccfAm[12247]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12247]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12247==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e<8e0;8g30f9750e<8e;8g3f9751ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h5:7069;i0ge680h5:769;ige681ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0hf8<045eg0g53<0hf8<45egg53<1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"073780634i0;73:07378634i;73:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06ihi09h;30644306ihi9h;364431ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0hf4g0e4<7058f90hf4ge4<758f91ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12247]=t,X.hyzwcCln.push(t),bc(t,12247,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0488<0935e09h8g0488<935e9h8g1ruljlqdo1msj",-3),function(){}),_(12247,n,!0)))},function(){_(12247,n,!1)}))}function v(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"059i80;6;g0e85<059i8;6;ge85<1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12248,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdUd1BtTEA="),-3))]=t,"pPtvafrTEv "),d=c,X.hyzwcccfAm[12248]&&(fc(X.hyzwcccfAm[12248]),X.hyzwcccfAm[12248]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12248]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12248==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08hhf074:h0gh8h08hhf74:hgh8h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"045640<3:80<6if04564<3:8<6if1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<i770;6e80ie750<i77;6e8ie751ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:i9:09eff0:ii50:i9:9eff:ii51ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12248]=t,X.hyzwcCln.push(t),bc(t,12248,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e<g;057;e07;4h0e<g;57;e7;4h1ruljlqdo1msj",-3),function(){}),_(12248,n,!0)))},function(){_(12248,n,!1)}))}function M(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07g6h07i;<0ff:407g6h7i;<ff:41ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12249,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdYd1BtTEA="),-3))]=t,"LeSdsUBN "),d=c,X.hyzwcccfAm[12249]&&(fc(X.hyzwcccfAm[12249]),X.hyzwcccfAm[12249]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12249]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12249==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0693408e8;0h449069348e8;h4491ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;9760e7ei0;5h90;976e7ei;5h91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04:6f06f:;0gge604:6f6f:;gge61ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;h4i058i30;ih80;h4i58i3;ih81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06h<8084ff0f46606h<884fff4661ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"086530<8<h0e79:08653<8<he79:1ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12249]=t,X.hyzwcCln.push(t),bc(t,12249,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ii4e0<;:6045750ii4e<;:645751ruljlqdo1msj",-3),function(){}),_(12249,n,!0)))},function(){_(12249,n,!1)}))}function b(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"058fh07f<:0436g058fh7f<:436g1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12250,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdcd1BtTEA="),-3))]=t,"sSUFaeDRAe "),d=c,X.hyzwcccfAm[12250]&&(fc(X.hyzwcccfAm[12250]),X.hyzwcccfAm[12250]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12250]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12250==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"053h50h5;f0596i053h5h5;f596i1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g6450;6740:hi<0g645;674:hi<1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"065960466i077e:06596466i77e:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g63905438094:70g639543894:71ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12250]=t,X.hyzwcCln.push(t),bc(t,12250,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h4:g07i450hh530h4:g7i45hh531ruljlqdo1msj",-3),function(){}),_(12250,n,!0)))},function(){_(12250,n,!1)}))}function T(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"046e609:h40<h:4046e69:h4<h:41ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12251,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdmd1BtTEA="),-3))]=t,"oLAjPS "),d=c,X.hyzwcccfAm[12251]&&(fc(X.hyzwcccfAm[12251]),X.hyzwcccfAm[12251]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12251]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12251==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0::fi085g:0<3f90::fi85g:<3f91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:5;g07<eh077ef0:5;g7<eh77ef1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04h6<0<4eg0;54g04h6<<4eg;54g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ei;g05e<f0776<0ei;g5e<f776<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0436f0e68908:<g0436fe6898:<g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09;f904:9h0ifh509;f94:9hifh51ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07h840hhh80fe<807h84hhh8fe<81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0647g0<;h50::660647g<;h5::661ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ee;80f96:0g;3g0ee;8f96:g;3g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05f980ifi70:h7h05f98ifi7:h7h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h85g05;980h4<:0h85g5;98h4<:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05he40:g940hg9805he4:g94hg981ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12251]=t,X.hyzwcCln.push(t),bc(t,12251,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e63<0fg8e08<i60e63<fg8e8<i61ruljlqdo1msj",-3),function(){}),_(12251,n,!0)))},function(){_(12251,n,!1)}))}function q(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e5f0:;f:04i8504e5f:;f:4i851ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12252,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdqd1BtTEA="),-3))]=t,"CxgEHc"),sc(t,"mKdljzzYGS "),d=c,X.hyzwcccfAm[12252]&&(fc(X.hyzwcccfAm[12252]),X.hyzwcccfAm[12252]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12252]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12252==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05h9h0hh380f4i605h9hhh38f4i61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05:fi04i680i8fi05:fi4i68i8fi1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"047h9059eh0<e85047h959eh<e851ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04:8307<;30h;3504:837<;3h;351ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12252]=t,X.hyzwcCln.push(t),bc(t,12252,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0eghe07i4;0f9;<0eghe7i4;f9;<1ruljlqdo1msj",-3),function(){}),_(12252,n,!0)))},function(){_(12252,n,!1)}))}function N(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;he<0hh8f06;460;he<hh8f6;461ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12253,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdud1BtTEA="),-3))]=t,"SnRnHWIR"),sc(t,"egNcKA "),d=c,X.hyzwcccfAm[12253]&&(fc(X.hyzwcccfAm[12253]),X.hyzwcccfAm[12253]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12253]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12253==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f9:508:6f094930f9:58:6f94931ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:9;606;8f05:;90:9;66;8f5:;91ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<4:i0<9;g08f930<4:i<9;g8f931ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04eh40h7ii04e3604eh4h7ii4e361ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:g4305ehh0<7hi0:g435ehh<7hi1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<38;0gh5805hg70<38;gh585hg71ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04;9<06fe<0:85904;9<6fe<:8591ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;58307f<307:<:0;5837f<37:<:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05<i605<;f0e97305<i65<;fe9731ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0766:04g:;0:he70766:4g:;:he71ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05<:;05;g309;8805<:;5;g39;881ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0485;0839g05eg:0485;839g5eg:1ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12253]=t,X.hyzwcCln.push(t),bc(t,12253,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06:370g965059;g06:37g96559;g1ruljlqdo1msj",-3),function(){}),_(12253,n,!0)))},function(){_(12253,n,!1)}))}function L(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"047e50g99604gi:047e5g9964gi:1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12254,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdEd1BtTEA="),-3))]=t,"nqVoUM"),d=c,X.hyzwcccfAm[12254]&&(fc(X.hyzwcccfAm[12254]),X.hyzwcccfAm[12254]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12254]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12254==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09ge907h<40i3g<09ge97h<4i3g<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g98e0i6680i:5e0g98ei668i:5e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04f<:09h;i0i3:i04f<:9h;ii3:i1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<i;:0ie6h04:5e0<i;:ie6h4:5e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05<;906e;70e3;g05<;96e;7e3;g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0gf640ei;i0<h;50gf64ei;i<h;51ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;<gf0i6h<0eege0;<gfi6h<eege1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08<6h07:89094;e08<6h7:8994;e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06:f50hf;e08i:606:f5hf;e8i:61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:9:<09;e40:6eh0:9:<9;e4:6eh1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07:e4059fe0f88<07:e459fef88<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e<:h06ge906h:90e<:h6ge96h:91ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12254]=t,X.hyzwcCln.push(t),bc(t,12254,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"086;30;f:60f865086;3;f:6f8651ruljlqdo1msj",-3),function(){}),_(12254,n,!0)))},function(){_(12254,n,!1)}))}function D(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07<if04f;;0:8f507<if4f;;:8f51ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12255,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdId1BtTEA="),-3))]=t,"bDKWFcsNw "),d=c,X.hyzwcccfAm[12255]&&(fc(X.hyzwcccfAm[12255]),X.hyzwcccfAm[12255]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12255]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12255==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:f4;0:g3:0i6gi0:f4;:g3:i6gi1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0948i0ii630hg870948iii63hg871ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09f370:ifh04:;509f37:ifh4:;51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08567047ee05;g50856747ee5;g51ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12255]=t,X.hyzwcCln.push(t),bc(t,12255,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06;37043e4063:706;3743e463:71ruljlqdo1msj",-3),function(){}),_(12255,n,!0)))},function(){_(12255,n,!1)}))}function A(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06hh50g;8g049ee06hh5g;8g49ee1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12256,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdMd1BtTEA="),-3))]=t,"hvobcK"),sc(t,"LKKscYCW "),d=c,X.hyzwcccfAm[12256]&&(fc(X.hyzwcccfAm[12256]),X.hyzwcccfAm[12256]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12256]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12256==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"078g6048ef08i<<078g648ef8i<<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04<9g05g5g058:;04<9g5g5g58:;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"055740h;5h09fhf05574h;5h9fhf1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09i66063:6046h;09i6663:646h;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;;i;0;3<60h;940;;i;;3<6h;941ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09<:i0;36i05i5909<:i;36i5i591ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12256]=t,X.hyzwcCln.push(t),bc(t,12256,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"049:508fh:0g9g9049:58fh:g9g91ruljlqdo1msj",-3),function(){}),_(12256,n,!0)))},function(){_(12256,n,!1)}))}function E(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:7<<0:ge30ff8i0:7<<:ge3ff8i1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12257,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdQd1BtTEA="),-3))]=t,"NERRDHhE "),d=c,X.hyzwcccfAm[12257]&&(fc(X.hyzwcccfAm[12257]),X.hyzwcccfAm[12257]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12257]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12257==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0he<;04i9:04;f40he<;4i9:4;f41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;6i90e83e0ff660;6i9e83eff661ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07gh;078;g0f;eg07gh;78;gf;eg1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0if56046:60e56<0if5646:6e56<1ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12257]=t,X.hyzwcCln.push(t),bc(t,12257,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05igi0;6360e:4705igi;636e:471ruljlqdo1msj",-3),function(){}),_(12257,n,!0)))},function(){_(12257,n,!1)}))}function F(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i5;70<3f<04h640i5;7<3f<4h641ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12258,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdUd1BtTEA="),-3))]=t,"QQTAEWMJl "),d=c,X.hyzwcccfAm[12258]&&(fc(X.hyzwcccfAm[12258]),X.hyzwcccfAm[12258]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12258]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12258==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06g940968f049:606g94968f49:61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e:e8048f90:98g0e:e848f9:98g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e;:0<i930fii;04e;:<i93fii;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<:490<:g:0i59f0<:49<:g:i59f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"045g306i;509<84045g36i;59<841ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09he304e35094e409he34e3594e41ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fge30;;5<076f60fge3;;5<76f61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06;if073<e043<h06;if73<e43<h1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09g3<0<<hf053i609g3<<<hf53i61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<;i404he90hgh50<;i44he9hgh51ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<76<0g693049f40<76<g69349f41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f3:i0i9e50fg530f3:ii9e5fg531ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12258]=t,X.hyzwcCln.push(t),bc(t,12258,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;;h80e6980<;930;;h8e698<;931ruljlqdo1msj",-3),function(){}),_(12258,n,!0)))},function(){_(12258,n,!1)}))}function O(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<4ie0;3:i0e3eh0<4ie;3:ie3eh1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12259,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdYd1BtTEA="),-3))]=t,"kWcupZ"),sc(t,"kVJInLkt "),d=c,X.hyzwcccfAm[12259]&&(fc(X.hyzwcccfAm[12259]),X.hyzwcccfAm[12259]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12259]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12259==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f<h40he93053840f<h4he9353841ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"084960749<0g55708496749<g5571ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<e650<egh0;g:30<e65<egh;g:31ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06i36089e;0676i06i3689e;676i1ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12259]=t,X.hyzwcCln.push(t),bc(t,12259,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08if:0h6<e0;e;i08if:h6<e;e;i1ruljlqdo1msj",-3),function(){}),_(12259,n,!0)))},function(){_(12259,n,!1)}))}function U(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"046f507<eg04fg;046f57<eg4fg;1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12260,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdcd1BtTEA="),-3))]=t,"cDEzaZ"),d=c,X.hyzwcccfAm[12260]&&(fc(X.hyzwcccfAm[12260]),X.hyzwcccfAm[12260]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12260]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12260==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:iii0ghh<079<70:iiighh<79<71ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;8hi06eg509eig0;8hi6eg59eig1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"09:5<0g<gg0ih5909:5<g<ggih591ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05he;0453h0h65405he;453hh6541ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04e<i0e36<0f5<404e<ie36<f5<41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e:5<0;gi90;gi70e:5<;gi9;gi71ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12260]=t,X.hyzwcCln.push(t),bc(t,12260,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07gi80e7;804hh407gi8e7;84hh41ruljlqdo1msj",-3),function(){}),_(12260,n,!0)))},function(){_(12260,n,!1)}))}function V(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04ifh0if<i059i<04ifhif<i59i<1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12261,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdmd1BtTEA="),-3))]=t,"dwOdHvMN"),sc(t,"gtDzlSC "),d=c,X.hyzwcccfAm[12261]&&(fc(X.hyzwcccfAm[12261]),X.hyzwcccfAm[12261]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12261]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12261==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0836f08f770ffe:0836f8f77ffe:1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0965607e8907g<4096567e897g<41ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ie9e0<4;g0<ii<0ie9e<4;g<ii<1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"054f604<h40<f38054f64<h4<f381ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12261]=t,X.hyzwcCln.push(t),bc(t,12261,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"049;g0;4;507444049;g;4;574441ruljlqdo1msj",-3),function(){}),_(12261,n,!0)))},function(){_(12261,n,!1)}))}function k(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"044730g5h:0ge:504473g5h:ge:51ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12262,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdqd1BtTEA="),-3))]=t,"shsKukPXD "),d=c,X.hyzwcccfAm[12262]&&(fc(X.hyzwcccfAm[12262]),X.hyzwcccfAm[12262]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12262]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12262==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ggie0<h5:0:5470ggie<h5::5471ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e:h;08h:g0;h980e:h;8h:g;h981ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0647g0hf860575i0647ghf86575i1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ig:g0:e850::;60ig:g:e85::;61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07hg60g<6904;:f07hg6g<694;:f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i4e<0i6<507h9h0i4e<i6<57h9h1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h<e70;7ee0fgif0h<e7;7eefgif1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f84:0564i0:8<40f84:564i:8<41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fg3f08ii90<feg0fg3f8ii9<feg1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h<f704996076860h<f7499676861ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0694f0h7ie0564g0694fh7ie564g1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e33504ig<0hh<e0e3354ig<hh<e1ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12262]=t,X.hyzwcCln.push(t),bc(t,12262,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07h8<0e64g05fff07h8<e64g5fff1ruljlqdo1msj",-3),function(){}),_(12262,n,!0)))},function(){_(12262,n,!1)}))}function C(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0988h0i7if0:e6:0988hi7if:e6:1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12263,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdud1BtTEA="),-3))]=t,"JpFvzV"),sc(t,"NvYrRJ "),d=c,X.hyzwcccfAm[12263]&&(fc(X.hyzwcccfAm[12263]),X.hyzwcccfAm[12263]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12263]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12263==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0999:04h680:h780999:4h68:h781ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07;:409e;50hhg807;:49e;5hhg81ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0g;::05;::0i<860g;::5;::i<861ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08h37073ei06:e308h3773ei6:e31ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12263]=t,X.hyzwcCln.push(t),bc(t,12263,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0576f0:h5608ii60576f:h568ii61ruljlqdo1msj",-3),function(){}),_(12263,n,!0)))},function(){_(12263,n,!1)}))}function W(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"046<805;6<0;3;6046<85;6<;3;61ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12264,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Ed1BtTEA="),-3))]=t,"dPcyESB"),d=c,X.hyzwcccfAm[12264]&&(fc(X.hyzwcccfAm[12264]),X.hyzwcccfAm[12264]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12264]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12264==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ei9604ge406fh70ei964ge46fh71ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07g<i047if0g5i;07g<i47ifg5i;1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"079550;8:;0<;6607955;8:;<;661ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"053970geei046g605397geei46g61ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"069eg0ghe50<<65069egghe5<<651ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"076ge0;h8:084<3076ge;h8:84<31ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"086gh0fi<80683f086ghfi<8683f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h3:40;g3h0;4830h3:4;g3h;4831ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:7<80he;f07<3f0:7<8he;f7<3f1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05i7h0f<670e83505i7hf<67e8351ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:3hg0<6580e5fi0:3hg<658e5fi1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"048h306g;:0gff8048h36g;:gff81ruljlqdo1msj",-3)],i=i[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12264]=t,X.hyzwcCln.push(t),bc(t,12264,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08ih70g5ih0;55608ih7g5ih;5561ruljlqdo1msj",-3),function(){}),_(12264,n,!0)))},function(){_(12264,n,!1)}))}function H(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"049;h08e::06ggf049;h8e::6ggf1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12265,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Id1BtTEA="),-3))]=t,"nHFpFdlyL "),d=c,X.hyzwcccfAm[12265]&&(fc(X.hyzwcccfAm[12265]),X.hyzwcccfAm[12265]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12265]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12265==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"098<80ge6i066eh098<8ge6i66eh1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0i36<0<fe7097f40i36<<fe797f41ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<4:g09;;:0i;i30<4:g9;;:i;i31ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"05i4e057860995705i4e578699571ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h<ee0:<4505<ie0h<ee:<455<ie1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"095:7077860<i55095:77786<i551ruljlqdo1msj",-3)],i=i[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12265]=t,X.hyzwcCln.push(t),bc(t,12265,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;5i60g6g80e9fg0;5i6g6g8e9fg1ruljlqdo1msj",-3),function(){}),_(12265,n,!0)))},function(){_(12265,n,!1)}))}function S(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<h7;057i:0<;f30<h7;57i:<;f31ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12266,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Md1BtTEA="),-3))]=t,"kllbgTjADv"),d=c,X.hyzwcccfAm[12266]&&(fc(X.hyzwcccfAm[12266]),X.hyzwcccfAm[12266]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12266]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12266==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"06:4904;i604i<806:494;i64i<81ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08e9;0;46704;e;08e9;;4674;e;1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0;7ef0e;<g0gg:e0;7efe;<ggg:e1ruljlqdo1msj",-3),B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0874509i3h088;i087459i3h88;i1ruljlqdo1msj",-3)],i=i[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12266]=t,X.hyzwcCln.push(t),bc(t,12266,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<;g30695<0f9e:0<;g3695<f9e:1ruljlqdo1msj",-3),function(){}),_(12266,n,!0)))},function(){_(12266,n,!1)}))}c?e(c,!n,!1,X.hyzwcc3cRnd):h(12108,!n,!1),g&&(z={adContainer:null,additionalHtml:[],spacer:null}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHs="),-3)),"");return c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=1e3},function(){var c,h,t,d;c=!0,h=m,t=_,(d=Y(""+G(B(G("TDZRcGdKTHs="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12245,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHw="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12245]||X.hyzwcddc94.w[12245]||X.hyzwcddc94.a[12245])},function(){var c,h,t,d;c=!0,h=x,t=_,(d=Y(""+G(B(G("TDZRcGdKTHw="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12246,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTH0="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12246]||X.hyzwcddc94.w[12246]||X.hyzwcddc94.a[12246])},function(){var c,h,t,d;c=!0,h=R,t=_,(d=Y(""+G(B(G("TDZRcGdKTH0="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12247,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDM="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12247]||X.hyzwcddc94.w[12247]||X.hyzwcddc94.a[12247])},function(){var c,h,t,d;c=!0,h=v,t=_,(d=Y(""+G(B(G("TDZRcGdKTDM="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12248,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDQ="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12248]||X.hyzwcddc94.w[12248]||X.hyzwcddc94.a[12248])},function(){var c,h,t,d;c=!0,h=M,t=_,(d=Y(""+G(B(G("TDZRcGdKTDQ="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12249,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDU="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12249]||X.hyzwcddc94.w[12249]||X.hyzwcddc94.a[12249])},function(){var c,h,t,d;c=!0,h=b,t=_,(d=Y(""+G(B(G("TDZRcGdKTDU="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12250,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDY="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12250]||X.hyzwcddc94.w[12250]||X.hyzwcddc94.a[12250])},function(){var c,h,t,d;c=!0,h=T,t=_,(d=Y(""+G(B(G("TDZRcGdKTDY="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12251,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDc="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12251]||X.hyzwcddc94.w[12251]||X.hyzwcddc94.a[12251])},function(){var c,h,t,d;c=!0,h=q,t=_,(d=Y(""+G(B(G("TDZRcGdKTDc="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12252,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTDg="),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12252]||X.hyzwcddc94.w[12252]||X.hyzwcddc94.a[12252])},function(){var c,h,t,d;c=!0,h=N,t=_,(d=Y(""+G(B(G("TDZRcGdKTDg="),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12253,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtQREBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12253]||X.hyzwcddc94.w[12253]||X.hyzwcddc94.a[12253])},function(){var c,h,t,d;c=!0,h=L,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtQREBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12254,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtQVEBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12254]||X.hyzwcddc94.w[12254]||X.hyzwcddc94.a[12254])},function(){var c,h,t,d;c=!0,h=D,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtQVEBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12255,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtQakBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12255]||X.hyzwcddc94.w[12255]||X.hyzwcddc94.a[12255])},function(){var c,h,t,d;c=!0,h=A,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtQakBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12256,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtQekBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12256]||X.hyzwcddc94.w[12256]||X.hyzwcddc94.a[12256])},function(){var c,h,t,d;c=!0,h=E,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtQekBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12257,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtRREBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12257]||X.hyzwcddc94.w[12257]||X.hyzwcddc94.a[12257])},function(){var c,h,t,d;c=!0,h=F,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtRREBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12258,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtRVEBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12258]||X.hyzwcddc94.w[12258]||X.hyzwcddc94.a[12258])},function(){var c,h,t,d;c=!0,h=O,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtRVEBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12259,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtRakBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12259]||X.hyzwcddc94.w[12259]||X.hyzwcddc94.a[12259])},function(){var c,h,t,d;c=!0,h=U,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtRakBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12260,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtRekBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12260]||X.hyzwcddc94.w[12260]||X.hyzwcddc94.a[12260])},function(){var c,h,t,d;c=!0,h=V,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtRekBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12261,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtSREBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12261]||X.hyzwcddc94.w[12261]||X.hyzwcddc94.a[12261])},function(){var c,h,t,d;c=!0,h=k,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtSREBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12262,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHtSVEBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12262]||X.hyzwcddc94.w[12262]||X.hyzwcddc94.a[12262])},function(){var c,h,t,d;c=!0,h=C,t=_,(d=Y(""+G(B(G("TDZRcGdKTHtSVEBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12263,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHxQREBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12263]||X.hyzwcddc94.w[12263]||X.hyzwcddc94.a[12263])},function(){var c,h,t,d;c=!0,h=W,t=_,(d=Y(""+G(B(G("TDZRcGdKTHxQREBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12264,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHxQVEBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12264]||X.hyzwcddc94.w[12264]||X.hyzwcddc94.a[12264])},function(){var c,h,t,d;c=!0,h=H,t=_,(d=Y(""+G(B(G("TDZRcGdKTHxQVEBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12265,!c,!1)}),ec(0,function(){var c=!0,h=Y(""+G(B(G("TDZRcGdKTHxQakBA"),-3)),"");return c=(c=(c=c&&h)&&c.getBoundingClientRect().top-X.innerHeight<=700)&&(X.hyzwcddc94.f[12265]||X.hyzwcddc94.w[12265]||X.hyzwcddc94.a[12265])},function(){var c,h,t,d;c=!0,h=S,t=_,(d=Y(""+G(B(G("TDZRcGdKTHxQakBA"),-3)),""))?h(d,!c,!1,X.hyzwcc3cRnd):t(12266,!c,!1)});e=!1,c=function(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04<8g0hg3:0f6ff04<8ghg3:f6ff1ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12112,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),yc(f[""+G(B(G("WTVJdmVLRWtmSll8T1lNc101azM="),-3))]=t,"pIoHWAiHEp"),sc(t,"nLVVjmeDdS "),d=c,X.hyzwcccfAm[12112]&&(fc(X.hyzwcccfAm[12112]),X.hyzwcccfAm[12112]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12112]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12112==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0fg5:08i4f0h3490fg5:8i4fh3491ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04;<6074340:39e04;<67434:39e1ruljlqdo1msj",-3)],i=i[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),X.hyzwcddc94.a[12112]=t,bc(t,12112,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0eh540<g66059<f0eh54<g6659<f1ruljlqdo1msj",-3),function(){}),_(12112,n,!0)))},function(){_(12112,n,!1)}))},h=_,n=t[""+G(B(G("UFdMe1BXSEA="),-3))],n?c(n,!e,!1,X.hyzwcc3cRnd):h(12112,!e,!1),c=!1,n=function(e,n,i,l){i||((new Date).getTime(),$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<85<0h;e7064930<85<h;e764931ruljlqdo1msj",-3),function(){var c,h,t,d;i||(i=!0,(c=this).height<2?_(12113,n,!1):l==X.hyzwcc3cRnd&&(h=e,t=K("div"),sc(f[""+G(B(G("WTVJdmVLRWtmSll8T1lVeWZEQEA="),-3))]=t,"zxZvXB "),d=c,X.hyzwcccfAm[12113]&&(fc(X.hyzwcccfAm[12113]),X.hyzwcccfAm[12113]=!1),dc(d,function(c,h){if(!X.hyzwcdc3Pc[12113]){c.preventDefault(),c.stopPropagation();for(var t=tc(c,this),d=0;d<X.hyzwc30dOc.length;d++){var e,n=X.hyzwc30dOc[d];if(12113==n.p)if(t.x>=n.x&&t.x<n.x+n.w&&t.y>=n.y&&t.y<n.y+n.h)return void(n.u&&(e=0<n.t.length?n.t:"_self",e=0==c.button&&c.ctrlKey?"_blank":e,cc(X,n.u,n.u,e,!0)))}var i=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0:4h<0:<<:09h3:0:4h<:<<:9h3:1ruljlqdo1msj",-3)],l=[B("2phgld1phgdl1"+X.hyzwcc3cRnd+"049ef0f5730:8<f049eff573:8<f1ruljlqdo1msj",-3)],i=i[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];cc(X,i,l,"_blank",!1)}}),J(t,c),J(h,t),ic([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}}],X.hyzwcddc94.a[12113]=t,12113),bc(t,12113,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<f;609if80ig430<f;69if8ig431ruljlqdo1msj",-3),function(){}),_(12113,n,!0)))},function(){_(12113,n,!1)}))},h=_,e=t[""+G(B(G("UFdMe1BXSEA="),-3))];{var I,i,Z,Q,l;e?n(e,!c,!1,X.hyzwcc3cRnd):h(12113,!c,!1),(X.hyzwcautorecov||X.hyzwcff2Flags.autoRecov)&&(Q=[],l=[],X.hyzwcff2Flags.mutationRecord=l,hc(function(){I=Object.keys(X.hyzwcddc94.a);for(var c=0;c<I.length;c++)Q[c]=I[c];Z=Object.values(X.hyzwcddc94.w);for(var h,t,d=0;d<Q.length;d++){var e=Q[d];0===(i=X.hyzwcddc94.a[e].firstChild||X.hyzwcddc94.a[e]).scrollHeight&&0===i.scrollWidth?(t=l)[h=e]&&t[h].ignore||function o(c,h,t,d){var e=c.classList.item(0)?"."+c.classList.item(0):"";var r=mc(c,e,xc(6));var n=c.id.trim()?"#"+c.id.trim():"";var s=mc(c,n,xc(6));var i="";var l="";if(X[nc("fmdsqfEtqqf",-12)])for(var f=X[nc("fmdsqfEtqqf",-12)],y=f,g=0;g<f.cssRules.length;g++)l=f.cssRules[g].cssText,e&&-1<l.indexOf(e)?i=l.replace(e,r):n&&-1<l.indexOf(n)&&(i=l.replace(n,s)),""!==i&&(y.deleteRule(g--),y.insertRule(i,f.cssRules.length),i="");c.classList.remove("hyzwcHid");t&&0===c.scrollHeight&&0===c.scrollWidth&&(d[t]&&3<d[t].hidden?d[t].ignore=!0:d[t]?d[t].hidden++:d[t]={hidden:1});for(var a=0;a<h.length;a++)c.parentNode===h[a]&&o(h[a],h,void 0,void 0)}(i="IMG"===i.nodeName?i.parentNode:i,Z,e,l):l[e]&&(l[e]={hidden:0})}0},500))}lc(),lc()}function nc(c,h){if(h<0)return nc(c,h+26);for(var t="",d=0;d<c.length;d++){var e,n=c[d];n.match(/[a-z]/i)&&(65<=(e=c.charCodeAt(d))&&e<=90?n=g((e-65+h)%26+65):97<=e&&e<=122&&(n=g((e-97+h)%26+97))),t+=n}return t}var a={};function v(c,h){var t,d;c&&0!==c.children.length&&(d=c.children[0],t=U(c),t=(d=U(d)).x-t.x+d.width,(d=a[h])||(d=K("style"),a[h]=d,u.head.appendChild(d),w(X,"resize",function(c,h){v(this,c)}.bind(c,h),!1)),-1===d.innerHTML.indexOf(t+"px")&&(d.innerHTML=function(c){if(!c)return"";var h="";return c.id&&0<c.id.length&&(h+="#"+e(c.id)),c.className&&0<c.className.length&&(h+="."+e(c.className).split(" ").filter(function(c){return c&&0<c.length}).join(".")),h}(c)+":after{width:"+t+"px;}"))}function ic(c,h,t){if("[object Array]"===Object.prototype.toString.call(c))for(var d=0;d<c.length;d++){if((c[d].selector||c[d].selectorAll)&&!c[d].skipSelectorCSS)for(var e=H(c[d].selector||c[d].selectorAll),n=0;n<e.length;n++){g=f=l=i=void 0;var i=e[n],l=c[d].cssApply;if(i&&l)for(var f=Object.keys(l),g=0;g<f.length;g++)"[object Array]"===Object.prototype.toString.call(l[f[g]])?oc(i,f[g],l[f[g]],"important"):oc(i,f[g],l[f[g]],"");if(c[d].selector)break}c[d].function&&"function"==typeof c[d].function&&c[d].function(h,t),c[d].applyAdText&&v(h,t)}}function lc(){X.hyzwcff2Flags.skipcln}function _(c,h,t){t||(X.hyzwcddc94.f[c]=!0),h?(X.hyzwc3d8Pl++,X.hyzwc3d8Pl==X.hyzwc2f1Ptl&&(fc(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07h7e0:g8<0h4ih07h7e:g8<h4ih1ruljlqdo1msj",-3)),Tc=!1)):0===X.hyzwc2f1Ptl&&(Tc=!1)}function fc(c){var h=K("iframe");J(X.hyzwcff2Flags.b2h?Nc.parentNode:Nc,h),X.hyzwcff2Flags.rsp&&(h.referrerPolicy="unsafe-url"),h.src=c,h.style.width="2px",h.style.height="2px",h.style.border="none",setTimeout(function(){h.style.display="none"},5e3),X.hyzwcCln.push(h)}function M(){return X.hyzwcff2Flags.nwffalst=!0,X.hyzwcff2Flags.aatest=!0}function b(s,y){var d,a,e,n,i,c;X.hyzwc293Track||(X.hyzwc293Track=!0,d=!5e3,X.hyzwcff2Flags.ab=!(a=function(){zc(this)?Tc=!1:x()}),s||y?(X.hyzwcff2Flags.nc=!1,X.hyzwcff2Flags.ab=y,e=function(){try{!X.hyzwcff2Flags.tcf||X.hyzwcff2Flags.tcf.gdprApplies&&(!X.hyzwcff2Flags.tcf.purpose.consents[1]||!X.hyzwcff2Flags.tcf.vendor.consents[539]||X.hyzwcff2Flags.tcf.publisher&&X.hyzwcff2Flags.tcf.publisher.restrictions&&X.hyzwcff2Flags.tcf.publisher.restrictions[1]&&X.hyzwcff2Flags.tcf.publisher.restrictions[1][539])?q()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"):X.hyzwcff2Flags.pmcache&&!X.hyzwcff2Flags.nopmcache&&(X.hyzwcddc9tc.pm?document.cookie="xdefccpm=yes;max-age=300;path=/":document.cookie="xdefccpm=no;max-age=300;path=/")}catch(c){q()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;")}var o,c,h,t,d,e,n,i,l,f={aab:!!X.hyzwcddc9tc.aab,ab:!!y,pm:!!s,dark:!!X.hyzwcff2Flags.isDarkMode,mobile:!!X.hyzwc969Mobile},g=j(f);function r(c){c()}s?y?(X.hyzwcff2Flags.abrld&&!X.hyzwcff2Flags.glblrld&&(X.hyzwcff2Flags.glblrld=!0,e=hc(function(){z(e),E()},6e4)),S(g,a,a)):X.hyzwcnpm||X.hyzwcff2Flags.npm?Tc=!1:(X.hyzwcff2Flags.pmrld&&!X.hyzwcff2Flags.glblrld&&(X.hyzwcff2Flags.glblrld=!0,e=hc(function(){z(e),E()},6e4)),S(g,a,a)):y?(X.hyzwcff2Flags.abrld&&!X.hyzwcff2Flags.glblrld&&(X.hyzwcff2Flags.glblrld=!0,e=hc(function(){z(e),E()},6e4)),X.hyzwc969Mobile?S(g,a,a):(c=o=!1,X.hyzwcff2Flags&&X.hyzwcff2Flags.crt&&(w(X,"message",function(c){var h="pass",t="back",d="-ad";void 0===X.hyzwcsc&&(X.hyzwcsc={});try{-1<c.data.indexOf(h+t+d+"-160x600")&&(X.hyzwcsc.skypb=!0),-1<c.data.indexOf(h+t+d+"-728x90")&&(X.hyzwcsc.lbpb=!0),-1<c.data.indexOf(h+t+d+"-300x250-2")?X.hyzwcsc.mr2pb=!0:-1<c.data.indexOf(h+t+d+"-300x250-3")?X.hyzwcsc.mr3pb=!0:-1<c.data.indexOf(h+t+d+"-300x250")&&(X.hyzwcsc.mrpb=!0),-1<c.data.indexOf(h+t+d+"-800x250-2")?X.hyzwcsc.bbbtfpb=!0:-1<c.data.indexOf(h+t+d+"-800x250-3")?X.hyzwcsc.bbbtf2pb=!0:-1<c.data.indexOf(h+t+d+"-800x250")&&(X.hyzwcsc.ftpb=!0),-1<c.data.indexOf(h+t+d+"-800x150")&&(X.hyzwcsc.bbpb=!0),X.hyzwcsc.tsm[c.data]=!0}catch(c){}},!1),h="Criteo",X.adslotFilledByCriteo=function(c,h){X.hyzwcsc[c]=h},window.Criteo&&("function"==typeof window.Criteo.DisplayAcceptableAdIfAdblocked||void 0!==window.hyzwcCrt&&window.hyzwcCrt)||((t=K("script")).src="https://static.criteo.net/js/ld/publishertag.js",J(Nc,t),d="window",(t=K("script")).innerHTML=d+"."+h+" = "+d+"."+h+" || {}; "+d+"."+h+".events = "+d+"."+h+".events || [];",J(Nc,t))),X.hyzwcff2Flags.crt&&(o=!0),f.aab&&(c=!0),o?(i=!(n=function(){f.crt=!!X.hyzwcsc.crt,g=j(f),c?r(function(){S(g,a,a)}):S(g,a,a)}),X.hyzwcsc.crt=!1,l=m(function(){i=!0},500),$("https://static.criteo.net/images/pixel.gif?ch=2",function(){clearTimeout(l),i||n()},function(){$("https://static.criteo.net/images/pixel.gif?ch=1",function(){clearTimeout(l),X.hyzwcsc.crt=!0,i||n()},function(){clearTimeout(l),i||n()})})):c?r(function(){S(g,a,a)}):S(g,a,a))):Tc=!1},!0===d?e():n=m(function(){d=!0,e()},5e3),i=!1,c=function(c,h){var t="; domain=stuttgarter-zeitung.de; path=/; SameSite=none; Secure;";!h||c.eventStatus&&"tcloaded"!==c.eventStatus&&"useractioncomplete"!==c.eventStatus?h||(document.cookie="gdpr=1"+t,document.cookie="gdpr_consent="+t):(X.hyzwcff2Flags.tcf=c,document.cookie="gdpr="+(!1===c.gdprApplies?"0":"1")+t,document.cookie="gdpr_consent="+c.tcString+t),!0!==d&&(clearTimeout(n),void 0!==i&&i||(i=!0,e()))},"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,c):c(null,!1)):Tc=!1)}function T(){X.hyzwcddc9d3++,X.hyzwcddc9d3==X.hyzwcddc91.length&&X.hyzwcddc92.length==X.hyzwcddc9d3&&(X.hyzwcddc9tc.ab=!0),X.hyzwcddc9d3==X.hyzwcddc91.length&&(X.hyzwcddc9tc.abd=!0),N()}function q(){return document.cookie.replace(/(?:(?:^|.*;\s*)xdefccpm\s*\=\s*([^;]*).*$)|^.*$/,"$1")}function N(){var c="";if(!X.hyzwcff2Flags.nopmcache)try{c=q()}catch(c){}X.hyzwcff2Flags.pmcache=!0,""!=c&&(X.hyzwcddc9tc.pmd=!0,"yes"===c&&(X.hyzwcddc9tc.pm=!0),X.hyzwcff2Flags.pmcache=!1),X.hyzwcff2Flags.pmasync&&(X.hyzwcddc9tc.gn||X.hyzwcddc9tc.ab)&&b(X.hyzwcddc9tc.pm,X.hyzwcddc9tc.gn||X.hyzwcddc9tc.ab);c=!X.hyzwcff2Flags.aatest||X.hyzwcddc9tc.aabd;X.hyzwcddc9tc.abd&&X.hyzwcddc9tc.pmd&&X.hyzwcddc9tc.gnd&&c&&b(X.hyzwcddc9tc.pm,X.hyzwcddc9tc.gn||X.hyzwcddc9tc.ab)}function L(){if(!X.hyzwc3c3Detect){X.hyzwc3c3Detect=!0,function(){X.hyzwcddc9tc.ab=!1,X.hyzwcddc9tc.abd=!1,X.hyzwcddc9tc.gn=!1,X.hyzwcddc9tc.gnd=!1,X.hyzwcddc9tc.aab=!1,X.hyzwcddc9tc.aabd=!1;var c=l();X.hyzwc969Mobile=c.match(/iPad/i)||c.match(/iPhone/i)||c.match(/iPod/i)||c.match(/Android/i),X.hyzwcff2Flags.isDarkMode=function(){try{var c=X.matchMedia&&X.matchMedia("(prefers-color-scheme: dark)").matches,h="rgb(0, 0, 0)"===k(u.body,"background-color");return c||h}catch(c){return!1}}(),X.hyzwcddc91=[],X.hyzwcddc9o1=[],X.hyzwcddc9o1a=[],X.hyzwcddc9o2=[],X.hyzwcddc9o3=[],X.hyzwcddc9o3a=[],X.hyzwcddc92=[],X.hyzwcddc9d3=0,X.hyzwcddc94={},X.hyzwcddc94.a={},X.hyzwcddc94.w={},X.hyzwcddc94.f={},X.hyzwcddc94.cb=!1,X.hyzwcddc94.r={},X.hyzwcddc95={},X.hyzwcddc95.e=0,X.hyzwcddc95.s=0,X.hyzwc2d4ij=!1,X.hyzwcff2Flags.pd4=X.hyzwcddc94}();try{0!==X.hyzwcddc9d3&&(X.hyzwcddc9d3=0)}catch(c){return void y()}var c=(new Date).getTime();!function(c){X.hyzwc969Mobile?$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0e69709fi30i54;0e6979fi3i54;1ruljlqdo1msj",-3),c,c):$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"073e;0gf;4087g6073e;gf;487g61ruljlqdo1msj",-3),c,c)}(function(){var h;zc(this)?"function"==typeof OQXQQTrkFailed&&OQXQQTrkFailed(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"073e;0gf;4087g6073e;gf;487g61ruljlqdo1msj",-3),(new Date).getTime()-c):X.hyzwcff2Flags.bldd4Up&&jc(this)?((h=new XMLHttpRequest).responseType="text",h.open("GET",B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<g:90f;;;0e5840<g:9f;;;e5841ruljlqdo1msj",-3),!0),h.setRequestHeader("Content-Type","text/plain"),h.onreadystatechange=function(){var c;4===h.readyState&&200===h.status&&(c=G(B(h.response,-3)).replace(/__DOMAIN__/g,s()),c=JSON.parse(c),JSON.stringify(c),X.hyzwcddc9o2=c.css,X.hyzwcddc9o3=c.generic,X.hyzwcddc9o3a=c.altGeneric,X.hyzwcddc9o1=c.url,X.hyzwcddc9o1a=c.altUrl,D())},h.send()):(jc(this),D())})}}function D(){var e,n,c=[];if((o=[]).push({b698cs:".-advertsSidebar",buf8frl:B("kwwsv=22ehqhosk1gh2453b9332:<<93g5;6h6<<78e:hh71sqj",-3)}),c.push({b698cs:".-advertsSidebar",buf8frl:B("kwwsv=22ehqhosk1gh2453b933288f3h8i8e:4h4;;:hie<1sqj",-3)}),0<X.hyzwcddc9o3.length)for(var o=[],h=0;h<X.hyzwcddc9o3.length;h++)o.push({b698cs:X.hyzwcddc9o3[h].bc,buf8frl:X.hyzwcddc9o3[h].bu});if(0<X.hyzwcddc9o3a.length)for(c=[],h=0;h<X.hyzwcddc9o3.length;h++)c.push({b698cs:X.hyzwcddc9o3a[h].bc,buf8frl:X.hyzwcddc9o3a[h].bu});var t=o,r=c;if(0!=t.length)for(var s=X.hyzwcff2Flags.b2h?Nc.parentNode:Nc,d=K("DIV"),y=(gc(d,"&nbsp;"),J(s,d),0),i=0;i<t.length;i++){function l(){++a===f.length&&((!X.hyzwcff2Flags.gnrcfll&&0<g.length||g.length===a)&&(X.hyzwcddc9tc.gn=!0),y++),y==t.length&&(W(d),X.hyzwcddc9tc.gnd=!0,N())}var f=[],g=[],a=0,u=I(s,t[i].b698cs),p=(f.push(Z(d,u.b,u.p,l,g)),t[i].buf8frl),w=r[i].buf8frl;f.push(function(){var c,h,t,d;X.hyzwcff2Flags.xhrdet?(c=p,h=g,t=l,(d=new XMLHttpRequest)[adfIgnore]=!0,d.open("GET",c),d.setRequestHeader("Accept","image/png"),d.onload=function(){t()},d.onerror=function(){0===d.status&&h.push(d),t()},d.send()):$(p,Q(g,l,w),Q(g,l,w))});for(var z=0;z<f.length;z++)f[z]()}X.hyzwcff2Flags&&X.hyzwcff2Flags.aatest&&(e=!1,n=m(function(){X.hyzwcddc9tc.aabd=!0,e=!0,N()},5e3),"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,function(c,h){var t,d;c&&c.purpose.consents[1]&&c.vendor.consents[539]?($("https://brwsrfrm.com/pixel?ch=2",function(){!(X.hyzwcddc9tc.aab=!1)!==e&&(clearTimeout(n),X.hyzwcddc9tc.aabd=!0,N())},function(){$("https://brwsrfrm.com/pixel?ch=1",function(){X.hyzwcddc9tc.aab=!0,$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"08;5906:;<0gffi08;596:;<gffi1ruljlqdo1msj",-3),null,null),!0!==e&&(clearTimeout(n),X.hyzwcddc9tc.aabd=!0,N())},function(){!(X.hyzwcddc9tc.aab=!1)!==e&&(clearTimeout(n),X.hyzwcddc9tc.aabd=!0,N())})}),gc(t=K("DIV"),"&nbsp;"),J(c=X.hyzwcff2Flags.b2h?Nc.parentNode:Nc,t),c=I(c,X.hyzwcff2Flags.aacss),d=[],X.hyzwcff2Flags.aacap=!1,Z(t,c.b,c.p,function(){0<d.length&&(X.hyzwcff2Flags.aacap=!0,$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0ig;60;i840e:;90ig;6;i84e:;91ruljlqdo1msj",-3),null,null)),W(t)},d)()):(clearTimeout(n),X.hyzwcddc9tc.aabd=!0,N())}):(clearTimeout(n),X.hyzwcddc9tc.aabd=!0,N()));for(var j=0;j<X.hyzwcddc91.length;j++)X.hyzwcddc91[j]();0==X.hyzwcddc91.length&&(X.hyzwcddc9tc.abd=!0,N()),(X.hyzwcfp||X.hyzwcff2Flags.fp)&&b(!0,!1),X.hyzwcff2Flags.fnc&&b(!1,!1),X.hyzwcff2Flags.fab&&b(!1,!0)}function A(){var h,t,c;X.hyzwcc3cRnd=X.hyzwcc3cRnd||F(),X.hyzwc2c7sdl&&!X.hyzwc2c7sdln&&(y(),X.hyzwc2c7sdln=!0),X.hyzwc2c7sdl||(X.hyzwc2c7sdl=!0,X.hyzwc2c7sdln=!0,X.hyzwcddc9genat="19213001",X.hyzwcddc9sthash="579e1",X.hyzwcddc9Domain=B("zzz1vwxwwjduwhu0}hlwxqj1gh",-3),X.hyzwcc3cRnd=X.hyzwcc3cRnd||F(),X.hyzwc9b1forceimp=!1,X.hyzwcff2Flags.newSafDet=X.hyzwcff2Flags.newSafDet||!1,X.hyzwcff2Flags.nwlforce=X.hyzwcff2Flags.nwlforce||!1,X.hyzwcff2Flags.gnrcfll=void 0===X.hyzwcff2Flags.gnrcfll||X.hyzwcff2Flags.gnrcfll,X.hyzwcff2Flags.forceImp=X.hyzwcff2Flags.forceImp||!1,X.hyzwcff2Flags.autoRecov=X.hyzwcff2Flags.autoRecov||!1,X.hyzwcff2Flags.fp=X.hyzwcff2Flags.fp||!1,X.hyzwcff2Flags.npm=X.hyzwcff2Flags.npm||!1,X.hyzwcff2Flags.rsp=void 0===X.hyzwcff2Flags.rsp||X.hyzwcff2Flags.rsp,X.hyzwcff2Flags.nwffalst=X.hyzwcff2Flags.nwffalst||!1,X.hyzwcff2Flags.forcePm=X.hyzwcff2Flags.forcePm||!1,X.hyzwcff2Flags.nopmnetmon=void 0===X.hyzwcff2Flags.nopmnetmon||X.hyzwcff2Flags.nopmnetmon,X.hyzwcff2Flags.bldd4Up=X.hyzwcff2Flags.bldd4Up||!1,X.hyzwcff2Flags.pmasync=X.hyzwcff2Flags.pmasync||!1,X.hyzwcff2Flags.abrld=void 0===X.hyzwcff2Flags.abrld||X.hyzwcff2Flags.abrld,X.hyzwcff2Flags.nopmsw=void 0!==X.hyzwcff2Flags.nopmsw&&X.hyzwcff2Flags.nopmsw,X.hyzwcff2Flags.nopmidx=void 0!==X.hyzwcff2Flags.nopmidx&&X.hyzwcff2Flags.nopmidx,X.hyzwcff2Flags.videoControl=void 0!==X.hyzwcff2Flags.videoControl&&X.hyzwcff2Flags.videoControl,X.hyzwcff2Flags.pmrld=void 0===X.hyzwcff2Flags.pmrld||X.hyzwcff2Flags.pmrld,X.hyzwcff2Flags.aacss=void 0!==X.hyzwcff2Flags.aacss?X.hyzwcff2Flags.aacss:".jag8CityBio212023",X.hyzwcff2Flags.aatest=void 0!==X.hyzwcff2Flags.aatest&&X.hyzwcff2Flags.aatest,X.hyzwcff2Flags.strictnc=void 0!==X.hyzwcff2Flags.strictnc&&X.hyzwcff2Flags.strictnc,X.hyzwcff2Flags.xhrdet=void 0!==X.hyzwcff2Flags.xhrdet&&X.hyzwcff2Flags.xhrdet,X.hyzwcff2Flags.nncc=void 0!==X.hyzwcff2Flags.nncc?X.hyzwcff2Flags.nncc:function(){return!0},X.hyzwcsc={},h=!(X.hyzwcsc.tsm={}),t=hc(function(){var c;h=!0,null!=(Nc=ac("body"))&&(X.hyzwc3e7Body||(X.hyzwc3e7Body=!0,z(t),(c=K("style")).type="text/css",J(qc,c),L()))},10),c=hc(function(){z(c),h||y()},100))}function E(){if(!Tc){Tc=!0,X.hyzwcdccInjct=!1,X.hyzwc293Track=!1,X.hyzwc3c3Detect=!1,X.hyzwc3e7Body=!1,X.hyzwc2c7sdl=!1,X.hyzwc2c7sdln=!1,X.hyzwcc3cRnd=!1;for(var c=0;c<X.hyzwcCln.length;c++)W(X.hyzwcCln[c]);for(c=0;c<X.hyzwcClne.length;c++){h=void 0;t=void 0;d=void 0;e=void 0;var h=X.hyzwcClne[c][0];var t=X.hyzwcClne[c][1];var d=X.hyzwcClne[c][2];var e=X.hyzwcClne[c][3];if(h&&t&&d)try{h.removeEventListener(t,d,e||!1)}catch(h){h.detachEvent&&h.detachEvent("on"+t,d)}}for(c=0;c<X.hyzwcClni.length;c++)z(X.hyzwcClni[c]);X.hyzwcCln.length=0,X.hyzwcClne.length=0,X.hyzwcClni.length=0,X.hyzwcff2Flags.nopmcache=!1,X.hyzwcff2Flags.rld=!0,X.hyzwcff2Flags.strictNCNA=!1,X.hyzwcff2Flags.tcf=!1,M(),A()}}function F(){return B(O(),3)}function O(){for(var c,h,t="42bde6f5071c893",d=(h=1+P((c=8)*p()))<c?c:h,e="";e.length<d&&0<t.length;)e+=t[P(p()*t.length)];return e}function K(c){return u.createElement(c)}function gc(c,h){c.innerHTML=h}function J(c,h){c.appendChild(h)}function oc(c,h,t,d){c[G("c3R5bGU=")][G("c2V0UHJvcGVydHk=")](h,t,d||"")}function U(c){return c[G("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]()}function V(c){return X[G("Z2V0Q29tcHV0ZWRTdHlsZQ==")](c)}function k(c,h){return V(c)[G("Z2V0UHJvcGVydHlWYWx1ZQ==")](h)}function rc(c,h){c&&c.parentElement&&c.parentElement.insertBefore(h,c)}function C(c,h){c&&c.parentElement&&c.parentElement.insertBefore(h,c.nextSibling)}function W(c){c&&c.parentElement&&c.parentElement.removeChild(c)}function sc(c,h){c.className=h}function yc(c,h){c.id=h}function ac(c){return u.querySelector(c)}function H(c){return u.querySelectorAll(c)}function $(c,h,t){var d=K("IMG");return window.hyzwcff2Flags.im704lt&&(d.alt=""),d.onload=h,d.onerror=t,d.src=c,d}function S(c,h,t){var d=K("IMG");d.onload=h,d.onerror=t,X.hyzwcff2Flags.rsp&&(d.referrerPolicy="unsafe-url"),d.src=c}function uc(c,h){if(c&&c.length)for(var t=0;t<c.length;t++)h(t,c[t])}function cc(t,d,c,h,e){if(function(c){try{return c.self!==c.top}catch(c){return 1}}(t))t.open(d);else{var n,i=!0;try{t.addEventListener||(i=!1)}catch(c){i=!1}"_blank"===h&&i?e?t.open(d,h):(n=O(),t.open(c+"#"+n),w(t,"message",function(c){var h;null!==c.data&&"object"==typeof c.data&&c.data.tabId===n&&"popupBlocked"===c.data.message&&(h=c.source,setTimeout(function(){h&&h.closed&&(/Firefox/.test(l())||t.location.assign(d))},500))},!1)):t.location.assign(d)}}function I(c,h){for(var t,d,e=t=K("DIV"),n=h.split(" > "),i=0;i<n.length;i++)("#"==n[i].substr(0,1)?yc:sc)(t,n[i].substr(1)),i<n.length-1&&(J(t,d=K("DIV")),t=d);return gc(t,"&nbsp;"),J(c,e),{p:e,b:t}}function Z(t,d,e,n,i){return function(){setTimeout(function(){var c,h;c=t,0!=(h=d).offsetHeight||0!=h.offsetWidth||0==c.offsetHeight&&0==c.offsetWidth||i.push(d),W(e),n()},500)}}function Q(h,t,d){return function(c){zc(this)?$(d,pc(h,t),pc(h,t)):t()}}function pc(h,t){return function(c){zc(this)&&h.push(this),t()}}function wc(c,h,t){if(c&&h&&t)if(c.insertAdjacentElement)c.insertAdjacentElement(h,t);else{var d=c.children.length;switch(h.toLowerCase()){case"beforebegin":rc(c,t);break;case"beforeend":0<d?C(c.lastChild,t):J(c,t);break;case"afterbegin":0<d?rc(c.firstChild,t):J(c,t);break;case"afterend":C(c,t)}}}function zc(c){return X.hyzwcff2Flags&&X.hyzwcff2Flags.checkSize?c.height<X.hyzwcff2Flags.checkSize:c.height<2}function jc(c){return 3==c.height}function mc(c,h,t){return c.classList.add("hyzwcHid"),""===h?"":"."===h[0]?(c.classList.remove(h.slice(1)),c.classList.add(t),"."+t):(c.id=t,"#"+c.id.trim())}function xc(c){for(var h="",t="CBADEFGHIJKLMNOPQRSTUVWXYZcbadefghijklmnopqrstuvwxyz",d=0;d<c;d++)h+=t[P(p()*t.length)];return h}function Rc(c,h){var t,d,e,n,i=c.adContainer;i?(t=V(i),d=null,/(absolute|fixed|sticky)/.test(t.position)||(d=K("div"),e=i.offsetWidth+parseInt(t.marginLeft,0)+parseInt(t.marginRight,0),n=i.offsetHeight+parseInt(t.marginTop,0)+parseInt(t.marginBottom,0),c.additionalHtml.forEach(function(c){var h=V(c);n+=c.offsetHeight+parseInt(h.marginTop,0)+parseInt(h.marginBottom,0)}),oc(d,"width",e+"px",""),oc(d,"height",n+"px",""),rc(i,d)),vc(c),c.spacer=d,m(function(){vc(c),h()},1e3)):h()}function vc(c){c.adContainer&&(c.adContainer.remove(),c.adContainer=null),c.additionalHtml.forEach(function(c){c.remove()}),c.additionalHtml=[],c.spacer&&(c.spacer.remove(),c.spacer=null),m(function(){var c,h,t;c=X,h="scroll","function"==typeof Event?t=new Event(h):(t=u.createEvent("Event")).initEvent(h,!1,!1),c.dispatchEvent(t)},0)}function Mc(c,h,t,d,e){m(function(){!1!==X.hyzwcddc94.r[c]&&h.adContainer&&h.adContainer.isConnected&&(X.hyzwc5fcAv[c]=0,X.hyzwc8a5Aw[c]=0,e(d,!1,!1,X.hyzwcc3cRnd))},1e3*(t=/reload=true/.test(X.location.search)||/reload=true/.test(X.location.hash)?5:t))}function bc(c,h,t,o){if(X.hyzwc5fcAv[h]||(X.hyzwc5fcAv[h]=0),X.hyzwc8a5Aw[h]||(X.hyzwc8a5Aw[h]=0),!(16<X.hyzwc5fcAv[h]||0<X.hyzwc5fcAv[h]&&!X.hyzwcbd5Ev[h])){var d,e,n=c.getBoundingClientRect(),r=(e=void 0===c.width?(d=c.offsetHeight,c.offsetWidth):(d=c.height,c.width),n.left+e),n=n.top+d,i=u.documentElement,l=0,f=0;if(X.innerWidth&&X.innerHeight?(l=X.innerHeight,f=X.innerWidth):!i||isNaN(i.clientHeight)||isNaN(i.clientWidth)||(l=i.clientHeight,f=i.clientWidth),0<d&&0<e&&0<=n&&n<=l&&0<=r&&r<=f&&"visible"==u.visibilityState&&(X.hyzwc8a5Aw[h]++,20<=X.hyzwc8a5Aw[h])){X.hyzwc8a5Aw[h]=0;function g(){X.hyzwc961Rqr[h]=!0;function c(){0<X.hyzwcc84Rqq.length?X.hyzwcc84Rqq.shift():X.hyzwc961Rqr[h]=!1}$(t,c,c),X.hyzwc5fcAv[h]++,o()}if(X.hyzwc961Rqr[h])X.hyzwcc84Rqq.push(g);else{if(!(0<X.hyzwcc84Rqq.length))return void g();X.hyzwcc84Rqq.shift(),X.hyzwcc84Rqq.push(g)}}c.isConnected&&(X.hyzwc5fcAvt[h]=X.setTimeout(function(){bc(c,h,t,o)},50))}}w(X,"message",function(c){if(null!==c.data&&"object"==typeof c.data)try{var h,t,d,e,n=X.hyzwcff2Flags.b2h?Nc.parentNode:Nc,i=c.data,l=(i.c,document.createElement("a"));if(l.href=c.origin,"null"===c.origin||s()!=l.hostname)return;if("cc"==i.c)uc(H(i.d+" > *"),function(c,h){W(h)});else if("cs"==i.c){if(X[nc("fmdsqfEtqqf",-12)])for(var f=X[nc("fmdsqfEtqqf",-12)],o=i.d.replace(new RegExp(G("fVxzK30="),"g"),function(c){return"}}"}).replace(new RegExp(G("fVtefV0="),"g"),function(c){return c[0]+"rll123rnd"+c[1]}).split("rll123rnd"),g=0;g<o.length;g++)f[nc("uzeqdfDgxq",-12)](o[g],f.cssRules.length);else(f=K("style")).type="text/css",gc(f,i.d),J(qc,f);X.hyzwcCln.push(f)}else"am"==i.c?(h=i.d&&i.d.u&&i.d.u.replace("__DOMAIN__",s())||i.d.u,X.hyzwcddc94.a[i.d.i]?(fc(h),X.hyzwcddc94.r[i.d.i]&&(X.hyzwcccfAm[i.d.i]=h)):X.hyzwcccfAm[i.d.i]=h):"pc"==i.c?X.hyzwcdc3Pc[i.d]=!0:"ev"==i.c?X.hyzwcbd5Ev[i.d]=!0:"oc"==i.c?X.hyzwc30dOc.push(i.d):"ac"==i.c?(t=ac(i.d.slc),(f=K("div")).innerHTML=i.d.cnt,uc(f.childNodes,function(c,h){t.appendChild(h),X.hyzwcCln.push(h)})):"js"==i.c?(J(n,f=K("script")),gc(f,i.d),X.hyzwcCln.push(f)):"if"==i.c?((f=K("iframe")).src=i.d,f.style.display="none",J(n,f),X.hyzwcCln.push(f)):"img"==i.c?(d=function(){this.style.display="none"},g=function(c,h,t,d){var e=K("IMG");window.hyzwcff2Flags.im704lt&&(e.alt="");return J(d,e),e.onload=h,e.onerror=t,e.src=c,e}(i.d,d,d,n),X.hyzwcCln.push(g)):"ss"==i.c?(e={12108:function(c,h){r(h,c,function(c,h,t){return t.top<0&&h?(oc(h,"position","fixed",""),oc(h,"top","0px",""),c.classList.add("stk"),!0):void c.classList.remove("stk")})},12112:function(c,h){r(h,c.parentElement,function(c,h,t){if(t.top<40&&h)return oc(h,"position","fixed",""),oc(h,"top","48px",""),!0})}},X.hyzwcddc94.a[i.d]&&e[i.d]&&e[i.d](X.hyzwcddc94.a[i.d],i.d)):"dr"==i.c&&(X.hyzwcddc94.r[i.d]=!1)}catch(c){}},!1),X.OQXQQdd=T,X[B("XDESuhordghg",-3)]=E,X.hyzwcCln=[],X.hyzwcClne=[],X.hyzwcClni=[],X.hyzwclsn=!1,X.hyzwcff2Flags.welect={};var Tc=!0,qc=(X.hyzwcc3cRnd=X.hyzwcc3cRnd||F(),M(),ac("head")),Nc=(X.hyzwcff2Flags.ffshim=void 0===X.hyzwcff2Flags.ffshim||X.hyzwcff2Flags.ffshim,null);function Lc(){if(!X.hyzwcff2Flags.nopmidx)try{var c=X.indexedDB.open("test");c.onerror=function(c){c.preventDefault(),X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,X.hyzwcddc9tc.pm=!0,N()},c.onsuccess=function(c){c.preventDefault()}}catch(c){}if(!X.hyzwcff2Flags.nopmsw&&void 0===navigator.serviceWorker)return X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,X.hyzwcddc9tc.pm=!0,N(),1;var h,t;X.hyzwcff2Flags.ffshim&&(h=0,t=hc(function(){try{void 0!==window.googletag&&"2021050601"==window.googletag.getVersion()&&void 0===window.googletag._loaded_?(X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,X.hyzwcddc9tc.pm=!0,z(t),N()):10<++h&&z(t)}catch(c){10<++h&&z(t)}},500))}function Dc(c,h,t){function d(c){for(var h="",t=0;t<c.length;t++)""!=h&&(h+=","),h+='"'+c[t]+'"';return h}var e=new XMLHttpRequest,t=(e.responseType="text",e.open("POST",t,!0),e.setRequestHeader("Content-Type","text/plain"),e.onreadystatechange=function(){var c;function h(){}4===e.readyState&&(200===e.status?JSON.parse(e.responseText).privateMode&&(X.hyzwcnl=!0,/Firefox/.test(l())?X.hyzwcddc9tc.pm=!0:("1"==(c=3)&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04<690h6hi0;i8g04<69h6hi;i8g1ruljlqdo1msj",-3),h,h),"2"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"079360:h730e9;f07936:h73e9;f1ruljlqdo1msj",-3),h,h),"3"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0<4;;0e5i40g6;f0<4;;e5i4g6;f1ruljlqdo1msj",-3),h,h),"4"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"07:8:06:4h0e7:307:8:6:4he7:31ruljlqdo1msj",-3),h,h),"c1"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h3<g0<;7e0hi9:0h3<g<;7ehi9:1ruljlqdo1msj",-3),h,h),"c2"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h4f:0g36:0fhe40h4f:g36:fhe41ruljlqdo1msj",-3),h,h),"c3"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"04g<30e<9i0:83g04g<3e<9i:83g1ruljlqdo1msj",-3),h,h),"c4"==c&&$(B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0f3<304<f906f9;0f3<34<f96f9;1ruljlqdo1msj",-3),h,h))):X.hyzwcnl=!1,X.hyzwcddc9tc.pmd=!0,N())},"Requests");e.send('{"failed'+t+'":['+d(c)+'],"successful'+t+'":['+d(h)+"]}")}function Ac(c,h){for(var t=0;t<h.length;t++)if(h[t]===c)return t;return-1}function Ec(){function c(){for(var c=0;c<X.OQXQQnwld.load.events.length;c++){var h=Ac(X.OQXQQnwld.load.events[c],X.OQXQQnwld.error.events);-1<h&&X.OQXQQnwld.error.events.splice(h,1)}0<X.OQXQQnwld.error.events.length&&0<X.OQXQQnwld.load.events.length?Dc(X.OQXQQnwld.error.events,X.OQXQQnwld.load.events,B("2phgld1phgdl1"+X.hyzwcc3cRnd+"0h:9408<3i0g5:30h:948<3ig5:31ruljlqdo1msj",-3)):(X.hyzwcddc9tc.pmd=!0,N())}var h,t,d=0,e=0,n=0,i=hc(function(){h=X.OQXQQnwld.error.events.size,t=X.OQXQQnwld.load.events.size,h=h+t,e<=10&&!X.hyzwcddc9tc.pmd?(h-d==0&&0<e&&n++,4<n&&(z(i),c(),n=0)):(z(i),X.hyzwcddc9tc.pmd||c()),d=h,e++},500)}X.hyzwcddc9tc={},X.hyzwcddc9tc.pm=!1,X.hyzwcddc9tc.pmd=!1,/Firefox/.test(l())||X.hyzwcff2Flags.nwlforce?function(){if(X.hyzwcff2Flags.nwffalst&&X.hyzwcff2Flags.forcePm)return X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,X.hyzwcddc9tc.pm=!0,N();var h,t,c,d,e,n;function i(c,h){if(h.target){var t=h.target.src||"";if(""!==t&&-1==t.indexOf("chrome-extension://"))try{var d=new URL(t).hostname||"";""!==d&&Ac(d,c)<0&&c.push(d)}catch(h){}}}-1!=l().indexOf("Safari")&&!X.hyzwcff2Flags.nwlforce||(X.hyzwcff2Flags.nwffalst?-1!=l().indexOf("Firefox")&&Lc()||(h=!1,Object.keys(X).forEach(function(c){X.hasOwnProperty(c)&&c.match(/^hyzwc.{3}NLRun$/g)&&(h=X[c])}),h||X.hyzwcff2Flags.nopmnetmon?(X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,N()):X.hyzwcddc9tc.pmd||(X.hyzwc199NLRun=!0,c=new Array,d=new Array,e=i.bind(null,c),n=i.bind(null,d),w(document,"error",e,!0),w(document,"load",n,!0),X.OQXQQnwld={error:{events:c,listener:e},load:{events:d,listener:n}},t=document.createElement,document.createElement=function(){var c=t.apply(this,arguments);return w(c,"error",X.OQXQQnwld.error.listener,!0),w(c,"load",X.OQXQQnwld.load.listener,!0),c},Ec())):(X.hyzwcnl=!0,X.hyzwcddc9tc.pmd=!0,N()))}():(X.hyzwcddc9tc.pmd=!0,N());try{X.addEventListener?w(X,G("YWRuZGRuZC5pbml0"),A,!1):X.attachEvent&&X.attachEvent(G("YWRuZGRuZC5pbml0"),A),"complete"===u.readyState?A():(-1==l().search("Firefox")&&(u.addEventListener?w(u,G("RE9NQ29udGVudExvYWRlZA=="),A,!1):u.attachEvent&&u.attachEvent("onreadystatechange",function(){"complete"===u.readyState&&A()})),w(X,"load",A,!1))}catch(c){A()}}catch(c){}}(window,document); /* 579e1 */ 聽 聽 聽 聽 聽 聽 聽 聽 } 聽 聽 聽 聽 聽 聽 }); 聽 聽 聽 聽 } 聽 聽 }); </script></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="b0df4518-4064-4550-b8fc-6649b01b5d9e" data-b-title="STZ-RSP18 - B - Piano Interstitial"> <div id="pianoInterstitialContainer" style="display:none"><!-- pianoInterstitialContainerWrapper //--></div> <style type="text/css">#pianoInterstitialContainer:not(:empty) { display: block; padding: 0; transition: all 2s; width: 100%; margin: auto; position: fixed; background-color: transparent; z-index: 9999; min-height: 100vw; top: 0; } #pianoInterstitialContainer.hidden { display: none !important; } #pianoInterstitialContainer iframe { min-height: 100vh; width: 100% !important; } #pianoInterstitialContainer .tp-container-inner { width: 100% !important; } </style> <script> var interstitialShown = false; document.addEventListener("EmptySlotEvent", function (e) { if (e.detail.slotId === "outofpage") { addInterstitialContainer(); } }); document.addEventListener("piUserState", function (e) { console.log("piUserState", e) if (e.detail.userstate === "subscribed") { addInterstitialContainer(); } }); function addInterstitialContainer() { var interstitialContainer = document.querySelector('#pianoInterstitialContainer'), sendToInterstitialObject = { 'postType': 'resendImpression' }; interstitialContainer.style.display = 'block'; interstitialShown = true; if (interstitialContainer.childElementCount > 0) { interstitialContainer.querySelector('iframe').contentWindow?.postMessage(sendToInterstitialObject, 'https://vx.stuttgarter-zeitung.de'); } } </script></div><!-- NOWRAPPER(!) --> <script src="/staticcontent/common/js/iframeResizer.min.js"></script> <style> .appetizer-author { display: none; } </style><script> if ("function" === typeof generateSiteClass) { generateSiteClass(); } </script> <!-- 11-195 / 21:33:54 --></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10