CINXE.COM

Stuttgart-West - Aktuelle Nachrichten

<!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="/stuttgart/west" data-alias="/stuttgart/west" 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>Stuttgart-West - Aktuelle Nachrichten</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="Tue Feb 18 00:54:45 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="Hier gibt es die wichtigsten Nachrichten aus dem Stadtbezirk Stuttgart-West - so wissen Sie, was in der Nachbarschaft los ist."> <meta name="keywords" content="Stuttgart-West, Stuttgart-West"> <meta name="news_keywords" content="Stuttgart-West, Stuttgart-West"> <meta property="og:type" content="website" /> <meta property="og:title" content="Stuttgart-West - Aktuelle Nachrichten" /> <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="Hier gibt es die wichtigsten Nachrichten aus dem Stadtbezirk Stuttgart-West - so wissen Sie, was in der Nachbarschaft los ist." /> <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/stuttgart/west" /> <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="Stuttgart-West - Aktuelle Nachrichten" /> <meta name="cXenseParse:kicker" content="" /> <meta name="cXenseParse:recs:articleid" content="" /> <link rel="canonical" href="https://www.stuttgarter-zeitung.de/stuttgart/west"> <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":"Stuttgart-West, Stuttgart-West","pageEntitlement":"free","author":"","section":"Stadtbezirke"}); /* 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":"Stadtbezirke","taxonomy":"Stuttgart-West","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","fcfd3d72-5e19-493a-ae0a-498d43fb1189");cmsConfig._.set("page.data.adcat","abd7c3e0-bc44-4002-9124-83b982075e21");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/stuttgart/west");cmsConfig._.set("page.type", "RESSORT");cmsConfig._.set("page.local", "11-200");cmsConfig._.set("page.buildNr", "20240509-1645");cmsConfig._.set("page.renderTime", "00:54:45");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", "stuttgart-west");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': 'Stadtbezirke', 'subsection': 'Stuttgart-West', 'object_id': 'fcfd3d72-5e19-493a-ae0a-498d43fb1189', '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': 'Stuttgart-West, Stuttgart-West', 'article_title': 'Stuttgart-West', '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":"/stuttgart/west","doctype":"ressort","section":"Stadtbezirke","subsection":"Stuttgart-West","object_id":"fcfd3d72-5e19-493a-ae0a-498d43fb1189"},"article":{"title":"Stuttgart-West","editorial_team":"","pcat":"free","keywords":"Stuttgart-West, Stuttgart-West","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_Stadtbezirke" : "__01_dbrsowftak_STZ.RC_Lokal_Stadtbezirke"));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/stadtbezirke"); 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", "stadtbezirke");cmsConfig._.set("advertising.oms.targeting.bundesland", "BW");cmsConfig._.set("advertising.oms.targeting.stutzeit_KW", "stuttgart-west");cmsConfig._.set("advertising.oms.serverId", "5766");cmsConfig._.set("advertising.oms.mobileServerId", "8635");cmsConfig._.set("advertising.traffective.enabled", false);cmsConfig._.set("advertising.traffective.adUnitExtension", "stuttgart-west");cmsConfig._.set("advertising.traffective.extendedAdUnitPath", true);cmsConfig._.set("advertising.traffective.dfpZone", "stadtbezirke");cmsConfig._.set("advertising.traffective.dfpContent", "stuttgart-west");cmsConfig._.set("advertising.traffective.dfpOmsAdUrl", (device.mobile() ? "/8635/oms.stuttgarter-zeitung.de/stadtbezirke" : "/5766/oms.stuttgarter-zeitung.de/stadtbezirke"));cmsConfig._.set("advertising.traffective.dfpAdUrl", "/null/oms.stuttgarter-zeitung.de/stadtbezirke");cmsConfig._.set("advertising.traffective.targeting.stutzeit_KW", "stuttgart-west"); cmsConfig._.set("advertising.traffective.targeting.pagetype", "ressort"); cmsConfig._.set("advertising.traffective.targeting.content_id", "fcfd3d72-5e19-493a-ae0a-498d43fb1189"); cmsConfig._.set("advertising.traffective.targeting.keywords", ["Stuttgart-West"]); 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> <script> cmsConfig._.set("page.follow.item.key", 'Stuttgart-West'); cmsConfig._.set("page.follow.item.type", 'theme'); cmsConfig._.set("page.follow.item.headline", 'Stuttgart-West'); cmsConfig._.set("page.follow.item.link", '/stuttgart/west'); </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: 'stadtbezirke/stuttgart-west', pagetype: "ressort", login: cLoggedIn, keywords: ["Stuttgart-West"], stutzeit_kw: "stuttgart-west", content: "stuttgart-west", content_id: "fcfd3d72-5e19-493a-ae0a-498d43fb1189", ...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=74732'; */ 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 active "> <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 "> <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 active"> <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 active"> <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"> <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"> <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 "> <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.stuttgarter-zeitung.de/stadtbezirke" itemprop="item" class="level-1"> <span itemprop="name"> Stadtbezirke </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"> <h1 class="level-2 active"> <meta itemprop="item" content ="https://www.stuttgarter-zeitung.de/stuttgart/west"> <span itemprop="name"> Stuttgart-West </span> </h1></li></ol><!-- sw --> <!-- swiperNav --> <!-- not in homenav --> </div>z</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="0aa36e9b-4838-4775-a36c-36d0c3db9d94" data-b-title="STZ-RSP18 - B - Thema folgen Button (Ressort)"> <button class="bookmark-theme" data-type="follow"></button></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="cccc8128-8625-4b8a-9062-b6254fa6e9a2"> <a data-upscore-url="/inhalt.stuttgart-west-autoscheiben-eingeschlagen-polizei-sucht-zeugen.cccc8128-8625-4b8a-9062-b6254fa6e9a2.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Autoscheiben eingeschlagen – Polizei sucht Zeugen" class="data" href="/inhalt.stuttgart-west-autoscheiben-eingeschlagen-polizei-sucht-zeugen.cccc8128-8625-4b8a-9062-b6254fa6e9a2.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.ebc2b5b5-0777-42eb-b024-20ebae3aff49.original?fm=avif&ar=16:9&w=300&ts=1738618773477 300w, https://www.stuttgarter-zeitung.de/image-a.media.ebc2b5b5-0777-42eb-b024-20ebae3aff49.original?fm=avif&ar=16:9&w=700&ts=1738618773477 700w, https://www.stuttgarter-zeitung.de/image-a.media.ebc2b5b5-0777-42eb-b024-20ebae3aff49.original?fm=avif&ar=16:9&w=1200&ts=1738618773477 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="Stuttgart-West: Autoscheiben eingeschlagen – Polizei sucht Zeugen" title="Stuttgart-West: Autoscheiben eingeschlagen – Polizei sucht Zeugen" src="/media.media.ebc2b5b5-0777-42eb-b024-20ebae3aff49.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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Autoscheiben eingeschlagen – Polizei sucht Zeugen">Autoscheiben eingeschlagen – Polizei sucht Zeugen</span> </h3> </div> <div class="appetizer-text"> <span>Unbekannte haben im Stuttgarter Westen Autos besch&auml;digt. Die Polizei bittet nun um Hinweise zur Tat.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Nina Scheffel </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Autoscheiben eingeschlagen &amp;ndash; Polizei sucht Zeugen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-autoscheiben-eingeschlagen-polizei-sucht-zeugen.cccc8128-8625-4b8a-9062-b6254fa6e9a2.html&quot;,&quot;id&quot;:&quot;cccc8128-8625-4b8a-9062-b6254fa6e9a2&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"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="b8133946-5beb-4f5b-ab5f-230460c5e6ce"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stadtbahnvorfall in Stuttgart-West: 27-Jähriger greift Kontrolleur in U9 an – Festnahme" class="data" href="/inhalt.stadtbahnvorfall-in-stuttgart-west-27-jaehriger-greift-kontrolleur-in-u9-an-festnahme.b8133946-5beb-4f5b-ab5f-230460c5e6ce.html" data-upscore-url="/inhalt.stadtbahnvorfall-in-stuttgart-west-27-jaehriger-greift-kontrolleur-in-u9-an-festnahme.b8133946-5beb-4f5b-ab5f-230460c5e6ce.html" target="_self"data-lt-teaser="Topthemen.2"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.a5ffa324-60ed-45f2-ba08-64de70203d3a.original?fm=avif&ar=16:9&w=300&ts=1738868170894 300w, https://www.stuttgarter-zeitung.de/image-a.media.a5ffa324-60ed-45f2-ba08-64de70203d3a.original?fm=avif&ar=16:9&w=700&ts=1738868170894 700w, https://www.stuttgarter-zeitung.de/image-a.media.a5ffa324-60ed-45f2-ba08-64de70203d3a.original?fm=avif&ar=16:9&w=1200&ts=1738868170894 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stadtbahnvorfall in Stuttgart-West: 27-Jähriger greift Kontrolleur in U9 an – Festnahme" title="Stadtbahnvorfall in Stuttgart-West: 27-Jähriger greift Kontrolleur in U9 an – Festnahme" src="/media.media.a5ffa324-60ed-45f2-ba08-64de70203d3a.16x9_700.jpg"> </picture> <noscript> <img alt="Stadtbahnvorfall in Stuttgart-West: 27-Jähriger greift Kontrolleur in U9 an – Festnahme" src="/media.media.a5ffa324-60ed-45f2-ba08-64de70203d3a.16x9_700.jpg"> </noscript> <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">Stadtbahnvorfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="27-Jähriger greift Kontrolleur in U9 an – Festnahme">27-Jähriger greift Kontrolleur in U9 an – Festnahme</span> </h3> </div> <div class="appetizer-text"> <span>Ein 27-j&auml;hriger Mann soll in einer Stadtbahn der Linie U9 einen Fahrkartenkontrolleur angegriffen haben. Die Polizei nimmt ihn fest. Die Hintergr&uuml;nde.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Gülay Alparslan </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;27-J&amp;auml;hriger greift Kontrolleur in U9 an &amp;ndash; Festnahme&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stadtbahnvorfall-in-stuttgart-west-27-jaehriger-greift-kontrolleur-in-u9-an-festnahme.b8133946-5beb-4f5b-ab5f-230460c5e6ce.html&quot;,&quot;id&quot;:&quot;b8133946-5beb-4f5b-ab5f-230460c5e6ce&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="924659f8-0875-4b70-ac5f-58f69436fb54"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Zeugen in Stuttgart-West gesucht: Mercedes gerät auf Gegenfahrbahn – zwei Verletzte" class="data" href="/inhalt.zeugen-in-stuttgart-west-gesucht-mercedes-geraet-auf-gegenfahrbahn-zwei-verletzte.924659f8-0875-4b70-ac5f-58f69436fb54.html" data-upscore-url="/inhalt.zeugen-in-stuttgart-west-gesucht-mercedes-geraet-auf-gegenfahrbahn-zwei-verletzte.924659f8-0875-4b70-ac5f-58f69436fb54.html" target="_self"data-lt-teaser="Topthemen.3"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.4e4b4162-a9a4-4b42-a847-36e44fac3eab.original?fm=avif&ar=16:9&w=300&ts=1736182643024 300w, https://www.stuttgarter-zeitung.de/image-a.media.4e4b4162-a9a4-4b42-a847-36e44fac3eab.original?fm=avif&ar=16:9&w=700&ts=1736182643024 700w, https://www.stuttgarter-zeitung.de/image-a.media.4e4b4162-a9a4-4b42-a847-36e44fac3eab.original?fm=avif&ar=16:9&w=1200&ts=1736182643024 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Zeugen in Stuttgart-West gesucht: Mercedes gerät auf Gegenfahrbahn – zwei Verletzte" title="Zeugen in Stuttgart-West gesucht: Mercedes gerät auf Gegenfahrbahn – zwei Verletzte" src="/media.media.4e4b4162-a9a4-4b42-a847-36e44fac3eab.16x9_700.jpg"> </picture> <noscript> <img alt="Zeugen in Stuttgart-West gesucht: Mercedes gerät auf Gegenfahrbahn – zwei Verletzte" src="/media.media.4e4b4162-a9a4-4b42-a847-36e44fac3eab.16x9_700.jpg"> </noscript> <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">Zeugen in Stuttgart-West gesucht</span> <span class="appetizer-title" data-upscore-title="Mercedes gerät auf Gegenfahrbahn – zwei Verletzte">Mercedes gerät auf Gegenfahrbahn – zwei Verletzte</span> </h3> </div> <div class="appetizer-text"> <span>Bei einem Unfall im Stuttgarter Westen sto&szlig;en am Dienstag ein Mercedes und ein BMW zusammen. Die Fahrer werden verletzt. Der betroffene Bereich der Rotenwaldstra&szlig;e muss zeitweise gesperrt werden.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Nina Scheffel </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Mercedes ger&amp;auml;t auf Gegenfahrbahn &amp;ndash; zwei Verletzte&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.zeugen-in-stuttgart-west-gesucht-mercedes-geraet-auf-gegenfahrbahn-zwei-verletzte.924659f8-0875-4b70-ac5f-58f69436fb54.html&quot;,&quot;id&quot;:&quot;924659f8-0875-4b70-ac5f-58f69436fb54&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="e5180be1-cb89-4b53-9b11-459f88215fc9"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht" class="data" href="/inhalt.stuttgart-west-betrueger-erbeutet-bargeld-und-fluechtet-zeugen-gesucht.e5180be1-cb89-4b53-9b11-459f88215fc9.html" data-upscore-url="/inhalt.stuttgart-west-betrueger-erbeutet-bargeld-und-fluechtet-zeugen-gesucht.e5180be1-cb89-4b53-9b11-459f88215fc9.html" target="_self"data-lt-teaser="Topthemen.4"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.c7deea80-c9da-4092-bf24-cbc867f023c5.original?fm=avif&ar=16:9&w=300&ts=1733929826868 300w, https://www.stuttgarter-zeitung.de/image-a.media.c7deea80-c9da-4092-bf24-cbc867f023c5.original?fm=avif&ar=16:9&w=700&ts=1733929826868 700w, https://www.stuttgarter-zeitung.de/image-a.media.c7deea80-c9da-4092-bf24-cbc867f023c5.original?fm=avif&ar=16:9&w=1200&ts=1733929826868 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht" title="Stuttgart-West: Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht" src="/media.media.c7deea80-c9da-4092-bf24-cbc867f023c5.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht" src="/media.media.c7deea80-c9da-4092-bf24-cbc867f023c5.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht">Betrüger erbeutet Bargeld und flüchtet – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Am Dienstagvormittag erbeutet ein unbekannter Betr&uuml;ger in Stuttgart-West Bargeld von einer 22-J&auml;hrigen. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von mmf </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Betr&amp;uuml;ger erbeutet Bargeld und fl&amp;uuml;chtet &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-betrueger-erbeutet-bargeld-und-fluechtet-zeugen-gesucht.e5180be1-cb89-4b53-9b11-459f88215fc9.html&quot;,&quot;id&quot;:&quot;e5180be1-cb89-4b53-9b11-459f88215fc9&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="98fa1792-d6d6-4281-9e17-31e2262ce109"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stadtbahn in Stuttgart-West: Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen" class="data" href="/inhalt.stadtbahn-in-stuttgart-west-lastwagen-landet-im-gleisbett-linien-u2-und-u9-unterbrochen.98fa1792-d6d6-4281-9e17-31e2262ce109.html" data-upscore-url="/inhalt.stadtbahn-in-stuttgart-west-lastwagen-landet-im-gleisbett-linien-u2-und-u9-unterbrochen.98fa1792-d6d6-4281-9e17-31e2262ce109.html" target="_self"data-lt-teaser="Topthemen.5"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.1aa6c1c1-84f5-40bc-81e5-83d6b576ad61.original?fm=avif&ar=16:9&w=300&ts=1736385749956 300w, https://www.stuttgarter-zeitung.de/image-a.media.1aa6c1c1-84f5-40bc-81e5-83d6b576ad61.original?fm=avif&ar=16:9&w=700&ts=1736385749956 700w, https://www.stuttgarter-zeitung.de/image-a.media.1aa6c1c1-84f5-40bc-81e5-83d6b576ad61.original?fm=avif&ar=16:9&w=1200&ts=1736385749956 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stadtbahn in Stuttgart-West: Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen" title="Stadtbahn in Stuttgart-West: Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen" src="/media.media.1aa6c1c1-84f5-40bc-81e5-83d6b576ad61.16x9_700.jpg"> </picture> <noscript> <img alt="Stadtbahn in Stuttgart-West: Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen" src="/media.media.1aa6c1c1-84f5-40bc-81e5-83d6b576ad61.16x9_700.jpg"> </noscript> <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">Stadtbahn in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen">Lastwagen landet im Gleisbett – Linien U2 und U9 zwei Stunden unterbrochen</span> </h3> </div> <div class="appetizer-text"> <span>Am Montagabend ist in Stuttgart-West ein Lastwagen im Gleisbett der Stadtbahn gelandet. Es kommt zu Ausf&auml;llen der Linien U2 und U9.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Jörg Breithut </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Lastwagen landet im Gleisbett &amp;ndash; Linien U2 und U9 zwei Stunden unterbrochen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stadtbahn-in-stuttgart-west-lastwagen-landet-im-gleisbett-linien-u2-und-u9-unterbrochen.98fa1792-d6d6-4281-9e17-31e2262ce109.html&quot;,&quot;id&quot;:&quot;98fa1792-d6d6-4281-9e17-31e2262ce109&quot;}" class="bookmark-article"></button> </div></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="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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="7ab44b26-d9bf-44f0-9505-6f434814c263"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Versuchter Raub in Stuttgart-West: Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich" class="data" href="/inhalt.versuchter-raub-in-stuttgart-west-unbekannte-attackieren-48-jaehrigen-mit-messer-der-wehrt-sich.7ab44b26-d9bf-44f0-9505-6f434814c263.html" data-upscore-url="/inhalt.versuchter-raub-in-stuttgart-west-unbekannte-attackieren-48-jaehrigen-mit-messer-der-wehrt-sich.7ab44b26-d9bf-44f0-9505-6f434814c263.html" target="_self"data-lt-teaser="Topthemen.6"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.c27d2f5a-37a6-45bd-92c1-358163c6f50e.original?fm=avif&ar=16:9&w=300&ts=1731244860215 300w, https://www.stuttgarter-zeitung.de/image-a.media.c27d2f5a-37a6-45bd-92c1-358163c6f50e.original?fm=avif&ar=16:9&w=700&ts=1731244860215 700w, https://www.stuttgarter-zeitung.de/image-a.media.c27d2f5a-37a6-45bd-92c1-358163c6f50e.original?fm=avif&ar=16:9&w=1200&ts=1731244860215 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Versuchter Raub in Stuttgart-West: Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich" title="Versuchter Raub in Stuttgart-West: Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich" src="/media.media.c27d2f5a-37a6-45bd-92c1-358163c6f50e.16x9_700.jpg"> </picture> <noscript> <img alt="Versuchter Raub in Stuttgart-West: Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich" src="/media.media.c27d2f5a-37a6-45bd-92c1-358163c6f50e.16x9_700.jpg"> </noscript> <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">Versuchter Raub in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich">Unbekannte attackieren 48-Jährigen mit Messer – der wehrt sich</span> </h3> </div> <div class="appetizer-text"> <span>Ein 48-j&auml;hriger Mann ist am Freitagabend in Stuttgart unterwegs, als er von zwei Unbekannten nach Geld gefragt wird. Pl&ouml;tzlich greift einer der beiden den 48-J&auml;hrigen mit einem Messer an. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Gülay Alparslan </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Unbekannte attackieren 48-J&amp;auml;hrigen mit Messer &amp;ndash; der wehrt sich&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.versuchter-raub-in-stuttgart-west-unbekannte-attackieren-48-jaehrigen-mit-messer-der-wehrt-sich.7ab44b26-d9bf-44f0-9505-6f434814c263.html&quot;,&quot;id&quot;:&quot;7ab44b26-d9bf-44f0-9505-6f434814c263&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="8213e212-70d6-40e8-83b4-4806fe96ab2c"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Bergheimer Steige in Stuttgart-West: VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte" class="data" href="/inhalt.stuttgart-west-vw-fahrer-ueberholt-und-verursacht-unfall-stau-vor-bergheimer-steige.8213e212-70d6-40e8-83b4-4806fe96ab2c.html" data-upscore-url="/inhalt.stuttgart-west-vw-fahrer-ueberholt-und-verursacht-unfall-stau-vor-bergheimer-steige.8213e212-70d6-40e8-83b4-4806fe96ab2c.html" target="_self"data-lt-teaser="Topthemen.7"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.78ae1a60-7a09-494d-a19b-894ab4bda804.original?fm=avif&ar=16:9&w=300&ts=1731514326089 300w, https://www.stuttgarter-zeitung.de/image-a.media.78ae1a60-7a09-494d-a19b-894ab4bda804.original?fm=avif&ar=16:9&w=700&ts=1731514326089 700w, https://www.stuttgarter-zeitung.de/image-a.media.78ae1a60-7a09-494d-a19b-894ab4bda804.original?fm=avif&ar=16:9&w=1200&ts=1731514326089 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Bergheimer Steige in Stuttgart-West: VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte" title="Bergheimer Steige in Stuttgart-West: VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte" src="/media.media.78ae1a60-7a09-494d-a19b-894ab4bda804.16x9_700.jpg"> </picture> <noscript> <img alt="Bergheimer Steige in Stuttgart-West: VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte" src="/media.media.78ae1a60-7a09-494d-a19b-894ab4bda804.16x9_700.jpg"> </noscript> <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">Bergheimer Steige in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte">VW-Fahrer verursacht Unfall bei Überholvorgang – zwei Verletzte</span> </h3> </div> <div class="appetizer-text"> <span>Am Donnerstagmorgen verursacht ein Fahrer eines VW vor der Bergheimer Steige in Stuttgart-West einen Unfall. Es kommt aufgrund der Reinigungsarbeiten zum Stau.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Sebastian Winter </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;VW-Fahrer verursacht Unfall bei &amp;Uuml;berholvorgang &amp;ndash; zwei Verletzte&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-vw-fahrer-ueberholt-und-verursacht-unfall-stau-vor-bergheimer-steige.8213e212-70d6-40e8-83b4-4806fe96ab2c.html&quot;,&quot;id&quot;:&quot;8213e212-70d6-40e8-83b4-4806fe96ab2c&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="b3f88993-eb82-4d23-b9e7-c0ebb8c62ad1"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Unfall in Stuttgart-West: Auto überschlägt sich - Zeugen gesucht" class="data" href="/inhalt.unfall-in-stuttgart-west-auto-ueberschlaegt-sich-zeugen-gesucht.b3f88993-eb82-4d23-b9e7-c0ebb8c62ad1.html" data-upscore-url="/inhalt.unfall-in-stuttgart-west-auto-ueberschlaegt-sich-zeugen-gesucht.b3f88993-eb82-4d23-b9e7-c0ebb8c62ad1.html" target="_self"data-lt-teaser="Topthemen.8"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.37908b89-4902-4017-89b7-5589e651c61b.original?fm=avif&ar=16:9&w=300&ts=1734341144935 300w, https://www.stuttgarter-zeitung.de/image-a.media.37908b89-4902-4017-89b7-5589e651c61b.original?fm=avif&ar=16:9&w=700&ts=1734341144935 700w, https://www.stuttgarter-zeitung.de/image-a.media.37908b89-4902-4017-89b7-5589e651c61b.original?fm=avif&ar=16:9&w=1200&ts=1734341144935 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall in Stuttgart-West: Auto überschlägt sich - Zeugen gesucht" title="Unfall in Stuttgart-West: Auto überschlägt sich - Zeugen gesucht" src="/media.media.37908b89-4902-4017-89b7-5589e651c61b.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall in Stuttgart-West: Auto überschlägt sich - Zeugen gesucht" src="/media.media.37908b89-4902-4017-89b7-5589e651c61b.16x9_700.jpg"> </noscript> <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">Unfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Auto überschlägt sich - Zeugen gesucht">Auto überschlägt sich - Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>In der Nacht zu Mittwoch hat sich ein Audi S3 bei einem Verkehrsunfall in Stuttgart-West &uuml;berschlagen. Die beiden Insassen blieben unverletzt.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von mmf </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Auto &amp;uuml;berschl&amp;auml;gt sich - Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-in-stuttgart-west-auto-ueberschlaegt-sich-zeugen-gesucht.b3f88993-eb82-4d23-b9e7-c0ebb8c62ad1.html&quot;,&quot;id&quot;:&quot;b3f88993-eb82-4d23-b9e7-c0ebb8c62ad1&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="044a9982-b8c1-439f-905b-0ce7d2cd5e0d"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Zeugensuche in Stuttgart-West: Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt" class="data" href="/inhalt.zeugensuche-in-stuttgart-west-autofahrer-missachtet-vorfahrt-vespa-fahrerin-leicht-verletzt.044a9982-b8c1-439f-905b-0ce7d2cd5e0d.html" data-upscore-url="/inhalt.zeugensuche-in-stuttgart-west-autofahrer-missachtet-vorfahrt-vespa-fahrerin-leicht-verletzt.044a9982-b8c1-439f-905b-0ce7d2cd5e0d.html" target="_self"data-lt-teaser="Topthemen.9"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.da58073d-2d4d-4b9a-95d3-d3fbb1b854f9.original?fm=avif&ar=16:9&w=300&ts=1729011111632 300w, https://www.stuttgarter-zeitung.de/image-a.media.da58073d-2d4d-4b9a-95d3-d3fbb1b854f9.original?fm=avif&ar=16:9&w=700&ts=1729011111632 700w, https://www.stuttgarter-zeitung.de/image-a.media.da58073d-2d4d-4b9a-95d3-d3fbb1b854f9.original?fm=avif&ar=16:9&w=1200&ts=1729011111632 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Zeugensuche in Stuttgart-West: Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt" title="Zeugensuche in Stuttgart-West: Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt" src="/media.media.da58073d-2d4d-4b9a-95d3-d3fbb1b854f9.16x9_700.jpg"> </picture> <noscript> <img alt="Zeugensuche in Stuttgart-West: Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt" src="/media.media.da58073d-2d4d-4b9a-95d3-d3fbb1b854f9.16x9_700.jpg"> </noscript> <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">Zeugensuche in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt">Autofahrer missachtet Vorfahrt – Vespa-Fahrerin leicht verletzt</span> </h3> </div> <div class="appetizer-text"> <span>Eine 27-j&auml;hrige Vespa-Fahrerin weicht einem Auto aus, das mutma&szlig;lich die Vorfahrt missachtet, und st&uuml;rzt. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Philip Kearney </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Autofahrer missachtet Vorfahrt &amp;ndash; Vespa-Fahrerin leicht verletzt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.zeugensuche-in-stuttgart-west-autofahrer-missachtet-vorfahrt-vespa-fahrerin-leicht-verletzt.044a9982-b8c1-439f-905b-0ce7d2cd5e0d.html&quot;,&quot;id&quot;:&quot;044a9982-b8c1-439f-905b-0ce7d2cd5e0d&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="36e69893-2429-4d2b-8112-628262cb2f54"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart: Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht" class="data" href="/inhalt.stuttgart-einbrecher-erbeuten-bohrmaschine-uhren-und-bargeld-zeugen-gesucht.36e69893-2429-4d2b-8112-628262cb2f54.html" data-upscore-url="/inhalt.stuttgart-einbrecher-erbeuten-bohrmaschine-uhren-und-bargeld-zeugen-gesucht.36e69893-2429-4d2b-8112-628262cb2f54.html" target="_self"data-lt-teaser="Topthemen.10"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/image-a.media.2f5e52f6-3a3f-473f-8dd2-ccf63b3e28b2.original?fm=avif&ar=16:9&w=300&ts=1727716621858 300w, https://www.stuttgarter-zeitung.de/image-a.media.2f5e52f6-3a3f-473f-8dd2-ccf63b3e28b2.original?fm=avif&ar=16:9&w=700&ts=1727716621858 700w, https://www.stuttgarter-zeitung.de/image-a.media.2f5e52f6-3a3f-473f-8dd2-ccf63b3e28b2.original?fm=avif&ar=16:9&w=1200&ts=1727716621858 1024w " type="image/avif" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart: Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht" title="Stuttgart: Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht" src="/media.media.2f5e52f6-3a3f-473f-8dd2-ccf63b3e28b2.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart: Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht" src="/media.media.2f5e52f6-3a3f-473f-8dd2-ccf63b3e28b2.16x9_700.jpg"> </noscript> <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">Stuttgart</span> <span class="appetizer-title" data-upscore-title="Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht">Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Am Wochenende ist es zu mehreren Wohnungseinbr&uuml;chen in Stuttgart-West und Stuttgart-Weilimdorf gekommen. Die Unbekannten entwendeten dabei auch wertvolle Gegenst&auml;nde. Die Polizei bittet Zeugen um Hinweise.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Laureta Nrecaj </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Einbrecher erbeuten Bohrmaschine, Uhren und Bargeld &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-einbrecher-erbeuten-bohrmaschine-uhren-und-bargeld-zeugen-gesucht.36e69893-2429-4d2b-8112-628262cb2f54.html&quot;,&quot;id&quot;:&quot;36e69893-2429-4d2b-8112-628262cb2f54&quot;}" class="bookmark-article"></button> </div></div></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"> <div class="header"><h4><a href="https://sonderthemen.stuttgarter-zeitung.de">Sonderthemen und Magazine</a></h4></div> <script async id="trm-widget-boOSJDtYgMacGuDEu47oEW" type="text/javascript" src="https://backoffice.transmatico.com/get/?token=15d7a7e0c37c970a73d0639fea8540b4&domain=sonderthemen.stuttgarter-zeitung.de&category=stuttgart-innenstadt&schema=v2&service=articleteasers&scriptid=trm-widget-boOSJDtYgMacGuDEu47oEW"></script> <script> processBricks(); </script> </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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="600e3fe4-0707-4a3a-a695-1d4e4b00f01f"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Motorradfahrer kommt von Straße ab – schwer verletzt" class="data" href="/inhalt.stuttgart-west-16-jaehriger-motorradfahrer-kommt-von-strasse-ab-schwer-verletzt.600e3fe4-0707-4a3a-a695-1d4e4b00f01f.html" data-upscore-url="/inhalt.stuttgart-west-16-jaehriger-motorradfahrer-kommt-von-strasse-ab-schwer-verletzt.600e3fe4-0707-4a3a-a695-1d4e4b00f01f.html" target="_self"data-lt-teaser="Topthemen.11"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.2f755a12-0eef-4415-91ba-c26c58c6f6ad.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.2f755a12-0eef-4415-91ba-c26c58c6f6ad.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.2f755a12-0eef-4415-91ba-c26c58c6f6ad.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Motorradfahrer kommt von Straße ab – schwer verletzt" title="Stuttgart-West: Motorradfahrer kommt von Straße ab – schwer verletzt" src="/media.media.2f755a12-0eef-4415-91ba-c26c58c6f6ad.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Motorradfahrer kommt von Straße ab – schwer verletzt" src="/media.media.2f755a12-0eef-4415-91ba-c26c58c6f6ad.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Motorradfahrer kommt von Straße ab – schwer verletzt">Motorradfahrer kommt von Straße ab – schwer verletzt</span> </h3> </div> <div class="appetizer-text"> <span>Bei einem Motorradunfall sind am Mittwoch in Stuttgart-West zwei Jugendliche verletzt worden. Der 16-j&auml;hriger Fahrer des Motorrads war vorab von der Stra&szlig;e abgekommen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Nina Scheffel </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Motorradfahrer kommt von Stra&amp;szlig;e ab &amp;ndash; schwer verletzt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-16-jaehriger-motorradfahrer-kommt-von-strasse-ab-schwer-verletzt.600e3fe4-0707-4a3a-a695-1d4e4b00f01f.html&quot;,&quot;id&quot;:&quot;600e3fe4-0707-4a3a-a695-1d4e4b00f01f&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="f9bdf87e-995c-476a-8bc9-d903e261cf93"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="5" data-tags="Bilder" title="Unfall bei Stuttgart-Weilimdorf: Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht" class="data" href="/inhalt.unfall-bei-stuttgart-weilimdorf-auto-kommt-von-strasse-ab-und-ueberschlaegt-sich-fahrer-leicht-verletzt.f9bdf87e-995c-476a-8bc9-d903e261cf93.html" data-upscore-url="/inhalt.unfall-bei-stuttgart-weilimdorf-auto-kommt-von-strasse-ab-und-ueberschlaegt-sich-fahrer-leicht-verletzt.f9bdf87e-995c-476a-8bc9-d903e261cf93.html" target="_self"data-lt-teaser="Topthemen.12"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.3bf5c460-1c83-45aa-bba0-3a53faeccfee.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.3bf5c460-1c83-45aa-bba0-3a53faeccfee.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.3bf5c460-1c83-45aa-bba0-3a53faeccfee.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall bei Stuttgart-Weilimdorf: Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht" title="Unfall bei Stuttgart-Weilimdorf: Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht" src="/media.media.3bf5c460-1c83-45aa-bba0-3a53faeccfee.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall bei Stuttgart-Weilimdorf: Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht" src="/media.media.3bf5c460-1c83-45aa-bba0-3a53faeccfee.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="5"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Unfall bei Stuttgart-Weilimdorf</span> <span class="appetizer-title" data-upscore-title="Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht">Auto kommt von Straße ab und überschlägt sich – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Ein Verletzter sowie ein Schaden von rund 12.000 Euro sind die Bilanz eines Verkehrsunfalls, der sich am Dienstagnachmittag auf der Bergheimer Steige zwischen Stuttgart-West und Stuttgart-Weilimdorf ereignet hat. Was bislang bekannt ist.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Nina Scheffel </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Auto kommt von Stra&amp;szlig;e ab und &amp;uuml;berschl&amp;auml;gt sich &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-bei-stuttgart-weilimdorf-auto-kommt-von-strasse-ab-und-ueberschlaegt-sich-fahrer-leicht-verletzt.f9bdf87e-995c-476a-8bc9-d903e261cf93.html&quot;,&quot;id&quot;:&quot;f9bdf87e-995c-476a-8bc9-d903e261cf93&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="b285bf1e-a50d-47df-b3c8-9e25a2639141"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Zeugensuche in Stuttgart-West: Falscher Antiquitätenhändler bestiehlt 84-Jährige" class="data" href="/inhalt.zeugensuche-in-stuttgart-west-falscher-antiquitaetenhaendler-bestiehlt-84-jaehrige.b285bf1e-a50d-47df-b3c8-9e25a2639141.html" data-upscore-url="/inhalt.zeugensuche-in-stuttgart-west-falscher-antiquitaetenhaendler-bestiehlt-84-jaehrige.b285bf1e-a50d-47df-b3c8-9e25a2639141.html" target="_self"data-lt-teaser="Topthemen.13"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.69e69564-15cc-43ae-9d4f-fd491d6f1126.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.69e69564-15cc-43ae-9d4f-fd491d6f1126.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.69e69564-15cc-43ae-9d4f-fd491d6f1126.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Zeugensuche in Stuttgart-West: Falscher Antiquitätenhändler bestiehlt 84-Jährige" title="Zeugensuche in Stuttgart-West: Falscher Antiquitätenhändler bestiehlt 84-Jährige" src="/media.media.69e69564-15cc-43ae-9d4f-fd491d6f1126.16x9_700.jpg"> </picture> <noscript> <img alt="Zeugensuche in Stuttgart-West: Falscher Antiquitätenhändler bestiehlt 84-Jährige" src="/media.media.69e69564-15cc-43ae-9d4f-fd491d6f1126.16x9_700.jpg"> </noscript> <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">Zeugensuche in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Falscher Antiquitätenhändler bestiehlt 84-Jährige">Falscher Antiquitätenhändler bestiehlt 84-Jährige</span> </h3> </div> <div class="appetizer-text"> <span>Am Freitagnachmittag ist eine 84 Jahre alte Frau in Stuttgart-West von einem Mann bestohlen worden, der sich als Antiquit&auml;tenh&auml;ndler ausgegeben hat.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Lea Jansky </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Falscher Antiquit&amp;auml;tenh&amp;auml;ndler bestiehlt 84-J&amp;auml;hrige&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.zeugensuche-in-stuttgart-west-falscher-antiquitaetenhaendler-bestiehlt-84-jaehrige.b285bf1e-a50d-47df-b3c8-9e25a2639141.html&quot;,&quot;id&quot;:&quot;b285bf1e-a50d-47df-b3c8-9e25a2639141&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="b1619494-cda0-4e6a-b7c8-3d1ca33fe65f"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst" class="data" href="/inhalt.stuttgart-west-durch-handy-abgelenkt-14-jaehrige-von-stadtbahn-erfasst.b1619494-cda0-4e6a-b7c8-3d1ca33fe65f.html" data-upscore-url="/inhalt.stuttgart-west-durch-handy-abgelenkt-14-jaehrige-von-stadtbahn-erfasst.b1619494-cda0-4e6a-b7c8-3d1ca33fe65f.html" target="_self"data-lt-teaser="Topthemen.14"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.808a9fef-04c2-43ab-8806-55b4ea12f2a0.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.808a9fef-04c2-43ab-8806-55b4ea12f2a0.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.808a9fef-04c2-43ab-8806-55b4ea12f2a0.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst" title="Stuttgart-West: Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst" src="/media.media.808a9fef-04c2-43ab-8806-55b4ea12f2a0.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst" src="/media.media.808a9fef-04c2-43ab-8806-55b4ea12f2a0.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst">Durch Handy abgelenkt – 14-Jährige von Stadtbahn erfasst</span> </h3> </div> <div class="appetizer-text"> <span>Eine 14-J&auml;hrige &uuml;berquert die Gleise an der Stadtbahn-Haltestelle Vogelsang. Dabei &uuml;bersieht sie die anfahrende Bahn. Die Jugendliche wird am Kopf verletzt.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Annika Mayer </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Durch Handy abgelenkt &amp;ndash; 14-J&amp;auml;hrige von Stadtbahn erfasst&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-durch-handy-abgelenkt-14-jaehrige-von-stadtbahn-erfasst.b1619494-cda0-4e6a-b7c8-3d1ca33fe65f.html&quot;,&quot;id&quot;:&quot;b1619494-cda0-4e6a-b7c8-3d1ca33fe65f&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="178b9b09-1e89-4632-bf4b-d4df42da31ce"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart: 38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn" class="data" href="/inhalt.stuttgart-38-jaehriger-entbloesst-sich-vor-frau-ehemann-verfolgt-ihn.178b9b09-1e89-4632-bf4b-d4df42da31ce.html" data-upscore-url="/inhalt.stuttgart-38-jaehriger-entbloesst-sich-vor-frau-ehemann-verfolgt-ihn.178b9b09-1e89-4632-bf4b-d4df42da31ce.html" target="_self"data-lt-teaser="Topthemen.15"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.814aba29-61db-4d8b-9076-fb965386a024.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.814aba29-61db-4d8b-9076-fb965386a024.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.814aba29-61db-4d8b-9076-fb965386a024.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart: 38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn" title="Stuttgart: 38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn" src="/media.media.814aba29-61db-4d8b-9076-fb965386a024.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart: 38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn" src="/media.media.814aba29-61db-4d8b-9076-fb965386a024.16x9_700.jpg"> </noscript> <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">Stuttgart</span> <span class="appetizer-title" data-upscore-title="38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn">38-Jähriger entblößt sich vor Frau – Ehemann verfolgt ihn</span> </h3> </div> <div class="appetizer-text"> <span>Ein 38-J&auml;hriger l&auml;uft offenbar hinter einer Frau her und ber&uuml;hrt dabei sein Glied. Sie gibt ihrem Ehemann Bescheid, der den mutma&szlig;lichen Exhibitionisten verfolgt, bis die Polizei eintrifft.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Annika Mayer </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;38-J&amp;auml;hriger entbl&amp;ouml;&amp;szlig;t sich vor Frau &amp;ndash; Ehemann verfolgt ihn&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-38-jaehriger-entbloesst-sich-vor-frau-ehemann-verfolgt-ihn.178b9b09-1e89-4632-bf4b-d4df42da31ce.html&quot;,&quot;id&quot;:&quot;178b9b09-1e89-4632-bf4b-d4df42da31ce&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="c8c58d92-f178-4101-a7e9-7b49a9c597a2"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="CM1" title="Stuttgart-Bergheim: Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen" class="data" href="/inhalt.stuttgart-west-mutmasslicher-exhibitionist-auf-spielplatz-mann-vorlaeufig-festgenommen.c8c58d92-f178-4101-a7e9-7b49a9c597a2.html" data-upscore-url="/inhalt.stuttgart-west-mutmasslicher-exhibitionist-auf-spielplatz-mann-vorlaeufig-festgenommen.c8c58d92-f178-4101-a7e9-7b49a9c597a2.html" target="_self"data-lt-teaser="Topthemen.16"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.e3f9f855-b512-46c0-9048-e21c4024f823.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.e3f9f855-b512-46c0-9048-e21c4024f823.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.e3f9f855-b512-46c0-9048-e21c4024f823.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-Bergheim: Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen" title="Stuttgart-Bergheim: Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen" src="/media.media.e3f9f855-b512-46c0-9048-e21c4024f823.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-Bergheim: Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen" src="/media.media.e3f9f855-b512-46c0-9048-e21c4024f823.16x9_700.jpg"> </noscript> <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">Stuttgart-Bergheim</span> <span class="appetizer-title" data-upscore-title="Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen">Mutmaßlicher Exhibitionist auf Spielplatz – Mann vorläufig festgenommen</span> </h3> </div> <div class="appetizer-text"> <span>Ein 60-J&auml;hriger fasst auf einem Spielplatz in Stuttgarter Stadtbezirk Weilimdorf offenbar sein Glied an. Die Polizei nimmt den mutma&szlig;lichen Exhibitionisten vorl&auml;ufig fest.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von may </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Mutma&amp;szlig;licher Exhibitionist auf Spielplatz &amp;ndash; Mann vorl&amp;auml;ufig festgenommen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-mutmasslicher-exhibitionist-auf-spielplatz-mann-vorlaeufig-festgenommen.c8c58d92-f178-4101-a7e9-7b49a9c597a2.html&quot;,&quot;id&quot;:&quot;c8c58d92-f178-4101-a7e9-7b49a9c597a2&quot;}" class="bookmark-article"></button> </div></div></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)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="8cf26706-9286-4b94-8490-0f8762245d73"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: 53-Jähriger ausgeraubt – Zeugen gesucht" class="data" href="/inhalt.stuttgart-west-53-jaehriger-ausgeraubt-zeugen-gesucht.8cf26706-9286-4b94-8490-0f8762245d73.html" data-upscore-url="/inhalt.stuttgart-west-53-jaehriger-ausgeraubt-zeugen-gesucht.8cf26706-9286-4b94-8490-0f8762245d73.html" target="_self"data-lt-teaser="Topthemen.17"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.769f5c88-b70d-4861-a07a-1f479644a298.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.769f5c88-b70d-4861-a07a-1f479644a298.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.769f5c88-b70d-4861-a07a-1f479644a298.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: 53-Jähriger ausgeraubt – Zeugen gesucht" title="Stuttgart-West: 53-Jähriger ausgeraubt – Zeugen gesucht" src="/media.media.769f5c88-b70d-4861-a07a-1f479644a298.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: 53-Jähriger ausgeraubt – Zeugen gesucht" src="/media.media.769f5c88-b70d-4861-a07a-1f479644a298.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="53-Jähriger ausgeraubt – Zeugen gesucht">53-Jähriger ausgeraubt – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Nach einem Barbesuch in Stuttgart folgt ein Unbekannter einem 53-J&auml;hrigen und raubt ihn aus. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von sma </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;53-J&amp;auml;hriger ausgeraubt &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-53-jaehriger-ausgeraubt-zeugen-gesucht.8cf26706-9286-4b94-8490-0f8762245d73.html&quot;,&quot;id&quot;:&quot;8cf26706-9286-4b94-8490-0f8762245d73&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="4c054e56-0bcf-4c82-a8d4-71d59fa3089b"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Autoaufbrecher auf frischer Tat ertappt – er ist erst 16" class="data" href="/inhalt.stuttgart-west-mutmasslicher-autoaufbrecher-auf-frischer-tat-ertappt-er-ist-erst-16.4c054e56-0bcf-4c82-a8d4-71d59fa3089b.html" data-upscore-url="/inhalt.stuttgart-west-mutmasslicher-autoaufbrecher-auf-frischer-tat-ertappt-er-ist-erst-16.4c054e56-0bcf-4c82-a8d4-71d59fa3089b.html" target="_self"data-lt-teaser="Topthemen.18"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.725fed93-83f3-4fa2-9c32-569adbe0dc45.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.725fed93-83f3-4fa2-9c32-569adbe0dc45.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.725fed93-83f3-4fa2-9c32-569adbe0dc45.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Autoaufbrecher auf frischer Tat ertappt – er ist erst 16" title="Stuttgart-West: Autoaufbrecher auf frischer Tat ertappt – er ist erst 16" src="/media.media.725fed93-83f3-4fa2-9c32-569adbe0dc45.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Autoaufbrecher auf frischer Tat ertappt – er ist erst 16" src="/media.media.725fed93-83f3-4fa2-9c32-569adbe0dc45.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Autoaufbrecher auf frischer Tat ertappt – er ist erst 16">Autoaufbrecher auf frischer Tat ertappt – er ist erst 16</span> </h3> </div> <div class="appetizer-text"> <span>Die Polizei nimmt am Sonntag einen 16-J&auml;hrigen fest, der im Verdacht steht, in Stuttgart-West ein Auto geknackt und einen Geldbeutel gestohlen zu haben. Es ist nicht das einzige Diebesgut, das die Polizei bei ihm findet.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von sma </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Autoaufbrecher auf frischer Tat ertappt &amp;ndash; er ist erst 16&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-mutmasslicher-autoaufbrecher-auf-frischer-tat-ertappt-er-ist-erst-16.4c054e56-0bcf-4c82-a8d4-71d59fa3089b.html&quot;,&quot;id&quot;:&quot;4c054e56-0bcf-4c82-a8d4-71d59fa3089b&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="b8e34a76-19c5-4f22-bbc0-058ce0fd088f"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Diebstahl in Stuttgart-West: Unbekannte stehlen Pedelecs – Zeugen gesucht" class="data" href="/inhalt.diebstahl-in-stuttgart-west-unbekannte-stehlen-pedelecs-zeugen-gesucht.b8e34a76-19c5-4f22-bbc0-058ce0fd088f.html" data-upscore-url="/inhalt.diebstahl-in-stuttgart-west-unbekannte-stehlen-pedelecs-zeugen-gesucht.b8e34a76-19c5-4f22-bbc0-058ce0fd088f.html" target="_self"data-lt-teaser="Topthemen.19"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.7e32ee28-dd7d-48db-a17a-529273dd9e5b.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.7e32ee28-dd7d-48db-a17a-529273dd9e5b.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.7e32ee28-dd7d-48db-a17a-529273dd9e5b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Diebstahl in Stuttgart-West: Unbekannte stehlen Pedelecs – Zeugen gesucht" title="Diebstahl in Stuttgart-West: Unbekannte stehlen Pedelecs – Zeugen gesucht" src="/media.media.7e32ee28-dd7d-48db-a17a-529273dd9e5b.16x9_700.jpg"> </picture> <noscript> <img alt="Diebstahl in Stuttgart-West: Unbekannte stehlen Pedelecs – Zeugen gesucht" src="/media.media.7e32ee28-dd7d-48db-a17a-529273dd9e5b.16x9_700.jpg"> </noscript> <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">Diebstahl in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Unbekannte stehlen Pedelecs – Zeugen gesucht">Unbekannte stehlen Pedelecs – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Unbekannte stehlen am Montag drei Pedelecs in Stuttgart-West im Wert von insgesamt mehr als 10.000 Euro. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von kea </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Unbekannte stehlen Pedelecs &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.diebstahl-in-stuttgart-west-unbekannte-stehlen-pedelecs-zeugen-gesucht.b8e34a76-19c5-4f22-bbc0-058ce0fd088f.html&quot;,&quot;id&quot;:&quot;b8e34a76-19c5-4f22-bbc0-058ce0fd088f&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="3a00c6f1-81de-433e-a95a-fab46dbfe158"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="3" data-tags="Bilder" title="Stuttgart-West: Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus" class="data" href="/inhalt.stuttgart-west-stadtbahn-entgleist-feuerwehr-rueckt-mit-spezialfahrzeug-aus.3a00c6f1-81de-433e-a95a-fab46dbfe158.html" data-upscore-url="/inhalt.stuttgart-west-stadtbahn-entgleist-feuerwehr-rueckt-mit-spezialfahrzeug-aus.3a00c6f1-81de-433e-a95a-fab46dbfe158.html" target="_self"data-lt-teaser="Topthemen.20"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.f46082dd-db2d-4544-98f3-47265be5c19b.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.f46082dd-db2d-4544-98f3-47265be5c19b.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.f46082dd-db2d-4544-98f3-47265be5c19b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus" title="Stuttgart-West: Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus" src="/media.media.f46082dd-db2d-4544-98f3-47265be5c19b.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus" src="/media.media.f46082dd-db2d-4544-98f3-47265be5c19b.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="3"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus">Stadtbahn entgleist – Feuerwehr rückt mit Spezialfahrzeug aus</span> </h3> </div> <div class="appetizer-text"> <span>Nur kurze Zeit nach einem Stadtbahn-Unfall in Stuttgart-West kommt es ein paar hundert Meter weiter zu einem erneuten Vorfall: Eine Stadtbahn entgleist bei der Haltestelle Vogelsang.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Hanna Helder </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Stadtbahn entgleist &amp;ndash; Feuerwehr r&amp;uuml;ckt mit Spezialfahrzeug aus&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-stadtbahn-entgleist-feuerwehr-rueckt-mit-spezialfahrzeug-aus.3a00c6f1-81de-433e-a95a-fab46dbfe158.html&quot;,&quot;id&quot;:&quot;3a00c6f1-81de-433e-a95a-fab46dbfe158&quot;}" class="bookmark-article"></button> </div></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="ee668c8e-ebc8-4b27-b84b-2cae4962bbac" data-b-title="STZ-RSP18 - B - Artikel 30"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="0839b103-fbf1-49d5-b376-d81943da6eaf"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="4" data-tags="Bilder" title="Unfall in Stuttgart-West: Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt" class="data" href="/inhalt.unfall-in-stuttgart-west-pkw-kollidiert-mit-stadtbahn-strecke-voruebergehend-gesperrt.0839b103-fbf1-49d5-b376-d81943da6eaf.html" data-upscore-url="/inhalt.unfall-in-stuttgart-west-pkw-kollidiert-mit-stadtbahn-strecke-voruebergehend-gesperrt.0839b103-fbf1-49d5-b376-d81943da6eaf.html" target="_self"data-lt-teaser="Topthemen.21"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.dd2ae388-e846-4800-9531-f6065335bfc0.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.dd2ae388-e846-4800-9531-f6065335bfc0.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.dd2ae388-e846-4800-9531-f6065335bfc0.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall in Stuttgart-West: Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt" title="Unfall in Stuttgart-West: Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt" src="/media.media.dd2ae388-e846-4800-9531-f6065335bfc0.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall in Stuttgart-West: Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt" src="/media.media.dd2ae388-e846-4800-9531-f6065335bfc0.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="4"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Unfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt">Pkw kollidiert mit Stadtbahn – Strecke zwischenzeitlich gesperrt</span> </h3> </div> <div class="appetizer-text"> <span>Am Sonntagmittag kommt es in Stuttgart-West zu einem Unfall zwischen einer Stadtbahn und einem Pkw. Verletzt wird dabei niemand. Die Strecke ist nach vor&uuml;bergehender Sperrung wieder frei.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Hanna Helder </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Pkw kollidiert mit Stadtbahn &amp;ndash; Strecke zwischenzeitlich gesperrt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-in-stuttgart-west-pkw-kollidiert-mit-stadtbahn-strecke-voruebergehend-gesperrt.0839b103-fbf1-49d5-b376-d81943da6eaf.html&quot;,&quot;id&quot;:&quot;0839b103-fbf1-49d5-b376-d81943da6eaf&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="25e79b83-255e-4f4c-ad4a-492e5914cad4"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="3" data-tags="Bilder" title="Metzgerei in Stuttgart-West: Inhaber verärgert über Buttersäure-Anschlag" class="data" href="/inhalt.metzgerei-in-stuttgart-west-inhaber-veraergert-ueber-buttersaeure-anschlag.25e79b83-255e-4f4c-ad4a-492e5914cad4.html" data-upscore-url="/inhalt.metzgerei-in-stuttgart-west-inhaber-veraergert-ueber-buttersaeure-anschlag.25e79b83-255e-4f4c-ad4a-492e5914cad4.html" target="_self"data-lt-teaser="Topthemen.22"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.226acdf4-380e-483d-8f5f-97a3a437ae4c.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.226acdf4-380e-483d-8f5f-97a3a437ae4c.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.226acdf4-380e-483d-8f5f-97a3a437ae4c.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Metzgerei in Stuttgart-West: Inhaber verärgert über Buttersäure-Anschlag" title="Metzgerei in Stuttgart-West: Inhaber verärgert über Buttersäure-Anschlag" src="/media.media.226acdf4-380e-483d-8f5f-97a3a437ae4c.16x9_700.jpg"> </picture> <noscript> <img alt="Metzgerei in Stuttgart-West: Inhaber verärgert über Buttersäure-Anschlag" src="/media.media.226acdf4-380e-483d-8f5f-97a3a437ae4c.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="3"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Metzgerei in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Inhaber verärgert über Buttersäure-Anschlag">Inhaber verärgert über Buttersäure-Anschlag</span> </h3> </div> <div class="appetizer-text"> <span>Unbekannte verw&uuml;sten in der Nacht auf Dienstag eine Metzgerei im Stuttgarter Westen und hinterlassen Parolen an Fassade und Gehweg. Der Verdacht f&auml;llt auf radikale Tiersch&uuml;tzer. Inhaber Hans-J&uuml;rgen Kurz ist ver&auml;rgert.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Julia Hawener </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Inhaber ver&amp;auml;rgert &amp;uuml;ber Butters&amp;auml;ure-Anschlag&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.metzgerei-in-stuttgart-west-inhaber-veraergert-ueber-buttersaeure-anschlag.25e79b83-255e-4f4c-ad4a-492e5914cad4.html&quot;,&quot;id&quot;:&quot;25e79b83-255e-4f4c-ad4a-492e5914cad4&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="faf0b9ff-4e22-4307-bb32-8a2106f59679"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="3" data-tags="Bilder" title="Am Kräherwald in Stuttgart-West: Polizei sucht Zeugen zu Unfall mit zwei Verletzten" class="data" href="/inhalt.am-kraeherwald-in-stuttgart-west-polizei-sucht-zeugen-zu-unfall-mit-zwei-verletzten.faf0b9ff-4e22-4307-bb32-8a2106f59679.html" data-upscore-url="/inhalt.am-kraeherwald-in-stuttgart-west-polizei-sucht-zeugen-zu-unfall-mit-zwei-verletzten.faf0b9ff-4e22-4307-bb32-8a2106f59679.html" target="_self"data-lt-teaser="Topthemen.23"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.81860771-89a1-4cf4-9db1-8e48dd75a918.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.81860771-89a1-4cf4-9db1-8e48dd75a918.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.81860771-89a1-4cf4-9db1-8e48dd75a918.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Am Kräherwald in Stuttgart-West: Polizei sucht Zeugen zu Unfall mit zwei Verletzten" title="Am Kräherwald in Stuttgart-West: Polizei sucht Zeugen zu Unfall mit zwei Verletzten" src="/media.media.81860771-89a1-4cf4-9db1-8e48dd75a918.16x9_700.jpg"> </picture> <noscript> <img alt="Am Kräherwald in Stuttgart-West: Polizei sucht Zeugen zu Unfall mit zwei Verletzten" src="/media.media.81860771-89a1-4cf4-9db1-8e48dd75a918.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="3"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Am Kräherwald in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Polizei sucht Zeugen zu Unfall mit zwei Verletzten">Polizei sucht Zeugen zu Unfall mit zwei Verletzten</span> </h3> </div> <div class="appetizer-text"> <span>Ein BMW und ein Citro&euml;n kollidieren am Dienstagabend am Kr&auml;herwald in Stuttgart-West. Zwei Menschen werden verletzt, es entsteht Schaden in H&ouml;he von rund 70.000 Euro. Die Polizei sucht nun nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Polizei sucht Zeugen zu Unfall mit zwei Verletzten&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.am-kraeherwald-in-stuttgart-west-polizei-sucht-zeugen-zu-unfall-mit-zwei-verletzten.faf0b9ff-4e22-4307-bb32-8a2106f59679.html&quot;,&quot;id&quot;:&quot;faf0b9ff-4e22-4307-bb32-8a2106f59679&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="ab660937-6022-4825-8939-2a9852d8d89b"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="4" data-tags="" title="Unfall am Kräherwald in Stuttgart-West: Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt" class="data" href="/inhalt.unfall-am-kraeherwald-in-stuttgart-west-zusammenstoss-zweier-fahrzeuge-strasse-voruebergehend-gesperrt.ab660937-6022-4825-8939-2a9852d8d89b.html" data-upscore-url="/inhalt.unfall-am-kraeherwald-in-stuttgart-west-zusammenstoss-zweier-fahrzeuge-strasse-voruebergehend-gesperrt.ab660937-6022-4825-8939-2a9852d8d89b.html" target="_self"data-lt-teaser="Topthemen.24"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.280c5190-6265-4683-a2d8-d64c66cecf1d.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.280c5190-6265-4683-a2d8-d64c66cecf1d.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.280c5190-6265-4683-a2d8-d64c66cecf1d.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall am Kräherwald in Stuttgart-West: Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt" title="Unfall am Kräherwald in Stuttgart-West: Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt" src="/media.media.280c5190-6265-4683-a2d8-d64c66cecf1d.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall am Kräherwald in Stuttgart-West: Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt" src="/media.media.280c5190-6265-4683-a2d8-d64c66cecf1d.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="4"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Unfall am Kräherwald in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt">Zusammenstoß zweier Fahrzeuge - Straße vorübergehend gesperrt</span> </h3> </div> <div class="appetizer-text"> <span>Wegen eines Zusammensto&szlig;es zweier Fahrzeuge ist die Stra&szlig;e am Kr&auml;herwald vor&uuml;bergehend gesperrt. Was bisher bekannt ist.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von alp </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Zusammensto&amp;szlig; zweier Fahrzeuge - Stra&amp;szlig;e vor&amp;uuml;bergehend gesperrt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-am-kraeherwald-in-stuttgart-west-zusammenstoss-zweier-fahrzeuge-strasse-voruebergehend-gesperrt.ab660937-6022-4825-8939-2a9852d8d89b.html&quot;,&quot;id&quot;:&quot;ab660937-6022-4825-8939-2a9852d8d89b&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="01320ec0-6e66-4306-86a2-638ba25192a1"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Feuerwehreinsatz in Stuttgart-West: Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen" class="data" href="/inhalt.feuerwehreinsatz-in-stuttgart-west-stadtbahnverkehr-wegen-balkonbrand-kurzzeitig-unterbrochen.01320ec0-6e66-4306-86a2-638ba25192a1.html" data-upscore-url="/inhalt.feuerwehreinsatz-in-stuttgart-west-stadtbahnverkehr-wegen-balkonbrand-kurzzeitig-unterbrochen.01320ec0-6e66-4306-86a2-638ba25192a1.html" target="_self"data-lt-teaser="Topthemen.25"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.f080a3b5-a75a-4737-9722-e687424b1c02.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.f080a3b5-a75a-4737-9722-e687424b1c02.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.f080a3b5-a75a-4737-9722-e687424b1c02.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Feuerwehreinsatz in Stuttgart-West: Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen" title="Feuerwehreinsatz in Stuttgart-West: Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen" src="/media.media.f080a3b5-a75a-4737-9722-e687424b1c02.16x9_700.jpg"> </picture> <noscript> <img alt="Feuerwehreinsatz in Stuttgart-West: Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen" src="/media.media.f080a3b5-a75a-4737-9722-e687424b1c02.16x9_700.jpg"> </noscript> <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">Feuerwehreinsatz in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen">Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen</span> </h3> </div> <div class="appetizer-text"> <span>In einem Mehrfamilienhaus in Stuttgart-West ist am Freitag ein Brand ausgebrochen. Wegen der L&ouml;scharbeiten war der Stadtbahnverkehr am Berliner Platz kurzzeitig unterbrochen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von nse </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Stadtbahnverkehr wegen Balkonbrand kurzzeitig unterbrochen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.feuerwehreinsatz-in-stuttgart-west-stadtbahnverkehr-wegen-balkonbrand-kurzzeitig-unterbrochen.01320ec0-6e66-4306-86a2-638ba25192a1.html&quot;,&quot;id&quot;:&quot;01320ec0-6e66-4306-86a2-638ba25192a1&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="17d45f52-cd0a-4d2c-9b4f-50ef5c46b76a"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgarter Polizei sucht Zeugen: Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt" class="data" href="/inhalt.stuttgarter-polizei-sucht-zeugen-autofahrerin-zwingt-stadtbahn-zur-notbremsung-zwei-frauen-verletzt.17d45f52-cd0a-4d2c-9b4f-50ef5c46b76a.html" data-upscore-url="/inhalt.stuttgarter-polizei-sucht-zeugen-autofahrerin-zwingt-stadtbahn-zur-notbremsung-zwei-frauen-verletzt.17d45f52-cd0a-4d2c-9b4f-50ef5c46b76a.html" target="_self"data-lt-teaser="Topthemen.26"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.4ee46e40-bffb-47ed-a798-6539a75b83d9.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.4ee46e40-bffb-47ed-a798-6539a75b83d9.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.4ee46e40-bffb-47ed-a798-6539a75b83d9.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgarter Polizei sucht Zeugen: Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt" title="Stuttgarter Polizei sucht Zeugen: Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt" src="/media.media.4ee46e40-bffb-47ed-a798-6539a75b83d9.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgarter Polizei sucht Zeugen: Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt" src="/media.media.4ee46e40-bffb-47ed-a798-6539a75b83d9.16x9_700.jpg"> </noscript> <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">Stuttgarter Polizei sucht Zeugen</span> <span class="appetizer-title" data-upscore-title="Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt">Autofahrerin zwingt Stadtbahn zur Notbremsung – zwei Frauen verletzt</span> </h3> </div> <div class="appetizer-text"> <span>Eine unbekannte Autofahrerin zwingt einen 25-j&auml;hrigen Stadtbahnfahrer in Stuttgart-West zu einer Gefahrenbremsung. Dabei st&uuml;rzen zwei Seniorinnen in der Bahn und verletzen sich. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Autofahrerin zwingt Stadtbahn zur Notbremsung &amp;ndash; zwei Frauen verletzt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgarter-polizei-sucht-zeugen-autofahrerin-zwingt-stadtbahn-zur-notbremsung-zwei-frauen-verletzt.17d45f52-cd0a-4d2c-9b4f-50ef5c46b76a.html&quot;,&quot;id&quot;:&quot;17d45f52-cd0a-4d2c-9b4f-50ef5c46b76a&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="7518c0cf-8782-4269-96a5-c65e783790d8"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Polizeieinsatz in Stuttgart: Mutmaßlicher Rezeptfälscher in Untersuchungshaft" class="data" href="/inhalt.polizeieinsatz-in-stuttgart-mutmasslicher-rezeptfaelscher-in-untersuchungshaft.7518c0cf-8782-4269-96a5-c65e783790d8.html" data-upscore-url="/inhalt.polizeieinsatz-in-stuttgart-mutmasslicher-rezeptfaelscher-in-untersuchungshaft.7518c0cf-8782-4269-96a5-c65e783790d8.html" target="_self"data-lt-teaser="Topthemen.27"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.a8c38dd2-9650-460c-883d-9ca4b0bb8b8e.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.a8c38dd2-9650-460c-883d-9ca4b0bb8b8e.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.a8c38dd2-9650-460c-883d-9ca4b0bb8b8e.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Polizeieinsatz in Stuttgart: Mutmaßlicher Rezeptfälscher in Untersuchungshaft" title="Polizeieinsatz in Stuttgart: Mutmaßlicher Rezeptfälscher in Untersuchungshaft" src="/media.media.a8c38dd2-9650-460c-883d-9ca4b0bb8b8e.16x9_700.jpg"> </picture> <noscript> <img alt="Polizeieinsatz in Stuttgart: Mutmaßlicher Rezeptfälscher in Untersuchungshaft" src="/media.media.a8c38dd2-9650-460c-883d-9ca4b0bb8b8e.16x9_700.jpg"> </noscript> <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">Polizeieinsatz in Stuttgart</span> <span class="appetizer-title" data-upscore-title="Mutmaßlicher Rezeptfälscher in Untersuchungshaft">Mutmaßlicher Rezeptfälscher in Untersuchungshaft</span> </h3> </div> <div class="appetizer-text"> <span>Die Stuttgart Polizei hat am Freitag einen mutma&szlig;lichen Rezeptf&auml;lscher festgenommen. Eine Mitarbeiterin einer Apotheke hatte die Beamten alarmiert.</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;Mutma&amp;szlig;licher Rezeptf&amp;auml;lscher in Untersuchungshaft&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.polizeieinsatz-in-stuttgart-mutmasslicher-rezeptfaelscher-in-untersuchungshaft.7518c0cf-8782-4269-96a5-c65e783790d8.html&quot;,&quot;id&quot;:&quot;7518c0cf-8782-4269-96a5-c65e783790d8&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="3e81ce0e-88a7-47c2-b2a5-5ab103fc1565"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="5" data-tags="Bilder" title="Unfall in Stuttgart-West: Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte" class="data" href="/inhalt.unfall-in-stuttgart-west-drei-autos-kollidieren-am-parkplatz-solitude-drei-verletzte.3e81ce0e-88a7-47c2-b2a5-5ab103fc1565.html" data-upscore-url="/inhalt.unfall-in-stuttgart-west-drei-autos-kollidieren-am-parkplatz-solitude-drei-verletzte.3e81ce0e-88a7-47c2-b2a5-5ab103fc1565.html" target="_self"data-lt-teaser="Topthemen.28"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.e0976731-df2b-4631-8e9b-6ba3dbd211e6.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.e0976731-df2b-4631-8e9b-6ba3dbd211e6.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.e0976731-df2b-4631-8e9b-6ba3dbd211e6.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall in Stuttgart-West: Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte" title="Unfall in Stuttgart-West: Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte" src="/media.media.e0976731-df2b-4631-8e9b-6ba3dbd211e6.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall in Stuttgart-West: Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte" src="/media.media.e0976731-df2b-4631-8e9b-6ba3dbd211e6.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="5"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Unfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte">Drei Autos kollidieren am Parkplatz Solitude – drei Verletzte</span> </h3> </div> <div class="appetizer-text"> <span>Ein Renault-Fahrer ger&auml;t am Freitag beim Parkplatz Solitude auf die Gegenfahrbahn und kollidiert dort frontal mit einem VW Caddy. Dieser wird dabei auf einen VW Tiguan geschoben. Drei Menschen werden verletzt, die Stra&szlig;e muss gesperrt werden.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Drei Autos kollidieren am Parkplatz Solitude &amp;ndash; drei Verletzte&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-in-stuttgart-west-drei-autos-kollidieren-am-parkplatz-solitude-drei-verletzte.3e81ce0e-88a7-47c2-b2a5-5ab103fc1565.html&quot;,&quot;id&quot;:&quot;3e81ce0e-88a7-47c2-b2a5-5ab103fc1565&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="3fd2e8ab-4e96-4b84-bca5-ad915dd9fd88"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="4" data-tags="Bilder" title="Unfall in Stuttgart-West: Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden" class="data" href="/inhalt.unfall-in-stuttgart-west-notarztwagen-prallt-in-vw-ein-leichtverletzter-und-hoher-schaden.3fd2e8ab-4e96-4b84-bca5-ad915dd9fd88.html" data-upscore-url="/inhalt.unfall-in-stuttgart-west-notarztwagen-prallt-in-vw-ein-leichtverletzter-und-hoher-schaden.3fd2e8ab-4e96-4b84-bca5-ad915dd9fd88.html" target="_self"data-lt-teaser="Topthemen.29"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.e4f6e513-f00f-4a43-8654-ed5f11d1a412.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.e4f6e513-f00f-4a43-8654-ed5f11d1a412.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.e4f6e513-f00f-4a43-8654-ed5f11d1a412.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall in Stuttgart-West: Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden" title="Unfall in Stuttgart-West: Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden" src="/media.media.e4f6e513-f00f-4a43-8654-ed5f11d1a412.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall in Stuttgart-West: Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden" src="/media.media.e4f6e513-f00f-4a43-8654-ed5f11d1a412.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="4"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Unfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden">Notarztwagen prallt in VW – ein Leichtverletzter und hoher Schaden</span> </h3> </div> <div class="appetizer-text"> <span>Ein Rettungswagen und ein Notarztwagen sind in Stuttgart-West im Einsatz und wollen einen VW &uuml;berholen. Nachdem der Rettungswagen das Auto &uuml;berholt hat, setzt der Notarztwagen zum &Uuml;berholen an – und prallt in den VW.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Notarztwagen prallt in VW &amp;ndash; ein Leichtverletzter und hoher Schaden&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-in-stuttgart-west-notarztwagen-prallt-in-vw-ein-leichtverletzter-und-hoher-schaden.3fd2e8ab-4e96-4b84-bca5-ad915dd9fd88.html&quot;,&quot;id&quot;:&quot;3fd2e8ab-4e96-4b84-bca5-ad915dd9fd88&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="cc4ac42b-2ac7-49ba-bb3f-97faa2248ad9"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Sexuelle Belästigung in Stuttgart-West: Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht" class="data" href="/inhalt.sexuelle-belaestigung-in-stuttgart-west-unbekannter-zeigt-junger-frau-sein-erigiertes-glied-zeugen-gesucht.cc4ac42b-2ac7-49ba-bb3f-97faa2248ad9.html" data-upscore-url="/inhalt.sexuelle-belaestigung-in-stuttgart-west-unbekannter-zeigt-junger-frau-sein-erigiertes-glied-zeugen-gesucht.cc4ac42b-2ac7-49ba-bb3f-97faa2248ad9.html" target="_self"data-lt-teaser="Topthemen.30"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.4d221f86-55e1-4dd9-8f35-98b115a16029.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.4d221f86-55e1-4dd9-8f35-98b115a16029.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.4d221f86-55e1-4dd9-8f35-98b115a16029.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Sexuelle Belästigung in Stuttgart-West: Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht" title="Sexuelle Belästigung in Stuttgart-West: Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht" src="/media.media.4d221f86-55e1-4dd9-8f35-98b115a16029.16x9_700.jpg"> </picture> <noscript> <img alt="Sexuelle Belästigung in Stuttgart-West: Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht" src="/media.media.4d221f86-55e1-4dd9-8f35-98b115a16029.16x9_700.jpg"> </noscript> <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">Sexuelle Belästigung in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht">Unbekannter zeigt junger Frau sein erigiertes Glied – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Eine 22-J&auml;hrige ist am Montagabend in Stuttgart-West unterwegs, als sie an einem unbekannten Mann vorbeil&auml;uft, der ihr seinen erigierten Penis pr&auml;sentiert. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Unbekannter zeigt junger Frau sein erigiertes Glied &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.sexuelle-belaestigung-in-stuttgart-west-unbekannter-zeigt-junger-frau-sein-erigiertes-glied-zeugen-gesucht.cc4ac42b-2ac7-49ba-bb3f-97faa2248ad9.html&quot;,&quot;id&quot;:&quot;cc4ac42b-2ac7-49ba-bb3f-97faa2248ad9&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="7b7b14dc-a38e-4136-834e-e890b0a4e657"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stadtbahnunfall in Stuttgart-West: Auto kollidiert mit U2 – drei Verletzte und hoher Schaden" class="data" href="/inhalt.stadtbahnunfall-in-stuttgart-west-auto-kollidiert-mit-u2-drei-verletzte-und-hoher-schaden.7b7b14dc-a38e-4136-834e-e890b0a4e657.html" data-upscore-url="/inhalt.stadtbahnunfall-in-stuttgart-west-auto-kollidiert-mit-u2-drei-verletzte-und-hoher-schaden.7b7b14dc-a38e-4136-834e-e890b0a4e657.html" target="_self"data-lt-teaser="Topthemen.31"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.17d55f11-09bf-460c-a659-e5f3652ff031.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.17d55f11-09bf-460c-a659-e5f3652ff031.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.17d55f11-09bf-460c-a659-e5f3652ff031.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stadtbahnunfall in Stuttgart-West: Auto kollidiert mit U2 – drei Verletzte und hoher Schaden" title="Stadtbahnunfall in Stuttgart-West: Auto kollidiert mit U2 – drei Verletzte und hoher Schaden" src="/media.media.17d55f11-09bf-460c-a659-e5f3652ff031.16x9_700.jpg"> </picture> <noscript> <img alt="Stadtbahnunfall in Stuttgart-West: Auto kollidiert mit U2 – drei Verletzte und hoher Schaden" src="/media.media.17d55f11-09bf-460c-a659-e5f3652ff031.16x9_700.jpg"> </noscript> <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">Stadtbahnunfall in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Auto kollidiert mit U2 – drei Verletzte und hoher Schaden">Auto kollidiert mit U2 – drei Verletzte und hoher Schaden</span> </h3> </div> <div class="appetizer-text"> <span>Eine 29-j&auml;hrige Autofahrerin will am Donnerstag in Stuttgart-West an einer Stelle wenden, an der es nicht erlaubt ist. Sie &uuml;bersieht dabei eine Stadtbahn – es kommt zur Kollision.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Auto kollidiert mit U2 &amp;ndash; drei Verletzte und hoher Schaden&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stadtbahnunfall-in-stuttgart-west-auto-kollidiert-mit-u2-drei-verletzte-und-hoher-schaden.7b7b14dc-a38e-4136-834e-e890b0a4e657.html&quot;,&quot;id&quot;:&quot;7b7b14dc-a38e-4136-834e-e890b0a4e657&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="a469dfc3-aa15-4919-8af2-f148da9c9189"> <a data-commentcount="0" data-paidcontent="true" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="„Happy Cats Café & Trattoria“: Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung" class="data" href="/inhalt.happy-cats-caf-trattoria-nach-endgueltigem-aus-vom-katzen-caf-stadt-stuttgart-nimmt-stellung.a469dfc3-aa15-4919-8af2-f148da9c9189.html" data-upscore-url="/inhalt.happy-cats-caf-trattoria-nach-endgueltigem-aus-vom-katzen-caf-stadt-stuttgart-nimmt-stellung.a469dfc3-aa15-4919-8af2-f148da9c9189.html" target="_self"data-lt-teaser="Topthemen.32"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.c8b1c416-c19d-4a49-a451-23d5356cae27.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.c8b1c416-c19d-4a49-a451-23d5356cae27.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.c8b1c416-c19d-4a49-a451-23d5356cae27.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="„Happy Cats Café & Trattoria“: Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung" title="„Happy Cats Café & Trattoria“: Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung" src="/media.media.c8b1c416-c19d-4a49-a451-23d5356cae27.16x9_700.jpg"> </picture> <noscript> <img alt="„Happy Cats Café & Trattoria“: Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung" src="/media.media.c8b1c416-c19d-4a49-a451-23d5356cae27.16x9_700.jpg"> </noscript> <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"><span class="paid-icon"></span>„Happy Cats Café & Trattoria“</span> <span class="appetizer-title" data-upscore-title="Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung">Nach endgültigem Aus für Katzen im Café: Stadt Stuttgart nimmt Stellung</span> </h3> </div> <div class="appetizer-text"> <span>Das „Happy Cats Caf&eacute; &amp; Trattoria“ war das erste Katzen-Caf&eacute; Stuttgarts. Doch nach nicht einmal zwei Jahren Betrieb durften die Katzen im Caf&eacute; nicht mehr gewerblich gehalten werden. Wie geht es dem Caf&eacute; heute? Und was sagt die Stadt dazu?</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Gülay Alparslan </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Nach endg&amp;uuml;ltigem Aus f&amp;uuml;r Katzen im Caf&amp;eacute;: Stadt Stuttgart nimmt Stellung&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.happy-cats-caf-trattoria-nach-endgueltigem-aus-vom-katzen-caf-stadt-stuttgart-nimmt-stellung.a469dfc3-aa15-4919-8af2-f148da9c9189.html&quot;,&quot;id&quot;:&quot;a469dfc3-aa15-4919-8af2-f148da9c9189&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="eaaa6fe8-0ec8-40ac-b321-8020e69ae535"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Zeugen nach Unfallflucht gesucht" class="data" href="/inhalt.stuttgart-west-zeugen-nach-unfallflucht-gesucht.eaaa6fe8-0ec8-40ac-b321-8020e69ae535.html" data-upscore-url="/inhalt.stuttgart-west-zeugen-nach-unfallflucht-gesucht.eaaa6fe8-0ec8-40ac-b321-8020e69ae535.html" target="_self"data-lt-teaser="Topthemen.33"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.c89e86ee-426e-484f-a4b4-28b09eec9afa.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.c89e86ee-426e-484f-a4b4-28b09eec9afa.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.c89e86ee-426e-484f-a4b4-28b09eec9afa.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Zeugen nach Unfallflucht gesucht" title="Stuttgart-West: Zeugen nach Unfallflucht gesucht" src="/media.media.c89e86ee-426e-484f-a4b4-28b09eec9afa.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Zeugen nach Unfallflucht gesucht" src="/media.media.c89e86ee-426e-484f-a4b4-28b09eec9afa.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Zeugen nach Unfallflucht gesucht">Zeugen nach Unfallflucht gesucht</span> </h3> </div> <div class="appetizer-text"> <span>In Stuttgart kommt es am Donnerstagmorgen zum Crash. Der Fahrer eines Lieferwagens macht sich daraufhin aus dem Staub. Jetzt sucht die Polizei dringend Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von unserer Redaktion </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Zeugen nach Unfallflucht gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-zeugen-nach-unfallflucht-gesucht.eaaa6fe8-0ec8-40ac-b321-8020e69ae535.html&quot;,&quot;id&quot;:&quot;eaaa6fe8-0ec8-40ac-b321-8020e69ae535&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="888208fa-56bf-406c-87b2-f6354ef868aa"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Jugendliche rauben Seniorin aus - Zeugen gesucht" class="data" href="/inhalt.stuttgart-west-jugendliche-rauben-seniorin-aus-zeugen-gesucht.888208fa-56bf-406c-87b2-f6354ef868aa.html" data-upscore-url="/inhalt.stuttgart-west-jugendliche-rauben-seniorin-aus-zeugen-gesucht.888208fa-56bf-406c-87b2-f6354ef868aa.html" target="_self"data-lt-teaser="Topthemen.34"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.23ee71d0-4b2e-4741-8919-1e26bc2c0e2b.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.23ee71d0-4b2e-4741-8919-1e26bc2c0e2b.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.23ee71d0-4b2e-4741-8919-1e26bc2c0e2b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Jugendliche rauben Seniorin aus - Zeugen gesucht" title="Stuttgart-West: Jugendliche rauben Seniorin aus - Zeugen gesucht" src="/media.media.23ee71d0-4b2e-4741-8919-1e26bc2c0e2b.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Jugendliche rauben Seniorin aus - Zeugen gesucht" src="/media.media.23ee71d0-4b2e-4741-8919-1e26bc2c0e2b.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Jugendliche rauben Seniorin aus - Zeugen gesucht">Jugendliche rauben Seniorin aus - Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>In Stuttgart-West rauben am Montagmittag zwei Jugendliche eine 74-j&auml;hrige Frau aus und stehlen ihr mehrere Tausend Euro. Die Polizei sucht nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von kea </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Jugendliche rauben Seniorin aus - Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-jugendliche-rauben-seniorin-aus-zeugen-gesucht.888208fa-56bf-406c-87b2-f6354ef868aa.html&quot;,&quot;id&quot;:&quot;888208fa-56bf-406c-87b2-f6354ef868aa&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="eebecc8e-d4bf-4bb5-a151-dc5123fdd463"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Sachbeschädigung in Stuttgart-West: Autoreifen zerstochen – Zeugen gesucht" class="data" href="/inhalt.sachbeschaedigung-in-stuttgart-west-autoreifen-zerstochen-zeugen-gesucht.eebecc8e-d4bf-4bb5-a151-dc5123fdd463.html" data-upscore-url="/inhalt.sachbeschaedigung-in-stuttgart-west-autoreifen-zerstochen-zeugen-gesucht.eebecc8e-d4bf-4bb5-a151-dc5123fdd463.html" target="_self"data-lt-teaser="Topthemen.35"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.0111724e-85cf-47de-a6b7-fce4b211b5a1.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.0111724e-85cf-47de-a6b7-fce4b211b5a1.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.0111724e-85cf-47de-a6b7-fce4b211b5a1.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Sachbeschädigung in Stuttgart-West: Autoreifen zerstochen – Zeugen gesucht" title="Sachbeschädigung in Stuttgart-West: Autoreifen zerstochen – Zeugen gesucht" src="/media.media.0111724e-85cf-47de-a6b7-fce4b211b5a1.16x9_700.jpg"> </picture> <noscript> <img alt="Sachbeschädigung in Stuttgart-West: Autoreifen zerstochen – Zeugen gesucht" src="/media.media.0111724e-85cf-47de-a6b7-fce4b211b5a1.16x9_700.jpg"> </noscript> <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">Sachbeschädigung in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Autoreifen zerstochen – Zeugen gesucht">Autoreifen zerstochen – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Ein Mann wird dabei beobachtet, wie er im Stuttgarter Westen Autoreifen zersticht. Die Polizei nimmt einen Verd&auml;chtigen fest.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von sma </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Autoreifen zerstochen &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.sachbeschaedigung-in-stuttgart-west-autoreifen-zerstochen-zeugen-gesucht.eebecc8e-d4bf-4bb5-a151-dc5123fdd463.html&quot;,&quot;id&quot;:&quot;eebecc8e-d4bf-4bb5-a151-dc5123fdd463&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="fa08bb42-90e9-498e-9094-05a27bba06bb"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Auto prallt gegen Baum – Totalschaden" class="data" href="/inhalt.stuttgart-west-auto-prallt-gegen-baum-totalschaden.fa08bb42-90e9-498e-9094-05a27bba06bb.html" data-upscore-url="/inhalt.stuttgart-west-auto-prallt-gegen-baum-totalschaden.fa08bb42-90e9-498e-9094-05a27bba06bb.html" target="_self"data-lt-teaser="Topthemen.36"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.166d3c4b-8e1e-4371-b2a9-306ce74a5871.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.166d3c4b-8e1e-4371-b2a9-306ce74a5871.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.166d3c4b-8e1e-4371-b2a9-306ce74a5871.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Auto prallt gegen Baum – Totalschaden" title="Stuttgart-West: Auto prallt gegen Baum – Totalschaden" src="/media.media.166d3c4b-8e1e-4371-b2a9-306ce74a5871.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Auto prallt gegen Baum – Totalschaden" src="/media.media.166d3c4b-8e1e-4371-b2a9-306ce74a5871.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Auto prallt gegen Baum – Totalschaden">Auto prallt gegen Baum – Totalschaden</span> </h3> </div> <div class="appetizer-text"> <span>Eine 22-J&auml;hrige prallt in der Nacht zum Donnerstag gegen einen Baum. Ihr Beifahrer und sie bleiben unverletzt, das Auto ist allerdings hin&uuml;ber.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von sma </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Auto prallt gegen Baum &amp;ndash; Totalschaden&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-auto-prallt-gegen-baum-totalschaden.fa08bb42-90e9-498e-9094-05a27bba06bb.html&quot;,&quot;id&quot;:&quot;fa08bb42-90e9-498e-9094-05a27bba06bb&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="6693685f-36c0-4ba6-bada-4bb40b801844"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: 20-Jährige streift Auto und begeht Fahrerflucht" class="data" href="/inhalt.stuttgart-west-20-jaehrige-streift-auto-und-begeht-fahrerflucht.6693685f-36c0-4ba6-bada-4bb40b801844.html" data-upscore-url="/inhalt.stuttgart-west-20-jaehrige-streift-auto-und-begeht-fahrerflucht.6693685f-36c0-4ba6-bada-4bb40b801844.html" target="_self"data-lt-teaser="Topthemen.37"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.777aa029-782f-4630-b0da-ef18139ad3c3.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.777aa029-782f-4630-b0da-ef18139ad3c3.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.777aa029-782f-4630-b0da-ef18139ad3c3.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: 20-Jährige streift Auto und begeht Fahrerflucht" title="Stuttgart-West: 20-Jährige streift Auto und begeht Fahrerflucht" src="/media.media.777aa029-782f-4630-b0da-ef18139ad3c3.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: 20-Jährige streift Auto und begeht Fahrerflucht" src="/media.media.777aa029-782f-4630-b0da-ef18139ad3c3.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="20-Jährige streift Auto und begeht Fahrerflucht">20-Jährige streift Auto und begeht Fahrerflucht</span> </h3> </div> <div class="appetizer-text"> <span>Eine 20-j&auml;hrige Frau bleibt am Donnerstagabend an einem geparkten Auto im Stuttgarter Westen h&auml;ngen und f&auml;hrt weiter, ohne sich darum zu k&uuml;mmern. Die Polizei sucht nach dem besch&auml;digten Auto – und nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von chi </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;20-J&amp;auml;hrige streift Auto und begeht Fahrerflucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-20-jaehrige-streift-auto-und-begeht-fahrerflucht.6693685f-36c0-4ba6-bada-4bb40b801844.html&quot;,&quot;id&quot;:&quot;6693685f-36c0-4ba6-bada-4bb40b801844&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="7d8d21aa-2e73-4c11-a65c-cdd9d05b2a28"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgarter Polizei sucht Zeugen: 22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest" class="data" href="/inhalt.stuttgarter-polizei-sucht-zeugen-22-jaehriger-bei-streit-schwer-verletzt-polizei-nimmt-16-jaehrigen-fest.7d8d21aa-2e73-4c11-a65c-cdd9d05b2a28.html" data-upscore-url="/inhalt.stuttgarter-polizei-sucht-zeugen-22-jaehriger-bei-streit-schwer-verletzt-polizei-nimmt-16-jaehrigen-fest.7d8d21aa-2e73-4c11-a65c-cdd9d05b2a28.html" target="_self"data-lt-teaser="Topthemen.38"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.da1c0c67-cb8a-4335-923b-1f7ddcfe8fb0.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.da1c0c67-cb8a-4335-923b-1f7ddcfe8fb0.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.da1c0c67-cb8a-4335-923b-1f7ddcfe8fb0.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgarter Polizei sucht Zeugen: 22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest" title="Stuttgarter Polizei sucht Zeugen: 22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest" src="/media.media.da1c0c67-cb8a-4335-923b-1f7ddcfe8fb0.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgarter Polizei sucht Zeugen: 22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest" src="/media.media.da1c0c67-cb8a-4335-923b-1f7ddcfe8fb0.16x9_700.jpg"> </noscript> <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">Stuttgarter Polizei sucht Zeugen</span> <span class="appetizer-title" data-upscore-title="22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest">22-Jähriger bei Streit schwer verletzt – Polizei nimmt 16-Jährigen fest</span> </h3> </div> <div class="appetizer-text"> <span>Zwischen zwei Gruppen kommt es in der Nacht zum Freitag zu einem Streit, der schnell eskaliert. Dabei soll ein 16-J&auml;hriger einen 22-J&auml;hrigen durch einen Tritt schwer verletzt haben. Die Polizei sucht Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;22-J&amp;auml;hriger bei Streit schwer verletzt &amp;ndash; Polizei nimmt 16-J&amp;auml;hrigen fest&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgarter-polizei-sucht-zeugen-22-jaehriger-bei-streit-schwer-verletzt-polizei-nimmt-16-jaehrigen-fest.7d8d21aa-2e73-4c11-a65c-cdd9d05b2a28.html&quot;,&quot;id&quot;:&quot;7d8d21aa-2e73-4c11-a65c-cdd9d05b2a28&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="426fca1f-8011-41f5-8712-0ea22c4d5fcc"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Unbekannter bricht in Geschäft ein – Zeugen gesucht" class="data" href="/inhalt.stuttgart-west-unbekannter-bricht-in-geschaeft-ein-zeugen-gesucht.426fca1f-8011-41f5-8712-0ea22c4d5fcc.html" data-upscore-url="/inhalt.stuttgart-west-unbekannter-bricht-in-geschaeft-ein-zeugen-gesucht.426fca1f-8011-41f5-8712-0ea22c4d5fcc.html" target="_self"data-lt-teaser="Topthemen.39"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.104a2552-5691-43ad-8009-57c65b2bb97e.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.104a2552-5691-43ad-8009-57c65b2bb97e.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.104a2552-5691-43ad-8009-57c65b2bb97e.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Unbekannter bricht in Geschäft ein – Zeugen gesucht" title="Stuttgart-West: Unbekannter bricht in Geschäft ein – Zeugen gesucht" src="/media.media.104a2552-5691-43ad-8009-57c65b2bb97e.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Unbekannter bricht in Geschäft ein – Zeugen gesucht" src="/media.media.104a2552-5691-43ad-8009-57c65b2bb97e.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Unbekannter bricht in Geschäft ein – Zeugen gesucht">Unbekannter bricht in Geschäft ein – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>In der Nacht zum Donnerstag bricht ein unbekannter T&auml;ter in ein Gesch&auml;ft in der Schwabstra&szlig;e im Stuttgarter Westen ein und erbeutet mehrere Gegenst&auml;nde. Die Polizei sucht nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von chi </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Unbekannter bricht in Gesch&amp;auml;ft ein &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-unbekannter-bricht-in-geschaeft-ein-zeugen-gesucht.426fca1f-8011-41f5-8712-0ea22c4d5fcc.html&quot;,&quot;id&quot;:&quot;426fca1f-8011-41f5-8712-0ea22c4d5fcc&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="64157c45-0d78-49a3-bece-41d00e62b729"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: 22-Jähriger zahlt mit Falschgeld und wird festgenommen" class="data" href="/inhalt.stuttgart-west-22-jaehriger-zahlt-mit-falschgeld-und-wird-festgenommen.64157c45-0d78-49a3-bece-41d00e62b729.html" data-upscore-url="/inhalt.stuttgart-west-22-jaehriger-zahlt-mit-falschgeld-und-wird-festgenommen.64157c45-0d78-49a3-bece-41d00e62b729.html" target="_self"data-lt-teaser="Topthemen.40"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.6b9cb78f-e2eb-408a-aac7-1672fc9037a7.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.6b9cb78f-e2eb-408a-aac7-1672fc9037a7.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.6b9cb78f-e2eb-408a-aac7-1672fc9037a7.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: 22-Jähriger zahlt mit Falschgeld und wird festgenommen" title="Stuttgart-West: 22-Jähriger zahlt mit Falschgeld und wird festgenommen" src="/media.media.6b9cb78f-e2eb-408a-aac7-1672fc9037a7.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: 22-Jähriger zahlt mit Falschgeld und wird festgenommen" src="/media.media.6b9cb78f-e2eb-408a-aac7-1672fc9037a7.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="22-Jähriger zahlt mit Falschgeld und wird festgenommen">22-Jähriger zahlt mit Falschgeld und wird festgenommen</span> </h3> </div> <div class="appetizer-text"> <span>Am Mittwochmorgen nimmt die Polizei im Stuttgarter Westen einen 22-J&auml;hrigen fest, der mehrmals mit Falschgeld bezahlt haben soll.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von chi </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;22-J&amp;auml;hriger zahlt mit Falschgeld und wird festgenommen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-22-jaehriger-zahlt-mit-falschgeld-und-wird-festgenommen.64157c45-0d78-49a3-bece-41d00e62b729.html&quot;,&quot;id&quot;:&quot;64157c45-0d78-49a3-bece-41d00e62b729&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="cfdd371f-8c17-4916-892b-aa44a6764b03"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Auffahrunfall mit Verletztem – Polizei sucht Zeugen" class="data" href="/inhalt.stuttgart-west-auffahrunfall-mit-verletztem-polizei-sucht-zeugen.cfdd371f-8c17-4916-892b-aa44a6764b03.html" data-upscore-url="/inhalt.stuttgart-west-auffahrunfall-mit-verletztem-polizei-sucht-zeugen.cfdd371f-8c17-4916-892b-aa44a6764b03.html" target="_self"data-lt-teaser="Topthemen.41"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.3916d05a-63c3-49c6-91ec-e11cf451d5a4.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.3916d05a-63c3-49c6-91ec-e11cf451d5a4.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.3916d05a-63c3-49c6-91ec-e11cf451d5a4.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Auffahrunfall mit Verletztem – Polizei sucht Zeugen" title="Stuttgart-West: Auffahrunfall mit Verletztem – Polizei sucht Zeugen" src="/media.media.3916d05a-63c3-49c6-91ec-e11cf451d5a4.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Auffahrunfall mit Verletztem – Polizei sucht Zeugen" src="/media.media.3916d05a-63c3-49c6-91ec-e11cf451d5a4.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Auffahrunfall mit Verletztem – Polizei sucht Zeugen">Auffahrunfall mit Verletztem – Polizei sucht Zeugen</span> </h3> </div> <div class="appetizer-text"> <span>Am Mittwochmorgen kommt es im Stuttgarter Westen zu einem Auffahrunfall. Ein Fahrer wird verletzt. Die Polizei sucht nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von chi </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Auffahrunfall mit Verletztem &amp;ndash; Polizei sucht Zeugen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-auffahrunfall-mit-verletztem-polizei-sucht-zeugen.cfdd371f-8c17-4916-892b-aa44a6764b03.html&quot;,&quot;id&quot;:&quot;cfdd371f-8c17-4916-892b-aa44a6764b03&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="ce1800c5-393e-493c-a209-4eb0b6d799ce"> <a data-commentcount="0" data-paidcontent="true" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="5" data-tags="Bilder Infografik" title="Forststraße in Stuttgart-West: Wann kommt das Fußgänger- und Fahrradparadies?" class="data" href="/inhalt.forststrasse-in-stuttgart-west-wann-kommt-das-fussgaenger-und-fahrradparadies.ce1800c5-393e-493c-a209-4eb0b6d799ce.html" data-upscore-url="/inhalt.forststrasse-in-stuttgart-west-wann-kommt-das-fussgaenger-und-fahrradparadies.ce1800c5-393e-493c-a209-4eb0b6d799ce.html" target="_self"data-lt-teaser="Topthemen.42"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.ca620417-a5e6-40d7-9f84-ca1342962e49.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.ca620417-a5e6-40d7-9f84-ca1342962e49.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.ca620417-a5e6-40d7-9f84-ca1342962e49.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Forststraße in Stuttgart-West: Wann kommt das Fußgänger- und Fahrradparadies?" title="Forststraße in Stuttgart-West: Wann kommt das Fußgänger- und Fahrradparadies?" src="/media.media.ca620417-a5e6-40d7-9f84-ca1342962e49.16x9_700.jpg"> </picture> <noscript> <img alt="Forststraße in Stuttgart-West: Wann kommt das Fußgänger- und Fahrradparadies?" src="/media.media.ca620417-a5e6-40d7-9f84-ca1342962e49.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="5"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker"><span class="paid-icon"></span>Forststraße in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Wann kommt das Fußgänger- und Fahrradparadies?">Wann kommt das Fußgänger- und Fahrradparadies?</span> </h3> </div> <div class="appetizer-text"> <span>Flaniermeile und Hauptradroute: Das war 2023 f&uuml;r die Forststra&szlig;e im Stuttgarter Westen angek&uuml;ndigt worden. Was ist seitdem konkret passiert – und was bedeuten die Pl&auml;ne f&uuml;r Autofahrer?</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Julia Bosch </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Wann kommt das Fu&amp;szlig;g&amp;auml;nger- und Fahrradparadies?&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.forststrasse-in-stuttgart-west-wann-kommt-das-fussgaenger-und-fahrradparadies.ce1800c5-393e-493c-a209-4eb0b6d799ce.html&quot;,&quot;id&quot;:&quot;ce1800c5-393e-493c-a209-4eb0b6d799ce&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="d4086c19-3d0e-444b-9b8d-1726f0e26e60"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Polizei sucht Zeugen in Stuttgart-West: Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf" class="data" href="/inhalt.polizei-sucht-zeugen-in-stuttgart-west-ladendieb-schlaegt-mitarbeiter-whisky-flasche-auf-den-kopf.d4086c19-3d0e-444b-9b8d-1726f0e26e60.html" data-upscore-url="/inhalt.polizei-sucht-zeugen-in-stuttgart-west-ladendieb-schlaegt-mitarbeiter-whisky-flasche-auf-den-kopf.d4086c19-3d0e-444b-9b8d-1726f0e26e60.html" target="_self"data-lt-teaser="Topthemen.43"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.3f4ed3b8-8c11-4684-834a-f68607e08a2e.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.3f4ed3b8-8c11-4684-834a-f68607e08a2e.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.3f4ed3b8-8c11-4684-834a-f68607e08a2e.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Polizei sucht Zeugen in Stuttgart-West: Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf" title="Polizei sucht Zeugen in Stuttgart-West: Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf" src="/media.media.3f4ed3b8-8c11-4684-834a-f68607e08a2e.16x9_700.jpg"> </picture> <noscript> <img alt="Polizei sucht Zeugen in Stuttgart-West: Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf" src="/media.media.3f4ed3b8-8c11-4684-834a-f68607e08a2e.16x9_700.jpg"> </noscript> <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">Polizei sucht Zeugen in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf">Ladendieb schlägt Mitarbeiter Whisky-Flasche auf den Kopf</span> </h3> </div> <div class="appetizer-text"> <span>Ein bisher noch unbekannter Mann klaut in der Nacht zum Donnerstag in Stuttgart eine Flasche Whisky aus einem Lebensmittelmarkt. Als ein Mitarbeiter ihn deshalb anspricht, zertr&uuml;mmert er die Flasche auf dessen Kopf.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von jhw </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Ladendieb schl&amp;auml;gt Mitarbeiter Whisky-Flasche auf den Kopf&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.polizei-sucht-zeugen-in-stuttgart-west-ladendieb-schlaegt-mitarbeiter-whisky-flasche-auf-den-kopf.d4086c19-3d0e-444b-9b8d-1726f0e26e60.html&quot;,&quot;id&quot;:&quot;d4086c19-3d0e-444b-9b8d-1726f0e26e60&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="d87a72c3-0f3e-4041-a3ba-4d24e1048fe2"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen" class="data" href="/inhalt.stuttgart-west-seniorin-um-120000-euro-betrogen-polizei-kann-transaktion-stoppen.d87a72c3-0f3e-4041-a3ba-4d24e1048fe2.html" data-upscore-url="/inhalt.stuttgart-west-seniorin-um-120000-euro-betrogen-polizei-kann-transaktion-stoppen.d87a72c3-0f3e-4041-a3ba-4d24e1048fe2.html" target="_self"data-lt-teaser="Topthemen.44"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.382ccb00-452f-4889-bddc-23100cca282c.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.382ccb00-452f-4889-bddc-23100cca282c.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.382ccb00-452f-4889-bddc-23100cca282c.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen" title="Stuttgart-West: Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen" src="/media.media.382ccb00-452f-4889-bddc-23100cca282c.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen" src="/media.media.382ccb00-452f-4889-bddc-23100cca282c.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen">Seniorin um 120.000 Euro betrogen – Polizei kann Transaktion stoppen</span> </h3> </div> <div class="appetizer-text"> <span>Eine 85-J&auml;hrige wird von Unbekannten aufgefordert, eine Freigabe &uuml;ber ihr Online-Banking zu erteilen. Im Gegenzug versprechen ihr die Betr&uuml;ger Steuervorteile mittels Kryptow&auml;hrung. Der Sohn der 85-J&auml;hrigen informiert rechtzeitig die Polizei.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von ask </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Seniorin um 120.000 Euro betrogen &amp;ndash; Polizei kann Transaktion stoppen&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-seniorin-um-120000-euro-betrogen-polizei-kann-transaktion-stoppen.d87a72c3-0f3e-4041-a3ba-4d24e1048fe2.html&quot;,&quot;id&quot;:&quot;d87a72c3-0f3e-4041-a3ba-4d24e1048fe2&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="ec7f33e1-179a-4c29-84b1-a5581122a8bf"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="9" data-tags="Bilder" title="Stuttgart-West: Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei" class="data" href="/inhalt.stuttgart-west-schwerer-unfall-beim-birkenkopf-beide-fahrbahnen-gesperrt.ec7f33e1-179a-4c29-84b1-a5581122a8bf.html" data-upscore-url="/inhalt.stuttgart-west-schwerer-unfall-beim-birkenkopf-beide-fahrbahnen-gesperrt.ec7f33e1-179a-4c29-84b1-a5581122a8bf.html" target="_self"data-lt-teaser="Topthemen.45"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.d9243c3a-138d-44b9-b84a-379a8e45fea8.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.d9243c3a-138d-44b9-b84a-379a8e45fea8.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.d9243c3a-138d-44b9-b84a-379a8e45fea8.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei" title="Stuttgart-West: Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei" src="/media.media.d9243c3a-138d-44b9-b84a-379a8e45fea8.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei" src="/media.media.d9243c3a-138d-44b9-b84a-379a8e45fea8.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="9"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei">Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei</span> </h3> </div> <div class="appetizer-text"> <span>Am Montagmorgen ereignet sich auf der Gei&szlig;eichstra&szlig;e am Birkenkopf ein schwerer Unfall mit zwei Fahrzeugen. Die Strecke musste in beide Richtungen gesperrt werden. Inzwischen flie&szlig;t der Verkehr wieder.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von red/hahe </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Fahrbahn nach schwerem Unfall beim Birkenkopf wieder frei&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-schwerer-unfall-beim-birkenkopf-beide-fahrbahnen-gesperrt.ec7f33e1-179a-4c29-84b1-a5581122a8bf.html&quot;,&quot;id&quot;:&quot;ec7f33e1-179a-4c29-84b1-a5581122a8bf&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="533f8732-8726-48a1-82ff-fdf55d33ebfa"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="CM1" title="Mülltonne in Stuttgart-West angezündet: Brandstifter wird von Bewohner überrascht und flüchtet" class="data" href="/inhalt.muelltonne-in-stuttgart-west-angezuendet-brandstifter-wird-von-bewohner-ueberrascht-fluechtet.533f8732-8726-48a1-82ff-fdf55d33ebfa.html" data-upscore-url="/inhalt.muelltonne-in-stuttgart-west-angezuendet-brandstifter-wird-von-bewohner-ueberrascht-fluechtet.533f8732-8726-48a1-82ff-fdf55d33ebfa.html" target="_self"data-lt-teaser="Topthemen.46"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.e07ca00d-f1e1-46da-b090-2132287a4c20.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.e07ca00d-f1e1-46da-b090-2132287a4c20.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.e07ca00d-f1e1-46da-b090-2132287a4c20.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Mülltonne in Stuttgart-West angezündet: Brandstifter wird von Bewohner überrascht und flüchtet" title="Mülltonne in Stuttgart-West angezündet: Brandstifter wird von Bewohner überrascht und flüchtet" src="/media.media.e07ca00d-f1e1-46da-b090-2132287a4c20.16x9_700.jpg"> </picture> <noscript> <img alt="Mülltonne in Stuttgart-West angezündet: Brandstifter wird von Bewohner überrascht und flüchtet" src="/media.media.e07ca00d-f1e1-46da-b090-2132287a4c20.16x9_700.jpg"> </noscript> <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">Mülltonne in Stuttgart-West angezündet</span> <span class="appetizer-title" data-upscore-title="Brandstifter wird von Bewohner überrascht und flüchtet">Brandstifter wird von Bewohner überrascht und flüchtet</span> </h3> </div> <div class="appetizer-text"> <span>Ein Bewohner eines Hauses in Stuttgart-West &uuml;berrascht in der Nacht zum Sonntag einen Unbekannten, der eine M&uuml;lltonne angez&uuml;ndet hat. Der Brandstifter fl&uuml;chtet, die Feuerwehr r&uuml;ckt an. Die Kripo sucht nun nach Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Brandstifter wird von Bewohner &amp;uuml;berrascht und fl&amp;uuml;chtet&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.muelltonne-in-stuttgart-west-angezuendet-brandstifter-wird-von-bewohner-ueberrascht-fluechtet.533f8732-8726-48a1-82ff-fdf55d33ebfa.html&quot;,&quot;id&quot;:&quot;533f8732-8726-48a1-82ff-fdf55d33ebfa&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="38d7991d-d05a-43ec-a9ac-7af5fc4b4dd7"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="2" data-tags="Bilder" title="Brand in Stuttgart-West: Feuerwehr löscht brennende Mülltonne – Polizei ermittelt" class="data" href="/inhalt.brand-in-stuttgart-west-feuerwehr-loescht-brennende-muelltonne-polizei-ermittelt.38d7991d-d05a-43ec-a9ac-7af5fc4b4dd7.html" data-upscore-url="/inhalt.brand-in-stuttgart-west-feuerwehr-loescht-brennende-muelltonne-polizei-ermittelt.38d7991d-d05a-43ec-a9ac-7af5fc4b4dd7.html" target="_self"data-lt-teaser="Topthemen.47"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.396e311b-632f-4fa0-a7de-c3d801c874a2.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.396e311b-632f-4fa0-a7de-c3d801c874a2.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.396e311b-632f-4fa0-a7de-c3d801c874a2.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Brand in Stuttgart-West: Feuerwehr löscht brennende Mülltonne – Polizei ermittelt" title="Brand in Stuttgart-West: Feuerwehr löscht brennende Mülltonne – Polizei ermittelt" src="/media.media.396e311b-632f-4fa0-a7de-c3d801c874a2.16x9_700.jpg"> </picture> <noscript> <img alt="Brand in Stuttgart-West: Feuerwehr löscht brennende Mülltonne – Polizei ermittelt" src="/media.media.396e311b-632f-4fa0-a7de-c3d801c874a2.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="2"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Brand in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Feuerwehr löscht brennende Mülltonne – Polizei ermittelt">Feuerwehr löscht brennende Mülltonne – Polizei ermittelt</span> </h3> </div> <div class="appetizer-text"> <span>In der Nacht zum Sonntag brennt es in einem M&uuml;llraum eines Geb&auml;udes in Stuttgart-West. Die Feuerwehr l&ouml;scht den Brand schnell, die Polizei hat ihre Ermittlungen aufgenommen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Feuerwehr l&amp;ouml;scht brennende M&amp;uuml;lltonne &amp;ndash; Polizei ermittelt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.brand-in-stuttgart-west-feuerwehr-loescht-brennende-muelltonne-polizei-ermittelt.38d7991d-d05a-43ec-a9ac-7af5fc4b4dd7.html&quot;,&quot;id&quot;:&quot;38d7991d-d05a-43ec-a9ac-7af5fc4b4dd7&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="a0428a2b-9343-494b-af03-1a59d1eddc47"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Am Feuersee in Stuttgart-West: Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest" class="data" href="/inhalt.am-feuersee-in-stuttgart-west-vor-36-jaehriger-onaniert-polizei-nimmt-verdaechtigen-fest.a0428a2b-9343-494b-af03-1a59d1eddc47.html" data-upscore-url="/inhalt.am-feuersee-in-stuttgart-west-vor-36-jaehriger-onaniert-polizei-nimmt-verdaechtigen-fest.a0428a2b-9343-494b-af03-1a59d1eddc47.html" target="_self"data-lt-teaser="Topthemen.48"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.71bfa2d5-721c-42b4-8ec3-2cf6be16b92f.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.71bfa2d5-721c-42b4-8ec3-2cf6be16b92f.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.71bfa2d5-721c-42b4-8ec3-2cf6be16b92f.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Am Feuersee in Stuttgart-West: Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest" title="Am Feuersee in Stuttgart-West: Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest" src="/media.media.71bfa2d5-721c-42b4-8ec3-2cf6be16b92f.16x9_700.jpg"> </picture> <noscript> <img alt="Am Feuersee in Stuttgart-West: Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest" src="/media.media.71bfa2d5-721c-42b4-8ec3-2cf6be16b92f.16x9_700.jpg"> </noscript> <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">Am Feuersee in Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest">Vor 36-Jähriger onaniert – Polizei nimmt Verdächtigen fest</span> </h3> </div> <div class="appetizer-text"> <span>An der S-Bahn-Haltestelle Feuersee bemerkt eine 36 Jahre alte Frau einen Mann, der sich entbl&ouml;&szlig;t hat und vor ihr onaniert. Die Polizei nimmt einen 55-j&auml;hrigen Verd&auml;chtigen vorl&auml;ufig fest und sucht nach weiteren Gesch&auml;digten sowie Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von Matthias Kapaun </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Vor 36-J&amp;auml;hriger onaniert &amp;ndash; Polizei nimmt Verd&amp;auml;chtigen fest&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.am-feuersee-in-stuttgart-west-vor-36-jaehriger-onaniert-polizei-nimmt-verdaechtigen-fest.a0428a2b-9343-494b-af03-1a59d1eddc47.html&quot;,&quot;id&quot;:&quot;a0428a2b-9343-494b-af03-1a59d1eddc47&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="fd175833-338f-4e8f-b99c-3192aa445562"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Stuttgart-West: Motorradfahrer bei Unfall schwer verletzt" class="data" href="/inhalt.stuttgart-west-motorradfahrer-bei-unfall-schwer-verletzt.fd175833-338f-4e8f-b99c-3192aa445562.html" data-upscore-url="/inhalt.stuttgart-west-motorradfahrer-bei-unfall-schwer-verletzt.fd175833-338f-4e8f-b99c-3192aa445562.html" target="_self"data-lt-teaser="Topthemen.49"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.bff0d951-9ec8-456d-af2b-ab772a205695.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.bff0d951-9ec8-456d-af2b-ab772a205695.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.bff0d951-9ec8-456d-af2b-ab772a205695.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Stuttgart-West: Motorradfahrer bei Unfall schwer verletzt" title="Stuttgart-West: Motorradfahrer bei Unfall schwer verletzt" src="/media.media.bff0d951-9ec8-456d-af2b-ab772a205695.16x9_700.jpg"> </picture> <noscript> <img alt="Stuttgart-West: Motorradfahrer bei Unfall schwer verletzt" src="/media.media.bff0d951-9ec8-456d-af2b-ab772a205695.16x9_700.jpg"> </noscript> <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">Stuttgart-West</span> <span class="appetizer-title" data-upscore-title="Motorradfahrer bei Unfall schwer verletzt">Motorradfahrer bei Unfall schwer verletzt</span> </h3> </div> <div class="appetizer-text"> <span>Eine Autofahrerin &uuml;bersieht vermutlich beim Wechseln der Spur einen Motorradfahrer – es kommt zum Zusammensto&szlig;. Beim Sturz des 69-J&auml;hrigen wird dieser schwer verletzt.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von jan </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Motorradfahrer bei Unfall schwer verletzt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.stuttgart-west-motorradfahrer-bei-unfall-schwer-verletzt.fd175833-338f-4e8f-b99c-3192aa445562.html&quot;,&quot;id&quot;:&quot;fd175833-338f-4e8f-b99c-3192aa445562&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="6f687783-f96b-470b-b61e-7d1004c02d77"> <a data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="" title="Unfall in Stuttgart-Feuerbach: Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht" class="data" href="/inhalt.unfall-in-stuttgart-feuerbach-radfahrer-stirbt-nach-kollision-mit-auto-zeugen-gesucht.6f687783-f96b-470b-b61e-7d1004c02d77.html" data-upscore-url="/inhalt.unfall-in-stuttgart-feuerbach-radfahrer-stirbt-nach-kollision-mit-auto-zeugen-gesucht.6f687783-f96b-470b-b61e-7d1004c02d77.html" target="_self"data-lt-teaser="Topthemen.50"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-zeitung.de/media.media.1798b534-0ce3-4e72-9725-4c7831746279.16x9_300.jpg 300w, https://www.stuttgarter-zeitung.de/media.media.1798b534-0ce3-4e72-9725-4c7831746279.16x9_700.jpg 700w, https://www.stuttgarter-zeitung.de/media.media.1798b534-0ce3-4e72-9725-4c7831746279.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1200px) 30.0vw, (max-width: 1560px) 23.077vw, 18.75vw" > <img loading="lazy" alt="Unfall in Stuttgart-Feuerbach: Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht" title="Unfall in Stuttgart-Feuerbach: Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht" src="/media.media.1798b534-0ce3-4e72-9725-4c7831746279.16x9_700.jpg"> </picture> <noscript> <img alt="Unfall in Stuttgart-Feuerbach: Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht" src="/media.media.1798b534-0ce3-4e72-9725-4c7831746279.16x9_700.jpg"> </noscript> <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">Unfall in Stuttgart-Feuerbach</span> <span class="appetizer-title" data-upscore-title="Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht">Radfahrer stirbt nach Kollision mit Auto – Zeugen gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Ein 21-j&auml;hriger Autofahrer st&ouml;&szlig;t am Freitagabend in Stuttgart-Feuerbach mit einem Radfahrer zusammen. Der 53-J&auml;hrige erleidet schwere Verletzungen und stirbt kurze Zeit sp&auml;ter in der Klinik. Nun sucht die Polizei Zeugen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> Von jan </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Radfahrer stirbt nach Kollision mit Auto &amp;ndash; Zeugen gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-zeitung.de/inhalt.unfall-in-stuttgart-feuerbach-radfahrer-stirbt-nach-kollision-mit-auto-zeugen-gesucht.6f687783-f96b-470b-b61e-7d1004c02d77.html&quot;,&quot;id&quot;:&quot;6f687783-f96b-470b-b61e-7d1004c02d77&quot;}" class="bookmark-article"></button> </div></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="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><aside id="stellenfeedwrapper" class="brickgroup" data-visibility="state-loggedout state-loggedin" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w0-" data-brickid="b58945b2-7a47-42e4-8990-5f170aaf7b42"> <aside class="statichtmlbrick" id="stellenfeedhead"> <style type="text/css">#stellenfeedwrapper{ max-width:unset; } #stellenfeed{ max-width:unset; margin:0; padding:0; background-color:#ffffff; height:320px; overflow-x:hidden; overflow-y:auto; } #stellenfeedhead{ max-width:unset; line-height:1em; font-size:24px; display:block; height:auto; text-align:center; margin:0; padding:12px; background-color:#ffffff; } #stellenfeedfooter { max-width:unset; padding: 12px; display: block; height: auto; text-align: right; background-color:#ffffff; } #stellenfeedfooter a{ color:#000; line-height: 1em; font-size: 16px; font-weight:bold; border-bottom: 2px solid #292929; } #stellenfeed .item{ padding:0 12px !important; } #stellenfeed .appetizer{ height:auto; } #stellenfeed .appetizer-title{ line-height: 1.5; font-size: 16px; // font-size: 1.125rem; font-family: "Roboto Condensed"; font-weight:700; margin: 0 !important; padding:0 !important; float:none; } #stellenfeed .appetizer-text { display: block; visibility: visible; margin-bottom:.5em; font-size:14px; } @media(prefers-color-scheme: dark) { #stellenfeedhead { color: #e5e4de; background-color: #292929; } #stellenfeedhead > strong:nth-child(1){ color:#e5e4de !important; } #stellenfeed { background-color: #292929; color: #e5e4de; } #stellenfeedfooter { border-bottom: none; background-color: #292929; } } </style> <div id="stellenfeedhead"><strong style="color:#000000; font-size:24px; font-weight:bold">StZ</strong><br /> <strong style="color:#e8a901; font-size:24px; font-weight:bold; line-height:32px">Stellenmarkt</strong></div> </aside> <script> processBricks(); </script> <aside class="contentbrick" id="stellenfeed"> <div class="feedTop"> </div> <div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="(Junior) Online Marketing Manager / Campaign Manager (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/junior-online-marketing-manager-campaign-manager-m-w-d.1704403165.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">(Junior) Online Marketing Manager / Campaign Manager (m/w/d)</span> </h3> <div class="appetizer-text"> <span>Südwest Media Network GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Verkäufer/Fachberater Innendienst (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/verkaeufer-fachberater-innendienst-m-w-d.1681019015.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Verkäufer/Fachberater Innendienst (m/w/d)</span> </h3> <div class="appetizer-text"> <span>MEG Maler Einkauf Gruppe eG</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Techniker Elektro-, Mess-, Steuer-, Regelungstechnik (m/w/d) im Bereich Automatisierungstechnik" href="https://stellenmarkt.stuttgarter-zeitung.de/job/techniker-elektro-mess-steuer-regelungstechnik-m-w-d-im-bereich-automatisierungstechnik.1703029915.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Techniker Elektro-, Mess-, Steuer-, Regelungstechnik (m/w/d) im Bereich Automatisierungstechnik</span> </h3> <div class="appetizer-text"> <span>TCE Tuschinsky consulting engineering Ingenieurgesellschaft mbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Mitarbeiterin (m/w/d) Sekretariat" href="https://stellenmarkt.stuttgarter-zeitung.de/job/mitarbeiterin-m-w-d-sekretariat.1702713815.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Mitarbeiterin (m/w/d) Sekretariat</span> </h3> <div class="appetizer-text"> <span>h4a Gessert + Randecker Generalplaner GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Referent/in mit Schwerpunkt Buchhaltung (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/referent-in-mit-schwerpunkt-buchhaltung-m-w-d.1702407345.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Referent/in mit Schwerpunkt Buchhaltung (m/w/d)</span> </h3> <div class="appetizer-text"> <span>KEA Klimaschutz- und Energieagentur Baden-Württemberg GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Konstrukteur (m/w/d) Sondermaschinenbau" href="https://stellenmarkt.stuttgarter-zeitung.de/job/konstrukteur-m-w-d-sondermaschinenbau.1701200305.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Konstrukteur (m/w/d) Sondermaschinenbau</span> </h3> <div class="appetizer-text"> <span>robomotion GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Chemielaborant / CTA / PTA (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/chemielaborant-cta-pta-m-w-d.1701095605.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Chemielaborant / CTA / PTA (m/w/d)</span> </h3> <div class="appetizer-text"> <span>Walther Schoenenberger Pflanzensaftwerk GmbH & Co. KG</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Medizintechniker / Servicetechniker (m/w/d) für Stuttgart, Deggendorf und Sigmaringen" href="https://stellenmarkt.stuttgarter-zeitung.de/job/medizintechniker-servicetechniker-m-w-d-fuer-stuttgart-deggendorf-und-sigmaringen.1700253275.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Medizintechniker / Servicetechniker (m/w/d) für Stuttgart, Deggendorf und Sigmaringen</span> </h3> <div class="appetizer-text"> <span>HERMED Technische Beratungs GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Lacktechniker / Lackentwicklungs-Ing. (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/lacktechniker-lackentwicklungs-ing-m-w-d.1698065245.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Lacktechniker / Lackentwicklungs-Ing. (m/w/d)</span> </h3> <div class="appetizer-text"> <span>TIB Chemicals AG</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Mitarbeiter*in (m/w/d) im Bereich Verwaltung" href="https://stellenmarkt.stuttgarter-zeitung.de/job/mitarbeiter-in-m-w-d-im-bereich-verwaltung.1696112355.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Mitarbeiter*in (m/w/d) im Bereich Verwaltung</span> </h3> <div class="appetizer-text"> <span>Deutsch-Amerikanisches-Zentrum James-F.-Byrnes-Institut e.V.</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Informationselektroniker als Servicetechniker (m/w/d) für Systeme und Geräte" href="https://stellenmarkt.stuttgarter-zeitung.de/job/informationselektroniker-als-servicetechniker-m-w-d-fuer-systeme-und-geraete.1684620625.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Informationselektroniker als Servicetechniker (m/w/d) für Systeme und Geräte</span> </h3> <div class="appetizer-text"> <span>Revox Deutschland GmbH</span> </div> </section> </a> </div></div><div class="item"> <div class="content"> <a class="data " data-commentcount="0" data-paidcontent="false" data-videocount="0" data-imagecount="0" data-tags="" title="Steuerfachangestellte:r (m/w/d)" href="https://stellenmarkt.stuttgarter-zeitung.de/job/steuerfachangestellte-r-m-w-d.1693705085.html?jw_chl_seg=stz-aom5" target="_blank" > <section class="appetizer"> <h3> <span class="appetizer-kicker"></span> <span class="appetizer-title">Steuerfachangestellte:r (m/w/d)</span> </h3> <div class="appetizer-text"> <span>KAISER & SOZIEN Partnerschaft mbB</span> </div> </section> </a> </div></div> <div class="feedBottom"> </div> </aside> <script> processBricks(); </script> <aside class="statichtmlbrick" id="stellenfeedfooter"> <div id="stellenfeedfooter"><a href="https://stellenmarkt.stuttgarter-zeitung.de">Alle Angebote »</a></div> </aside> <script> processBricks(); </script> </aside></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"> <div class="statichtmlbrick" id="id_9a59edb1_0677_4c26_970a_3e325d7659be"> <script>var smarticoScriptsLoaded = true;</script><script async type="text/javascript" src="https://d.smartico.one/get/hs/lrr89ufk2xbt9pulqzf5waffde74lnzt7407kj96" id="smarticoScriptOne"></script><script async type="text/javascript" src="https://d.smartico.one/get/hs/hguyd1v2i8rp5zf38e00r3h7mm6ro83bjlf2hevs" id="smarticoScriptTwo"></script> <link href="https://d.smartico.one/get/hs/bwseq1pojigujbxmnn2gjcymirmpk1ff54s4r2ho" id="smarticoStyles" rel="stylesheet" type="text/css" /> </div> <script> processBricks(); </script> <div class="contentbrick smartad" id="id_5ccdf482_2f31_4b73_83bd_f3ce25bbc98e"> <script async id='trm-ad-banderol-stz-banderol-stadtbezirke-stuttgart-mitte-nord-ost-sued-west' type='text/javascript' src='https://d.smartico.one/get/wg/7y41csEX3cjAo6KuBma4p29QGO5UEezb9qtWsZxq?region=stadtbezirke-stuttgart-mitte-nord-ost-sued-west&scriptid=trm-ad-banderol-stz-banderol'></script> </div> <script> processBricks(); </script> </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]; console.log("taboola-PUSH", taboolaElement.dataset); _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="e7613465-0162-4d5b-a988-1202d07f6b46" data-b-title="STZ/STN - Taboola (Footer)"> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </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="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) {                     /* 18005101 */ !function(B,y){try{function m(h,e){return B[X("c2V0VGltZW91dA==")](h,e)}function P(h){return parseInt(h.toString().split(".")[0],10)}B.yzuzh59bFlags={};var h=2147483648,e=1103515245,t=12345,n=function(){function d(h,e){var t,n=[],i=typeof h;if(e&&"object"==i)for(t in h)try{n.push(d(h[t],e-1))}catch(h){}return n.length?n:"string"==i?h:h+"\0"}var h="unknown";try{h=d(navigator,void 0).toString()}catch(h){}return function(h){for(var e=0,t=0;t<h.length;t++)e+=h.charCodeAt(t);return e}(d(window.screen,1).toString()+h)+100*(new Date).getMilliseconds()}();function a(){return(n=(e*n+t)%h)/(h-1)}function z(){for(var h="",e=65;e<91;e++)h+=g(e);for(e=97;e<123;e++)h+=g(e);return h}function g(h){return(" !\"#$%&'()*+,-./0123456789:;<=>?@A"+("BCDEFGHIJKLMNOPQRSTUVWXYZ["+"\\\\"[0]+"]^_`a")+"bcdefghijklmnopqrstuvwxyz{|}~")[h-32]}function X(h){var e,t,n,i,d=z()+"0123456789+/=",l="",u=0;for(h=h.replace(/[^A-Za-z0-9\+\/\=]/g,"");u<h.length;)e=d.indexOf(h[u++]),t=d.indexOf(h[u++]),n=d.indexOf(h[u++]),i=d.indexOf(h[u++]),l+=g(e<<2|t>>4),64!=n&&(l+=g((15&t)<<4|n>>2)),64!=i&&(l+=g((3&n)<<6|i));return l}function u(){try{return navigator.userAgent||navigator.vendor||window.opera}catch(h){return"unknown"}}function p(e,t,n,i){i=i||!1;try{e.addEventListener(t,n,i),B.yzuzhClne.push([e,t,n,i])}catch(h){e.attachEvent&&(e.attachEvent("on"+t,n),B.yzuzhClne.push([e,t,n,i]))}}function f(h,e,t){var n,i;h&&e&&t&&((n=B.yzuzhdc184&&B.yzuzhdc184.a&&B.yzuzhdc184.a[h])&&(i=n&&(n.querySelector("iframe")||n.querySelector("img"))||null,p(B,"scroll",function(h){t(n,i,F(e))||(n.removeAttribute("style"),i&&i.removeAttribute("style"))},!1),t(n,i,F(e))))}function i(h){if(!h)return"";for(var e=X("ISIjJCUmJygpKissLS4vOjs8PT4/QFtcXV5ge3x9"),t="",n=0;n<h.length;n++)t+=-1<e.indexOf(h[n])?X("XA==")+h[n]:h[n];return t}var d=0,l=[];function b(h){l[h]=!1}function eh(h,e){var t,n=d++,i=(B.yzuzhClni&&B.yzuzhClni.push(n),l[n]=!0,function(){h.call(null),l[n]&&m(i,t)});return m(i,t=e),n}function j(h){var e,t,h=h.dark?(t="",(e=h).pm?t=e.ab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"046e90i3f404:54046e9i3f44:541ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:f<30<67e0:8;i0:f<3<67e:8;i1ruljlqdo1msj",-3):e.ab?t=e.mobile?e.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04<960::hh096:304<96::hh96:31ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09f;e084i<0i4i909f;e84i<i4i91ruljlqdo1msj",-3):e.crt?e.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04h;:0:6h409fi<04h;::6h49fi<1ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08:h;0:ie60937808:h;:ie693781ruljlqdo1msj",-3):e.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0757e0<f6;0f3790757e<f6;f3791ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"097;30gf:604:<h097;3gf:64:<h1ruljlqdo1msj",-3):e.ncna&&(t=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f43h0i73509<f40f43hi7359<f41ruljlqdo1msj",-3)),t):(e="",(t=h).pm?e=t.ab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g;e404<5g0i;i70g;e44<5gi;i71ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09;g90:64i0465909;g9:64i46591ruljlqdo1msj",-3):t.ab?e=t.mobile?t.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:i730;<g80e7eg0:i73;<g8e7eg1ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:<<e0:;56046:40:<<e:;5646:41ruljlqdo1msj",-3):t.crt?t.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04e;60;hi30f7i;04e;6;hi3f7i;1ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e:h406gg5094h;0e:h46gg594h;1ruljlqdo1msj",-3):t.aab?Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08h:90h5730<4;708h:9h573<4;71ruljlqdo1msj",-3):Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0633h0<ieg0<<390633h<ieg<<391ruljlqdo1msj",-3):t.ncna&&(e=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"069e;0i4e60f<98069e;i4e6f<981ruljlqdo1msj",-3)),e);return h}function r(){return B.location.hostname}function Q(h,e){for(var t="",n=0;n<h.length;n++)t+=g(h.charCodeAt(n)+e);return t}function Y(h,e){var t=ch(h);if(!t)return t;if(""!=e)for(var n=0;n<e.length;n++){var i=e[n];"^"==i&&(t=t.parentNode),"<"==i&&(t=t.previousElementSibling),">"==i&&(t=t.nextElementSibling),"y"==i&&(t=t.firstChild)}return t}function o(h,e){var t=0,n=0,e=function(h){for(var e=0,t=0;h;)e+=h.offsetLeft+h.clientLeft,t+=h.offsetTop+h.clientTop,h=h.offsetParent;return{x:e,y:t}}(e);return(h.pageX||h.pageY)&&(t=h.pageX,n=h.pageY),(h.clientX||h.clientY)&&(t=h.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,n=h.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:t-=e.x,y:n-=e.y}}function th(h,e){return e[X("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]?(t=h,n=F(n=e),{x:t.clientX-n.left,y:t.clientY-n.top}):o(h,e);var t,n}function nh(h,e){h.addEventListener?p(h,"click",e,!0):h.attachEvent&&h.attachEvent("onclick",function(){return e.call(h,window.event)})}function ih(h,e,t){function n(){return!!e()&&(t(),!0)}var i;n()||(i=eh(function(){n()&&b(i)},250),n())}function s(){B.yzuzh59bFlags.trub||(B.yzuzh59bFlags.trub=!0,$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04f<5069;f0h4ih04f<569;fh4ih1ruljlqdo1msj",-3),null,null),"function"==typeof RYUVBTrUbDet&&RYUVBTrUbDet())}function R(){if(B.yzuzh11dsdl&&!B.yzuzhd90Injct){B.yzuzhd90Injct=!0,B.yzuzh96fPc={},B.yzuzh7b2Oc=[],B.yzuzh820Am={},B.yzuzhd27Av={},B.yzuzhe84Aw={},B.yzuzh6fcRqr={},B.yzuzh300Rqq=[],B.yzuzhd27Avt={},B.yzuzh01dEv={};if(B.yzuzh59bFlags.yzuzhnpm=!1,B.yzuzh59bFlags.npm=!1,!B.yzuzhb37Mobile)if(B.yzuzh59bFlags.tcf&&/tcloaded|useractioncomplete/.test(B.yzuzh59bFlags.tcf.eventStatus)){try{if(!B.yzuzh59bFlags.tcf||!B.yzuzh59bFlags.tcf.purpose.consents[10]||!B.yzuzh59bFlags.tcf.vendor.consents[539]||B.yzuzh59bFlags.tcf.publisher.restrictions[10]&&1==B.yzuzh59bFlags.tcf.publisher.restrictions[10][539])return}catch(h){return}if((!adsdefinition||"paiduser"!==adsdefinition.paiduser)&&(!B.yzuzh59bFlags.welect.eenabled||"function"!=typeof RYUVBWelect||RYUVBWelect())){if(yzuzh59bFlags.pt7efls){var h=yzuzh59bFlags.ba36eit,o=yzuzh59bFlags.mb760el||10,g=yzuzh59bFlags.ig2f7BP||{},f=function(){var d=K("style"),l=!(d.type="text/css"),u=K("style"),z=!(u.type="text/css");return function(h,e){if(e)if("b"!==h||l)"r"===h&&(z?(i=(n=u).sheet).insertRule(e,0):(z=!0,gh(u,e),J(y.body,u)));else{if(l=!0,g)for(var t=0;t<g.length;t++)e=e.replace(new RegExp("([;{])"+g[t]+": [^;]+;","g"),"$1");var n="[^:;{",i="!important;";e=e.replace(new RegExp(n+"}]+: [^;]+\\s"+i,"g"),""),gh(d,e),y.head.insertBefore(d,y.head.firstChild)}}}();if(h){if(h.length>o){for(var e=0,r=[0],t=[h[0]],n=1;n<o;n++){for(;-1<r.indexOf(e);)e=P(a()*h.length);r.push(e),t[n]=h[e]}h=t,yzuzh59bFlags.ba36eit=t}for(var s={},i=0;i<h.length;i++){var d,l,u="string"==typeof h[i]?ch(h[i]):h[i];u&&u instanceof Node&&((d={element:u,co871so:{},rc63bcls:Rh(7),co6dftx:""}).co6dftx+="."+d.rc63bcls+"{",g&&-1!==g.indexOf("position")||(l=k(u,"position"),d.co871so.position=l,d.co6dftx+="position:"+l+";"),g&&-1!==g.indexOf("left")||(l=k(u,"left"),d.co871so.left=l,d.co6dftx+="left:"+l+";"),g&&-1!==g.indexOf("top")||(l=k(u,"top"),d.co871so.top=l,d.co6dftx+="top:"+l+";"),g&&-1!==g.indexOf("right")||(l=k(u,"right"),d.co871so.right=l,d.co6dftx+="right:"+l+";"),g&&-1!==g.indexOf("bottom")||(l=k(u,"bottom"),d.co871so.bottom=l,d.co6dftx+="bottom:"+l+";"),g&&-1!==g.indexOf("cursor")||(l=k(u,"cursor"),d.co871so.cursor=l,d.co6dftx+="cursor:"+l+";"),g&&-1!==g.indexOf("width")||(l=k(u,"width"),d.co871so.width=l,d.co6dftx+="width:"+l+";"),g&&-1!==g.indexOf("height")||(l=k(u,"height"),d.co871so.height=l,d.co6dftx+="height:"+l+";"),g&&-1!==g.indexOf("content")||(l=k(u,"content"),d.co871so.content=l,d.co6dftx+="content:"+l+";"),g&&-1!==g.indexOf("background")||(l=k(u,"background"),d.co871so.background=l,d.co6dftx+="background:"+l+";"),g&&-1!==g.indexOf("color")||(l=k(u,"color"),d.co871so.color=l,d.co6dftx+="color:"+l+";"),g&&-1!==g.indexOf("font-size")||(l=k(u,"font-size"),d.co871so["font-size"]=l,d.co6dftx+="font-size:"+l+";"),g&&-1!==g.indexOf("font-weight")||(l=k(u,"font-weight"),d.co871so["font-weight"]=l,d.co6dftx+="font-weight:"+l+";"),g&&-1!==g.indexOf("font-family")||(l=k(u,"font-family"),d.co871so["font-family"]=l,d.co6dftx+="font-family:"+l+";"),g&&-1!==g.indexOf("margin")||(l=k(u,"margin"),d.co871so.margin=l,d.co6dftx+="margin:"+l+";"),g&&-1!==g.indexOf("text-align")||(l=k(u,"text-align"),d.co871so["text-align"]=l,d.co6dftx+="text-align:"+l+";"),g&&-1!==g.indexOf("padding")||(l=k(u,"padding"),d.co871so.padding=l,d.co6dftx+="padding:"+l+";"),g&&-1!==g.indexOf("box-sizing")||(l=k(u,"box-sizing"),d.co871so["box-sizing"]=l,d.co6dftx+="box-sizing:"+l+";"),g&&-1!==g.indexOf("pointer-events")||(l=k(u,"pointer-events"),d.co871so["pointer-events"]=l,d.co6dftx+="pointer-events:"+l+";"),g&&-1!==g.indexOf("line-height")||(l=k(u,"line-height"),d.co871so["line-height"]=l,d.co6dftx+="line-height:"+l+";"),g&&-1!==g.indexOf("display")||(l=k(u,"display"),d.co871so.display=l,d.co6dftx+="display:"+l+";"),g&&-1!==g.indexOf("min-height")||(l=k(u,"min-height"),d.co871so["min-height"]=l,d.co6dftx+="min-height:"+l+";"),g&&-1!==g.indexOf("max-height")||(l=k(u,"max-height"),d.co871so["max-height"]=l,d.co6dftx+="max-height:"+l+";"),g&&-1!==g.indexOf("max-width")||(l=k(u,"max-width"),d.co871so["max-width"]=l,d.co6dftx+="max-width:"+l+";"),g&&-1!==g.indexOf("z-index")||(l=k(u,"z-index"),d.co871so["z-index"]=l,d.co6dftx+="z-index:"+l+";"),g&&-1!==g.indexOf("margin-bottom")||(l=k(u,"margin-bottom"),d.co871so["margin-bottom"]=l,d.co6dftx+="margin-bottom:"+l+";"),g&&-1!==g.indexOf("margin-top")||(l=k(u,"margin-top"),d.co871so["margin-top"]=l,d.co6dftx+="margin-top:"+l+";"),g&&-1!==g.indexOf("background-size")||(l=k(u,"background-size"),d.co871so["background-size"]=l,d.co6dftx+="background-size:"+l+";"),g&&-1!==g.indexOf("background-repeat")||(l=k(u,"background-repeat"),d.co871so["background-repeat"]=l,d.co6dftx+="background-repeat:"+l+";"),g&&-1!==g.indexOf("background-position")||(l=k(u,"background-position"),d.co871so["background-position"]=l,d.co6dftx+="background-position:"+l+";"),g&&-1!==g.indexOf("url(data")||(l=k(u,"url(data"),d.co871so["url(data"]=l,d.co6dftx+="url(data:"+l+";"),g&&-1!==g.indexOf("float")||(l=k(u,"float"),d.co871so.float=l,d.co6dftx+="float:"+l+";"),g&&-1!==g.indexOf("visibility")||(l=k(u,"visibility"),d.co871so.visibility=l,d.co6dftx+="visibility:"+l+";"),d.co6dftx+="} ",s[h[i]]=d,f("b",'.rlgqblz{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;} .rvuhwm{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;} .bqzdwiwt{position: relative;max-width: 300px;margin: 0 auto;top: 0;height: 11px;width: 76px;display: none !important;text-align: end;right: -5px;} .ldfxbcexhf{max-width: initial;margin: 3px auto 0;} .ydtrnv{max-width: 770px;} '),f("r",d.co6dftx),u.className+=" "+d.rc63bcls,u.className+=" rlgqblz",u.className+=" rvuhwm",u.className+=" bqzdwiwt",u.className+=" ldfxbcexhf",u.className+=" ydtrnv")}}}var z=K("style");z.type="text/css",gh(z,'.uefqgITo {position: fixed; left: 0; top: 0px; right: 0; bottom: 0; cursor: pointer;}.uefqgITo img {width: 9999px;height: 9999px;}#IvTJwB img {cursor: pointer;}#IvTJwB: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;}#IvTJwB {top: 4px;text-align: center;position: relative;min-height: 260px !important;max-height: 260px;}#RBVnAzkdN {text-align: center;max-width:1200px;margin: 10px auto;}#RBVnAzkdN img {cursor: pointer;max-width: 100%;}#RBVnAzkdN: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;}#UkHSOrB {text-align: center;margin: 10px auto;}#UkHSOrB img {cursor: pointer;max-width: 100%;}#UkHSOrB: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;}#hZkKGVCjl {position: relative;text-align: center;margin: 10px auto;}#hZkKGVCjl img {cursor: pointer;}#hZkKGVCjl: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;}.hGYrQd {max-width: 300px;margin: 0 auto;}.hGYrQd img {cursor: pointer;}.hGYrQd: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;}.RTIlbHvtAs {max-width: 300px;margin: 0 auto;}.RTIlbHvtAs img {cursor: pointer;}.RTIlbHvtAs: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;}#TICJSGK {position: relative;margin-bottom: 10px;}#TICJSGK img {cursor: pointer;}#TICJSGK: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;}#WcNaImQRIM {position: absolute;width: 2px;height: 2px;top: 0px;right: -7px; }#WcNaImQRIM img {max-width: initial;cursor: pointer;}#WcNaImQRIM: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;}#WcNaImQRIM.stk:before {position: fixed;top: 0;z-index:2;}.azPePZ {}.azPePZ img {cursor: pointer;}#aIHMumMRPR {}#aIHMumMRPR img {cursor: pointer;}.KfGcjWppAt {}.KfGcjWppAt img {cursor: pointer;}#ZZRPlX {}#ZZRPlX img {cursor: pointer;}#XVFOSJX {}#XVFOSJX img {cursor: pointer;}#khmVhugmad {}#khmVhugmad img {cursor: pointer;}#TOQaav {}#TOQaav img {cursor: pointer;}#UizEIl {}#UizEIl img {cursor: pointer;}.rRVWXUY {}.rRVWXUY img {cursor: pointer;}#vhSrEmnIC {}#vhSrEmnIC img {cursor: pointer;}#DuAYwadr {}#DuAYwadr img {cursor: pointer;}#EDReufc {}#EDReufc img {cursor: pointer;}#snLQWxPz {}#snLQWxPz img {cursor: pointer;}#LIXsVyI {}#LIXsVyI img {cursor: pointer;}#RJgSnUfK {}#RJgSnUfK img {cursor: pointer;}#IiWdgyC {}#IiWdgyC img {cursor: pointer;}#AGrbuf {}#AGrbuf img {cursor: pointer;}#pqfyMvBef {}#pqfyMvBef img {cursor: pointer;}#rwBjaOT {}#rwBjaOT img {cursor: pointer;}.MOJzGlVvtg {}.MOJzGlVvtg img {cursor: pointer;}.DIsFAQFZz {}.DIsFAQFZz img {cursor: pointer;}.SDiFeScMP {}.SDiFeScMP img {cursor: pointer;}#DsIzGjNRv {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;}#TaGZxUs {text-align: center;max-width: 770px; margin: 3px auto 0;}#TaGZxUs img {cursor: pointer;}#EqCTBps {position: absolute;top: 0;right: -7px;width: 2px;height: 2px;}#EqCTBps img {cursor: pointer;}#LjzisiZ {text-align: end;position: relative;right: -5px;margin-bottom: 5px;float:right;}#LjzisiZ img {cursor: pointer;}#LjzisiZ: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;}.CjaboSpibc:empty {display: none;visibility: hidden;}.CjaboSpibc {position: relative;min-height: 0 !important;}@media print {#TaGZxUs,.CjaboSpibc,#DsIzGjNRv,.uefqgITo,#IvTJwB,#RBVnAzkdN,#UkHSOrB,#hZkKGVCjl,.hGYrQd,.RTIlbHvtAs,#TICJSGK,#WcNaImQRIM,.azPePZ,#aIHMumMRPR,.KfGcjWppAt,#ZZRPlX,#XVFOSJX,#khmVhugmad,#TOQaav,#UizEIl,.rRVWXUY,#vhSrEmnIC,#DuAYwadr,#EDReufc,#snLQWxPz,#LIXsVyI,#RJgSnUfK,#IiWdgyC,#AGrbuf,#pqfyMvBef,#rwBjaOT,.MOJzGlVvtg,.DIsFAQFZz,.SDiFeScMP,#EqCTBps,#LjzisiZ{display:none;}} .yzuzhHid {display:none !important;}'),J(Lh,z),B.yzuzhCln.push(z),setTimeout(x.bind(null,[]),0)}}else{var c=!1;__tcfapi("addEventListener",2,function(h,e){e&&"useractioncomplete"===h.eventStatus&&(c||(c=!0,__tcfapi("removeEventListener",2,function(h){},h.listenerId),V()))})}}}function x(h){var o,n,f,r,s,c,y,a,p,b,e=[],t=(o=h,n=e,function(h){var e=K("div");n[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=e,n[""+X(Q(X("UFdMfFFHUEA="),-3))]=e,sh(o[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=e,"TaGZxUs"),fh(h,e),B.yzuzhdc184.w[12243]=e,B.yzuzhCln.push(e)}),t=(!B.yzuzhdc18tc.pm||(j=Y(""+X(Q(X("WjVvbk5tNDNcWk15ZTV7a1tUQEA="),-3)),""))&&t(j),function(h){var e=K("div");n[""+X(Q(X("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=e,n[""+X(Q(X("UFdMe1BXSEA="),-3))]=e,sh(o[""+X(Q(X("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=e,"zeYebNokUB"),rh(e,"CjaboSpibc brickgroup site"),h.firstChild?fh(h.firstChild,e):J(h,e),lh([{function:function(h,e){}}],B.yzuzhdc184.w[12111]=e,12111),B.yzuzhCln.push(e)}),j=Y(""+X(Q(X("T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),""),t=(j&&t(j),function(h){var t=K("div");n[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=t,n[""+X(Q(X("UFdMfFFHVEA="),-3))]=t,sh(o[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=t,"DsIzGjNRv"),rh(t,"ccqREDWL "),J(h,t),B.yzuzhdc184.w[12244]=t,gh(h=K("div"),""+X(Q(X("U0pVc2dsRX1nS292XVczbFxwPDdPW1FzaHBveF19cmpccDx8XUpZfE9aTXloR3duZFtNb1w2VXNlNTc5TEtNM2VHd3pcWlVuZFo4cVJsRHpmS2pqUEtFN0xHSHpmS2pqUVtFN1I2VW9oS1R3XFp7c101NzlMSm94ZFtVc1xaejpdSm99Zkp7a2hXcmpnSklsZUpYOmc1b25nSmo5TEdIelBGWDpMbTdqTEZEakxHe25kW1xqZFpUPExxUXBnSk12XXxMLkxHenldSm81U2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1MbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVBsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtVGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1YbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVxsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtZmxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1qbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbW5sU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSHpMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMe1BWTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUFdMbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUh9TG03alNGPG5kW1wuTEd7bmRbXGpkWlQ8THFRcGdKTHtRRkwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBXWGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1INUxtN2pTRjxuZFtcLkxHe25kW1xqZFpUPExxUXBnSkx7UXxMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQV2psU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSDhMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMfFBGTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUG1IbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUx8TG03alNGPG5kW1wu"),-3))),yh(h.childNodes,function(h,e){fh(t,e),B.yzuzhCln.push(e)}),B.yzuzhCln.push(t)}),i=n[""+X(Q(X("UFdMfFFHUEA="),-3))],z=(i&&t(i),h),t=e,g=-1<location.search.indexOf("test=true")||-1<location.hash.indexOf("test=true"),i=(B.yzuzhad7Ptl=11,B.yzuzh0cbPl=0,!1),h=function(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g9h70;;3<0:i730g9h7;;3<:i731ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12110,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),rh(z[""+X(Q(X("VG5JR1Z6QEA="),-3))]=t,"uefqgITo "),n=h,B.yzuzh820Am[12110]&&(zh(B.yzuzh820Am[12110]),B.yzuzh820Am[12110]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12110]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12110==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06fe70;<5f06f4306fe7;<5f6f431ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04gf70gg5f0998g04gf7gg5f998g1ruljlqdo1msj",-3)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),e.firstChild?fh(e.firstChild,t):J(e,t),B.yzuzhdc184.a[12110]=t,B.yzuzhCln.push(t),lh([{function:function(){var h=ch(".brickgroup.boxitem.schlagzeile"),e=ch(".mod-header-new");h||e&&oh(e,"margin-bottom","10px","")}}],t,12110),Th(t,12110,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f8;30;<88044f30f8;3;<8844f31ruljlqdo1msj",-3),function(){}),_(12110,d,!0)))},function(){_(12110,d,!1)}))},e=_,d=Y(""+X(Q(X("XHA8bmhUQEA="),-3)),""),h=(d?h(d,!i,!1,B.yzuzh5ebRnd):e(12110,!i,!1),!1),d=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04g96044h80i3;604g9644h8i3;61ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(12107,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("VG5vUFdEQEA="),-3))]=e,g&&(f.adContainer=e),sh(e,"IvTJwB"),n),t=(B.yzuzh820Am[12107]&&(zh(B.yzuzh820Am[12107]),g||(B.yzuzh820Am[12107]=!1)),g&&(B.yzuzhdc184.r[12107]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[12107]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12107==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e83:098;;0fi::0e83:98;;fi::1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i7<80i9if0:;g:0i7<8i9if:;g:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05if80fhe504h:e05if8fhe54h:e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0499i0:;g:0;<e<0499i:;g:;<e<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"075630h3fg0h79707563h3fgh7971ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;4:40hh5507;he0;4:4hh557;he1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:8g:0i6380g8890:8g:i638g8891ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gi3g0:66<09i4g0gi3g:66<9i4g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;h7:0:;;;07fh<0;h7::;;;7fh<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e;<6087eh0<<<f0e;<687eh<<<f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:h<e09gh:0:9fe0:h<e9gh::9fe1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;ih70e87408f4;0;ih7e8748f4;1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04i<60:3<i0g7if04i<6:3<ig7if1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g5g7095770867g0g5g79577867g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<3580gg;f05;e50<358gg;f5;e51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09h<60:::40g54509h<6:::4g5451ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i986093ef0g3440i98693efg3441ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h;ih048hi055<<0h;ih48hi55<<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06e<509<3f0he9506e<59<3fhe951ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f8h60:e8g078h40f8h6:e8g78h41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07;790:;5:04:3407;79:;5:4:341ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0egf60i4gh054780egf6i4gh54781ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0639h0i<g40he8e0639hi<g4he8e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08ei506<fi0hf4708ei56<fihf471ruljlqdo1msj",-3)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],u=u[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[12107]=e,B.yzuzhCln.push(e),lh([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}},{function:function(h,e){var t,n,i=ch("#traffective-ad-Billboard");i||(t=ch(" .brickgroup.site.site-wrapper:not(.is-empty)"),n=setInterval(function(){t&&(ph(t,"beforeBegin",h),clearInterval(n))},20))}}],e,12107),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08efe0ghi40:3ef08efeghi4:3ef1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,12107,t,function(){g&&Mh(12107,f,30,h,i)}),_(12107,l,!0)},g?xh(f,h):h()))},function(){_(12107,l,!1)})},e=_,i=Y(""+X(Q(X("TDZVfFxaXXBdWlEzZFtdb09aSW5PWE1zZUp7bGU1SXxdREBA"),-3)),""),d=(i?d(i,!h,!1,B.yzuzh5ebRnd):e(12107,!h,!1),g&&(f={adContainer:null,additionalHtml:[],spacer:null}),!1),i=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i;ge0i<580g9gf0i;gei<58g9gf1ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(15002,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("VG5vUFdGNEplNTwzXVtMQA=="),-3))]=e,g&&(r.adContainer=e),sh(e,"RBVnAzkdN"),n),t=(B.yzuzh820Am[15002]&&(zh(B.yzuzh820Am[15002]),g||(B.yzuzh820Am[15002]=!1)),g&&(B.yzuzhdc184.r[15002]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[15002]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(15002==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e5h9089;507ei<0e5h989;57ei<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f;if0fehf0;f860f;iffehf;f861ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f79:0947;083<f0f79:947;83<f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04h;60h3;307g6g04h;6h3;37g6g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"047830<i9g0;36;04783<i9g;36;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"087h<0<9<f0797<087h<<9<f797<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:g9f0h3e304eeg0:g9fh3e34eeg1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<378087fe0h3eh0<37887feh3eh1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h5:f05hhh04f670h5:f5hhh4f671ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0494e0h;5;0637;0494eh;5;637;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0586i05;8608g:50586i5;868g:51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;4h60g4e90<8660;4h6g4e9<8661ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06ghh06h<30874506ghh6h<387451ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:i:h0:ghe0435f0:i:h:ghe435f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<hii0h<960663<0<hiih<96663<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"064<:0:;3:0h9f<064<::;3:h9f<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08;4:0f35904eh308;4:f3594eh31ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g4560hi4h069:80g456hi4h69:81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04<7;04;h;073<h04<7;4;h;73<h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"097;90gg:70f64g097;9gg:7f64g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04i7<0h7i<07ff904i7<h7i<7ff91ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"077:f059:g05i:g077:f59:g5i:g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04<eg0f68608<6:04<egf6868<6:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07ehg0i38g0:h8<07ehgi38g:h8<1ruljlqdo1msj",-3)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],u=u[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[15002]=e,B.yzuzhCln.push(e),lh([{selector:".footer-ad-wrapper",cssApply:{display:["none"]}}],e,15002),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"047fe0f<7;0<793047fef<7;<7931ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,15002,t,function(){g&&Mh(15002,r,30,h,i)}),_(15002,l,!0)},g?xh(r,h):h()))},function(){_(15002,l,!1)})},e=_,i=(g?(h=Y(""+X(Q(X("T3BdeWU2VW9mbDRrXUY0NmZwSXpmSll8"),-3)),""))?i(h,!d,!1,B.yzuzh5ebRnd):e(15002,!d,!1):e(15002,!d,!1),g&&(r={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06h830<<eh0g<ef06h83<<ehg<ef1ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(15001,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("VG5vUFdGNFFkWlVuZUpYd1ZKPHddVEBA"),-3))]=e,g&&(s.adContainer=e),sh(e,"UkHSOrB"),rh(e,"TYKWJO "),n),t=(B.yzuzh820Am[15001]&&(zh(B.yzuzh820Am[15001]),g||(B.yzuzh820Am[15001]=!1)),g&&(B.yzuzhdc184.r[15001]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[15001]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(15001==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<9:;0fg3f0<;f<0<9:;fg3f<;f<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09e4;045h30f38409e4;45h3f3841ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"076;g0i6:<0e5<3076;gi6:<e5<31ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"098:e0535705865098:e535758651ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"046e30<88<0ehf4046e3<88<ehf41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;6h:0f8;80i3gh0;6h:f8;8i3gh1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09ge504<4304;8e09ge54<434;8e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;h<30h9h60734;0;h<3h9h6734;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04g8g0<;7905e8304g8g<;795e831ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06eih0e<;90;<3406eihe<;9;<341ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i66e0<egi09e950i66e<egi9e951ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f3<;0486h08f3:0f3<;486h8f3:1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<44<08i9e04e<70<44<8i9e4e<71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ife;0f3870;<780ife;f387;<781ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"087ih075g90i7e4087ih75g9i7e41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"088360:87g07g8808836:87g7g881ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09:7e068h707ggh09:7e68h77ggh1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06<i70:f7f0hgee06<i7:f7fhgee1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i77f0g59h0h85h0i77fg59hh85h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0877h043890:<6g0877h4389:<6g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04e:50;ih906e4304e:5;ih96e431ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06:g8094840f:9e06:g89484f:9e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08e6;0<gf90:;g808e6;<gf9:;g81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;g4<086g907ge90;g4<86g97ge91ruljlqdo1msj",-3)],l=l[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)],u=u[12*P(+t.y/this.offsetHeight)+P(12*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[15001]=e,B.yzuzhCln.push(e),lh([{selector:"[data-b-title*=Billboard_2]",cssApply:{display:["none"]}}],e,15001),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f764046:i0<e5h0f76446:i<e5h1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,15001,t,function(){g&&Mh(15001,s,30,h,i)}),_(15001,l,!0)},g?xh(s,h):h()))},function(){_(15001,l,!1)})},e=_,h=(g?(d=Y(""+X(Q(X("WjVVa2dKSHdcbDQzZFtVdl1WcjxUcG92ZUpNeVxbTW5bfU1n"),-3)),""))?h(d,!i,!1,B.yzuzh5ebRnd):e(15001,!i,!1):e(15001,!i,!1),g&&(s={adContainer:null,additionalHtml:[],spacer:null}),!1),d=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:h60e5640443i04:h6e564443i1ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(12126,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("V0hMd1dab25dSntv"),-3))]=e,g&&(c.adContainer=e),sh(e,"hZkKGVCjl"),rh(e,"fZrGhG "),n),t=(B.yzuzh820Am[12126]&&(zh(B.yzuzh820Am[12126]),g||(B.yzuzh820Am[12126]=!1)),g&&(B.yzuzhdc184.r[12126]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[12126]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12126==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;f960:ff906<5f0;f96:ff96<5f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h7h40iig9046f40h7h4iig946f41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05775063e807<4:0577563e87<4:1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0457h0g;960;g<h0457hg;96;g<h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04h630<4940ig9;04h63<494ig9;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g:;30f95f0;g<g0g:;3f95f;g<g1ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[12126]=e,B.yzuzhCln.push(e),lh([{selectorAll:"[class*=Superbanner]",cssApply:{display:"none"}}],e,12126),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0589:0;999045hi0589:;99945hi1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,12126,t,function(){g&&Mh(12126,c,30,h,i)}),_(12126,l,!0)},g?xh(c,h):h()))},function(){_(12126,l,!1)})},e=_,i=Y(""+X(Q(X("WjVRdlxbUX1ObTRXZ1tFb2ZwTWtlcDhvZm8zQA=="),-3)),""),d=(i?d(i,!h,!1,B.yzuzh5ebRnd):e(12126,!h,!1),g&&(c={adContainer:null,additionalHtml:[],spacer:null}),!1),i=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g3480ihe;0h96:0g348ihe;h96:1ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(12128,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UFRAQA=="),-3))]=e,g&&(y.adContainer=e),rh(e,"hGYrQd "),n),t=(B.yzuzh820Am[12128]&&(zh(B.yzuzh820Am[12128]),g||(B.yzuzh820Am[12128]=!1)),g&&(B.yzuzhdc184.r[12128]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[12128]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12128==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09h340;7hi0:63709h34;7hi:6371ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:;4f0;<660;84h0:;4f;<66;84h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h3i90::380fi4i0h3i9::38fi4i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0he6607:;i0gh950he667:;igh951ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06fg305<i40h:9g06fg35<i4h:9g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"073340<8e40fe5407334<8e4fe541ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08:i80ii;;0fg5908:i8ii;;fg591ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04f450;6e60heif04f45;6e6heif1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h<7e067:f0hfih0h<7e67:fhfih1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:847049g80;74<0:84749g8;74<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:6<40:i650:<3e0:6<4:i65:<3e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:f:4059<4077<e0:f:459<477<e1ruljlqdo1msj",-3)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[12128]=e,B.yzuzhCln.push(e),lh([{selectorAll:"#traffective-ad-Content_1, #nativendo-oms-zone-placement",cssApply:{display:"none"}},{function:function(h,e){for(var t=h;t;)if(-1<(t=t.parentElement).className.indexOf("brickgroup")){ph(t,"afterBegin",h);break}var n=ch(".site-wrapper.article");n||oh(h,"margin","10px auto","")}}],e,12128),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05e980<5660;<8i05e98<566;<8i1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,12128,t,function(){g&&Mh(12128,y,30,h,i)}),_(12128,l,!0)},g?xh(y,h):h()))},function(){_(12128,l,!1)})},e=_,h=Y(""+X(Q(X("TDU4a2dKbzVdWjhuZXw0eWVbUHdocDx4XVY0emVKSW1dWjRvZXFUdkxGOGtmcVVzXDV7b09aTXldS25qTDZVfFxaXXBdWlEzZFtdb09aSW5PWFF5ZXFVb2VxVWlQVEBA"),-3)),""),i=(h?i(h,!d,!1,B.yzuzh5ebRnd):e(12128,!d,!1),g&&(y={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"057i:057h3056<6057i:57h356<61ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(15e3,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UGpAQA=="),-3))]=e,g&&(a.adContainer=e),rh(e,"RTIlbHvtAs "),n),t=(B.yzuzh820Am[15e3]&&(zh(B.yzuzh820Am[15e3]),g||(B.yzuzh820Am[15e3]=!1)),g&&(B.yzuzhdc184.r[15e3]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[15e3]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(15e3==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i;;i0i45:099e50i;;ii45:99e51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09<e60666f0935809<e6666f93581ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:g8i074<i067g;0:g8i74<i67g;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<36i08f4i0i;:80<36i8f4ii;:81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09:4;0ei;e0:68609:4;ei;e:6861ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"065:f0f3;90e457065:ff3;9e4571ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05h5:0<9:h0f6h405h5:<9:hf6h41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"073640<3hi0f64h07364<3hif64h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ee3;05i<f05;860ee3;5i<f5;861ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:;f80<7<h0hf430:;f8<7<hhf431ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<55407f9i0fg<<0<5547f9ifg<<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06<430<fe<0e5;f06<43<fe<e5;f1ruljlqdo1msj",-3)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[15e3]=e,B.yzuzhCln.push(e),lh([{selector:"#traffective-ad-Content_2",cssApply:{display:"none"}},{function:function(h,e){for(var t=h.parentElement;t;)if("ad"===(t=t.parentElement).className){ph(t,"beforeBegin",h);break}var n=ch(".site-wrapper.article");n||oh(h,"margin","10px auto","")}}],e,15e3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0463<0;9fg0ef5:0463<;9fgef5:1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,15e3,t,function(){g&&Mh(15e3,a,30,h,i)}),_(15e3,l,!0)},g?xh(a,h):h()))},function(){_(15e3,l,!1)})},e=_,d=Y(""+X(Q(X("T3BJfGdKb21lSlh3XHA8bmhWRG1nS01rXXBdb1w2VXNncFh3XFpUd1Q1PHhnSll4Z0k7fA=="),-3)),""),h=(d?h(d,!i,!1,B.yzuzh5ebRnd):e(15e3,!i,!1),g&&(a={adContainer:null,additionalHtml:[],spacer:null}),!1),d=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h3h30ehe<094e90h3h3ehe<94e91ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(12127,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("V1lNaVZJRUVPWVFzXUpZbFxbTHdZSjx6"),-3))]=e,g&&(p.adContainer=e),sh(e,"TICJSGK"),n),t=(B.yzuzh820Am[12127]&&(zh(B.yzuzh820Am[12127]),g||(B.yzuzh820Am[12127]=!1)),g&&(B.yzuzhdc184.r[12127]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[12127]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12127==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g4830g34307:g70g483g3437:g71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g:e<0f:i;04fgh0g:e<f:i;4fgh1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:36407f3709iig0:3647f379iig1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h5730gf6h07f:60h573gf6h7f:61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"093;h0:3;5076<g093;h:3;576<g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<33e0h73<09i6e0<33eh73<9i6e1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06e340ii8g07;e806e34ii8g7;e81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04984067h4079e;0498467h479e;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09f<404<7h046gi09f<44<7h46gi1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0iie80h7460g5h:0iie8h746g5h:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<;4g0i8f505fh<0<;4gi8f55fh<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ei;f04g340<9630ei;f4g34<9631ruljlqdo1msj",-3)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),fh(h,e),B.yzuzhdc184.a[12127]=e,B.yzuzhCln.push(e),lh([{selectorAll:"#traffective-ad-Rectangle_1, #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_3, #traffective-ad-Native_1",cssApply:{display:"none"}}],e,12127),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:8h07h470543i04:8h7h47543i1ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,12127,t,function(){g&&Mh(12127,p,30,h,i)}),_(12127,l,!0)},g?xh(p,h):h()))},function(){_(12127,l,!1)})},e=_,i=Y(""+X(Q(X("T3BNfGRaUXVMRzdqTDZVfFxaXXBdWlEzZFtdb09aSW5PWU1vXDZVa2VwZ3ZdWTt7T0ZFZV1KSTNcVjRsT1tVc2dKe29ObTRSXFtVc2dwWXhdSjxnT0l3blxbVWtPWkx3Z0pvM2VKWHRTWDhrZ0pvNV1ZO3tbVEBA"),-3)),""),d=(i?d(i,!h,!1,B.yzuzh5ebRnd):e(12127,!h,!1),g&&(p={adContainer:null,additionalHtml:[],spacer:null}),!1),i=function i(d,l,e,t){if(e)return;var u=(new Date).getTime();var h=Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:8f90hfg70g:g<0:8f9hfg7g:g<1ruljlqdo1msj",-3);g&&(h+="#"+u);$(h,function(){var n,h;e||(e=!0,(n=this).height<2?_(12108,l,!1):t==B.yzuzh5ebRnd&&(h=function(){var h=d,e=K("div"),t=(z[""+X(Q(X("WDN3XU9ZTXNdNWsz"),-3))]=e,g&&(b.adContainer=e),sh(e,"WcNaImQRIM"),n),t=(B.yzuzh820Am[12108]&&(zh(B.yzuzh820Am[12108]),g||(B.yzuzh820Am[12108]=!1)),g&&(B.yzuzhdc184.r[12108]=!0),nh(t,function(h,e){if(!B.yzuzh96fPc[12108]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12108==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<<ie0fg94056460<<iefg9456461ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"078:;0635f0<7;i078:;635f<7;i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"074330669f0<h:<07433669f<h:<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e:5905g830e8g70e:595g83e8g71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04eii0f9480<65304eiif948<6531ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"057fe0<5h304;;e057fe<5h34;;e1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g<hi0469309i9:0g<hi46939i9:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04e540:3840<9;604e54:384<9;61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:94706h3806g5i0:9476h386g5i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"065i80<<5;0;4ih065i8<<5;;4ih1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0fi:i0:hi;0i3e90fi:i:hi;i3e91ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;g5i0g3;i04ff60;g5ig3;i4ff61ruljlqdo1msj",-3)],l=l[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(6*t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(e,n),h.firstChild?fh(h.firstChild,e):J(h,e),B.yzuzhdc184.a[12108]=e,B.yzuzhCln.push(e),lh([{selector:".brickgroup.site-wrapper",cssApply:{position:"relative"}}],e,12108),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f45506g:i0g:980f4556g:ig:981ruljlqdo1msj",-3));g&&(t+="#"+u),Th(e,12108,t,function(){g&&Mh(12108,b,30,h,i)}),_(12108,l,!0)},g?xh(b,h):h()))},function(){_(12108,l,!1)})},e=_,h=Y(""+X(Q(X("T3A0eV1GNHJdWkluXVtMd2VwWTZPRjhsZnBvbWQ1Z3xlNll6T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),"");function m(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"046660i7880933904666i78893391ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12245,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),rh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdId1BtTEA="),-3))]=t,"azPePZ "),n=h,B.yzuzh820Am[12245]&&(zh(B.yzuzh820Am[12245]),B.yzuzh820Am[12245]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12245]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12245==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09egh0igf;0gi<409eghigf;gi<41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"083f707;9h0e:hf083f77;9he:hf1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0eeg40<48e0:9i60eeg4<48e:9i61ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gef<04;<:06<;80gef<4;<:6<;81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ef990:8<90:9gi0ef99:8<9:9gi1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07<350f8ef0<g3807<35f8ef<g381ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12245]=t,B.yzuzhCln.push(t),Th(t,12245,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e9fi095430<;e;0e9fi9543<;e;1ruljlqdo1msj",-3),function(){}),_(12245,d,!0)))},function(){_(12245,d,!1)}))}function R(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;ei;0e7650<<650;ei;e765<<651ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12246,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdMd1BtTEA="),-3))]=t,"aIHMumMRPR"),rh(t,"WtGKmi "),n=h,B.yzuzh820Am[12246]&&(zh(B.yzuzh820Am[12246]),B.yzuzh820Am[12246]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12246]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12246==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09i;:04;hi05;8709i;:4;hi5;871ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"057hh0;hg504;97057hh;hg54;971ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f3<70;9<70<3760f3<7;9<7<3761ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gh9g04f;h0gi540gh9g4f;hgi541ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12246]=t,B.yzuzhCln.push(t),Th(t,12246,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08h;50:7g70<g9g08h;5:7g7<g9g1ruljlqdo1msj",-3),function(){}),_(12246,d,!0)))},function(){_(12246,d,!1)}))}function x(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"058e5047990hg34058e54799hg341ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12247,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdQd1BtTEA="),-3))]=t,"QuxBgFTMgL"),rh(t,"KfGcjWppAt "),n=h,B.yzuzh820Am[12247]&&(zh(B.yzuzh820Am[12247]),B.yzuzh820Am[12247]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12247]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12247==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05h;70e9<:0hh:405h;7e9<:hh:41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hi640g8i60;7e40hi64g8i6;7e41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h6h50f8e30ge5i0h6h5f8e3ge5i1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<3:30e5570gh8i0<3:3e557gh8i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0653<06fgf0hh850653<6fgfhh851ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:;<30e:;:0h47<0:;<3e:;:h47<1ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12247]=t,B.yzuzhCln.push(t),Th(t,12247,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04;;h09:660h86504;;h9:66h8651ruljlqdo1msj",-3),function(){}),_(12247,d,!0)))},function(){_(12247,d,!1)}))}function v(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:7<605h6;09:9h0:7<65h6;9:9h1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12248,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdUd1BtTEA="),-3))]=t,"ZZRPlX"),rh(t,"HgPDbzsMb "),n=h,B.yzuzh820Am[12248]&&(zh(B.yzuzh820Am[12248]),B.yzuzh820Am[12248]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12248]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12248==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05<3i09gg304::g05<3i9gg34::g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g;:507<5<077930g;:57<5<77931ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ii8h0e;740;3;;0ii8he;74;3;;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0fg6607f770h3<70fg667f77h3<71ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12248]=t,B.yzuzhCln.push(t),Th(t,12248,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;;:i077e:0<79f0;;:i77e:<79f1ruljlqdo1msj",-3),function(){}),_(12248,d,!0)))},function(){_(12248,d,!1)}))}function M(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;69i0fh:807hff0;69ifh:87hff1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12249,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdYd1BtTEA="),-3))]=t,"XVFOSJX"),n=h,B.yzuzh820Am[12249]&&(zh(B.yzuzh820Am[12249]),B.yzuzh820Am[12249]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12249]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12249==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:<<f0f5gi07i9f0:<<ff5gi7i9f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f:e;0if::09:470f:e;if::9:471ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09gi60648;0g;9:09gi6648;g;9:1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"045<i09<;30668;045<i9<;3668;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hg4h0;:5;0i5e;0hg4h;:5;i5e;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e3630i9;<09eee0e363i9;<9eee1ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12249]=t,B.yzuzhCln.push(t),Th(t,12249,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<73:0g49i09h3f0<73:g49i9h3f1ruljlqdo1msj",-3),function(){}),_(12249,d,!0)))},function(){_(12249,d,!1)}))}function T(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hf4h0g3:g04:6:0hf4hg3:g4:6:1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12250,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdcd1BtTEA="),-3))]=t,"khmVhugmad"),n=h,B.yzuzh820Am[12250]&&(zh(B.yzuzh820Am[12250]),B.yzuzh820Am[12250]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12250]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12250==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08h<;0e5ei04e8:08h<;e5ei4e8:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0he3:0hgh<0fi380he3:hgh<fi381ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"053i907<990e744053i97<99e7441ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:h:0f4360<59304:h:f436<5931ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12250]=t,B.yzuzhCln.push(t),Th(t,12250,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hh4g0g9i504f:e0hh4gg9i54f:e1ruljlqdo1msj",-3),function(){}),_(12250,d,!0)))},function(){_(12250,d,!1)}))}function q(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f3:709ei8059ie0f3:79ei859ie1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12251,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdmd1BtTEA="),-3))]=t,"TOQaav"),n=h,B.yzuzh820Am[12251]&&(zh(B.yzuzh820Am[12251]),B.yzuzh820Am[12251]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12251]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12251==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0747i0459g06hf60747i459g6hf61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i75:0489f0:8;60i75:489f:8;61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g3g;07:9e07<7f0g3g;7:9e7<7f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gfhe0:g76046;i0gfhe:g7646;i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04fff057i<06<;i04fff57i<6<;i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f7fh08gf<0;74g0f7fh8gf<;74g1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05iif0;i7:06ig405iif;i7:6ig41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i<<g0e46g0<64:0i<<ge46g<64:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"055fh04gi30g;4i055fh4gi3g;4i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ggf<0744i0:8i50ggf<744i:8i51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06ie:08;660<h6606ie:8;66<h661ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0686e0:<6h0;g830686e:<6h;g831ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12251]=t,B.yzuzhCln.push(t),Th(t,12251,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<<730e5460g4:80<<73e546g4:81ruljlqdo1msj",-3),function(){}),_(12251,d,!0)))},function(){_(12251,d,!1)}))}function L(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"068450fih<05eeg06845fih<5eeg1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12252,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdqd1BtTEA="),-3))]=t,"UizEIl"),n=h,B.yzuzh820Am[12252]&&(zh(B.yzuzh820Am[12252]),B.yzuzh820Am[12252]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12252]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12252==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0649g06:4h0fe540649g6:4hfe541ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05e4<08he60h:i;05e4<8he6h:i;1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04i<90;h3e04fhi04i<9;h3e4fhi1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0eei504<<706ei;0eei54<<76ei;1ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12252]=t,B.yzuzhCln.push(t),Th(t,12252,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i4690;3gf05g770i469;3gf5g771ruljlqdo1msj",-3),function(){}),_(12252,d,!0)))},function(){_(12252,d,!1)}))}function N(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e8:e069370:eg60e8:e6937:eg61ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12253,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdud1BtTEA="),-3))]=t,"TEWxpZr"),rh(t,"rRVWXUY "),n=h,B.yzuzh820Am[12253]&&(zh(B.yzuzh820Am[12253]),B.yzuzh820Am[12253]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12253]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12253==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06e<h04;3<0f46506e<h4;3<f4651ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e;ie07e<i0<8e50e;ie7e<i<8e51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0673f0f8450<9770673ff845<9771ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0866:0<8g<0g6:80866:<8g<g6:81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"096<60g4:60;9;3096<6g4:6;9;31ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04f<<04:880ig:f04f<<4:88ig:f1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;9630e;840h:e60;963e;84h:e61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;8f30h:g30<8340;8f3h:g3<8341ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<i;407:f<065390<i;47:f<65391ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<f75055360e9440<f755536e9441ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e7f50;:7<08i730e7f5;:7<8i731ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0679i0i99:0:44g0679ii99::44g1ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12253]=t,B.yzuzhCln.push(t),Th(t,12253,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0733<0737905hf:0733<73795hf:1ruljlqdo1msj",-3),function(){}),_(12253,d,!0)))},function(){_(12253,d,!1)}))}function w(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0896:0;45h0ee5e0896:;45hee5e1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12254,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdEd1BtTEA="),-3))]=t,"vhSrEmnIC"),n=h,B.yzuzh820Am[12254]&&(zh(B.yzuzh820Am[12254]),B.yzuzh820Am[12254]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12254]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12254==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0847f05ii:0<:;g0847f5ii:<:;g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"048530f6630<f5;04853f663<f5;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<h5f0e39h0;9980<h5fe39h;9981ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:<g04;550495h04:<g4;55495h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"048;90fe680:77:048;9fe68:77:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ef530h<9<04<i70ef53h<9<4<i71ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h:840h3:70hi870h:84h3:7hi871ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:490;f7h09:g904:49;f7h9:g91ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09<i3097g:0e84f09<i397g:e84f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f6hg04<g70eh<f0f6hg4<g7eh<f1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f8hf0i:eh074ee0f8hfi:eh74ee1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07i<:096hh0h74507i<:96hhh7451ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12254]=t,B.yzuzhCln.push(t),Th(t,12254,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g4i504f750<9i:0g4i54f75<9i:1ruljlqdo1msj",-3),function(){}),_(12254,d,!0)))},function(){_(12254,d,!1)}))}function D(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0fg;70<98:05ifh0fg;7<98:5ifh1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12255,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdId1BtTEA="),-3))]=t,"DuAYwadr"),n=h,B.yzuzh820Am[12255]&&(zh(B.yzuzh820Am[12255]),B.yzuzh820Am[12255]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12255]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12255==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0899:0g3f40gh770899:g3f4gh771ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g<840;3ef05hh50g<84;3ef5hh51ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0666g0445409e:50666g44549e:51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07;36043h60<;8g07;3643h6<;8g1ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12255]=t,B.yzuzhCln.push(t),Th(t,12255,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<;6:056eg063ff0<;6:56eg63ff1ruljlqdo1msj",-3),function(){}),_(12255,d,!0)))},function(){_(12255,d,!1)}))}function A(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04<;70f;5<048<e04<;7f;5<48<e1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12256,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdMd1BtTEA="),-3))]=t,"EDReufc"),n=h,B.yzuzh820Am[12256]&&(zh(B.yzuzh820Am[12256]),B.yzuzh820Am[12256]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12256]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12256==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0839e0hi770h;h<0839ehi77h;h<1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:9eg0<48g07g540:9eg<48g7g541ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04g3504i:f0;f<604g354i:f;f<61ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<7gf06<6<0fe::0<7gf6<6<fe::1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0895<049<704f740895<49<74f741ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07f340e3;60:9f407f34e3;6:9f41ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12256]=t,B.yzuzhCln.push(t),Th(t,12256,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f5940657h0h;e60f594657hh;e61ruljlqdo1msj",-3),function(){}),_(12256,d,!0)))},function(){_(12256,d,!1)}))}function V(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<9;;05<h40eegi0<9;;5<h4eegi1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12257,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdQd1BtTEA="),-3))]=t,"snLQWxPz"),n=h,B.yzuzh820Am[12257]&&(zh(B.yzuzh820Am[12257]),B.yzuzh820Am[12257]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12257]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12257==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0463:04e3707f730463:4e377f731ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04:;:0fi<;0i5f;04:;:fi<;i5f;1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07<8:0678e0:ieg07<8:678e:ieg1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f34i0i7;<04h3g0f34ii7;<4h3g1ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12257]=t,B.yzuzhCln.push(t),Th(t,12257,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g;6h0f7390:4740g;6hf739:4741ruljlqdo1msj",-3),function(){}),_(12257,d,!0)))},function(){_(12257,d,!1)}))}function U(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g<5:079f<046ei0g<5:79f<46ei1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12258,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdUd1BtTEA="),-3))]=t,"LIXsVyI"),n=h,B.yzuzh820Am[12258]&&(zh(B.yzuzh820Am[12258]),B.yzuzh820Am[12258]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12258]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12258==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04he705<h30:8e704he75<h3:8e71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<i6;0765f097870<i6;765f97871ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0966709g9404i5:096679g944i5:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0695<04;8:069ge0695<4;8:69ge1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08<490;:8f04;8408<49;:8f4;841ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<fi306<6405;3g0<fi36<645;3g1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h3;60g4f30e75;0h3;6g4f3e75;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ge9g0;48e0g7ff0ge9g;48eg7ff1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g38409ife0;47;0g3849ife;47;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<h5g0f6690:<730<h5gf669:<731ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ggi8053950;g;90ggi85395;g;91ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09556057:i0e;:i0955657:ie;:i1ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12258]=t,B.yzuzhCln.push(t),Th(t,12258,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0459h0f7f307f6:0459hf7f37f6:1ruljlqdo1msj",-3),function(){}),_(12258,d,!0)))},function(){_(12258,d,!1)}))}function E(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h:6308fe60:i640h:638fe6:i641ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12259,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdYd1BtTEA="),-3))]=t,"RJgSnUfK"),n=h,B.yzuzh820Am[12259]&&(zh(B.yzuzh820Am[12259]),B.yzuzh820Am[12259]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12259]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12259==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07<h:06;:8047<907<h:6;:847<91ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04he3044;e0476i04he344;e476i1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0458g0<g:4044780458g<g:444781ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h:e60h83e07;:e0h:e6h83e7;:e1ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12259]=t,B.yzuzhCln.push(t),Th(t,12259,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0iggh0:h6609:e;0iggh:h669:e;1ruljlqdo1msj",-3),function(){}),_(12259,d,!0)))},function(){_(12259,d,!1)}))}function F(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gf<30;;:<0e4;40gf<3;;:<e4;41ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12260,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdcd1BtTEA="),-3))]=t,"IiWdgyC"),n=h,B.yzuzh820Am[12260]&&(zh(B.yzuzh820Am[12260]),B.yzuzh820Am[12260]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12260]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12260==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e7ie04h4609<480e7ie4h469<481ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g6<90hh3:0f9490g6<9hh3:f9491ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hi:<068:70h48g0hi:<68:7h48g1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"043<h0ef;40hg;5043<hef;4hg;51ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f:f50;9hh0g8860f:f5;9hhg8861ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"085760<<7f0g<f408576<<7fg<f41ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12260]=t,B.yzuzhCln.push(t),Th(t,12260,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i;e807i:f06ge60i;e87i:f6ge61ruljlqdo1msj",-3),function(){}),_(12260,d,!0)))},function(){_(12260,d,!1)}))}function O(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"045740gfg<0885804574gfg<88581ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12261,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdmd1BtTEA="),-3))]=t,"AGrbuf"),rh(t,"ZPFMkK "),n=h,B.yzuzh820Am[12261]&&(zh(B.yzuzh820Am[12261]),B.yzuzh820Am[12261]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12261]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12261==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"079:70gi7f0553:079:7gi7f553:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0i37;0i977056;<0i37;i97756;<1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0fifg0h6;:0:i6i0fifgh6;::i6i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e<790;5g40e<h70e<79;5g4e<h71ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12261]=t,B.yzuzhCln.push(t),Th(t,12261,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ig450hh;4064;;0ig45hh;464;;1ruljlqdo1msj",-3),function(){}),_(12261,d,!0)))},function(){_(12261,d,!1)}))}function k(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08;ih0;::407;g608;ih;::47;g61ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12262,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdqd1BtTEA="),-3))]=t,"pqfyMvBef"),n=h,B.yzuzh820Am[12262]&&(zh(B.yzuzh820Am[12262]),B.yzuzh820Am[12262]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12262]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12262==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0::f904ffg053870::f94ffg53871ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05373047530<<9g053734753<<9g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04g5e05<5g0he9304g5e5<5ghe931ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0fg49068:i0<<630fg4968:i<<631ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"049<<0hef;04g:i049<<hef;4g:i1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e5990e7i30gg3<0e599e7i3gg3<1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;h<i0<3i;0g;;80;h<i<3i;g;;81ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<<if054:i09h640<<if54:i9h641ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"087ig083;i0f7;g087ig83;if7;g1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0658608f3f0gih6065868f3fgih61ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0944f0;5;305:::0944f;5;35:::1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04fei0<53h0;68704fei<53h;6871ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12262]=t,B.yzuzhCln.push(t),Th(t,12262,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05h560e36f07<7305h56e36f7<731ruljlqdo1msj",-3),function(){}),_(12262,d,!0)))},function(){_(12262,d,!1)}))}function I(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f54e0iih;0494;0f54eiih;494;1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12263,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdud1BtTEA="),-3))]=t,"rwBjaOT"),n=h,B.yzuzh820Am[12263]&&(zh(B.yzuzh820Am[12263]),B.yzuzh820Am[12263]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12263]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12263==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0994h0ge:;0ef:e0994hge:;ef:e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0454f06<if044;80454f6<if44;81ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h5ei0<;gf0ie<30h5ei<;gfie<31ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g<h40i8fg0ge570g<h4i8fgge571ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12263]=t,B.yzuzhCln.push(t),Th(t,12263,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0ff:i09f780f9530ff:i9f78f9531ruljlqdo1msj",-3),function(){}),_(12263,d,!0)))},function(){_(12263,d,!1)}))}function C(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0eig605e7h0hh8e0eig65e7hhh8e1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12264,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),rh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Ed1BtTEA="),-3))]=t,"MOJzGlVvtg "),n=h,B.yzuzh820Am[12264]&&(zh(B.yzuzh820Am[12264]),B.yzuzh820Am[12264]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12264]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12264==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:3hi096e5045:70:3hi96e545:71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08<g;0i<6:04<g708<g;i<6:4<g71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;63<056g;04:7;0;63<56g;4:7;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:9<4046;i04e490:9<446;i4e491ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;if90;i4h05hi:0;if9;i4h5hi:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0797704eh:0:9;8079774eh::9;81ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0778g064fe093;e0778g64fe93;e1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05ggg0;i7g0fihf05ggg;i7gfihf1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h:690:8g80<9:70h:69:8g8<9:71ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08g730ih5g04g;408g73ih5g4g;41ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0456609ff30::5h045669ff3::5h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"046i90:94;06f89046i9:94;6f891ruljlqdo1msj",-3)],l=l[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(2*t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12264]=t,B.yzuzhCln.push(t),Th(t,12264,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"048h:0<gie0<hh8048h:<gie<hh81ruljlqdo1msj",-3),function(){}),_(12264,d,!0)))},function(){_(12264,d,!1)}))}function W(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<9ee09f;e09:e:0<9ee9f;e9:e:1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12265,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),rh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Id1BtTEA="),-3))]=t,"DIsFAQFZz "),n=h,B.yzuzh820Am[12265]&&(zh(B.yzuzh820Am[12265]),B.yzuzh820Am[12265]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12265]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12265==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"059:;0e4e708<f;059:;e4e78<f;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06:4g054550ig6:06:4g5455ig6:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05f740e:9f0gi9:05f74e:9fgi9:1ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h3360ge<90gh9:0h336ge<9gh9:1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08g4f0i;h909ii;08g4fi;h99ii;1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h8840i<4;06:<g0h884i<4;6:<g1ruljlqdo1msj",-3)],l=l[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)],u=u[3*P(+t.y/this.offsetHeight)+P(3*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12265]=t,B.yzuzhCln.push(t),Th(t,12265,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"078;30f6gf0447f078;3f6gf447f1ruljlqdo1msj",-3),function(){}),_(12265,d,!0)))},function(){_(12265,d,!1)}))}function S(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g:i60e7eg0;89i0g:i6e7eg;89i1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12266,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),rh(z[""+X(Q(X("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Md1BtTEA="),-3))]=t,"SDiFeScMP "),n=h,B.yzuzh820Am[12266]&&(zh(B.yzuzh820Am[12266]),B.yzuzh820Am[12266]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12266]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12266==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0gieg0e:f30g9hg0giege:f3g9hg1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"045<40:65309<59045<4:6539<591ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04fgh05f890:i;h04fgh5f89:i;h1ruljlqdo1msj",-3),Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0e3850448g0i8890e385448gi8891ruljlqdo1msj",-3)],l=l[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)],u=u[2*P(+t.y/this.offsetHeight)+P(2*t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12266]=t,B.yzuzhCln.push(t),Th(t,12266,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"05i8505hh808ff:05i855hh88ff:1ruljlqdo1msj",-3),function(){}),_(12266,d,!0)))},function(){_(12266,d,!1)}))}h?i(h,!d,!1,B.yzuzh5ebRnd):e(12108,!d,!1),g&&(b={adContainer:null,additionalHtml:[],spacer:null}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHs="),-3)),"");return h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=1e3},function(){var h,e,t,n;h=!0,e=m,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHs="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12245,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHw="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12245]||B.yzuzhdc184.w[12245]||B.yzuzhdc184.a[12245])},function(){var h,e,t,n;h=!0,e=R,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHw="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12246,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTH0="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12246]||B.yzuzhdc184.w[12246]||B.yzuzhdc184.a[12246])},function(){var h,e,t,n;h=!0,e=x,t=_,(n=Y(""+X(Q(X("TDZRcGdKTH0="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12247,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDM="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12247]||B.yzuzhdc184.w[12247]||B.yzuzhdc184.a[12247])},function(){var h,e,t,n;h=!0,e=v,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDM="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12248,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDQ="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12248]||B.yzuzhdc184.w[12248]||B.yzuzhdc184.a[12248])},function(){var h,e,t,n;h=!0,e=M,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDQ="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12249,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDU="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12249]||B.yzuzhdc184.w[12249]||B.yzuzhdc184.a[12249])},function(){var h,e,t,n;h=!0,e=T,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDU="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12250,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDY="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12250]||B.yzuzhdc184.w[12250]||B.yzuzhdc184.a[12250])},function(){var h,e,t,n;h=!0,e=q,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDY="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12251,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDc="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12251]||B.yzuzhdc184.w[12251]||B.yzuzhdc184.a[12251])},function(){var h,e,t,n;h=!0,e=L,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDc="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12252,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTDg="),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12252]||B.yzuzhdc184.w[12252]||B.yzuzhdc184.a[12252])},function(){var h,e,t,n;h=!0,e=N,t=_,(n=Y(""+X(Q(X("TDZRcGdKTDg="),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12253,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtQREBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12253]||B.yzuzhdc184.w[12253]||B.yzuzhdc184.a[12253])},function(){var h,e,t,n;h=!0,e=w,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtQREBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12254,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtQVEBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12254]||B.yzuzhdc184.w[12254]||B.yzuzhdc184.a[12254])},function(){var h,e,t,n;h=!0,e=D,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtQVEBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12255,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtQakBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12255]||B.yzuzhdc184.w[12255]||B.yzuzhdc184.a[12255])},function(){var h,e,t,n;h=!0,e=A,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtQakBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12256,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtQekBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12256]||B.yzuzhdc184.w[12256]||B.yzuzhdc184.a[12256])},function(){var h,e,t,n;h=!0,e=V,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtQekBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12257,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtRREBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12257]||B.yzuzhdc184.w[12257]||B.yzuzhdc184.a[12257])},function(){var h,e,t,n;h=!0,e=U,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtRREBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12258,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtRVEBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12258]||B.yzuzhdc184.w[12258]||B.yzuzhdc184.a[12258])},function(){var h,e,t,n;h=!0,e=E,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtRVEBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12259,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtRakBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12259]||B.yzuzhdc184.w[12259]||B.yzuzhdc184.a[12259])},function(){var h,e,t,n;h=!0,e=F,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtRakBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12260,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtRekBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12260]||B.yzuzhdc184.w[12260]||B.yzuzhdc184.a[12260])},function(){var h,e,t,n;h=!0,e=O,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtRekBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12261,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtSREBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12261]||B.yzuzhdc184.w[12261]||B.yzuzhdc184.a[12261])},function(){var h,e,t,n;h=!0,e=k,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtSREBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12262,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHtSVEBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12262]||B.yzuzhdc184.w[12262]||B.yzuzhdc184.a[12262])},function(){var h,e,t,n;h=!0,e=I,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHtSVEBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12263,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHxQREBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12263]||B.yzuzhdc184.w[12263]||B.yzuzhdc184.a[12263])},function(){var h,e,t,n;h=!0,e=C,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHxQREBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12264,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHxQVEBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12264]||B.yzuzhdc184.w[12264]||B.yzuzhdc184.a[12264])},function(){var h,e,t,n;h=!0,e=W,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHxQVEBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12265,!h,!1)}),ih(0,function(){var h=!0,e=Y(""+X(Q(X("TDZRcGdKTHxQakBA"),-3)),"");return h=(h=(h=h&&e)&&h.getBoundingClientRect().top-B.innerHeight<=700)&&(B.yzuzhdc184.f[12265]||B.yzuzhdc184.w[12265]||B.yzuzhdc184.a[12265])},function(){var h,e,t,n;h=!0,e=S,t=_,(n=Y(""+X(Q(X("TDZRcGdKTHxQakBA"),-3)),""))?e(n,!h,!1,B.yzuzh5ebRnd):t(12266,!h,!1)});i=!1,h=function(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"07<ig069:40595807<ig69:459581ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12112,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WTVJdmVLRWtmSll8T1lNc101azM="),-3))]=t,"EqCTBps"),n=h,B.yzuzh820Am[12112]&&(zh(B.yzuzh820Am[12112]),B.yzuzh820Am[12112]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12112]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12112==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04fi30ifi4064g904fi3ifi464g91ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<53;0e9g<0gi3e0<53;e9g<gi3e1ruljlqdo1msj",-3)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),B.yzuzhdc184.a[12112]=t,Th(t,12112,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;5;:0egg609g730;5;:egg69g731ruljlqdo1msj",-3),function(){}),_(12112,d,!0)))},function(){_(12112,d,!1)}))},e=_,d=t[""+X(Q(X("UFdMe1BXSEA="),-3))],d?h(d,!i,!1,B.yzuzh5ebRnd):e(12112,!i,!1),h=!1,d=function(i,d,l,u){l||((new Date).getTime(),$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"09i8:0if;f0467h09i8:if;f467h1ruljlqdo1msj",-3),function(){var h,e,t,n;l||(l=!0,(h=this).height<2?_(12113,d,!1):u==B.yzuzh5ebRnd&&(e=i,t=K("div"),sh(z[""+X(Q(X("WTVJdmVLRWtmSll8T1lVeWZEQEA="),-3))]=t,"LjzisiZ"),n=h,B.yzuzh820Am[12113]&&(zh(B.yzuzh820Am[12113]),B.yzuzh820Am[12113]=!1),nh(n,function(h,e){if(!B.yzuzh96fPc[12113]){h.preventDefault(),h.stopPropagation();for(var t=th(h,this),n=0;n<B.yzuzh7b2Oc.length;n++){var i,d=B.yzuzh7b2Oc[n];if(12113==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(i=0<d.t.length?d.t:"_self",i=0==h.button&&h.ctrlKey?"_blank":i,hh(B,d.u,d.u,i,!0)))}var l=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0f9580;:f:049480f958;:f:49481ruljlqdo1msj",-3)],u=[Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"06ife0eg7h0ig7306ifeeg7hig731ruljlqdo1msj",-3)],l=l[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)],u=u[+P(+t.y/this.offsetHeight)+P(+t.x/this.offsetWidth)];hh(B,l,u,"_blank",!1)}}),J(t,h),J(e,t),lh([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}}],B.yzuzhdc184.a[12113]=t,12113),Th(t,12113,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hgeg0<h;40fh3g0hgeg<h;4fh3g1ruljlqdo1msj",-3),function(){}),_(12113,d,!0)))},function(){_(12113,d,!1)}))},e=_,i=t[""+X(Q(X("UFdMe1BXSEA="),-3))];{var H,l,Z,G,u;i?d(i,!h,!1,B.yzuzh5ebRnd):e(12113,!h,!1),(B.yzuzhautorecov||B.yzuzh59bFlags.autoRecov)&&(G=[],u=[],B.yzuzh59bFlags.mutationRecord=u,eh(function(){H=Object.keys(B.yzuzhdc184.a);for(var h=0;h<H.length;h++)G[h]=H[h];Z=Object.values(B.yzuzhdc184.w);for(var e,t,n=0;n<G.length;n++){var i=G[n];0===(l=B.yzuzhdc184.a[i].firstChild||B.yzuzhdc184.a[i]).scrollHeight&&0===l.scrollWidth?(t=u)[e=i]&&t[e].ignore||function o(h,e,t,n){var i=h.classList.item(0)?"."+h.classList.item(0):"";var f=mh(h,i,Rh(6));var d=h.id.trim()?"#"+h.id.trim():"";var r=mh(h,d,Rh(6));var l="";var u="";if(B[dh("fmdsqfEtqqf",-12)])for(var z=B[dh("fmdsqfEtqqf",-12)],s=z,g=0;g<z.cssRules.length;g++)u=z.cssRules[g].cssText,i&&-1<u.indexOf(i)?l=u.replace(i,f):d&&-1<u.indexOf(d)&&(l=u.replace(d,r)),""!==l&&(s.deleteRule(g--),s.insertRule(l,z.cssRules.length),l="");h.classList.remove("yzuzhHid");t&&0===h.scrollHeight&&0===h.scrollWidth&&(n[t]&&3<n[t].hidden?n[t].ignore=!0:n[t]?n[t].hidden++:n[t]={hidden:1});for(var c=0;c<e.length;c++)h.parentNode===e[c]&&o(e[c],e,void 0,void 0)}(l="IMG"===l.nodeName?l.parentNode:l,Z,i,u):u[i]&&(u[i]={hidden:0})}0},500))}uh(),uh()}function dh(h,e){if(e<0)return dh(h,e+26);for(var t="",n=0;n<h.length;n++){var i,d=h[n];d.match(/[a-z]/i)&&(65<=(i=h.charCodeAt(n))&&i<=90?d=g((i-65+e)%26+65):97<=i&&i<=122&&(d=g((i-97+e)%26+97))),t+=d}return t}var c={};function v(h,e){var t,n;h&&0!==h.children.length&&(n=h.children[0],t=F(h),t=(n=F(n)).x-t.x+n.width,(n=c[e])||(n=K("style"),c[e]=n,y.head.appendChild(n),p(B,"resize",function(h,e){v(this,h)}.bind(h,e),!1)),-1===n.innerHTML.indexOf(t+"px")&&(n.innerHTML=function(h){if(!h)return"";var e="";return h.id&&0<h.id.length&&(e+="#"+i(h.id)),h.className&&0<h.className.length&&(e+="."+i(h.className).split(" ").filter(function(h){return h&&0<h.length}).join(".")),e}(h)+":after{width:"+t+"px;}"))}function lh(h,e,t){if("[object Array]"===Object.prototype.toString.call(h))for(var n=0;n<h.length;n++){if((h[n].selector||h[n].selectorAll)&&!h[n].skipSelectorCSS)for(var i=W(h[n].selector||h[n].selectorAll),d=0;d<i.length;d++){g=z=u=l=void 0;var l=i[d],u=h[n].cssApply;if(l&&u)for(var z=Object.keys(u),g=0;g<z.length;g++)"[object Array]"===Object.prototype.toString.call(u[z[g]])?oh(l,z[g],u[z[g]],"important"):oh(l,z[g],u[z[g]],"");if(h[n].selector)break}h[n].function&&"function"==typeof h[n].function&&h[n].function(e,t),h[n].applyAdText&&v(e,t)}}function uh(){B.yzuzh59bFlags.skipcln}function _(h,e,t){t||(B.yzuzhdc184.f[h]=!0),e?(B.yzuzh0cbPl++,B.yzuzh0cbPl==B.yzuzhad7Ptl&&(zh(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;3f60:68908;880;3f6:6898;881ruljlqdo1msj",-3)),qh=!1)):0===B.yzuzhad7Ptl&&(qh=!1)}function zh(h){var e=K("iframe");J(B.yzuzh59bFlags.b2h?Nh.parentNode:Nh,e),B.yzuzh59bFlags.rsp&&(e.referrerPolicy="unsafe-url"),e.src=h,e.style.width="2px",e.style.height="2px",e.style.border="none",setTimeout(function(){e.style.display="none"},5e3),B.yzuzhCln.push(e)}function M(){return B.yzuzh59bFlags.nwe7alst=!0,B.yzuzh59bFlags.aatest=!0}function T(r,s){var n,c,i,d,l,h;B.yzuzh404Track||(B.yzuzh404Track=!0,n=!5e3,B.yzuzh59bFlags.ab=!(c=function(){bh(this)?qh=!1:R()}),r||s?(B.yzuzh59bFlags.nc=!1,B.yzuzh59bFlags.ab=s,i=function(){try{!B.yzuzh59bFlags.tcf||B.yzuzh59bFlags.tcf.gdprApplies&&(!B.yzuzh59bFlags.tcf.purpose.consents[1]||!B.yzuzh59bFlags.tcf.vendor.consents[539]||B.yzuzh59bFlags.tcf.publisher&&B.yzuzh59bFlags.tcf.publisher.restrictions&&B.yzuzh59bFlags.tcf.publisher.restrictions[1]&&B.yzuzh59bFlags.tcf.publisher.restrictions[1][539])?L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"):B.yzuzh59bFlags.pmcache&&!B.yzuzh59bFlags.nopmcache&&(B.yzuzhdc18tc.pm?document.cookie="xdefccpm=yes;max-age=300;path=/":document.cookie="xdefccpm=no;max-age=300;path=/")}catch(h){L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;")}var o,h,e,t,n,i,d,l,u,z={aab:!!B.yzuzhdc18tc.aab,ab:!!s,pm:!!r,dark:!!B.yzuzh59bFlags.isDarkMode,mobile:!!B.yzuzhb37Mobile},g=j(z);function f(h){h()}r?s?(B.yzuzh59bFlags.abrld&&!B.yzuzh59bFlags.glblrld&&(B.yzuzh59bFlags.glblrld=!0,i=eh(function(){b(i),V()},6e4)),S(g,c,c)):B.yzuzhnpm||B.yzuzh59bFlags.npm?qh=!1:(B.yzuzh59bFlags.pmrld&&!B.yzuzh59bFlags.glblrld&&(B.yzuzh59bFlags.glblrld=!0,i=eh(function(){b(i),V()},6e4)),S(g,c,c)):s?(B.yzuzh59bFlags.abrld&&!B.yzuzh59bFlags.glblrld&&(B.yzuzh59bFlags.glblrld=!0,i=eh(function(){b(i),V()},6e4)),B.yzuzhb37Mobile?S(g,c,c):(h=o=!1,B.yzuzh59bFlags&&B.yzuzh59bFlags.crt&&(p(B,"message",function(h){var e="pass",t="back",n="-ad";void 0===B.yzuzhsc&&(B.yzuzhsc={});try{-1<h.data.indexOf(e+t+n+"-160x600")&&(B.yzuzhsc.skypb=!0),-1<h.data.indexOf(e+t+n+"-728x90")&&(B.yzuzhsc.lbpb=!0),-1<h.data.indexOf(e+t+n+"-300x250-2")?B.yzuzhsc.mr2pb=!0:-1<h.data.indexOf(e+t+n+"-300x250-3")?B.yzuzhsc.mr3pb=!0:-1<h.data.indexOf(e+t+n+"-300x250")&&(B.yzuzhsc.mrpb=!0),-1<h.data.indexOf(e+t+n+"-800x250-2")?B.yzuzhsc.bbbtfpb=!0:-1<h.data.indexOf(e+t+n+"-800x250-3")?B.yzuzhsc.bbbtf2pb=!0:-1<h.data.indexOf(e+t+n+"-800x250")&&(B.yzuzhsc.ftpb=!0),-1<h.data.indexOf(e+t+n+"-800x150")&&(B.yzuzhsc.bbpb=!0),B.yzuzhsc.tsm[h.data]=!0}catch(h){}},!1),e="Criteo",B.adslotFilledByCriteo=function(h,e){B.yzuzhsc[h]=e},window.Criteo&&("function"==typeof window.Criteo.DisplayAcceptableAdIfAdblocked||void 0!==window.yzuzhCrt&&window.yzuzhCrt)||((t=K("script")).src="https://static.criteo.net/js/ld/publishertag.js",J(Nh,t),n="window",(t=K("script")).innerHTML=n+"."+e+" = "+n+"."+e+" || {}; "+n+"."+e+".events = "+n+"."+e+".events || [];",J(Nh,t))),B.yzuzh59bFlags.crt&&(o=!0),z.aab&&(h=!0),o?(l=!(d=function(){z.crt=!!B.yzuzhsc.crt,g=j(z),h?f(function(){S(g,c,c)}):S(g,c,c)}),B.yzuzhsc.crt=!1,u=m(function(){l=!0},500),$("https://static.criteo.net/images/pixel.gif?ch=2",function(){clearTimeout(u),l||d()},function(){$("https://static.criteo.net/images/pixel.gif?ch=1",function(){clearTimeout(u),B.yzuzhsc.crt=!0,l||d()},function(){clearTimeout(u),l||d()})})):h?f(function(){S(g,c,c)}):S(g,c,c))):qh=!1},!0===n?i():d=m(function(){n=!0,i()},5e3),l=!1,h=function(h,e){var t="; domain=stuttgarter-zeitung.de; path=/; SameSite=none; Secure;";!e||h.eventStatus&&"tcloaded"!==h.eventStatus&&"useractioncomplete"!==h.eventStatus?e||(document.cookie="gdpr=1"+t,document.cookie="gdpr_consent="+t):(B.yzuzh59bFlags.tcf=h,document.cookie="gdpr="+(!1===h.gdprApplies?"0":"1")+t,document.cookie="gdpr_consent="+h.tcString+t),!0!==n&&(clearTimeout(d),void 0!==l&&l||(l=!0,i()))},"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,h):h(null,!1)):qh=!1)}function q(){B.yzuzhdc18d3++,B.yzuzhdc18d3==B.yzuzhdc181.length&&B.yzuzhdc182.length==B.yzuzhdc18d3&&(B.yzuzhdc18tc.ab=!0),B.yzuzhdc18d3==B.yzuzhdc181.length&&(B.yzuzhdc18tc.abd=!0),N()}function L(){return document.cookie.replace(/(?:(?:^|.*;\s*)xdefccpm\s*\=\s*([^;]*).*$)|^.*$/,"$1")}function N(){var h="";if(!B.yzuzh59bFlags.nopmcache)try{h=L()}catch(h){}B.yzuzh59bFlags.pmcache=!0,""!=h&&(B.yzuzhdc18tc.pmd=!0,"yes"===h&&(B.yzuzhdc18tc.pm=!0),B.yzuzh59bFlags.pmcache=!1),B.yzuzh59bFlags.pmasync&&(B.yzuzhdc18tc.gn||B.yzuzhdc18tc.ab)&&T(B.yzuzhdc18tc.pm,B.yzuzhdc18tc.gn||B.yzuzhdc18tc.ab);h=!B.yzuzh59bFlags.aatest||B.yzuzhdc18tc.aabd;B.yzuzhdc18tc.abd&&B.yzuzhdc18tc.pmd&&B.yzuzhdc18tc.gnd&&h&&T(B.yzuzhdc18tc.pm,B.yzuzhdc18tc.gn||B.yzuzhdc18tc.ab)}function w(){if(!B.yzuzhbf8Detect){B.yzuzhbf8Detect=!0,function(){B.yzuzhdc18tc.ab=!1,B.yzuzhdc18tc.abd=!1,B.yzuzhdc18tc.gn=!1,B.yzuzhdc18tc.gnd=!1,B.yzuzhdc18tc.aab=!1,B.yzuzhdc18tc.aabd=!1;var h=u();B.yzuzhb37Mobile=h.match(/iPad/i)||h.match(/iPhone/i)||h.match(/iPod/i)||h.match(/Android/i),B.yzuzh59bFlags.isDarkMode=function(){try{var h=B.matchMedia&&B.matchMedia("(prefers-color-scheme: dark)").matches,e="rgb(0, 0, 0)"===k(y.body,"background-color");return h||e}catch(h){return!1}}(),B.yzuzhdc181=[],B.yzuzhdc18o1=[],B.yzuzhdc18o1a=[],B.yzuzhdc18o2=[],B.yzuzhdc18o3=[],B.yzuzhdc18o3a=[],B.yzuzhdc182=[],B.yzuzhdc18d3=0,B.yzuzhdc184={},B.yzuzhdc184.a={},B.yzuzhdc184.w={},B.yzuzhdc184.f={},B.yzuzhdc184.cb=!1,B.yzuzhdc184.r={},B.yzuzhdc185={},B.yzuzhdc185.e=0,B.yzuzhdc185.s=0,B.yzuzh902ij=!1,B.yzuzh59bFlags.pd4=B.yzuzhdc184}();try{0!==B.yzuzhdc18d3&&(B.yzuzhdc18d3=0)}catch(h){return void s()}var h=(new Date).getTime();!function(h){B.yzuzhb37Mobile?$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"04;66083;f0;97f04;6683;f;97f1ruljlqdo1msj",-3),h,h):$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"065if0879608fi6065if87968fi61ruljlqdo1msj",-3),h,h)}(function(){var e;bh(this)?"function"==typeof RYUVBTrkFailed&&RYUVBTrkFailed(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"065if0879608fi6065if87968fi61ruljlqdo1msj",-3),(new Date).getTime()-h):B.yzuzh59bFlags.bled9Up&&jh(this)?((e=new XMLHttpRequest).responseType="text",e.open("GET",Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g4;;0<;eg093h<0g4;;<;eg93h<1ruljlqdo1msj",-3),!0),e.setRequestHeader("Content-Type","text/plain"),e.onreadystatechange=function(){var h;4===e.readyState&&200===e.status&&(h=X(Q(e.response,-3)).replace(/__DOMAIN__/g,r()),h=JSON.parse(h),JSON.stringify(h),B.yzuzhdc18o2=h.css,B.yzuzhdc18o3=h.generic,B.yzuzhdc18o3a=h.altGeneric,B.yzuzhdc18o1=h.url,B.yzuzhdc18o1a=h.altUrl,D())},e.send()):(jh(this),D())})}}function D(){var i,d,h=[];if((o=[]).push({baf6cs:".-advertsSidebar",bu567rl:Q("kwwsv=22ehqhosk1gh2453b9332;57he9g6<737g3:4949g1sqj",-3)}),h.push({baf6cs:".-advertsSidebar",bu567rl:Q("kwwsv=22ehqhosk1gh2453b9332ffihe<;86e:8g6399dd91sqj",-3)}),0<B.yzuzhdc18o3.length)for(var o=[],e=0;e<B.yzuzhdc18o3.length;e++)o.push({baf6cs:B.yzuzhdc18o3[e].bc,bu567rl:B.yzuzhdc18o3[e].bu});if(0<B.yzuzhdc18o3a.length)for(h=[],e=0;e<B.yzuzhdc18o3.length;e++)h.push({baf6cs:B.yzuzhdc18o3a[e].bc,bu567rl:B.yzuzhdc18o3a[e].bu});var t=o,f=h;if(0!=t.length)for(var r=B.yzuzh59bFlags.b2h?Nh.parentNode:Nh,n=K("DIV"),s=(gh(n,"&nbsp;"),J(r,n),0),l=0;l<t.length;l++){function u(){++c===z.length&&((!B.yzuzh59bFlags.gnrcfll&&0<g.length||g.length===c)&&(B.yzuzhdc18tc.gn=!0),s++),s==t.length&&(C(n),B.yzuzhdc18tc.gnd=!0,N())}var z=[],g=[],c=0,y=H(r,t[l].baf6cs),a=(z.push(Z(n,y.b,y.p,u,g)),t[l].bu567rl),p=f[l].bu567rl;z.push(function(){var h,e,t,n;B.yzuzh59bFlags.xhrdet?(h=a,e=g,t=u,(n=new XMLHttpRequest)[adfIgnore]=!0,n.open("GET",h),n.setRequestHeader("Accept","image/png"),n.onload=function(){t()},n.onerror=function(){0===n.status&&e.push(n),t()},n.send()):$(a,G(g,u,p),G(g,u,p))});for(var b=0;b<z.length;b++)z[b]()}B.yzuzh59bFlags&&B.yzuzh59bFlags.aatest&&(i=!1,d=m(function(){B.yzuzhdc18tc.aabd=!0,i=!0,N()},5e3),"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,function(h,e){var t,n;h&&h.purpose.consents[1]&&h.vendor.consents[539]?($("https://brwsrfrm.com/pixel?ch=2",function(){!(B.yzuzhdc18tc.aab=!1)!==i&&(clearTimeout(d),B.yzuzhdc18tc.aabd=!0,N())},function(){$("https://brwsrfrm.com/pixel?ch=1",function(){B.yzuzhdc18tc.aab=!0,$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g;460;hi<049i30g;46;hi<49i31ruljlqdo1msj",-3),null,null),!0!==i&&(clearTimeout(d),B.yzuzhdc18tc.aabd=!0,N())},function(){!(B.yzuzhdc18tc.aab=!1)!==i&&(clearTimeout(d),B.yzuzhdc18tc.aabd=!0,N())})}),gh(t=K("DIV"),"&nbsp;"),J(h=B.yzuzh59bFlags.b2h?Nh.parentNode:Nh,t),h=H(h,B.yzuzh59bFlags.aacss),n=[],B.yzuzh59bFlags.aacap=!1,Z(t,h.b,h.p,function(){0<n.length&&(B.yzuzh59bFlags.aacap=!0,$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0<h860i6f:0;97;0<h86i6f:;97;1ruljlqdo1msj",-3),null,null)),C(t)},n)()):(clearTimeout(d),B.yzuzhdc18tc.aabd=!0,N())}):(clearTimeout(d),B.yzuzhdc18tc.aabd=!0,N()));for(var j=0;j<B.yzuzhdc181.length;j++)B.yzuzhdc181[j]();0==B.yzuzhdc181.length&&(B.yzuzhdc18tc.abd=!0,N()),(B.yzuzhfp||B.yzuzh59bFlags.fp)&&T(!0,!1),B.yzuzh59bFlags.fnc&&T(!1,!1),B.yzuzh59bFlags.fab&&T(!1,!0)}function A(){var e,t,h;B.yzuzh5ebRnd=B.yzuzh5ebRnd||U(),B.yzuzh11dsdl&&!B.yzuzh11dsdln&&(s(),B.yzuzh11dsdln=!0),B.yzuzh11dsdl||(B.yzuzh11dsdl=!0,B.yzuzh11dsdln=!0,B.yzuzhdc18genat="18005101",B.yzuzhdc18sthash="507f5",B.yzuzhdc18Domain=Q("zzz1vwxwwjduwhu0}hlwxqj1gh",-3),B.yzuzh5ebRnd=B.yzuzh5ebRnd||U(),B.yzuzh927forceimp=!1,B.yzuzh59bFlags.newSafDet=B.yzuzh59bFlags.newSafDet||!1,B.yzuzh59bFlags.nwlforce=B.yzuzh59bFlags.nwlforce||!1,B.yzuzh59bFlags.gnrcfll=void 0===B.yzuzh59bFlags.gnrcfll||B.yzuzh59bFlags.gnrcfll,B.yzuzh59bFlags.forceImp=B.yzuzh59bFlags.forceImp||!1,B.yzuzh59bFlags.autoRecov=B.yzuzh59bFlags.autoRecov||!1,B.yzuzh59bFlags.fp=B.yzuzh59bFlags.fp||!1,B.yzuzh59bFlags.npm=B.yzuzh59bFlags.npm||!1,B.yzuzh59bFlags.rsp=void 0===B.yzuzh59bFlags.rsp||B.yzuzh59bFlags.rsp,B.yzuzh59bFlags.nwe7alst=B.yzuzh59bFlags.nwe7alst||!1,B.yzuzh59bFlags.forcePm=B.yzuzh59bFlags.forcePm||!1,B.yzuzh59bFlags.nopmnetmon=void 0===B.yzuzh59bFlags.nopmnetmon||B.yzuzh59bFlags.nopmnetmon,B.yzuzh59bFlags.bled9Up=B.yzuzh59bFlags.bled9Up||!1,B.yzuzh59bFlags.pmasync=B.yzuzh59bFlags.pmasync||!1,B.yzuzh59bFlags.abrld=void 0===B.yzuzh59bFlags.abrld||B.yzuzh59bFlags.abrld,B.yzuzh59bFlags.nopmsw=void 0!==B.yzuzh59bFlags.nopmsw&&B.yzuzh59bFlags.nopmsw,B.yzuzh59bFlags.nopmidx=void 0!==B.yzuzh59bFlags.nopmidx&&B.yzuzh59bFlags.nopmidx,B.yzuzh59bFlags.videoControl=void 0!==B.yzuzh59bFlags.videoControl&&B.yzuzh59bFlags.videoControl,B.yzuzh59bFlags.pmrld=void 0===B.yzuzh59bFlags.pmrld||B.yzuzh59bFlags.pmrld,B.yzuzh59bFlags.aacss=void 0!==B.yzuzh59bFlags.aacss?B.yzuzh59bFlags.aacss:".jag8CityBio212023",B.yzuzh59bFlags.aatest=void 0!==B.yzuzh59bFlags.aatest&&B.yzuzh59bFlags.aatest,B.yzuzh59bFlags.strictnc=void 0!==B.yzuzh59bFlags.strictnc&&B.yzuzh59bFlags.strictnc,B.yzuzh59bFlags.xhrdet=void 0!==B.yzuzh59bFlags.xhrdet&&B.yzuzh59bFlags.xhrdet,B.yzuzh59bFlags.nncc=void 0!==B.yzuzh59bFlags.nncc?B.yzuzh59bFlags.nncc:function(){return!0},B.yzuzhsc={},e=!(B.yzuzhsc.tsm={}),t=eh(function(){var h;e=!0,null!=(Nh=ch("body"))&&(B.yzuzhf4aBody||(B.yzuzhf4aBody=!0,b(t),(h=K("style")).type="text/css",J(Lh,h),w()))},10),h=eh(function(){b(h),e||s()},100))}function V(){if(!qh){qh=!0,B.yzuzhd90Injct=!1,B.yzuzh404Track=!1,B.yzuzhbf8Detect=!1,B.yzuzhf4aBody=!1,B.yzuzh11dsdl=!1,B.yzuzh11dsdln=!1,B.yzuzh5ebRnd=!1;for(var h=0;h<B.yzuzhCln.length;h++)C(B.yzuzhCln[h]);for(h=0;h<B.yzuzhClne.length;h++){e=void 0;t=void 0;n=void 0;i=void 0;var e=B.yzuzhClne[h][0];var t=B.yzuzhClne[h][1];var n=B.yzuzhClne[h][2];var i=B.yzuzhClne[h][3];if(e&&t&&n)try{e.removeEventListener(t,n,i||!1)}catch(e){e.detachEvent&&e.detachEvent("on"+t,n)}}for(h=0;h<B.yzuzhClni.length;h++)b(B.yzuzhClni[h]);B.yzuzhCln.length=0,B.yzuzhClne.length=0,B.yzuzhClni.length=0,B.yzuzh59bFlags.nopmcache=!1,B.yzuzh59bFlags.rld=!0,B.yzuzh59bFlags.strictNCNA=!1,B.yzuzh59bFlags.tcf=!1,M(),A()}}function U(){return Q(E(),3)}function E(){for(var h,e,t="e49d8135bc2076f",n=(e=1+P((h=8)*a()))<h?h:e,i="";i.length<n&&0<t.length;)i+=t[P(a()*t.length)];return i}function K(h){return y.createElement(h)}function gh(h,e){h.innerHTML=e}function J(h,e){h.appendChild(e)}function oh(h,e,t,n){h[X("c3R5bGU=")][X("c2V0UHJvcGVydHk=")](e,t,n||"")}function F(h){return h[X("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]()}function O(h){return B[X("Z2V0Q29tcHV0ZWRTdHlsZQ==")](h)}function k(h,e){return O(h)[X("Z2V0UHJvcGVydHlWYWx1ZQ==")](e)}function fh(h,e){h&&h.parentElement&&h.parentElement.insertBefore(e,h)}function I(h,e){h&&h.parentElement&&h.parentElement.insertBefore(e,h.nextSibling)}function C(h){h&&h.parentElement&&h.parentElement.removeChild(h)}function rh(h,e){h.className=e}function sh(h,e){h.id=e}function ch(h){return y.querySelector(h)}function W(h){return y.querySelectorAll(h)}function $(h,e,t){var n=K("IMG");return window.yzuzh59bFlags.im563lt&&(n.alt=""),n.onload=e,n.onerror=t,n.src=h,n}function S(h,e,t){var n=K("IMG");n.onload=e,n.onerror=t,B.yzuzh59bFlags.rsp&&(n.referrerPolicy="unsafe-url"),n.src=h}function yh(h,e){if(h&&h.length)for(var t=0;t<h.length;t++)e(t,h[t])}function hh(t,n,h,e,i){if(function(h){try{return h.self!==h.top}catch(h){return 1}}(t))t.open(n);else{var d,l=!0;try{t.addEventListener||(l=!1)}catch(h){l=!1}"_blank"===e&&l?i?t.open(n,e):(d=E(),t.open(h+"#"+d),p(t,"message",function(h){var e;null!==h.data&&"object"==typeof h.data&&h.data.tabId===d&&"popupBlocked"===h.data.message&&(e=h.source,setTimeout(function(){e&&e.closed&&(/Firefox/.test(u())||t.location.assign(n))},500))},!1)):t.location.assign(n)}}function H(h,e){for(var t,n,i=t=K("DIV"),d=e.split(" > "),l=0;l<d.length;l++)("#"==d[l].substr(0,1)?sh:rh)(t,d[l].substr(1)),l<d.length-1&&(J(t,n=K("DIV")),t=n);return gh(t,"&nbsp;"),J(h,i),{p:i,b:t}}function Z(t,n,i,d,l){return function(){setTimeout(function(){var h,e;h=t,0!=(e=n).offsetHeight||0!=e.offsetWidth||0==h.offsetHeight&&0==h.offsetWidth||l.push(n),C(i),d()},500)}}function G(e,t,n){return function(h){bh(this)?$(n,ah(e,t),ah(e,t)):t()}}function ah(e,t){return function(h){bh(this)&&e.push(this),t()}}function ph(h,e,t){if(h&&e&&t)if(h.insertAdjacentElement)h.insertAdjacentElement(e,t);else{var n=h.children.length;switch(e.toLowerCase()){case"beforebegin":fh(h,t);break;case"beforeend":0<n?I(h.lastChild,t):J(h,t);break;case"afterbegin":0<n?fh(h.firstChild,t):J(h,t);break;case"afterend":I(h,t)}}}function bh(h){return B.yzuzh59bFlags&&B.yzuzh59bFlags.checkSize?h.height<B.yzuzh59bFlags.checkSize:h.height<2}function jh(h){return 3==h.height}function mh(h,e,t){return h.classList.add("yzuzhHid"),""===e?"":"."===e[0]?(h.classList.remove(e.slice(1)),h.classList.add(t),"."+t):(h.id=t,"#"+h.id.trim())}function Rh(h){for(var e="",t="CBADEFGHIJKLMNOPQRSTUVWXYZcbadefghijklmnopqrstuvwxyz",n=0;n<h;n++)e+=t[P(a()*t.length)];return e}function xh(h,e){var t,n,i,d,l=h.adContainer;l?(t=O(l),n=null,/(absolute|fixed|sticky)/.test(t.position)||(n=K("div"),i=l.offsetWidth+parseInt(t.marginLeft,0)+parseInt(t.marginRight,0),d=l.offsetHeight+parseInt(t.marginTop,0)+parseInt(t.marginBottom,0),h.additionalHtml.forEach(function(h){var e=O(h);d+=h.offsetHeight+parseInt(e.marginTop,0)+parseInt(e.marginBottom,0)}),oh(n,"width",i+"px",""),oh(n,"height",d+"px",""),fh(l,n)),vh(h),h.spacer=n,m(function(){vh(h),e()},1e3)):e()}function vh(h){h.adContainer&&(h.adContainer.remove(),h.adContainer=null),h.additionalHtml.forEach(function(h){h.remove()}),h.additionalHtml=[],h.spacer&&(h.spacer.remove(),h.spacer=null),m(function(){var h,e,t;h=B,e="scroll","function"==typeof Event?t=new Event(e):(t=y.createEvent("Event")).initEvent(e,!1,!1),h.dispatchEvent(t)},0)}function Mh(h,e,t,n,i){m(function(){!1!==B.yzuzhdc184.r[h]&&e.adContainer&&e.adContainer.isConnected&&(B.yzuzhd27Av[h]=0,B.yzuzhe84Aw[h]=0,i(n,!1,!1,B.yzuzh5ebRnd))},1e3*(t=/reload=true/.test(B.location.search)||/reload=true/.test(B.location.hash)?5:t))}function Th(h,e,t,o){if(B.yzuzhd27Av[e]||(B.yzuzhd27Av[e]=0),B.yzuzhe84Aw[e]||(B.yzuzhe84Aw[e]=0),!(16<B.yzuzhd27Av[e]||0<B.yzuzhd27Av[e]&&!B.yzuzh01dEv[e])){var n,i,d=h.getBoundingClientRect(),f=(i=void 0===h.width?(n=h.offsetHeight,h.offsetWidth):(n=h.height,h.width),d.left+i),d=d.top+n,l=y.documentElement,u=0,z=0;if(B.innerWidth&&B.innerHeight?(u=B.innerHeight,z=B.innerWidth):!l||isNaN(l.clientHeight)||isNaN(l.clientWidth)||(u=l.clientHeight,z=l.clientWidth),0<n&&0<i&&0<=d&&d<=u&&0<=f&&f<=z&&"visible"==y.visibilityState&&(B.yzuzhe84Aw[e]++,20<=B.yzuzhe84Aw[e])){B.yzuzhe84Aw[e]=0;function g(){B.yzuzh6fcRqr[e]=!0;function h(){0<B.yzuzh300Rqq.length?B.yzuzh300Rqq.shift():B.yzuzh6fcRqr[e]=!1}$(t,h,h),B.yzuzhd27Av[e]++,o()}if(B.yzuzh6fcRqr[e])B.yzuzh300Rqq.push(g);else{if(!(0<B.yzuzh300Rqq.length))return void g();B.yzuzh300Rqq.shift(),B.yzuzh300Rqq.push(g)}}h.isConnected&&(B.yzuzhd27Avt[e]=B.setTimeout(function(){Th(h,e,t,o)},50))}}p(B,"message",function(h){if(null!==h.data&&"object"==typeof h.data)try{var e,t,n,i,d=B.yzuzh59bFlags.b2h?Nh.parentNode:Nh,l=h.data,u=(l.c,document.createElement("a"));if(u.href=h.origin,"null"===h.origin||r()!=u.hostname)return;if("cc"==l.c)yh(W(l.d+" > *"),function(h,e){C(e)});else if("cs"==l.c){if(B[dh("fmdsqfEtqqf",-12)])for(var z=B[dh("fmdsqfEtqqf",-12)],o=l.d.replace(new RegExp(X("fVxzK30="),"g"),function(h){return"}}"}).replace(new RegExp(X("fVtefV0="),"g"),function(h){return h[0]+"rll123rnd"+h[1]}).split("rll123rnd"),g=0;g<o.length;g++)z[dh("uzeqdfDgxq",-12)](o[g],z.cssRules.length);else(z=K("style")).type="text/css",gh(z,l.d),J(Lh,z);B.yzuzhCln.push(z)}else"am"==l.c?(e=l.d&&l.d.u&&l.d.u.replace("__DOMAIN__",r())||l.d.u,B.yzuzhdc184.a[l.d.i]?(zh(e),B.yzuzhdc184.r[l.d.i]&&(B.yzuzh820Am[l.d.i]=e)):B.yzuzh820Am[l.d.i]=e):"pc"==l.c?B.yzuzh96fPc[l.d]=!0:"ev"==l.c?B.yzuzh01dEv[l.d]=!0:"oc"==l.c?B.yzuzh7b2Oc.push(l.d):"ac"==l.c?(t=ch(l.d.slc),(z=K("div")).innerHTML=l.d.cnt,yh(z.childNodes,function(h,e){t.appendChild(e),B.yzuzhCln.push(e)})):"js"==l.c?(J(d,z=K("script")),gh(z,l.d),B.yzuzhCln.push(z)):"if"==l.c?((z=K("iframe")).src=l.d,z.style.display="none",J(d,z),B.yzuzhCln.push(z)):"img"==l.c?(n=function(){this.style.display="none"},g=function(h,e,t,n){var i=K("IMG");window.yzuzh59bFlags.im563lt&&(i.alt="");return J(n,i),i.onload=e,i.onerror=t,i.src=h,i}(l.d,n,n,d),B.yzuzhCln.push(g)):"ss"==l.c?(i={12108:function(h,e){f(e,h,function(h,e,t){return t.top<0&&e?(oh(e,"position","fixed",""),oh(e,"top","0px",""),h.classList.add("stk"),!0):void h.classList.remove("stk")})},12112:function(h,e){f(e,h.parentElement,function(h,e,t){if(t.top<40&&e)return oh(e,"position","fixed",""),oh(e,"top","48px",""),!0})}},B.yzuzhdc184.a[l.d]&&i[l.d]&&i[l.d](B.yzuzhdc184.a[l.d],l.d)):"dr"==l.c&&(B.yzuzhdc184.r[l.d]=!1)}catch(h){}},!1),B.RYUVBdd=q,B[Q("XDESuhordghg",-3)]=V,B.yzuzhCln=[],B.yzuzhClne=[],B.yzuzhClni=[],B.yzuzhlsn=!1,B.yzuzh59bFlags.welect={};var qh=!0,Lh=(B.yzuzh5ebRnd=B.yzuzh5ebRnd||U(),M(),ch("head")),Nh=(B.yzuzh59bFlags.ffshim=void 0===B.yzuzh59bFlags.ffshim||B.yzuzh59bFlags.ffshim,null);function wh(){if(!B.yzuzh59bFlags.nopmidx)try{var h=B.indexedDB.open("test");h.onerror=function(h){h.preventDefault(),B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,B.yzuzhdc18tc.pm=!0,N()},h.onsuccess=function(h){h.preventDefault()}}catch(h){}if(!B.yzuzh59bFlags.nopmsw&&void 0===navigator.serviceWorker)return B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,B.yzuzhdc18tc.pm=!0,N(),1;var e,t;B.yzuzh59bFlags.ffshim&&(e=0,t=eh(function(){try{void 0!==window.googletag&&"2021050601"==window.googletag.getVersion()&&void 0===window.googletag._loaded_?(B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,B.yzuzhdc18tc.pm=!0,b(t),N()):10<++e&&b(t)}catch(h){10<++e&&b(t)}},500))}function Dh(h,e,t){function n(h){for(var e="",t=0;t<h.length;t++)""!=e&&(e+=","),e+='"'+h[t]+'"';return e}var i=new XMLHttpRequest,t=(i.responseType="text",i.open("POST",t,!0),i.setRequestHeader("Content-Type","text/plain"),i.onreadystatechange=function(){var h;function e(){}4===i.readyState&&(200===i.status?JSON.parse(i.responseText).privateMode&&(B.yzuzhnl=!0,/Firefox/.test(u())?B.yzuzhdc18tc.pm=!0:("1"==(h=3)&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0;6:80i54i044430;6:8i54i44431ruljlqdo1msj",-3),e,e),"2"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0eeee0h<<g0hhhh0eeeeh<<ghhhh1ruljlqdo1msj",-3),e,e),"3"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"063h70i77707685063h7i77776851ruljlqdo1msj",-3),e,e),"4"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"08fh40:g3<0e:<808fh4:g3<e:<81ruljlqdo1msj",-3),e,e),"c1"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0:9ge0ie<g0f7<;0:9geie<gf7<;1ruljlqdo1msj",-3),e,e),"c2"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0hg;g04h4i0fie40hg;g4h4ifie41ruljlqdo1msj",-3),e,e),"c3"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"074760f8fi0gfif07476f8figfif1ruljlqdo1msj",-3),e,e),"c4"==h&&$(Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0g8730h3gi086880g873h3gi86881ruljlqdo1msj",-3),e,e))):B.yzuzhnl=!1,B.yzuzhdc18tc.pmd=!0,N())},"Requests");i.send('{"failed'+t+'":['+n(h)+'],"successful'+t+'":['+n(e)+"]}")}function Ah(h,e){for(var t=0;t<e.length;t++)if(e[t]===h)return t;return-1}function Vh(){function h(){for(var h=0;h<B.RYUVBnwld.load.events.length;h++){var e=Ah(B.RYUVBnwld.load.events[h],B.RYUVBnwld.error.events);-1<e&&B.RYUVBnwld.error.events.splice(e,1)}0<B.RYUVBnwld.error.events.length&&0<B.RYUVBnwld.load.events.length?Dh(B.RYUVBnwld.error.events,B.RYUVBnwld.load.events,Q("2phgld1phgdl1"+B.yzuzh5ebRnd+"0h3<e0iifi08g;e0h3<eiifi8g;e1ruljlqdo1msj",-3)):(B.yzuzhdc18tc.pmd=!0,N())}var e,t,n=0,i=0,d=0,l=eh(function(){e=B.RYUVBnwld.error.events.size,t=B.RYUVBnwld.load.events.size,e=e+t,i<=10&&!B.yzuzhdc18tc.pmd?(e-n==0&&0<i&&d++,4<d&&(b(l),h(),d=0)):(b(l),B.yzuzhdc18tc.pmd||h()),n=e,i++},500)}B.yzuzhdc18tc={},B.yzuzhdc18tc.pm=!1,B.yzuzhdc18tc.pmd=!1,/Firefox/.test(u())||B.yzuzh59bFlags.nwlforce?function(){if(B.yzuzh59bFlags.nwe7alst&&B.yzuzh59bFlags.forcePm)return B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,B.yzuzhdc18tc.pm=!0,N();var e,t,h,n,i,d;function l(h,e){if(e.target){var t=e.target.src||"";if(""!==t&&-1==t.indexOf("chrome-extension://"))try{var n=new URL(t).hostname||"";""!==n&&Ah(n,h)<0&&h.push(n)}catch(e){}}}-1!=u().indexOf("Safari")&&!B.yzuzh59bFlags.nwlforce||(B.yzuzh59bFlags.nwe7alst?-1!=u().indexOf("Firefox")&&wh()||(e=!1,Object.keys(B).forEach(function(h){B.hasOwnProperty(h)&&h.match(/^yzuzh.{3}NLRun$/g)&&(e=B[h])}),e||B.yzuzh59bFlags.nopmnetmon?(B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,N()):B.yzuzhdc18tc.pmd||(B.yzuzhb1bNLRun=!0,h=new Array,n=new Array,i=l.bind(null,h),d=l.bind(null,n),p(document,"error",i,!0),p(document,"load",d,!0),B.RYUVBnwld={error:{events:h,listener:i},load:{events:n,listener:d}},t=document.createElement,document.createElement=function(){var h=t.apply(this,arguments);return p(h,"error",B.RYUVBnwld.error.listener,!0),p(h,"load",B.RYUVBnwld.load.listener,!0),h},Vh())):(B.yzuzhnl=!0,B.yzuzhdc18tc.pmd=!0,N()))}():(B.yzuzhdc18tc.pmd=!0,N());try{B.addEventListener?p(B,X("YWRuZGRuZC5pbml0"),A,!1):B.attachEvent&&B.attachEvent(X("YWRuZGRuZC5pbml0"),A),"complete"===y.readyState?A():(-1==u().search("Firefox")&&(y.addEventListener?p(y,X("RE9NQ29udGVudExvYWRlZA=="),A,!1):y.attachEvent&&y.attachEvent("onreadystatechange",function(){"complete"===y.readyState&&A()})),p(B,"load",A,!1))}catch(h){A()}}catch(h){}}(window,document); /* 507f5 */                 }             });         }     }); </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-200 / 00:55:36 --></body></html>

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