<!DOCTYPE html>
<html class="no-js mh-one-sb" lang="de">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="profile" href="https://gmpg.org/xfn/11" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v26.8 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Tabula Rasa Magazin – Gesellschaft, Kultur, Politik und Feuilleton</title>
	<meta name="description" content="Tabula Rasa – unabhängiges Online-Magazin für kritisches Denken. Essays und Debatten zu Politik, Gesellschaft, Kultur und Feuilleton." />
	<link rel="canonical" href="https://www.tabularasamagazin.de/" />
	<meta property="og:locale" content="de_DE" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Tabula Rasa Magazin – Gesellschaft, Kultur, Politik und Feuilleton" />
	<meta property="og:description" content="Tabula Rasa – unabhängiges Online-Magazin für kritisches Denken. Essays und Debatten zu Politik, Gesellschaft, Kultur und Feuilleton." />
	<meta property="og:url" content="https://www.tabularasamagazin.de/" />
	<meta property="og:site_name" content="Tabula Rasa Magazin" />
	<meta property="article:publisher" content="https://www.facebook.com/Tabula-Rasa-157277970970978/" />
	<meta property="article:modified_time" content="2026-05-22T09:26:20+00:00" />
	<meta property="og:image" content="https://www.tabularasamagazin.de/wp-content/uploads/2024/12/tabula-rasa-magazin-logo.jpg" />
	<meta property="og:image:width" content="600" />
	<meta property="og:image:height" content="338" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@TabulaRasaMagaz" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.tabularasamagazin.de/","url":"https://www.tabularasamagazin.de/","name":"Tabula Rasa Magazin – Gesellschaft, Kultur, Politik und Feuilleton","isPartOf":{"@id":"https://www.tabularasamagazin.de/#website"},"about":{"@id":"https://www.tabularasamagazin.de/#organization"},"datePublished":"2016-09-30T17:50:56+00:00","dateModified":"2026-05-22T09:26:20+00:00","description":"Tabula Rasa – unabhängiges Online-Magazin für kritisches Denken. Essays und Debatten zu Politik, Gesellschaft, Kultur und Feuilleton.","breadcrumb":{"@id":"https://www.tabularasamagazin.de/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https://www.tabularasamagazin.de/"]}]},{"@type":"BreadcrumbList","@id":"https://www.tabularasamagazin.de/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite"}]},{"@type":"WebSite","@id":"https://www.tabularasamagazin.de/#website","url":"https://www.tabularasamagazin.de/","name":"Tabula Rasa Magazin","description":"Zeitung für Gesellschaft, Kultur, Politik und Feuilleton","publisher":{"@id":"https://www.tabularasamagazin.de/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.tabularasamagazin.de/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https://www.tabularasamagazin.de/#organization","name":"Tabula Rasa Magazin","url":"https://www.tabularasamagazin.de/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https://www.tabularasamagazin.de/#/schema/logo/image/","url":"https://www.tabularasamagazin.de/wp-content/uploads/2022/08/logo-gr.png","contentUrl":"https://www.tabularasamagazin.de/wp-content/uploads/2022/08/logo-gr.png","width":305,"height":80,"caption":"Tabula Rasa Magazin"},"image":{"@id":"https://www.tabularasamagazin.de/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/Tabula-Rasa-157277970970978/","https://x.com/TabulaRasaMagaz"]}]}</script>
	<meta name="google-site-verification" content="863cOj5QP1m1VlcjwHwesEKghasdPp7Wvb-HncHQLj4" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.tabularasamagazin.de\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.tabularasamagazin.de/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='authors-list-css-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/css/front.css?ver=1779292560' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jquery-ui-css-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/css/jquery-ui.css?ver=1779292560' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='bcct_style-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=1779292560' type='text/css' media='all' />
<link rel='stylesheet' id='ctf_styles-css' href='https://www.tabularasamagazin.de/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.6.0' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ppress-frontend-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=1779292560' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-flatpickr-css' href='https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.15' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-select2-css' href='https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.7.5' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mh-magazine-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/style.css?ver=1779292560' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mh-font-awesome-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/includes/font-awesome.min.css?ver=1779292560' type='text/css' media='all' />
<link rel='stylesheet' id='mh-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700' type='text/css' media='all' />
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.tabularasamagazin.de/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="text/javascript" id="cookie-law-info-js-extra">
/* <![CDATA[ */
var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/www.tabularasamagazin.de\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/www.tabularasamagazin.de","_expiry":"365","_categories":[{"name":"Notwendig","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Funktionalit\u00e4t","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analyse","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Leistung","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Werbung","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":true,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"showMore":{"status":true,"tag":"show-desc-button","type":"button","styles":{"color":"#1863DC"}},"showLess":{"status":true,"tag":"hide-desc-button","type":"button","styles":{"color":"#1863DC"}},"alwaysActive":{"status":true,"tag":"always-active","styles":{"color":"#008000"}},"manualLinks":{"status":true,"tag":"manual-links","type":"link","styles":{"color":"#1863DC"}},"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.5.0","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"settings-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"show-desc-button","styles":{"color":"#1863DC"}},{"tag":"hide-desc-button","styles":{"color":"#1863DC"}},{"tag":"cky-always-active","styles":[]},{"tag":"cky-link","styles":[]},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"#\" class=\"cky-policy\" aria-label=\"Cookie-Richtlinie\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Cookie-Richtlinie<\/a>","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Mehr anzeigen\">Mehr anzeigen<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Weniger anzeigen\">Weniger anzeigen<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_optout_show_desc","content":"[cky_optout_show_desc]","tag":"optout-show-desc-button","status":true,"attributes":[]},{"key":"cky_optout_hide_desc","content":"[cky_optout_hide_desc]","tag":"optout-hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Bitte akzeptieren Sie Cookies, um auf diesen Inhalt zuzugreifen<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]},{"key":"cky_preference_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};
var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: 24px; height: 24px; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: 24px; width: 24px; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-optout-action-area{padding:0 24px 22px 24px;box-sizing:border-box;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{padding-top:22px;border-top:1px solid;border-color:inherit}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}\n.cky-optout-success{width:798px;max-width:100%;border-radius:8px;padding:8px 12px;margin:0 auto;box-sizing:border-box;outline:none}.cky-optout-success .cky-optout-success-inner{display:flex;flex-direction:column;gap:4px}.cky-optout-success .cky-optout-success-row{display:flex;align-items:flex-start}.cky-optout-success .cky-optout-success-icon{width:20px;flex-shrink:0}.cky-optout-success .cky-optout-success-text{margin:0;margin-inline-start:8px;margin-top:1px;font-weight:400;font-size:13px;line-height:20px}.cky-optout-success .cky-optout-success-text p{margin:0}.cky-optout-success .cky-optout-success-subtext{margin:0;font-weight:400;font-size:12px;line-height:20px}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.5.0" id="cookie-law-info-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.15" id="ppress-flatpickr-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.15" id="ppress-select2-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/js/scripts.js?ver=1779292560" id="mh-scripts-js" defer></script>

<!-- Google Tag (gtac.js) durch Site-Kit hinzugefügt -->
<!-- Von Site Kit hinzugefügtes Google-Analytics-Snippet -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-M3K7365" id="google_gtagjs-js" async></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.tabularasamagazin.de"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-M3K7365");
/* ]]> */
</script>
<link rel="https://api.w.org/" href="https://www.tabularasamagazin.de/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.tabularasamagazin.de/wp-json/wp/v2/pages/6" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.tabularasamagazin.de/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.5" />
<link rel='shortlink' href='https://www.tabularasamagazin.de/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.tabularasamagazin.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tabularasamagazin.de%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.tabularasamagazin.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tabularasamagazin.de%2F&#038;format=xml" />
<style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style><meta name="generator" content="Site Kit by Google 1.179.0" />        <style type="text/css" id="pf-main-css">
            
				@media screen {
					.printfriendly {
						z-index: 1000; display: flex; margin: 0px 0px 0px 0px
					}
					.printfriendly a, .printfriendly a:link, .printfriendly a:visited, .printfriendly a:hover, .printfriendly a:active {
						font-weight: 600;
						cursor: pointer;
						text-decoration: none;
						border: none;
						-webkit-box-shadow: none;
						-moz-box-shadow: none;
						box-shadow: none;
						outline:none;
						font-size: 14px !important;
						color: #292928 !important;
					}
					.printfriendly.pf-alignleft {
						justify-content: start;
					}
					.printfriendly.pf-alignright {
						justify-content: end;
					}
					.printfriendly.pf-aligncenter {
						justify-content: center;
						
					}
				}

				.pf-button-img {
					border: none;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
					padding: 0;
					margin: 0;
					display: inline;
					vertical-align: middle;
				}

				img.pf-button-img + .pf-button-text {
					margin-left: 6px;
				}

				@media print {
					.printfriendly {
						display: none;
					}
				}
				        </style>

            
        <style type="text/css" id="pf-excerpt-styles">
          .pf-button.pf-button-excerpt {
              display: none;
           }
        </style>

            <style type="text/css">.border{ border: solid #ccc;
  border-style: double;}
h2.mh-slider-title{ font-size: 1.2rem;}
.mh-slider-content { padding: 10px;}
.mh-main-nav li a {
        font-size: 15px;
font-weight: 800;
}

.sub-menu li a  {
        font-size: 15px;
font-weight: 600;
}
.authors-list-items-s4 .authors-list-item-thumbnail {
    float: left;
    margin-right: 20px;
    width: 15% !important;
margin-bottom: 5px !important;
}
.page-numbers a:hover {
     background-color: grey;
}
.cky-revisit-bottom-left {
            display: none !important;
}</style>
<style type="text/css">
.mh-navigation li:hover, .mh-navigation ul li:hover > ul, .mh-main-nav-wrap, .mh-main-nav, .mh-social-nav li a:hover, .entry-tags li, .mh-slider-caption, .mh-widget-col-1 .mh-slider-caption, .mh-widget-col-1 .mh-posts-lineup-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-social-widget li a, .mh-author-bio-widget, .mh-footer-widget .mh-tab-comment-excerpt, .mh-nip-item:hover .mh-nip-overlay, .mh-widget .tagcloud a, .mh-footer-widget .tagcloud a, .mh-footer, .mh-copyright-wrap, input[type=submit]:hover, #infinite-handle span:hover { background: #494949; }
.mh-extra-nav-bg { background: rgba(73, 73, 73, 0.2); }
.mh-slider-caption, .mh-posts-stacked-title, .mh-posts-lineup-caption { background: #494949; background: rgba(73, 73, 73, 0.8); }
@media screen and (max-width: 900px) { #mh-mobile .mh-slider-caption, #mh-mobile .mh-posts-lineup-caption { background: rgba(73, 73, 73, 1); } }
.slicknav_menu, .slicknav_nav ul, #mh-mobile .mh-footer-widget .mh-posts-stacked-overlay { border-color: #494949; }
.mh-copyright, .mh-copyright a { color: #fff; }
.mh-widget-layout4 .mh-widget-title { background: #b6002b; background: rgba(182, 0, 43, 0.6); }
.mh-preheader, .mh-wide-layout .mh-subheader, .mh-ticker-title, .mh-main-nav li:hover, .mh-footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .mh-back-to-top, .mh-subheading, .entry-tags .fa, .entry-tags li:hover, .mh-widget-layout2 .mh-widget-title, .mh-widget-layout4 .mh-widget-title-inner, .mh-widget-layout4 .mh-footer-widget-title, #mh-mobile .flex-control-paging li a.flex-active, .mh-image-caption, .mh-carousel-layout1 .mh-carousel-caption, .mh-tab-button.active, .mh-tab-button.active:hover, .mh-footer-widget .mh-tab-button.active, .mh-social-widget li:hover a, .mh-footer-widget .mh-social-widget li a, .mh-footer-widget .mh-author-bio-widget, .tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .mh-posts-stacked-meta, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #infinite-handle span { background: #b6002b; }
.mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, .bypostauthor .mh-comment-meta, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #b6002b; }
.mh-dropcap, .mh-carousel-layout1 .flex-direction-nav a, .mh-carousel-layout2 .mh-carousel-caption, .mh-posts-digest-small-category, .mh-posts-lineup-more, .bypostauthor .mh-comment-meta-author:after, .mh-comment-meta-links .comment-reply-link:before, #respond #cancel-comment-reply-link:before { color: #b6002b; }
.entry-content a, .mh-comment-content a { color: #b6002b; }
a:hover, .entry-content a:hover, .mh-comment-content a:hover, #respond a:hover, .mh-meta a:hover, .mh-breadcrumb a:hover, .mh-tabbed-widget a:hover { color: #b6002b; }
</style>
<!--[if lt IE 9]>
<script src="https://www.tabularasamagazin.de/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script>
<![endif]-->
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" sizes="32x32" />
<link rel="icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" />
<meta name="msapplication-TileImage" content="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl=1 id="mh-mobile" class="home page-template page-template-template-homepage page-template-template-homepage-php page page-id-6 wp-custom-logo mh-boxed-layout mh-right-sb mh-loop-layout1 mh-widget-layout1" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<div class="mh-container mh-container-outer">
<div class="mh-header-nav-mobile clearfix"></div>
	<div class="mh-preheader">
    	<div class="mh-container mh-container-inner mh-row clearfix">
							<div class="mh-header-bar-content mh-header-bar-top-left mh-col-2-3 clearfix">
											<div class="mh-header-date mh-header-date-top">
							30. Mai 2026						</div>
									</div>
										<div class="mh-header-bar-content mh-header-bar-top-right mh-col-1-3 clearfix">
											<nav class="mh-social-icons mh-social-nav mh-social-nav-top clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
							<div class="menu-socialmedia-container"><ul id="menu-socialmedia" class="menu"><li id="menu-item-11" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11"><a target="_blank" href="https://www.facebook.com/pages/Tabula-Rasa/157277970970978"><i class="fa fa-mh-social"></i><span class="screen-reader-text">Facebook</span></a></li>
<li id="menu-item-80447" class="Twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-80447"><a target="_blank" rel="Twitter" href="https://twitter.com/TabulaRasaMagaz"><i class="fa fa-mh-social"></i><span class="screen-reader-text">Twitter</span></a></li>
<li id="menu-item-13" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-13"><a target="_blank" href="https://www.tabularasamagazin.de/" aria-current="page"><i class="fa fa-mh-social"></i><span class="screen-reader-text">RSS-Feed</span></a></li>
</ul></div>						</nav>
									</div>
					</div>
	</div>
<header class="mh-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
	<div class="mh-container mh-container-inner clearfix">
		<div class="mh-custom-header clearfix">
<div class="mh-header-columns mh-row clearfix">
<div class="mh-col-1-1 mh-site-identity">
<div class="mh-site-logo" role="banner">
<a href="https://www.tabularasamagazin.de/" class="custom-logo-link" rel="home" aria-current="page"><img width="305" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20305%2080'%3E%3C/svg%3E" class="custom-logo" alt="Tabula Rasa Magazin" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png 305w, https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr-300x79.png 300w" data-lazy-sizes="(max-width: 305px) 100vw, 305px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png" /><noscript><img width="305" height="80" src="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png" class="custom-logo" alt="Tabula Rasa Magazin" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png 305w, https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr-300x79.png 300w" sizes="(max-width: 305px) 100vw, 305px" /></noscript></a></div>
</div>
</div>
</div>
	</div>
	<div class="mh-main-nav-wrap">
		<nav class="mh-navigation mh-main-nav mh-container mh-container-inner clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
			<div class="menu-hauptmenue-container"><ul id="menu-hauptmenue" class="menu"><li id="menu-item-22" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22"><a href="https://www.tabularasamagazin.de/category/politik/">Politik</a></li>
<li id="menu-item-23" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-23"><a href="https://www.tabularasamagazin.de/category/welt/">Welt</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16"><a href="https://www.tabularasamagazin.de/category/feuilleton/">Feuilleton</a></li>
<li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18"><a href="https://www.tabularasamagazin.de/category/finanzen/">Finanzen</a></li>
<li id="menu-item-20" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20"><a href="https://www.tabularasamagazin.de/category/glaube/">Glaube</a></li>
<li id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24"><a href="https://www.tabularasamagazin.de/category/wissen/">Wissen</a></li>
<li id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a href="https://www.tabularasamagazin.de/category/kunst/">Kunst</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19"><a href="https://www.tabularasamagazin.de/category/gesellschaft/">Gesellschaft</a></li>
<li id="menu-item-14" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14"><a href="https://www.tabularasamagazin.de/category/buecher/">Bücher</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17"><a href="https://www.tabularasamagazin.de/category/film/">Film</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15"><a href="https://www.tabularasamagazin.de/category/europa/">EUROPA</a></li>
<li id="menu-item-34944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34944"><a href="https://www.tabularasamagazin.de/category/sport/">Sport</a></li>
<li id="menu-item-42959" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-42959"><a href="https://www.tabularasamagazin.de/category/lifestyle-und-reisen/">Lifestyle und Reisen</a></li>
</ul></div>		</nav>
	</div>
			<div class="mh-extra-nav-wrap">
			<div class="mh-extra-nav-bg">
				<nav class="mh-navigation mh-extra-nav mh-container mh-container-inner clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
					<div class="menu-unterhalbnavi-container"><ul id="menu-unterhalbnavi" class="menu"><li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://www.tabularasamagazin.de/redaktion/">Redaktion</a></li>
<li id="menu-item-55061" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55061"><a href="https://www.tabularasamagazin.de/autoren/">Autoren</a></li>
<li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://www.tabularasamagazin.de/kontakt/">Kontakt</a></li>
<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://www.tabularasamagazin.de/impressum/">Impressum</a></li>
<li id="menu-item-34426" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34426"><a rel="privacy-policy" href="https://www.tabularasamagazin.de/datenschutzerklaerung/">Datenschutz</a></li>
<li id="menu-item-31464" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31464"><a href="https://www.tabularasamagazin.de/wp-content/uploads/2017/06/Mediadaten-Tabula-Rasa-Magazin.pdf">Mediadaten</a></li>
</ul></div>				</nav>
			</div>
		</div>
	</header>
	<div class="mh-subheader">
		<div class="mh-container mh-container-inner mh-row clearfix">
							<div class="mh-header-bar-content mh-header-bar-bottom-left mh-col-2-3 clearfix">
											<div class="mh-header-ticker mh-header-ticker-bottom">
							<div class="mh-ticker-bottom">
			<div class="mh-ticker-title mh-ticker-title-bottom">
			Aktuelle Nachrichten<i class="fa fa-chevron-right"></i>		</div>
		<div class="mh-ticker-content mh-ticker-content-bottom">
		<ul id="mh-ticker-loop-bottom">				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/kristin-scott-thomas-in-mrs-taylors-singing-club/" title="Kristin Scott Thomas in &#8222;Mrs. Taylor&#8217;s Singing Club&#8220;">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 24. November 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Kristin Scott Thomas in &#8222;Mrs. Taylor&#8217;s Singing Club&#8220;						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Film						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/dein-schicksal-liegt-auf-dem-server/" title="Dein Schicksal liegt auf dem Server">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 16. November 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Dein Schicksal liegt auf dem Server						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/vijajanagara-entdeckungen-in-der-stadt-des-sieges/" title="Vijajanagara – Entdeckungen in der Stadt des Sieges">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 29. September 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Vijajanagara – Entdeckungen in der Stadt des Sieges						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 30. Mai 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Hat Deutschland eine gute Zukunft?						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Allgemein						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 30. Mai 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 30. Mai 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 29. Mai 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 29. Mai 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Gefährlich schlingernde CDU						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>		</ul>
	</div>
</div>						</div>
									</div>
										<div class="mh-header-bar-content mh-header-bar-bottom-right mh-col-1-3 clearfix">
											<aside class="mh-header-search mh-header-search-bottom">
							<form role="search" method="get" class="search-form" action="https://www.tabularasamagazin.de/">
				<label>
					<span class="screen-reader-text">Suchen nach:</span>
					<input type="search" class="search-field" placeholder="Suchen …" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Suchen" />
			</form>						</aside>
									</div>
					</div>
	</div>

<div class="mh-wrapper mh-home clearfix">
	<div class="mh-main mh-home-main">
							<div class="mh-home-columns clearfix">
				<div id="main-content" class="mh-content mh-home-content">
		    		<div id="mh_magazine_slider-4" class="mh-widget mh-home-2 mh-widget-col-2 mh_magazine_slider">        	<div class="flexslider mh-slider-widget mh-slider-normal mh-slider-layout2">
				<ul class="slides">						<li class="mh-slider-item">
							<article class="post-90730 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel tag-afd tag-aktuelle-insa-umfragen-sonntagsfrage tag-russland-2 tag-ukraine">
								<a href="https://www.tabularasamagazin.de/aktuelle-insa-umfragen-sonntagstrend-afd-ministerpraesident-gefahr-durch-russland-und-mehr/" title="Aktuelle INSA-Umfragen: Sonntagstrend, AfD-Ministerpräsident, Gefahr durch Russland und mehr"><img width="400" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5.png 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5-300x169.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5.png" /><noscript><img width="400" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5.png" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5.png 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_17-5-300x169.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/aktuelle-insa-umfragen-sonntagstrend-afd-ministerpraesident-gefahr-durch-russland-und-mehr/" title="Aktuelle INSA-Umfragen: Sonntagstrend, AfD-Ministerpräsident, Gefahr durch Russland und mehr">
												Aktuelle INSA-Umfragen: Sonntagstrend, AfD-Ministerpräsident, Gefahr durch Russland und mehr											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-89493 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-kunst tag-200-jahre-alte-pinakothek tag-alte-pinakothek tag-alte-pinakothek-muenchen tag-ausstellungen-alte-pinakothek tag-bayerische-staatsgemaeldesammlungen tag-duerer tag-europaeische-malerei tag-grundsteinlegung-alte-pinakothek tag-hans-doellgast tag-jubilaeum-alte-pinakothek tag-koenig-ludwig-i tag-kunst-in-muenchen tag-kunstareal-muenchen tag-kunstgeschichte-muenchen tag-kunstmuseum-muenchen tag-leo-von-klenze tag-leonardo-da-vinci tag-lucas-cranach tag-muenchen-museum tag-museumsarchitektur tag-raffael tag-rembrandt tag-rubens-sammlung-muenchen tag-rubenssaal tag-sehenswuerdigkeiten-muenchen">
								<a href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München"><img width="574" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20574%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-574x381.jpg" /><noscript><img width="574" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-574x381.jpg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München">
												Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-90361 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-andy-burnham tag-britische-innenpolitik tag-britische-regierung tag-britische-sozialdemokratie tag-grossbritannien-politik tag-gruene-grossbritannien tag-jeremy-corbyn tag-keir-starmer tag-labour-krise tag-labour-partei tag-labour-parteifuehrung tag-labour-zukunft tag-machtkampf-labour tag-politische-mitte tag-rachel-reeves tag-reform-uk tag-soziale-krise-grossbritannien tag-unterhauswahl tag-wes-streeting tag-westminster">
								<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-chaostage-bei-labour-der-absturz-nach-dem-wahlsieg/" title="Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg"><img width="400" height="266" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20266'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt.png 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-300x200.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt.png" /><noscript><img width="400" height="266" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt.png" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt.png 400w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-300x200.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-chaostage-bei-labour-der-absturz-nach-dem-wahlsieg/" title="Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg">
												Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-90723 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-bericht tag-beschwerden tag-bundesministerium-fuer-justiz tag-justiz tag-oesterreich-2 tag-volksanwaltschaft">
								<a href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium"><img width="678" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20678%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x381.webp" /><noscript><img width="678" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x381.webp" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium">
												Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-90341 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-donald-trump tag-familie tag-krieg tag-reichtum">
								<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-trump-dynastie-und-die-profite-aus-der-anstiftung-zu-kriegen/" title="Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen"><img width="678" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20678%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="Donald Trump ChatGPT" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-678x381.png" /><noscript><img width="678" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-678x381.png" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="Donald Trump ChatGPT" decoding="async" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-trump-dynastie-und-die-profite-aus-der-anstiftung-zu-kriegen/" title="Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen">
												Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-90046 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft category-hauptartikel tag-aline-brosh-mckenna tag-anne-hathaway tag-emily-blunt-und-stanley-tucci tag-fashion tag-fashion-business tag-fashion-highlights tag-fashion-industry tag-fashion-hotspots tag-karen-rosenfelt tag-meryl-streep tag-michael-bederman tag-miranda-priestly tag-models tag-new-york-city tag-runway-magazine tag-wendy-finerman">
								<a href="https://www.tabularasamagazin.de/filmtipp-der-teufel-traegt-prada-2-mit-mery-streep-und-anne-hathaway/" title="Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway"><img width="678" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20678%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-678x381.jpeg" /><noscript><img width="678" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-678x381.jpeg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Film								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/filmtipp-der-teufel-traegt-prada-2-mit-mery-streep-und-anne-hathaway/" title="Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway">
												Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>				</ul>
			</div></div>											<div class="clearfix">
															<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-3">
									<div id="mh_magazine_custom_posts-4" class="mh-widget mh-home-3 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/gesellschaft/" class="mh-widget-title-link">Gesellschaft</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90755 post type-post status-publish format-standard has-post-thumbnail category-allgemein category-gesellschaft category-politik tag-deutschland tag-umfrage tag-zukunft">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																					<div class="mh-image-caption mh-custom-posts-caption">
												Allgemein											</div>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">
												Hat Deutschland eine gute Zukunft?											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Hat Deutschland eine gute Zukunft? <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90714 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-belarus tag-krieg tag-praesident-selenskyj tag-ukraine">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">
										Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90758 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-insa tag-ministerpraesident tag-umfrage">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird">
										INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90753 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-gruene-2 tag-insa tag-umfrage tag-union tag-vorsprung-afd">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent">
										Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90749 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-afd-duldung tag-angela-merkel tag-berliner-zeitung tag-brandmauer tag-bundeskanzler-merz tag-cdu tag-cdu-krise tag-cdu-nachfolge tag-cdu-und-afd tag-demokratiekongress tag-dennis-radtke tag-deutsche-politik tag-faz tag-friedrich-merz tag-hans-georg-maassen tag-hendrik-wuest tag-herbert-reul tag-holger-friedrich tag-jens-spahn tag-kanzlerwechsel tag-karl-josef-laumann tag-koelner-stadt-anzeiger tag-konrad-adenauer tag-markus-soeder tag-mathias-doepfner tag-minderheitsregierung tag-neheim-huestener-programm tag-politische-krise-deutschland tag-robin-alexander-podcast tag-union tag-union-unter-druck tag-weimarer-weg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU">
										Gefährlich schlingernde CDU									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90737 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplatzabbau-deutschland tag-arbeitsplaetze-sichern tag-buerokratieabbau tag-dekarbonisierung-mittelstand tag-deutscher-mittelstands-bund tag-digitalisierung-verwaltung tag-dmb tag-dmb-positionspapier tag-fruehjahrsgutachten tag-innovationen-mittelstand tag-insolvenzen-mittelstand tag-investitionen-deutschland tag-kleine-und-mittlere-unternehmen tag-kmu-deutschland tag-marc-s-tenbieg tag-mittelstand-deutschland tag-mittelstand-entlasten tag-reformpaket-bundesregierung tag-sozialabgaben tag-sozialversicherung-reform tag-strukturreformen-deutschland tag-transformation-mittelstand tag-unternehmensbesteuerung tag-wettbewerbsfaehigkeit-deutschland tag-wirtschaftsstandort-deutschland tag-wirtschaftswachstum-deutschland-2026 tag-wirtschaftswachstum-deutschland-2027 tag-wirtschaftsweise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung">
										Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90739 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-familienfest-gera tag-familienveranstaltung-gera tag-festival-gera tag-festival-wochenende-gera tag-gera-veranstaltungen tag-kinderprogramm-gera tag-kultur-gera tag-kulturveranstaltung-gera tag-theater-fuer-familien tag-theater-und-familienfest tag-theaterfestival-gera tag-theaterfestival-thueringen tag-theaterstuecke-gera tag-wildwechsel-festival tag-wildwechsel-gera">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen">
										Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90462 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-franzen tag-liedermacher tag-manchmal tag-musik tag-neue-single tag-saenger tag-sebastian-franzen tag-singer tag-single tag-single-release tag-songwriter">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“">
										Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90723 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-bericht tag-beschwerden tag-bundesministerium-fuer-justiz tag-justiz tag-oesterreich-2 tag-volksanwaltschaft">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium">
										Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90733 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-aggression tag-gesellschaft tag-gewalt tag-krieg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen">
										Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90716 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-brenner tag-brennerautobahn tag-brennerbasistunnel tag-ferien tag-freizeit tag-italien tag-oesterreich-2 tag-stau">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/" title="BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/" title="BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum">
										BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>								</div>
																						<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-4">
									<div id="mh_magazine_custom_posts-3" class="mh-widget mh-home-4 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Neueste Artikel</span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90755 post type-post status-publish format-standard has-post-thumbnail category-allgemein category-gesellschaft category-politik tag-deutschland tag-umfrage tag-zukunft">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">
										Hat Deutschland eine gute Zukunft?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90714 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-belarus tag-krieg tag-praesident-selenskyj tag-ukraine">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">
										Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90758 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-insa tag-ministerpraesident tag-umfrage">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird">
										INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90753 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-gruene-2 tag-insa tag-umfrage tag-union tag-vorsprung-afd">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent">
										Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90749 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-afd-duldung tag-angela-merkel tag-berliner-zeitung tag-brandmauer tag-bundeskanzler-merz tag-cdu tag-cdu-krise tag-cdu-nachfolge tag-cdu-und-afd tag-demokratiekongress tag-dennis-radtke tag-deutsche-politik tag-faz tag-friedrich-merz tag-hans-georg-maassen tag-hendrik-wuest tag-herbert-reul tag-holger-friedrich tag-jens-spahn tag-kanzlerwechsel tag-karl-josef-laumann tag-koelner-stadt-anzeiger tag-konrad-adenauer tag-markus-soeder tag-mathias-doepfner tag-minderheitsregierung tag-neheim-huestener-programm tag-politische-krise-deutschland tag-robin-alexander-podcast tag-union tag-union-unter-druck tag-weimarer-weg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU">
										Gefährlich schlingernde CDU									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-5" class="mh-widget mh-home-4 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/kunst/" class="mh-widget-title-link">Kunst</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90739 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-familienfest-gera tag-familienveranstaltung-gera tag-festival-gera tag-festival-wochenende-gera tag-gera-veranstaltungen tag-kinderprogramm-gera tag-kultur-gera tag-kulturveranstaltung-gera tag-theater-fuer-familien tag-theater-und-familienfest tag-theaterfestival-gera tag-theaterfestival-thueringen tag-theaterstuecke-gera tag-wildwechsel-festival tag-wildwechsel-gera">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																					<div class="mh-image-caption mh-custom-posts-caption">
												Gesellschaft											</div>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen">
												Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>„Wildwechsel“ in Gera geht ins große Finale: Theaterstücke, Festivalstimmung und ein buntes Familienfest machen das Wochenende zum Erlebnis für die ganze Familie. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90704 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/klassik-stiftung-weimar-veranstaltungsuebersicht-26-mai-11-juni-2026/" title="Klassik Stiftung Weimar: Veranstaltungsübersicht 26. Mai &#8211; 11. Juni 2026"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/pic-10879_1-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/pic-10879_1-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/klassik-stiftung-weimar-veranstaltungsuebersicht-26-mai-11-juni-2026/" title="Klassik Stiftung Weimar: Veranstaltungsübersicht 26. Mai &#8211; 11. Juni 2026">
										Klassik Stiftung Weimar: Veranstaltungsübersicht 26. Mai &#8211; 11. Juni 2026									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>27. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/klassik-stiftung-weimar-veranstaltungsuebersicht-26-mai-11-juni-2026/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90487 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-dark-netflix tag-deutsche-popkultur tag-grimme-preis-peter-schneider tag-grossen-haus-gera tag-koenig-von-deutschland tag-kultur-gera tag-musiktheater-gera tag-peter-schneider tag-polizeiruf-110-kommissar-lehmann tag-revolte-und-romantik tag-rio-reiser tag-rio-reiser-abend tag-rio-reiser-hommage tag-saenger-poet-rebell tag-schauspieler-peter-schneider tag-theater-altenburg-gera tag-theater-gera tag-theaterkarten-gera tag-ton-steine-scherben tag-veranstaltungen-gera">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/rebell-poet-legende-theater-gera-widmet-rio-reiser-einen-grossen-abend/" title="Rebell, Poet, Legende: Theater Gera widmet Rio Reiser einen großen Abend"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Rio-Reiser-Abend-mit-Peter-Schneider_Credit_Ilko_Eichelmann-1-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/rebell-poet-legende-theater-gera-widmet-rio-reiser-einen-grossen-abend/" title="Rebell, Poet, Legende: Theater Gera widmet Rio Reiser einen großen Abend">
										Rebell, Poet, Legende: Theater Gera widmet Rio Reiser einen großen Abend									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/rebell-poet-legende-theater-gera-widmet-rio-reiser-einen-grossen-abend/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90655 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-60-jahre-olaf-gulbransson-museum tag-allitera-sammlungsfuehrer tag-bayerische-staatsgemaeldesammlungen tag-dagny-bjoernson-gulbransson tag-karikaturist-olaf-gulbransson tag-kultur-tegernsee tag-kunst-am-see tag-kunst-am-tegernsee tag-kunstmuseum-bayern tag-kurgarten-tegernsee tag-michael-beck tag-moderne-kunst-tegernsee tag-museum-jubilaeum-2026 tag-museum-tegernsee tag-olaf-gulbransson tag-olaf-gulbransson-gesellschaft tag-olaf-gulbransson-museum tag-olaf-gulbransson-museum-tegernsee tag-sep-ruf tag-simplicissimus tag-sonderausstellung-tegernsee tag-staatsgalerie-tegernsee tag-tegernsee-kunst tag-zero-ausstellung-tegernsee">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/60-jahre-olaf-gulbransson-museum-der-tegernsee-feiert-seinen-kunstschatz/" title="60 Jahre Olaf Gulbransson Museum: Der Tegernsee feiert seinen Kunstschatz"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_24_35-6-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/60-jahre-olaf-gulbransson-museum-der-tegernsee-feiert-seinen-kunstschatz/" title="60 Jahre Olaf Gulbransson Museum: Der Tegernsee feiert seinen Kunstschatz">
										60 Jahre Olaf Gulbransson Museum: Der Tegernsee feiert seinen Kunstschatz									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/60-jahre-olaf-gulbransson-museum-der-tegernsee-feiert-seinen-kunstschatz/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89978 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-alles-balletti tag-altenburg tag-buehne-am-park tag-frankenstein-musical tag-gera tag-glueckliche-menschen tag-herkuleskeule-dresden tag-jeu-de-cartes tag-kultur-thueringen tag-philharmonisches-orchester-altenburg-gera tag-pulcinella tag-puppentheater-gera tag-rabimmel-rabammel-rabumm tag-romeo-und-julia tag-theater-altenburg-gera tag-theater-tipps tag-theaterfuehrung-gera tag-theaterzelt-altenburg tag-thueringer-staatsballett tag-veranstaltungen-altenburg tag-veranstaltungen-gera">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/theatertipp-der-redaktion-vom-22-bis-25-mai-wirds-gross-auf-der-buehne-frankenstein-romeo-und-julia-und-herkuleskeule-in-gera/" title="Theatertipp der Redaktion: Vom 22. bis 25. Mai wird’s groß auf der Bühne: Frankenstein, Romeo und Julia und Herkuleskeule in Gera"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/„Romeo-und-Julia_Ruika-Yokoyama-und-Giordano-Bozza-Foto-Ronny-Ristok-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/theatertipp-der-redaktion-vom-22-bis-25-mai-wirds-gross-auf-der-buehne-frankenstein-romeo-und-julia-und-herkuleskeule-in-gera/" title="Theatertipp der Redaktion: Vom 22. bis 25. Mai wird’s groß auf der Bühne: Frankenstein, Romeo und Julia und Herkuleskeule in Gera">
										Theatertipp der Redaktion: Vom 22. bis 25. Mai wird’s groß auf der Bühne: Frankenstein, Romeo und Julia und Herkuleskeule in Gera									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/theatertipp-der-redaktion-vom-22-bis-25-mai-wirds-gross-auf-der-buehne-frankenstein-romeo-und-julia-und-herkuleskeule-in-gera/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>								</div>
													</div>
														</div>
									<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-6">
						<div id="custom_html-3" class="widget_text mh-widget mh-home-6 widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Casino &#038; Bonuses</span></h4><div class="textwidget custom-html-widget"><a href="https://casinobonusesfinder.de/" target="_blank" title="Casino & Bonuses">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Casino & Bonuses" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/12/casino_Bonuses.png"><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2025/12/casino_Bonuses.png" alt="Casino & Bonuses"></noscript>
</a><br></div></div><div id="mh_magazine_youtube-3" class="mh-widget mh-home-6 mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://m.youtube.com/watch?v=Fg1wRE16CVU" class="mh-widget-title-link">Aktuelle INSA-Umfragen: Sonntagstrend, AfD-Ministerpräsident, Gefahr durch Russland</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/Fg1wRE16CVU" data-id="Fg1wRE16CVU" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/Fg1wRE16CVU?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div><div id="custom_html-2" class="widget_text mh-widget mh-home-6 widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Online Casino</span></h4><div class="textwidget custom-html-widget"><a href="https://www.onlinecasinosdeutschland.com/" target="_blank" title="Besuche onlinecasinosdeutschland.com">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="onlinecasinosdeutschland.com" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/03/onlinecasinosdeutschland-com_logo.png"><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2025/03/onlinecasinosdeutschland-com_logo.png" alt="onlinecasinosdeutschland.com"></noscript>
</a><br></div></div><div id="media_image-3" class="mh-widget mh-home-6 widget_media_image"><img width="332" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20332%20294'%3E%3C/svg%3E" class="image wp-image-34753  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" title="ZU UNSEREM ARCHIV KOMMEN SIE HIER" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg 332w, https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu-300x266.jpg 300w" data-lazy-sizes="(max-width: 332px) 100vw, 332px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg" /><noscript><img width="332" height="294" src="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg" class="image wp-image-34753  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" title="ZU UNSEREM ARCHIV KOMMEN SIE HIER" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg 332w, https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu-300x266.jpg 300w" sizes="(max-width: 332px) 100vw, 332px" /></noscript></div><div id="archives-5" class="mh-widget mh-home-6 widget_archive"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Hier kommen Sie zu unserem Archiv</span></h4>		<label class="screen-reader-text" for="archives-dropdown-5">Hier kommen Sie zu unserem Archiv</label>
		<select id="archives-dropdown-5" name="archive-dropdown">
			
			<option value="">Monat auswählen</option>
				<option value='https://www.tabularasamagazin.de/2026/05/'> Mai 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/04/'> April 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/03/'> März 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/02/'> Februar 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/01/'> Januar 2026 </option>
	<option value='https://www.tabularasamagazin.de/2025/12/'> Dezember 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/11/'> November 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/10/'> Oktober 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/09/'> September 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/08/'> August 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/07/'> Juli 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/06/'> Juni 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/05/'> Mai 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/04/'> April 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/03/'> März 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/02/'> Februar 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/01/'> Januar 2025 </option>
	<option value='https://www.tabularasamagazin.de/2024/12/'> Dezember 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/11/'> November 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/10/'> Oktober 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/09/'> September 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/08/'> August 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/07/'> Juli 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/06/'> Juni 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/05/'> Mai 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/04/'> April 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/03/'> März 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/02/'> Februar 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/01/'> Januar 2024 </option>
	<option value='https://www.tabularasamagazin.de/2023/12/'> Dezember 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/11/'> November 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/10/'> Oktober 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/09/'> September 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/08/'> August 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/07/'> Juli 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/06/'> Juni 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/05/'> Mai 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/04/'> April 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/03/'> März 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/02/'> Februar 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/01/'> Januar 2023 </option>
	<option value='https://www.tabularasamagazin.de/2022/12/'> Dezember 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/11/'> November 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/10/'> Oktober 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/09/'> September 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/08/'> August 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/07/'> Juli 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/06/'> Juni 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/05/'> Mai 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/04/'> April 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/03/'> März 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/02/'> Februar 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/01/'> Januar 2022 </option>
	<option value='https://www.tabularasamagazin.de/2021/12/'> Dezember 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/11/'> November 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/10/'> Oktober 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/09/'> September 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/08/'> August 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/07/'> Juli 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/06/'> Juni 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/05/'> Mai 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/04/'> April 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/03/'> März 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/02/'> Februar 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/01/'> Januar 2021 </option>
	<option value='https://www.tabularasamagazin.de/2020/12/'> Dezember 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/11/'> November 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/10/'> Oktober 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/09/'> September 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/08/'> August 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/07/'> Juli 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/06/'> Juni 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/05/'> Mai 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/04/'> April 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/03/'> März 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/02/'> Februar 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/01/'> Januar 2020 </option>
	<option value='https://www.tabularasamagazin.de/2019/12/'> Dezember 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/11/'> November 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/10/'> Oktober 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/09/'> September 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/08/'> August 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/07/'> Juli 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/06/'> Juni 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/05/'> Mai 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/04/'> April 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/03/'> März 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/02/'> Februar 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/01/'> Januar 2019 </option>
	<option value='https://www.tabularasamagazin.de/2018/12/'> Dezember 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/11/'> November 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/10/'> Oktober 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/09/'> September 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/08/'> August 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/07/'> Juli 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/06/'> Juni 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/05/'> Mai 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/04/'> April 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/03/'> März 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/02/'> Februar 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/01/'> Januar 2018 </option>
	<option value='https://www.tabularasamagazin.de/2017/12/'> Dezember 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/11/'> November 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/10/'> Oktober 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/09/'> September 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/08/'> August 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/07/'> Juli 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/06/'> Juni 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/05/'> Mai 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/04/'> April 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/03/'> März 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/02/'> Februar 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/01/'> Januar 2017 </option>
	<option value='https://www.tabularasamagazin.de/2016/12/'> Dezember 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/11/'> November 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/10/'> Oktober 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/09/'> September 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/08/'> August 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/07/'> Juli 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/06/'> Juni 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/05/'> Mai 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/04/'> April 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/03/'> März 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/02/'> Februar 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/01/'> Januar 2016 </option>
	<option value='https://www.tabularasamagazin.de/2015/12/'> Dezember 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/11/'> November 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/10/'> Oktober 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/09/'> September 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/08/'> August 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/07/'> Juli 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/06/'> Juni 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/05/'> Mai 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/04/'> April 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/03/'> März 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/02/'> Februar 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/01/'> Januar 2015 </option>
	<option value='https://www.tabularasamagazin.de/2014/12/'> Dezember 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/11/'> November 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/10/'> Oktober 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/09/'> September 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/08/'> August 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/07/'> Juli 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/06/'> Juni 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/05/'> Mai 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/04/'> April 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/03/'> März 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/02/'> Februar 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/01/'> Januar 2014 </option>
	<option value='https://www.tabularasamagazin.de/2013/12/'> Dezember 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/11/'> November 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/10/'> Oktober 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/09/'> September 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/08/'> August 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/07/'> Juli 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/06/'> Juni 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/05/'> Mai 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/04/'> April 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/03/'> März 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/02/'> Februar 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/01/'> Januar 2013 </option>
	<option value='https://www.tabularasamagazin.de/2012/12/'> Dezember 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/11/'> November 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/10/'> Oktober 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/09/'> September 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/08/'> August 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/07/'> Juli 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/06/'> Juni 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/05/'> Mai 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/04/'> April 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/03/'> März 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/02/'> Februar 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/01/'> Januar 2012 </option>
	<option value='https://www.tabularasamagazin.de/2011/12/'> Dezember 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/11/'> November 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/10/'> Oktober 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/09/'> September 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/08/'> August 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/07/'> Juli 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/06/'> Juni 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/05/'> Mai 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/04/'> April 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/03/'> März 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/02/'> Februar 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/01/'> Januar 2011 </option>
	<option value='https://www.tabularasamagazin.de/2010/12/'> Dezember 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/11/'> November 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/10/'> Oktober 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/09/'> September 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/08/'> August 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/07/'> Juli 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/06/'> Juni 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/05/'> Mai 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/04/'> April 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/03/'> März 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/02/'> Februar 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/01/'> Januar 2010 </option>
	<option value='https://www.tabularasamagazin.de/2009/12/'> Dezember 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/11/'> November 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/10/'> Oktober 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/09/'> September 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/08/'> August 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/07/'> Juli 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/06/'> Juni 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/05/'> Mai 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/04/'> April 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/03/'> März 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/02/'> Februar 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/01/'> Januar 2009 </option>
	<option value='https://www.tabularasamagazin.de/2008/12/'> Dezember 2008 </option>
	<option value='https://www.tabularasamagazin.de/2007/03/'> März 2007 </option>
	<option value='https://www.tabularasamagazin.de/2006/03/'> März 2006 </option>
	<option value='https://www.tabularasamagazin.de/1996/03/'> März 1996 </option>

		</select>

			<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */

(function() {
	var dropdown = document.getElementById( "archives-dropdown-5" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();

/* ]]> */
</script>
</div><div id="text-11" class="mh-widget mh-home-6 widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Interviews</span></h4>			<div class="textwidget"></div>
		</div><div id="mh_magazine_custom_slider-4" class="mh-widget mh-home-6 mh_magazine_custom_slider">        	<div class="flexslider mh-slider-widget mh-slider-layout2">
				<ul class="slides">							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=DHu2qzoZacg&#038;feature=youtu.be" title="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Sternstunde.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Sternstunde.jpg" alt="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=DHu2qzoZacg&#038;feature=youtu.be" title="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie">
															Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=j4y5L44sCBY" title="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_SWagenknecht.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_SWagenknecht.jpg" alt="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=j4y5L44sCBY" title="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" target="_blank">
															Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=gMRnowgpGig" title="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Lesch.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Lesch.jpg" alt="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=gMRnowgpGig" title="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" target="_blank">
															Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=VNxDCZirYF0" title="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_RWeizsäcker.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_RWeizsäcker.jpg" alt="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=VNxDCZirYF0" title="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" target="_blank">
															Helmut Schmidt 2007 (mit Richard von Weizsäcker)														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=HIxKrYqo0B4" title="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Schabowski.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Schabowski.jpg" alt="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=HIxKrYqo0B4" title="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" target="_blank">
															Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>				</ul>
			</div></div>					</div>
							</div>
				<div id="mh_magazine_carousel-2" class="mh-widget mh-home-7 mh-home-wide mh_magazine_carousel">			<div class="flexslider mh-carousel-widget mh-carousel-layout1">
	        	<ul class="slides"><li class="mh-carousel-item post-90755 post type-post status-publish format-standard has-post-thumbnail category-allgemein category-gesellschaft category-politik tag-deutschland tag-umfrage tag-zukunft">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Allgemein	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">
			Hat Deutschland eine gute Zukunft?		</a>
	</h3>
</li><li class="mh-carousel-item post-90714 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-belarus tag-krieg tag-praesident-selenskyj tag-ukraine">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen"><img width="326" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-326x225.png" /><noscript><img width="326" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-326x225.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">
			Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen		</a>
	</h3>
</li><li class="mh-carousel-item post-90758 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-insa tag-ministerpraesident tag-umfrage">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird">
			INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird		</a>
	</h3>
</li><li class="mh-carousel-item post-90753 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-gruene-2 tag-insa tag-umfrage tag-union tag-vorsprung-afd">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent"><img width="326" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-326x225.png" /><noscript><img width="326" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-326x225.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent">
			Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent		</a>
	</h3>
</li><li class="mh-carousel-item post-90749 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-afd-duldung tag-angela-merkel tag-berliner-zeitung tag-brandmauer tag-bundeskanzler-merz tag-cdu tag-cdu-krise tag-cdu-nachfolge tag-cdu-und-afd tag-demokratiekongress tag-dennis-radtke tag-deutsche-politik tag-faz tag-friedrich-merz tag-hans-georg-maassen tag-hendrik-wuest tag-herbert-reul tag-holger-friedrich tag-jens-spahn tag-kanzlerwechsel tag-karl-josef-laumann tag-koelner-stadt-anzeiger tag-konrad-adenauer tag-markus-soeder tag-mathias-doepfner tag-minderheitsregierung tag-neheim-huestener-programm tag-politische-krise-deutschland tag-robin-alexander-podcast tag-union tag-union-unter-druck tag-weimarer-weg">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU"><img width="326" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-326x225.png" /><noscript><img width="326" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-326x225.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU">
			Gefährlich schlingernde CDU		</a>
	</h3>
</li><li class="mh-carousel-item post-90737 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplatzabbau-deutschland tag-arbeitsplaetze-sichern tag-buerokratieabbau tag-dekarbonisierung-mittelstand tag-deutscher-mittelstands-bund tag-digitalisierung-verwaltung tag-dmb tag-dmb-positionspapier tag-fruehjahrsgutachten tag-innovationen-mittelstand tag-insolvenzen-mittelstand tag-investitionen-deutschland tag-kleine-und-mittlere-unternehmen tag-kmu-deutschland tag-marc-s-tenbieg tag-mittelstand-deutschland tag-mittelstand-entlasten tag-reformpaket-bundesregierung tag-sozialabgaben tag-sozialversicherung-reform tag-strukturreformen-deutschland tag-transformation-mittelstand tag-unternehmensbesteuerung tag-wettbewerbsfaehigkeit-deutschland tag-wirtschaftsstandort-deutschland tag-wirtschaftswachstum-deutschland-2026 tag-wirtschaftswachstum-deutschland-2027 tag-wirtschaftsweise">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung"><img width="326" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-326x225.png" /><noscript><img width="326" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-326x225.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung">
			Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung		</a>
	</h3>
</li><li class="mh-carousel-item post-90739 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-familienfest-gera tag-familienveranstaltung-gera tag-festival-gera tag-festival-wochenende-gera tag-gera-veranstaltungen tag-kinderprogramm-gera tag-kultur-gera tag-kulturveranstaltung-gera tag-theater-fuer-familien tag-theater-und-familienfest tag-theaterfestival-gera tag-theaterfestival-thueringen tag-theaterstuecke-gera tag-wildwechsel-festival tag-wildwechsel-gera">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Herr-Fuchs-und-Frau-Elster-Foto-Lutz-Edelhoff-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/festival-finale-in-gera-wildwechsel-bringt-theater-und-familienfest-zusammen/" title="Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen">
			Festival-Finale in Gera: „Wildwechsel“ bringt Theater und Familienfest zusammen		</a>
	</h3>
</li><li class="mh-carousel-item post-90462 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-franzen tag-liedermacher tag-manchmal tag-musik tag-neue-single tag-saenger tag-sebastian-franzen tag-singer tag-single tag-single-release tag-songwriter">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Feuilleton	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“">
			Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“		</a>
	</h3>
</li><li class="mh-carousel-item post-90723 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-bericht tag-beschwerden tag-bundesministerium-fuer-justiz tag-justiz tag-oesterreich-2 tag-volksanwaltschaft">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium">
			Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium		</a>
	</h3>
</li><li class="mh-carousel-item post-90733 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-aggression tag-gesellschaft tag-gewalt tag-krieg">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen">
			Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen		</a>
	</h3>
</li>				</ul>
			</div></div><div id="mh_magazine_youtube-4" class="mh-widget mh-home-7 mh-home-wide mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=qIrZL7tCsa4" class="mh-widget-title-link">Juli Zeh, woran krankt die Demokratie? | Sternstunde Philosophie | SRF Kultur</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/qIrZL7tCsa4" data-id="qIrZL7tCsa4" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/qIrZL7tCsa4?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div><div id="mh_magazine_youtube-2" class="mh-widget mh-home-7 mh-home-wide mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=syt30b6X1a8" class="mh-widget-title-link">Globale Unordnung – Krisen ohne Ende | Sternstunde Philosophie | SRF Kultur</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/syt30b6X1a8" data-id="syt30b6X1a8" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/syt30b6X1a8?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div>					<div class="mh-home-columns clearfix">
	    							<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-8">
						<div id="mh_magazine_custom_posts-6" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/politik/" class="mh-widget-title-link">Politik</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90755 post type-post status-publish format-standard has-post-thumbnail category-allgemein category-gesellschaft category-politik tag-deutschland tag-umfrage tag-zukunft">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-12.-Mai-2026-19_15_04-1-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">
												Hat Deutschland eine gute Zukunft?											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Hat Deutschland eine gute Zukunft? <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/herrmann-binkert-hat-deutschland-eine-gute-zukunft/" title="Hat Deutschland eine gute Zukunft?">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90758 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-insa tag-ministerpraesident tag-umfrage">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Neue-INSA-Umfrage-Grafik-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/" title="INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird">
										INSA-Umfrage: 45 Prozent der Befragten glauben, dass die AfD noch in diesem Jahr mindestens einen Ministerpräsidenten stellen wird									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-insa-umfrage-45-prozent-der-befragten-glauben-dass-die-afd-noch-in-diesem-jahr-mindestens-einen-ministerpraesidenten-stellen-wird/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90753 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-gruene-2 tag-insa tag-umfrage tag-union tag-vorsprung-afd">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_15-1-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/" title="Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent">
										Die AfD bleibt mit 29 Prozent weiterhin klar vor der Union mit 22 Prozent &#8211; Grüne 14 Prozent									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-die-afd-bleibt-mit-29-prozent-weiterhin-klar-vor-der-union-mit-22-prozent-gruene/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90749 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-afd-duldung tag-angela-merkel tag-berliner-zeitung tag-brandmauer tag-bundeskanzler-merz tag-cdu tag-cdu-krise tag-cdu-nachfolge tag-cdu-und-afd tag-demokratiekongress tag-dennis-radtke tag-deutsche-politik tag-faz tag-friedrich-merz tag-hans-georg-maassen tag-hendrik-wuest tag-herbert-reul tag-holger-friedrich tag-jens-spahn tag-kanzlerwechsel tag-karl-josef-laumann tag-koelner-stadt-anzeiger tag-konrad-adenauer tag-markus-soeder tag-mathias-doepfner tag-minderheitsregierung tag-neheim-huestener-programm tag-politische-krise-deutschland tag-robin-alexander-podcast tag-union tag-union-unter-druck tag-weimarer-weg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-20.-Mai-2026-18_43_18-9-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/" title="Gefährlich schlingernde CDU">
										Gefährlich schlingernde CDU									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/franz-sommerfeld-gefaehrlich-schlingernde-cdu/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90723 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-bericht tag-beschwerden tag-bundesministerium-fuer-justiz tag-justiz tag-oesterreich-2 tag-volksanwaltschaft">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/volksanwaltschaft-bericht-2025_schwarz-gaby_achitz-bernhard_luisser-christoph-326x245.webp 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/" title="Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium">
										Bericht der österreichischen Volksanwaltschaft für 2025 &#8211; Die meisten Beschwerden treffen das Justizministerium									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/johannes-schuetz-bericht-der-oesterreichischen-volksanwaltschaft-fuer-2025-die-meisten-beschwerden-treffen-das-justizministerium/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-9" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/feuilleton/" class="mh-widget-title-link">Feuilleton</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90462 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-franzen tag-liedermacher tag-manchmal tag-musik tag-neue-single tag-saenger tag-sebastian-franzen tag-singer tag-single tag-single-release tag-songwriter">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/piano-3505109_1280-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“">
												Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Musik und Medien tendieren derzeit dazu vor allem Erfolg, Optimierung und Positivität zu feiern. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/zwischen-kommune-ithaka-und-koeln-liedermacher-franzen-veroeffentlicht-single-manchmal/" title="Zwischen Kommune, Ithaka und Köln: Liedermacher Franzen veröffentlicht Single „Manchmal“">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90353 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-der-medicus tag-familienstueck tag-freilichttheater tag-maerchen tag-maerchenspiele tag-maerchenspiele-tecklenburg tag-markus-soellner tag-rocky tag-snow-white-and-me tag-tecklenburg tag-theater">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/maerchenstart-in-tecklenburg-snow-white-and-me-feiert-am-sonntag-premiere/" title="Märchenstart in Tecklenburg: SNOW WHITE AND ME feiert am Sonntag Premiere"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Tecklenburg-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/maerchenstart-in-tecklenburg-snow-white-and-me-feiert-am-sonntag-premiere/" title="Märchenstart in Tecklenburg: SNOW WHITE AND ME feiert am Sonntag Premiere">
										Märchenstart in Tecklenburg: SNOW WHITE AND ME feiert am Sonntag Premiere									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/maerchenstart-in-tecklenburg-snow-white-and-me-feiert-am-sonntag-premiere/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89953 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-16-november-1976 tag-arbeiter-und-bauernstaat tag-ausbuergerung-wolf-biermann tag-biermann-1976 tag-ddr tag-ddr-intellektuelle tag-ddr-journalismus tag-ddr-opposition tag-koeln-konzert-1976 tag-konzert-koeln-1976 tag-leipziger-journalistik tag-liedermacher tag-neues-deutschland tag-neues-deutschland-selbstkritik tag-rotes-kloster tag-sed tag-sed-politbuero tag-sed-zeitung tag-selbstkritik-neues-deutschland tag-wolf-biermann tag-wolfgang-huebner tag-zdf">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/joerg-bernhard-bilkewolf-biermann-wenn-das-neue-deutschland-ploetzlich-reue-zeigt/" title="Wolf Biermann: Wenn das „Neue Deutschland“ plötzlich Reue zeigt"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-300x225.png 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280.png 400w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-300x225.png 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/news-1172463_1280.png 400w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/joerg-bernhard-bilkewolf-biermann-wenn-das-neue-deutschland-ploetzlich-reue-zeigt/" title="Wolf Biermann: Wenn das „Neue Deutschland“ plötzlich Reue zeigt">
										Wolf Biermann: Wenn das „Neue Deutschland“ plötzlich Reue zeigt									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>6. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/joerg-bernhard-bilkewolf-biermann-wenn-das-neue-deutschland-ploetzlich-reue-zeigt/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89386 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-ausstellung tag-jazz tag-jazz-music tag-konzertreihe tag-kunst tag-muenchen tag-musik tag-pasinger-fabrik tag-united-by-jazz">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/" title="UNITED BY JAZZ – Ausstellung und Konzertreihe in München"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/" title="UNITED BY JAZZ – Ausstellung und Konzertreihe in München">
										UNITED BY JAZZ – Ausstellung und Konzertreihe in München									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89304 post type-post status-publish format-standard has-post-thumbnail category-feuilleton tag-aufmerksamkeit tag-erinnerung tag-fotobuch tag-fotobuecher tag-fotos tag-geschenk tag-geschenke tag-individueller-stil tag-meinfoto-de tag-muttertag tag-muttertagsgeschenk tag-zum-muttertag">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/" title="Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/" title="Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind">
										Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-12" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/buecher/" class="mh-widget-title-link">Bücher</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90063 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-being-young tag-bildband tag-erwachsenwerden tag-fotobuch tag-fotografie tag-jugend tag-junge-menschen tag-jungsein tag-kerber-verlag tag-kunstbuch tag-muenchner-fotograf tag-portraits-of-becoming tag-portraetfotografie tag-portraets tag-wolfgang-strassl tag-zeitgenoessische-fotografie">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/marc-peschke-being-young-wolfgang-strassl-zeigt-das-leise-drama-des-erwachsenwerdens/" title="Being Young: Wolfgang Strassl zeigt das leise Drama des Erwachsenwerdens"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/1-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/marc-peschke-being-young-wolfgang-strassl-zeigt-das-leise-drama-des-erwachsenwerdens/" title="Being Young: Wolfgang Strassl zeigt das leise Drama des Erwachsenwerdens">
												Being Young: Wolfgang Strassl zeigt das leise Drama des Erwachsenwerdens											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-peschke-being-young-wolfgang-strassl-zeigt-das-leise-drama-des-erwachsenwerdens/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Wolfgang Strassl porträtiert in „Being Young – Portraits of Becoming“ junge Menschen zwischen Offenheit, Unsicherheit und Selbstbewusstsein. Ein stiller Bildband über Jugend, Wandel und das fragile Versprechen des Erwachsenwerdens. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/marc-peschke-being-young-wolfgang-strassl-zeigt-das-leise-drama-des-erwachsenwerdens/" title="Being Young: Wolfgang Strassl zeigt das leise Drama des Erwachsenwerdens">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90346 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-bach tag-bach-und-wien-zur-bach-rezeption-in-der-habsburgermonarchie-leipziger-beitraege-zur-bach-forschung-band-13 tag-barockmusik tag-buch tag-buchcharts tag-buecher tag-buecher-aktuell tag-buechercharts tag-christine-blanken tag-habsburger tag-johann-sebastian-bach tag-klassik tag-lausbergs-buchtipp tag-marko-motnik tag-michael-lausberg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bach-und-wien-zur-bach-rezeption-in-der-habsburgermonarchie/" title="Bach und Wien. Zur Bach-Rezeption in der Habsburgermonarchie"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/falco-eisenach-4462892_1280-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/bach-und-wien-zur-bach-rezeption-in-der-habsburgermonarchie/" title="Bach und Wien. Zur Bach-Rezeption in der Habsburgermonarchie">
										Bach und Wien. Zur Bach-Rezeption in der Habsburgermonarchie									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/bach-und-wien-zur-bach-rezeption-in-der-habsburgermonarchie/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90303 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-alexander-der-grosse tag-alexander-der-grosse-eroberer-der-welt tag-buch tag-buch-aktuell tag-buchcharts tag-buecher tag-buecher-aktuell tag-buechercharts tag-buchtipp tag-lausbergs-buchtipp tag-michael-lausberg tag-neue-buecher tag-robin-lane-fox">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/robin-lane-fox-alexander-der-grosse-eroberer-der-welt/" title="Robin Lane Fox: Alexander der Große. Eroberer der Welt."><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/dimitrisvetsikas1969-greece-2710626-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/robin-lane-fox-alexander-der-grosse-eroberer-der-welt/" title="Robin Lane Fox: Alexander der Große. Eroberer der Welt.">
										Robin Lane Fox: Alexander der Große. Eroberer der Welt.									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/robin-lane-fox-alexander-der-grosse-eroberer-der-welt/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89849 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-ausgrenzung-roma tag-die-roma tag-identitaet-und-widerstand tag-literaturempfehlung-2026 tag-madeline-potter tag-minderheiten-in-europa tag-propylaeen-verlag tag-roma-buch tag-roma-geschichte tag-sachbuch-neuerscheinung tag-sinti-und-roma tag-wanda-jakob">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/benedikt-vallendar-manifest-fuer-eine-minderheit-madeline-potter-schreibt-gegen-das-vergessen-an/" title="Manifest für eine Minderheit: Madeline Potter schreibt gegen das Vergessen an"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Roma-Buch-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/benedikt-vallendar-manifest-fuer-eine-minderheit-madeline-potter-schreibt-gegen-das-vergessen-an/" title="Manifest für eine Minderheit: Madeline Potter schreibt gegen das Vergessen an">
										Manifest für eine Minderheit: Madeline Potter schreibt gegen das Vergessen an									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/benedikt-vallendar-manifest-fuer-eine-minderheit-madeline-potter-schreibt-gegen-das-vergessen-an/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89431 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-badeni-aufstand-1897 tag-boehmen tag-corpsstudenten tag-deutsches-prag tag-deutschsprachige-literatur-prag tag-die-vaclavbude tag-franz-kafka tag-iglau tag-k-u-k-monarchie tag-karl-hans-strobl tag-literaturkritik tag-maehren tag-nationalitaetenkonflikt tag-neuauflage-2026 tag-phantastische-literatur tag-prag-19-jahrhundert tag-prager-studentengeschichte tag-studentenliteratur tag-studentenroman tag-tycho-brahe">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/" title="Eine wildromantische Prager Studentenzeit"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/" title="Eine wildromantische Prager Studentenzeit">
										Eine wildromantische Prager Studentenzeit									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>3. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-15" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/finanzen/" class="mh-widget-title-link">Finanzen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90737 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitsplatzabbau-deutschland tag-arbeitsplaetze-sichern tag-buerokratieabbau tag-dekarbonisierung-mittelstand tag-deutscher-mittelstands-bund tag-digitalisierung-verwaltung tag-dmb tag-dmb-positionspapier tag-fruehjahrsgutachten tag-innovationen-mittelstand tag-insolvenzen-mittelstand tag-investitionen-deutschland tag-kleine-und-mittlere-unternehmen tag-kmu-deutschland tag-marc-s-tenbieg tag-mittelstand-deutschland tag-mittelstand-entlasten tag-reformpaket-bundesregierung tag-sozialabgaben tag-sozialversicherung-reform tag-strukturreformen-deutschland tag-transformation-mittelstand tag-unternehmensbesteuerung tag-wettbewerbsfaehigkeit-deutschland tag-wirtschaftsstandort-deutschland tag-wirtschaftswachstum-deutschland-2026 tag-wirtschaftswachstum-deutschland-2027 tag-wirtschaftsweise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-22_36_45-9-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/" title="Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung">
										Deutschland droht Mini-Wachstum: Mittelstand macht Druck auf die Bundesregierung									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/deutschland-droht-mini-wachstum-mittelstand-macht-druck-auf-die-bundesregierung/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90716 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-brenner tag-brennerautobahn tag-brennerbasistunnel tag-ferien tag-freizeit tag-italien tag-oesterreich-2 tag-stau">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/" title="BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/robbyfo-brenner-motorway-4278525_640-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/" title="BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum">
										BIHK warnt wegen Brenner-Demo am 30. Mai vor Fahrten in den Alpenraum									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/bihk-warnt-wegen-brenner-demo-am-30-mai-vor-fahrten-in-den-alpenraum/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90657 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-arbeitskosten-deutschland tag-autoindustrie-bayern tag-bayerische-exporte-europa tag-bayerische-wirtschaft tag-bayerischer-aussenhandel tag-bayern-export-2026 tag-bayern-importe-2026 tag-bertram-brossardt tag-china-handel-bayern tag-de-industrialisierung-bayern tag-elektroindustrie-bayern tag-energiekosten-bayern tag-eu-binnenmarkt tag-europa-stabilitaetsanker tag-exporte-bayern-erstes-quartal-2026 tag-exportgueter-bayern tag-exportmarkt-usa tag-exportplus-bayern tag-handelsdefizit-bayern tag-importe-bayern-erstes-quartal-2026 tag-investitionshemmnisse tag-iran-krieg-wirtschaft tag-lieferketten-krise tag-pkw-exporte-bayern tag-reformpaket-bundesregierung tag-standortbedingungen-bayern tag-statistisches-bundesamt tag-usa-geschaeft-bayern tag-vbw-aussenhandel tag-vbw-vereinigung-der-bayerischen-wirtschaft">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/iran-krieg-trifft-bayerns-export-europa-rettet-das-erste-quartal/" title="Iran-Krieg trifft Bayerns Export: Europa rettet das erste Quartal"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_28-6-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_28-6-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/iran-krieg-trifft-bayerns-export-europa-rettet-das-erste-quartal/" title="Iran-Krieg trifft Bayerns Export: Europa rettet das erste Quartal">
										Iran-Krieg trifft Bayerns Export: Europa rettet das erste Quartal									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>27. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/iran-krieg-trifft-bayerns-export-europa-rettet-das-erste-quartal/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90478 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-anleihemarkt tag-boerse tag-dotcom-blase tag-energie tag-finanzmarkt tag-gold tag-investoren tag-ki-aktien tag-ki-blase tag-kuenstliche-intelligenz tag-marktcrash tag-rohstoffe tag-silber tag-steigende-zinsen tag-tech-aktien tag-tech-boom">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-ki-blase-vor-dem-platzen-anleihemarkt-schlaegt-alarm/" title="KI-Blase vor dem Platzen? Anleihemarkt schlägt Alarm"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/08/artificial-intelligence-8743259_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-ki-blase-vor-dem-platzen-anleihemarkt-schlaegt-alarm/" title="KI-Blase vor dem Platzen? Anleihemarkt schlägt Alarm">
										KI-Blase vor dem Platzen? Anleihemarkt schlägt Alarm									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-ki-blase-vor-dem-platzen-anleihemarkt-schlaegt-alarm/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90399 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-bayerische-wirtschaft tag-bihk tag-buendnis-pro-olympia tag-infrastruktur-muenchen tag-manfred-goessl tag-markus-soeder tag-muenchen-olympia-1972 tag-nachhaltige-olympische-spiele tag-olympia-muenchen tag-olympiabewerbung-muenchen tag-olympiapark-muenchen tag-paralympische-spiele-muenchen tag-spiele-der-kurzen-wege tag-tourismus-muenchen tag-vbw tag-wirtschaftsstandort-bayern tag-wolfram-hatz">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/olympia-comeback-fuer-muenchen-wirtschaft-stellt-sich-geschlossen-dahinter/" title="Olympia-Comeback für München? Wirtschaft stellt sich geschlossen dahinter"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="© IHK für München und Oberbayern / HRSchulz" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="© IHK für München und Oberbayern / HRSchulz" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IHK_OLympia_9707_W768xH768-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/olympia-comeback-fuer-muenchen-wirtschaft-stellt-sich-geschlossen-dahinter/" title="Olympia-Comeback für München? Wirtschaft stellt sich geschlossen dahinter">
										Olympia-Comeback für München? Wirtschaft stellt sich geschlossen dahinter									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>24. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/olympia-comeback-fuer-muenchen-wirtschaft-stellt-sich-geschlossen-dahinter/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
													<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-9">
						<div id="mh_magazine_custom_posts-7" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/welt/" class="mh-widget-title-link">Welt</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90714 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-belarus tag-krieg tag-praesident-selenskyj tag-ukraine">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen"><img width="326" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20225'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-326x225.png" /><noscript><img width="326" height="225" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_26-2-326x225.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">
												Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-seit-wochen-warnt-der-ukrainische-praesident-selenskyj-russland-versuche-belarus-offen-in-den-krieg-hineinzuziehen/" title="Länderbericht der Konrad-Adenauer-Stiftung: Seit Wochen warnt der ukrainische Präsident Selenskyj, Russland versuche, Belarus offen in den Krieg hineinzuziehen">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90728 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-krieg tag-ueberfall tag-ukraine tag-voelkerrecht tag-wladimir-wladimirowitsch-putin">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/franz-sommerfeld-wie-im-sommer-2021/" title="Wie im Sommer 2021…"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_27-3-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-21.-Mai-2026-17_59_27-3-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/franz-sommerfeld-wie-im-sommer-2021/" title="Wie im Sommer 2021…">
										Wie im Sommer 2021…									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>27. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/franz-sommerfeld-wie-im-sommer-2021/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89965 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-armenien tag-armenien-wahl-2026 tag-aserbaidschan tag-epc-gipfel tag-eu-annaeherung tag-eu-armenien-gipfel tag-euma tag-europaeische-aussenpolitik tag-european-political-community tag-friedensprozess tag-geopolitik tag-jerewan tag-mittlerer-korridor tag-nikol-paschinjan tag-parlamentswahl-armenien tag-russland-2 tag-suedkaukasus tag-tuerkei tag-yerevan-dialogue">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-armenien-wird-zur-buehne-europas-eu-gipfel-wahlkampf-und-neue-machtachsen-im-suedkaukasus/" title="Länderbericht der Konrad-Adenauer-Stiftung: Armenien wird zur Bühne Europas: EU-Gipfel, Wahlkampf und neue Machtachsen im Südkaukasus"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="fahne europa schweiz eu flagge europäisch, Quelle: photosforyou, Pixabay License Freie kommerzielle Nutzung Kein Bildnachweis nötig" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="fahne europa schweiz eu flagge europäisch, Quelle: photosforyou, Pixabay License Freie kommerzielle Nutzung Kein Bildnachweis nötig" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/flag-2786733_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-armenien-wird-zur-buehne-europas-eu-gipfel-wahlkampf-und-neue-machtachsen-im-suedkaukasus/" title="Länderbericht der Konrad-Adenauer-Stiftung: Armenien wird zur Bühne Europas: EU-Gipfel, Wahlkampf und neue Machtachsen im Südkaukasus">
										Länderbericht der Konrad-Adenauer-Stiftung: Armenien wird zur Bühne Europas: EU-Gipfel, Wahlkampf und neue Machtachsen im Südkaukasus									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laenderbericht-der-konrad-adenauer-stiftung-armenien-wird-zur-buehne-europas-eu-gipfel-wahlkampf-und-neue-machtachsen-im-suedkaukasus/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90361 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-andy-burnham tag-britische-innenpolitik tag-britische-regierung tag-britische-sozialdemokratie tag-grossbritannien-politik tag-gruene-grossbritannien tag-jeremy-corbyn tag-keir-starmer tag-labour-krise tag-labour-partei tag-labour-parteifuehrung tag-labour-zukunft tag-machtkampf-labour tag-politische-mitte tag-rachel-reeves tag-reform-uk tag-soziale-krise-grossbritannien tag-unterhauswahl tag-wes-streeting tag-westminster">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/aljoscha-kertesz-chaostage-bei-labour-der-absturz-nach-dem-wahlsieg/" title="Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/Unbenannt-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-chaostage-bei-labour-der-absturz-nach-dem-wahlsieg/" title="Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg">
										Chaostage bei Labour &#8211; Der Absturz nach dem Wahlsieg									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>16. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/aljoscha-kertesz-chaostage-bei-labour-der-absturz-nach-dem-wahlsieg/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90341 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-welt tag-donald-trump tag-familie tag-krieg tag-reichtum">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-trump-dynastie-und-die-profite-aus-der-anstiftung-zu-kriegen/" title="Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Donald Trump ChatGPT" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Donald Trump ChatGPT" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/ChatGPT-Image-11.-Mai-2025-11_02_40-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-trump-dynastie-und-die-profite-aus-der-anstiftung-zu-kriegen/" title="Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen">
										Die Trump-Dynastie und die Profite aus der Anstiftung zu Kriegen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>15. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-trump-dynastie-und-die-profite-aus-der-anstiftung-zu-kriegen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="rss-2" class="mh-widget mh-home-9 widget_rss"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a class="rsswidget rss-widget-feed" href="https://rp-online.de/feed.rss"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%3C/svg%3E" alt="RSS" data-lazy-src="https://www.tabularasamagazin.de/wp-includes/images/rss.png" /><noscript><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://www.tabularasamagazin.de/wp-includes/images/rss.png" alt="RSS" /></noscript></a> <a class="rsswidget rss-widget-title" href="https://rp-online.de/feed.rss">Startseite | RP ONLINE</a></span></h4><ul><li><a class='rsswidget' href='https://rp-online.de/panorama/fernsehen/anna-carina-woitschack-gewinnt-let-s-dance_aid-149110809'>Dancing Star 2026: Anna-Carina Woitschack gewinnt „Let&#039;s Dance“</a> <span class="rss-date">30. Mai 2026</span><div class="rssSummary">Nach Monaten voller Glitzer, Tränen, ein wenig Blut und etlichen Joachim-Llambi-Urteilen steht fest, wer „Let&#039;s Dance“ gewinnt: eine Frau, die zwischen Marionetten aufgewachsen ist.</div></li><li><a class='rsswidget' href='https://rp-online.de/nrw/panorama/unwetter-in-nrw-gewitter-starkregen-und-hagel-treffen-nrw_aid-134041003'>Zahlreiche Einsätze: Gewitter, Starkregen und Hagel treffen NRW-Städte</a> <span class="rss-date">30. Mai 2026</span><div class="rssSummary">Der Deutsche Wetterdienst hatte vor Gewittern, Starkregen und Hagel für Freitag über dem Westen Deutschlands gewarnt. In Teilen hat sich die Vorhersage bestätigt. Welche Regionen besonders betroffen waren und wie die Aussichten für das Wochenende sind.</div></li><li><a class='rsswidget' href='https://rp-online.de/nrw/landespolitik/mehr-druck-der-jobvermittler-wirkt-in-nrw_aid-149071827'>Vermittlungsoffensive des Landes: Mehr Druck der Jobvermittler wirkt in NRW</a> <span class="rss-date">29. Mai 2026</span><div class="rssSummary">Die Landesregierung macht den Arbeitsvermittlern in den NRW-Jobcentern härtere Vorgaben. Nun belegen Zahlen des Arbeitsministers: Die Methode entfaltet Wirkung. Gewerkschafter bleiben allerdings skeptisch.</div></li><li><a class='rsswidget' href='https://rp-online.de/wirtschaft/immer-mehr-inhabergefuehrte-ladenlokale-schliessen_aid-149071031'>Einzelhandel in den Zentren: &quot;Deutschlands Innenstädte verlieren ihr Gesicht&quot;</a> <span class="rss-date">29. Mai 2026</span><div class="rssSummary">In den vergangenen 15 Jahren ist jeder sechste Handelsbetrieb von der Bildfläche verschwunden. Manche Geschäftsmodelle ziehen nicht mehr, die Konsumflaute hält an. Was sollen Händler tun?</div></li><li><a class='rsswidget' href='https://rp-online.de/politik/deutschland/wolfgang-kubicki-wird-neuer-fdp-chef-rettung-oder-risiko_aid-149063211'>Bundesparteitag in Berlin: Wolfgang Kubicki auf Rettungsmission für die FDP</a> <span class="rss-date">29. Mai 2026</span><div class="rssSummary">Rund 660 Delegierte sollen Wolfgang Kubicki an diesem Samstag zum neuen FDP-Chef wählen. Der 74-Jährige soll die Partei retten – doch ein Streit über die AfD droht seinen Start zu überschatten.</div></li></ul></div><div id="mh_magazine_custom_posts-13" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/film/" class="mh-widget-title-link">Film</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90652 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-43-filmfest-muenchen tag-august-diehl tag-biografisches-drama tag-cannes-hit-vaterland tag-cold-war tag-deutschlandpremiere-vaterland tag-erika-mann tag-europaeisches-kino tag-festival-de-cannes tag-filmfest-muenchen-2026 tag-filmfest-muenchen-eroeffnung tag-gasteig-hp8 tag-hanns-zischler tag-ida tag-kino-muenchen-2026 tag-nachkriegsdeutschland tag-pawel-pawlikowski tag-sandra-hueller tag-thomas-mann tag-vaterland">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/cannes-hit-mit-sandra-hueller-eroeffnet-filmfest-muenchen-2026/" title="Cannes-Hit mit Sandra Hüller eröffnet Filmfest München 2026"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/imagecompressionU57mJW-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/cannes-hit-mit-sandra-hueller-eroeffnet-filmfest-muenchen-2026/" title="Cannes-Hit mit Sandra Hüller eröffnet Filmfest München 2026">
												Cannes-Hit mit Sandra Hüller eröffnet Filmfest München 2026											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/cannes-hit-mit-sandra-hueller-eroeffnet-filmfest-muenchen-2026/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Das 43. FILMFEST MÜNCHEN eröffnet am 27. Juni 2026 mit Paweł Pawlikowskis Cannes-Hit „Vaterland“. Sandra Hüller, Hanns Zischler und August Diehl präsentieren das Drama erstmals in Deutschland. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/cannes-hit-mit-sandra-hueller-eroeffnet-filmfest-muenchen-2026/" title="Cannes-Hit mit Sandra Hüller eröffnet Filmfest München 2026">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90369 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-canes tag-cannes-filmfestival tag-dogma tag-dogma-25-germany tag-dreharbeiten tag-drehbuch tag-film tag-film-dreharbeiten tag-filme tag-filmindustrie tag-filmschaffende tag-filmshaffende tag-geluebde tag-helene-hegemann tag-ilker-catak tag-kino tag-kinofilme tag-kurdwin-ayub tag-nora-fingscheidt tag-regie tag-tom-tykwer">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/cannes-2026-dogma-25-germany-fuenf-kinofilme-als-revival-der-legendaeren-dogma-bewegung/" title="Cannes 2026: DOGMA 25 Germany – fünf Kinofilme als Revival der legendären DOGMA-Bewegung"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280.jpeg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/hermann-cleaning-392720_1280.jpeg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/cannes-2026-dogma-25-germany-fuenf-kinofilme-als-revival-der-legendaeren-dogma-bewegung/" title="Cannes 2026: DOGMA 25 Germany – fünf Kinofilme als Revival der legendären DOGMA-Bewegung">
										Cannes 2026: DOGMA 25 Germany – fünf Kinofilme als Revival der legendären DOGMA-Bewegung									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/cannes-2026-dogma-25-germany-fuenf-kinofilme-als-revival-der-legendaeren-dogma-bewegung/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90235 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-ab-durch-die-mitte tag-aktuelle-kinofilme tag-aktueller-kinofilm tag-christian-clavier tag-claire-chust tag-comedy tag-gilles-cohen tag-gregoire-vigneron tag-kino tag-kinofilm tag-kinokomoedie tag-komoedie tag-le-million tag-neue-filme tag-neuer-kinofilm tag-rayane-bensetti tag-was-laeuft-im-kino">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/christian-clavier-in-ab-durch-die-mitte-mit-vollgas-durch-paris/" title="Christian Clavier in: AB DURCH DIE MITTE – mit Vollgas durch Paris"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/KL_Ab_durch_die_Mitte_c_Happy_Entertainment-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/christian-clavier-in-ab-durch-die-mitte-mit-vollgas-durch-paris/" title="Christian Clavier in: AB DURCH DIE MITTE – mit Vollgas durch Paris">
										Christian Clavier in: AB DURCH DIE MITTE – mit Vollgas durch Paris									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/christian-clavier-in-ab-durch-die-mitte-mit-vollgas-durch-paris/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90073 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-bavaria-filmstadt tag-bjoern-kindler tag-camgaroo tag-camgaroo-award tag-camgaroo-award-2026 tag-canon tag-christian-koh tag-doppelherz tag-drama tag-film tag-filme tag-gabriele-lechner tag-harold-faltermeyer tag-independent-film tag-indiefilm tag-nachwuchsfilme tag-sony tag-spielfilm">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/spielfilm-drama-doppelherz-von-christian-koch-gewinnt-camgaroo-award/" title="Spielfilm-Drama DOPPELHERZ von Christian Koch gewinnt Camgaroo Award"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Alle_Gewinner_und_Nominierten_Camgaroo_Awards_2026_c_Björn-Kindler_LechnerMedia-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/spielfilm-drama-doppelherz-von-christian-koch-gewinnt-camgaroo-award/" title="Spielfilm-Drama DOPPELHERZ von Christian Koch gewinnt Camgaroo Award">
										Spielfilm-Drama DOPPELHERZ von Christian Koch gewinnt Camgaroo Award									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/spielfilm-drama-doppelherz-von-christian-koch-gewinnt-camgaroo-award/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90046 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft category-hauptartikel tag-aline-brosh-mckenna tag-anne-hathaway tag-emily-blunt-und-stanley-tucci tag-fashion tag-fashion-business tag-fashion-highlights tag-fashion-industry tag-fashion-hotspots tag-karen-rosenfelt tag-meryl-streep tag-michael-bederman tag-miranda-priestly tag-models tag-new-york-city tag-runway-magazine tag-wendy-finerman">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/filmtipp-der-teufel-traegt-prada-2-mit-mery-streep-und-anne-hathaway/" title="Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER.jpeg 768w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/AA224wER.jpeg 768w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/filmtipp-der-teufel-traegt-prada-2-mit-mery-streep-und-anne-hathaway/" title="Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway">
										Filmtipp: DER TEUFEL TRÄGT PRADA 2 mit Mery Streep und Anne Hathaway									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/filmtipp-der-teufel-traegt-prada-2-mit-mery-streep-und-anne-hathaway/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-16" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/lifestyle-und-reisen/" class="mh-widget-title-link">Lifstyle und Reisen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90708 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-anlgae tag-bank tag-geld tag-gold">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/gold-im-jahr-2026-ein-zentraler-faktor-fuer-anleger/" title="Gold im Jahr 2026: Ein zentraler Faktor für Anleger?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/04/gold-163519_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/gold-im-jahr-2026-ein-zentraler-faktor-fuer-anleger/" title="Gold im Jahr 2026: Ein zentraler Faktor für Anleger?">
										Gold im Jahr 2026: Ein zentraler Faktor für Anleger?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/gold-im-jahr-2026-ein-zentraler-faktor-fuer-anleger/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89794 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-allersberg tag-altmuehltal tag-altmuehltal-radweg tag-ausflugsziele-bayern tag-bayerische-kleinstaedte tag-beilngries tag-fabrikmuseum-roth tag-fraenkisches-seenland tag-gilardi-haus-allersberg tag-hilpoltstein tag-jurahaus tag-kirchenburgen tag-kleinstaedte-bayern tag-kulturreise-bayern tag-main-donau-kanal tag-mittelfranken tag-naturpark-altmuehltal tag-oberbayern tag-reisen-in-bayern tag-residenz-hilpoltstein tag-roth tag-rothsee tag-schloss-hirschberg tag-schloss-ratibor tag-staedtereise-bayern tag-urlaub-in-bayern">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-peschke-zwischen-altmuehltal-und-fraenkischem-seenland-vier-bayerische-kleinstaedte-voller-geschichte-kunst-und-lebensart/" title="Zwischen Altmühltal und Fränkischem Seenland: Vier bayerische Kleinstädte voller Geschichte, Kunst und Lebensart"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-500x381.jpg 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-500x381.jpg 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_9123Bei-Beilngries-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-peschke-zwischen-altmuehltal-und-fraenkischem-seenland-vier-bayerische-kleinstaedte-voller-geschichte-kunst-und-lebensart/" title="Zwischen Altmühltal und Fränkischem Seenland: Vier bayerische Kleinstädte voller Geschichte, Kunst und Lebensart">
										Zwischen Altmühltal und Fränkischem Seenland: Vier bayerische Kleinstädte voller Geschichte, Kunst und Lebensart									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-peschke-zwischen-altmuehltal-und-fraenkischem-seenland-vier-bayerische-kleinstaedte-voller-geschichte-kunst-und-lebensart/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90451 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-bauchschlaefer-matratze tag-ergonomisch-schlafen tag-gelschaummatratze tag-gesunder-schlaf tag-h1-h2-h3-h4-h5 tag-kaltschaummatratze tag-matratze-kaufen tag-matratzen-haertegrad tag-matratzen-pflege tag-matratzen-ratgeber tag-memory-foam tag-oeko-tex-standard-100 tag-probeschlafen tag-richtige-matratze-finden tag-rueckenschlaefer-matratze tag-rueckenschmerzen-matratze tag-schlafqualitaet tag-schlafunterlage tag-seitenschlaefer-matratze tag-taschenfederkern tag-viscoschaum">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/ihr-kompass-fuer-erholsamen-schlaf-so-finden-sie-die-perfekte-unterlage-fuer-ihre-naechte/" title="Ihr Kompass für erholsamen Schlaf: So finden Sie die perfekte Unterlage für Ihre Nächte"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2021/12/woman-2197947_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/ihr-kompass-fuer-erholsamen-schlaf-so-finden-sie-die-perfekte-unterlage-fuer-ihre-naechte/" title="Ihr Kompass für erholsamen Schlaf: So finden Sie die perfekte Unterlage für Ihre Nächte">
										Ihr Kompass für erholsamen Schlaf: So finden Sie die perfekte Unterlage für Ihre Nächte									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/ihr-kompass-fuer-erholsamen-schlaf-so-finden-sie-die-perfekte-unterlage-fuer-ihre-naechte/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90414 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-alltag-in-oesterreich tag-bewusste-auszeit tag-digitale-balance tag-digitale-plattformen tag-digitale-unterhaltung tag-digitaler-alltag-oesterreich tag-entschleunigung tag-erholung-zuhause tag-freizeit-oesterreich tag-kaffeehauskultur tag-kultur-oesterreich tag-moderne-freizeitgestaltung tag-natur-oesterreich tag-online-spiele-oesterreich tag-oesterreich-lebensstil tag-oesterreichische-bundesbahnen tag-podcasts tag-reisen-oesterreich tag-steiermark tag-streaming-oesterreich tag-tradition-und-moderne tag-urlaub-oesterreich tag-wandern-tirol tag-wellness-oesterreich tag-wiener-kaffeehaus">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/moderner-lebensstil-in-oesterreich-digitale-freizeit-und-alltagsgewohnheiten/" title="Moderner Lebensstil in Österreich: Digitale Freizeit und Alltagsgewohnheiten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-18.-Mai-2026-12_53_41-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-18.-Mai-2026-12_53_41-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/moderner-lebensstil-in-oesterreich-digitale-freizeit-und-alltagsgewohnheiten/" title="Moderner Lebensstil in Österreich: Digitale Freizeit und Alltagsgewohnheiten">
										Moderner Lebensstil in Österreich: Digitale Freizeit und Alltagsgewohnheiten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/moderner-lebensstil-in-oesterreich-digitale-freizeit-und-alltagsgewohnheiten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90423 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-achtsamkeit tag-alte-kulturpflanzen tag-analoge-wurzeln tag-baldrian tag-bewusster-konsum tag-cannabidiol tag-cbd tag-cbd-oel tag-cbd-online-shop tag-digitale-erschoepfung tag-endocannabinoid-system tag-entschleunigung tag-hanf tag-hanfpflanze tag-hyperkonnektivitaet tag-innere-ruhe tag-kraeutertee tag-lavendel tag-leben-im-gleichgewicht tag-melisse tag-moderne-gesellschaft tag-nachhaltiger-anbau tag-nachhaltigkeit tag-natur-und-wohlbefinden tag-natuerliche-balance tag-natuerliche-routinen tag-pflanzliche-rituale tag-rueckkehr-zur-natur tag-selbstfuersorge tag-stress-im-alltag">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/gruene-anker-in-stuermischen-zeiten-wie-wir-in-alten-kulturpflanzen-wieder-zu-uns-finden/" title="Grüne Anker in stürmischen Zeiten: Wie wir in alten Kulturpflanzen wieder zu uns finden"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-18.-Mai-2026-13_10_17-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-18.-Mai-2026-13_10_17-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/gruene-anker-in-stuermischen-zeiten-wie-wir-in-alten-kulturpflanzen-wieder-zu-uns-finden/" title="Grüne Anker in stürmischen Zeiten: Wie wir in alten Kulturpflanzen wieder zu uns finden">
										Grüne Anker in stürmischen Zeiten: Wie wir in alten Kulturpflanzen wieder zu uns finden									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/gruene-anker-in-stuermischen-zeiten-wie-wir-in-alten-kulturpflanzen-wieder-zu-uns-finden/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
													<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-10">
						<div id="mh_magazine_custom_posts-8" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/wissen/" class="mh-widget-title-link">Wissen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90733 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-aggression tag-gesellschaft tag-gewalt tag-krieg">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/09/Unbenannt-2-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen">
												Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Wenn Menschen das Wort „Gewalt“ hören, denken sie meist an Krieg, körperliche Angriffe oder offene Aggression. Die gefährlichste Form der Gewalt in modernen Gesellschaften ist jedoch häufig lautlos, bürokratisch und gesellschaftlich akzeptiert. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/hossein-zalzadeh-die-hoefliche-gewalt-die-schleichende-erosion-des-menschen-in-modernen-systemen/" title="Die höfliche Gewalt – Die schleichende Erosion des Menschen in modernen Systemen">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90710 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-buch tag-deutschland tag-einordunng tag-links tag-parteien tag-peter-hoeres tag-rezension">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/karl-eckhard-hahn-argumente-fuer-eine-vitale-demokratische-streitkultur-rechts-und-links-in-geschichte-und-gegenwart/" title="Argumente für eine vitale demokratische Streitkultur: Rechts und links in Geschichte und Gegenwart"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2018/09/IMG_2394-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/karl-eckhard-hahn-argumente-fuer-eine-vitale-demokratische-streitkultur-rechts-und-links-in-geschichte-und-gegenwart/" title="Argumente für eine vitale demokratische Streitkultur: Rechts und links in Geschichte und Gegenwart">
										Argumente für eine vitale demokratische Streitkultur: Rechts und links in Geschichte und Gegenwart									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/karl-eckhard-hahn-argumente-fuer-eine-vitale-demokratische-streitkultur-rechts-und-links-in-geschichte-und-gegenwart/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90644 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-aufbau-verlag tag-buchbesprechung tag-da-wohnt-ein-junges-maedchen-in-mir-das-nicht-sterben-will tag-daenemark-literatur tag-daenische-literatur tag-daenische-schriftstellerin tag-gedichtband-tove-ditlevsen tag-gedichte-ueber-sehnsucht tag-herbert-csef tag-inneres-kind tag-kindheit tag-kopenhagen-trilogie tag-lebenswille tag-literatur-20-jahrhundert tag-literaturkritik tag-lyrik tag-moderne-lyrik tag-pigesind tag-psychische-krisen-literatur tag-sehnsucht tag-skandinavische-literatur tag-strasse-der-kindheit tag-suizid-und-literatur tag-tabula-rasa-magazin tag-todessehnsucht tag-tove-ditlevsen tag-tove-ditlevsen-gedichte tag-ursel-allenstein tag-verlust tag-weibliche-identitaet">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herbert-csef-vertraut-mit-sehnsucht-geuebt-mit-verlust-der-neue-gedichtband-da-wohnt-ein-junges-maedchen-in-mir-das-nicht-sterben-will-von-tove-ditlevsen/" title="„Vertraut mit Sehnsucht, geübt mit Verlust.“  Der neue Gedichtband „Da wohnt ein junges Mädchen in mir, das nicht sterben will.“ von Tove Ditlevsen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/ChatGPT-Image-22.-Mai-2026-11_16_09-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herbert-csef-vertraut-mit-sehnsucht-geuebt-mit-verlust-der-neue-gedichtband-da-wohnt-ein-junges-maedchen-in-mir-das-nicht-sterben-will-von-tove-ditlevsen/" title="„Vertraut mit Sehnsucht, geübt mit Verlust.“  Der neue Gedichtband „Da wohnt ein junges Mädchen in mir, das nicht sterben will.“ von Tove Ditlevsen">
										„Vertraut mit Sehnsucht, geübt mit Verlust.“  Der neue Gedichtband „Da wohnt ein junges Mädchen in mir, das nicht sterben will.“ von Tove Ditlevsen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>24. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herbert-csef-vertraut-mit-sehnsucht-geuebt-mit-verlust-der-neue-gedichtband-da-wohnt-ein-junges-maedchen-in-mir-das-nicht-sterben-will-von-tove-ditlevsen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90693 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-erziehunng tag-mensch tag-nationalismus tag-tragoedie tag-welt">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-das-manifest-der-schlafenden-menschheit/" title="Das Manifest der schlafenden Menschheit"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/11/woman-5718089_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-das-manifest-der-schlafenden-menschheit/" title="Das Manifest der schlafenden Menschheit">
										Das Manifest der schlafenden Menschheit									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>23. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-das-manifest-der-schlafenden-menschheit/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-86189 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-kulturkritik tag-ausloeschung tag-bernhard-biografie tag-bernhard-oesterreich tag-bernhard-sprache tag-bernhard-und-oesterreich tag-burgtheater-skandal-1988 tag-das-kalkwerk tag-der-atem tag-der-untergeher tag-deutschsprachige-literatur tag-frost tag-gesellschaftskritik-oesterreich tag-heldenplatz tag-johannes-freumbichler tag-korrektur tag-krankheit-bei-thomas-bernhard tag-krankheit-und-kunst tag-kunst-als-zumutung tag-literarischer-essay tag-literatur-oesterreich tag-literatur-und-krankheit tag-literatur-und-tod tag-moderne-literatur tag-oesterreichische-literatur tag-oesterreichische-nachkriegsliteratur tag-schreiben-als-ueberlebensakt tag-schreiben-gegen-das-verstummen tag-sprache-als-notwehr tag-thomas-bernhard tag-thomas-bernhard-essay tag-thomas-bernhard-heldenplatz tag-tod-bei-thomas-bernhard tag-verstoerung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-ein-anfang-im-unheil-zu-thomas-bernhard-schreiben-gegen-das-verstummen/" title="Ein Anfang im Unheil &#8211; Zu Thomas Bernhard &#8211; Schreiben gegen das Verstummen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/01/p45392-wooden-bench-gee48cd16b_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-ein-anfang-im-unheil-zu-thomas-bernhard-schreiben-gegen-das-verstummen/" title="Ein Anfang im Unheil &#8211; Zu Thomas Bernhard &#8211; Schreiben gegen das Verstummen">
										Ein Anfang im Unheil &#8211; Zu Thomas Bernhard &#8211; Schreiben gegen das Verstummen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-ein-anfang-im-unheil-zu-thomas-bernhard-schreiben-gegen-das-verstummen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-11" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/glaube/" class="mh-widget-title-link">Glaube</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90647 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-antoni-gaudi tag-antoni-gaudi-todestag tag-barcelona tag-basilika-barcelona tag-basilika-sagrada-familia tag-gaudi-architektur tag-gaudi-gedenkjahr tag-gaudi-jahr-2026 tag-jesus-turm tag-jordi-fauli tag-junta-constructora-sagrada-familia tag-katholische-kirche-spanien tag-kirchenbau-barcelona tag-papst-in-barcelona tag-papst-leo-xiv tag-sagrada-familia tag-sagrada-familia-2026 tag-turm-jesu-christi tag-weihe-jesus-turm tag-weltkulturerbe-barcelona tag-xavier-martinez">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/papst-leo-xiv-segnet-jesus-turm-der-sagrada-familia/" title="Papst Leo XIV. segnet Jesus-Turm der Sagrada Família"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/lusiasmile-buildings-6371608_640-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/papst-leo-xiv-segnet-jesus-turm-der-sagrada-familia/" title="Papst Leo XIV. segnet Jesus-Turm der Sagrada Família">
												Papst Leo XIV. segnet Jesus-Turm der Sagrada Família											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>27. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/papst-leo-xiv-segnet-jesus-turm-der-sagrada-familia/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Papst Leo XIV. wird am 10. Juni 2026 den Jesus-Turm der Sagrada Família in Barcelona segnen. Der Festakt gilt als Höhepunkt des Gaudí-Jahres zum 100. Todestag Antoni Gaudís. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/papst-leo-xiv-segnet-jesus-turm-der-sagrada-familia/" title="Papst Leo XIV. segnet Jesus-Turm der Sagrada Família">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90189 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-7-oktober-2023 tag-andreas-buehl tag-antisemitismus-deutschland tag-antisemitismus-thueringen tag-antisemitismuspraevention tag-antizionismus-antisemitismus tag-bildung-gegen-antisemitismus tag-cdu-thueringen tag-cdu-fraktion-thueringen tag-cdu-initiative-israel tag-cdu-podcast tag-existenzrecht-israels tag-freundeskreis-israel-thueringer-landtag tag-gaza-debatte tag-israel-staatsraeson tag-israelkritik-antisemitismus tag-juedische-landesgemeinde-thueringen tag-juedisches-leben-thueringen tag-lehrerfortbildung-antisemitismus tag-leugnung-existenzrecht-israel tag-palaestina-debatte tag-politische-bildung-thueringen tag-reinhard-schramm tag-schutz-juedischen-lebens tag-spricht-mit-podcast tag-strafbarkeit-existenzrecht-israel">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/antisemitismus-unter-neuem-namen-cdu-will-leugnung-von-israels-existenzrecht-strafbar-machen/" title="Antisemitismus unter neuem Namen: CDU will Leugnung von Israels Existenzrecht strafbar machen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280.jpg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/protest-519814_1280.jpg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/antisemitismus-unter-neuem-namen-cdu-will-leugnung-von-israels-existenzrecht-strafbar-machen/" title="Antisemitismus unter neuem Namen: CDU will Leugnung von Israels Existenzrecht strafbar machen">
										Antisemitismus unter neuem Namen: CDU will Leugnung von Israels Existenzrecht strafbar machen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/antisemitismus-unter-neuem-namen-cdu-will-leugnung-von-israels-existenzrecht-strafbar-machen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90043 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-alice-weidel tag-alterslohn-fuer-lebensleistung tag-basisabsicherung tag-benjamin-netanjahu tag-bundeskanzler tag-cdu tag-deutschland tag-donald-trump tag-emmanuel-macron tag-friedrich-merz tag-gesetzliche-rente tag-giorgia-meloni tag-insa-consulere tag-internationaler-politikvergleich tag-lebensstandard-im-alter tag-papst-leo-xiv tag-politikerranking tag-private-vorsorge tag-rentenpolitik tag-rentenstreit tag-umfrage tag-wladimir-putin">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-papst-leo-xiv-beliebtester-politiker-im-insa-ranking-merz-stuerzt-im-renten-streit-ab/" title="Papst Leo XIV. beliebtester Politiker im INSA-Ranking – Merz stürzt im Renten-Streit ab"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/tiber-river-4529605_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-papst-leo-xiv-beliebtester-politiker-im-insa-ranking-merz-stuerzt-im-renten-streit-ab/" title="Papst Leo XIV. beliebtester Politiker im INSA-Ranking – Merz stürzt im Renten-Streit ab">
										Papst Leo XIV. beliebtester Politiker im INSA-Ranking – Merz stürzt im Renten-Streit ab									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>1. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-papst-leo-xiv-beliebtester-politiker-im-insa-ranking-merz-stuerzt-im-renten-streit-ab/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89773 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-assyrische-christen tag-assyrische-vereine tag-aufarbeitung tag-christenverfolgung tag-entschaedigung tag-gerechtigkeit tag-internationale-verantwortung tag-khabur tag-kriegsverbrechen tag-lafarge tag-lafarge-vorwuerfe tag-saarland tag-syrien tag-syrische-christen tag-terrorfinanzierung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/zwischen-kreuz-und-truemmern-das-leid-der-assyrischen-christen-und-die-frage-nach-verantwortung/" title="Zwischen Kreuz und Trümmern – Das Leid der assyrischen Christen und die Frage nach Verantwortung"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-19.-Apr.-2026-11_49_53-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/zwischen-kreuz-und-truemmern-das-leid-der-assyrischen-christen-und-die-frage-nach-verantwortung/" title="Zwischen Kreuz und Trümmern – Das Leid der assyrischen Christen und die Frage nach Verantwortung">
										Zwischen Kreuz und Trümmern – Das Leid der assyrischen Christen und die Frage nach Verantwortung									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/zwischen-kreuz-und-truemmern-das-leid-der-assyrischen-christen-und-die-frage-nach-verantwortung/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89760 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-16-oktober-1946 tag-benedikt-vallendar tag-franziskaner tag-generalgouverneur-polen tag-hans-frank tag-hinrichtung-hans-frank tag-katholischer-glaube tag-kriegsverbrecherprozess tag-ns-aufarbeitung tag-ns-verbrecher tag-nuernberg tag-nuernberger-kriegsverbrechergefaengnis tag-nuernberger-prozesse tag-schlaechter-von-polen tag-sixtus-oconnor">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/benedikt-vallendar-nuernberger-prozesse-wie-pater-sixtus-oconnor-hans-frank-in-den-letzten-stunden-begleitete/" title="Nürnberger Prozesse: Wie Pater Sixtus O’Connor Hans Frank in den letzten Stunden begleitete"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Foto-zu-Pater-Sixtus-Text-326x245.webp 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/benedikt-vallendar-nuernberger-prozesse-wie-pater-sixtus-oconnor-hans-frank-in-den-letzten-stunden-begleitete/" title="Nürnberger Prozesse: Wie Pater Sixtus O’Connor Hans Frank in den letzten Stunden begleitete">
										Nürnberger Prozesse: Wie Pater Sixtus O’Connor Hans Frank in den letzten Stunden begleitete									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/benedikt-vallendar-nuernberger-prozesse-wie-pater-sixtus-oconnor-hans-frank-in-den-letzten-stunden-begleitete/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-14" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/europa/" class="mh-widget-title-link">Europa</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-90490 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-academie-des-sciences tag-arktis-erwaermung tag-bettina-rockenbach tag-brain-health tag-deorbiting tag-emmanuel-macron tag-erdorbit tag-evian-2026 tag-g7-frankreich tag-g7-akademien tag-g7-gipfel-2026 tag-geoengineering-arktis tag-groenlaendischer-eisschild tag-hirngesundheit tag-internationale-politikberatung tag-klimawandel-arktis tag-leopoldina tag-mentale-gesundheit tag-national-academy-of-sciences tag-nationale-akademie-der-wissenschaften-leopoldina tag-neurologische-erkrankungen tag-pariser-klimaabkommen tag-permafrost tag-psychische-erkrankungen tag-raumfahrt-nachhaltigkeit tag-royal-society tag-satellitenkonstellationen tag-weltraumschrott tag-wissenschaft-politik-beratung tag-wissenschaftsakademien-g7">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/emmanuel-macron-erhaelt-g7-warnung-forscher-schlagen-alarm-bei-gehirn-arktis-und-satelliten/" title="Emmanuel Macron erhält G7-Warnung: Forscher schlagen Alarm bei Gehirn, Arktis und Satelliten"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="Emmanuel Macron Soazig de la Moissonnière / DILA-La Documentation française, Quelle: https://www.elysee.fr/de/emmanuel-macron" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="Emmanuel Macron Soazig de la Moissonnière / DILA-La Documentation française, Quelle: https://www.elysee.fr/de/emmanuel-macron" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/07/122e85bb25185f2f19748178a2f46713c11a32913-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/emmanuel-macron-erhaelt-g7-warnung-forscher-schlagen-alarm-bei-gehirn-arktis-und-satelliten/" title="Emmanuel Macron erhält G7-Warnung: Forscher schlagen Alarm bei Gehirn, Arktis und Satelliten">
												Emmanuel Macron erhält G7-Warnung: Forscher schlagen Alarm bei Gehirn, Arktis und Satelliten											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/emmanuel-macron-erhaelt-g7-warnung-forscher-schlagen-alarm-bei-gehirn-arktis-und-satelliten/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Wissenschaftsakademien der G7-Staaten überreichen Emmanuel Macron drei Stellungnahmen zu Hirngesundheit, Arktis-Erwärmung und großen Satellitenkonstellationen <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/emmanuel-macron-erhaelt-g7-warnung-forscher-schlagen-alarm-bei-gehirn-arktis-und-satelliten/" title="Emmanuel Macron erhält G7-Warnung: Forscher schlagen Alarm bei Gehirn, Arktis und Satelliten">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90001 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-centrum-fuer-europaeische-politik tag-deutschland tag-energieinfrastruktur tag-europa tag-europaeische-wirtschaftspolitik tag-geooekonomie tag-geopolitik tag-halbleiter tag-henning-voepel tag-industriepolitik tag-investitionen tag-kuenstliche-intelligenz tag-marktkapitalisierung tag-middle-technology-trap tag-ordnungspolitik tag-quantentechnologien tag-souveraenitaet tag-soziale-marktwirtschaft tag-stiftung-ordnungspolitik tag-strategische-investitionen tag-technologiepolitik tag-wachstum tag-wettbewerbsfaehigkeit">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hennig-voepel-europa-in-der-technologie-falle/" title="Europa in der Technologie-Falle"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-300x225.webp 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-1024x768.webp 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-768x576.webp 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-326x245.webp 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280.webp 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-300x225.webp 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-1024x768.webp 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-768x576.webp 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280-326x245.webp 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/europe-2069532_1280.webp 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hennig-voepel-europa-in-der-technologie-falle/" title="Europa in der Technologie-Falle">
										Europa in der Technologie-Falle									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hennig-voepel-europa-in-der-technologie-falle/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90241 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-arbeiterklasse-england tag-brexit-waehler tag-britische-politik tag-britisches-parteiensystem tag-green-party-england tag-grossbritannien-wahlen-2026 tag-gruene-grossbritannien tag-gruene-london tag-keir-starmer tag-keir-starmer-ruecktritt tag-kommunalwahlen-england-2026 tag-labour-hochburgen tag-labour-krise tag-labour-unter-druck tag-labour-verluste tag-london-boroughs tag-nigel-farage tag-plaid-cymru tag-politische-fragmentierung tag-politische-neuordnung-grossbritannien tag-red-wall-labour tag-reform-uk tag-reform-uk-wahlerfolg tag-rote-wand-england tag-schottland-wahl-2026 tag-scottish-national-party tag-unterhauswahl-grossbritannien tag-wahltrend-grossbritannien tag-wales-wahl-2026 tag-zwei-parteien-system-grossbritannien">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/aljoscha-kertesz-ein-politisches-erdbeben-erschuettert-grossbritannien/" title="Ein politisches Erdbeben erschüttert Großbritannien"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/05/IMG_8439-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-ein-politisches-erdbeben-erschuettert-grossbritannien/" title="Ein politisches Erdbeben erschüttert Großbritannien">
										Ein politisches Erdbeben erschüttert Großbritannien									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>11. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/aljoscha-kertesz-ein-politisches-erdbeben-erschuettert-grossbritannien/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-90206 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-bayerische-industrie tag-bayerische-wirtschaft tag-bayern tag-bertram-brossardt tag-buerokratieabbau tag-eu tag-eu-binnenmarkt tag-eu-exporte tag-europa tag-europaeische-wirtschaft tag-europatag tag-exportmarkt-europa tag-industriearbeitsplaetze-bayern tag-sicherheit-europa tag-vbw tag-verteidigungsunion tag-wettbewerbsfaehigkeit tag-wirtschaftsstandort-bayern tag-wirtschaftsunion tag-wohlstand-bayern">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/europatag-9-mai-2026-122-milliarden-euro-warum-bayern-ein-starkes-europa-braucht/" title="Europatag 9. Mai 2026: 122 Milliarden Euro! Warum Bayern ein starkes Europa braucht"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/ChatGPT-Image-1.-Feb.-2026-12_22_36-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/europatag-9-mai-2026-122-milliarden-euro-warum-bayern-ein-starkes-europa-braucht/" title="Europatag 9. Mai 2026: 122 Milliarden Euro! Warum Bayern ein starkes Europa braucht">
										Europatag 9. Mai 2026: 122 Milliarden Euro! Warum Bayern ein starkes Europa braucht									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. Mai 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/europatag-9-mai-2026-122-milliarden-euro-warum-bayern-ein-starkes-europa-braucht/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89634 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-bayerische-wirtschaft tag-bayern-ungarn-handel tag-bertram-brossardt tag-europa-signal tag-handelsbeziehungen-ungarn tag-peter-magyar tag-ungarn-europa tag-ungarn-kurswechsel tag-ungarn-wahl-2026 tag-ungarn-wirtschaftspartner tag-vbw tag-viktor-orban-abgewaehlt">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/vbw-orban-abgewaehlt-ungarn-sendet-europa-ein-neues-signal/" title="vbw &#8211; Orbán abgewählt! Ungarn sendet Europa ein neues Signal"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/05/international-2423886_1280-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/vbw-orban-abgewaehlt-ungarn-sendet-europa-ein-neues-signal/" title="vbw &#8211; Orbán abgewählt! Ungarn sendet Europa ein neues Signal">
										vbw &#8211; Orbán abgewählt! Ungarn sendet Europa ein neues Signal									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/vbw-orban-abgewaehlt-ungarn-sendet-europa-ein-neues-signal/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-17" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/sport/" class="mh-widget-title-link">Sport</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-87841 post type-post status-publish format-standard has-post-thumbnail category-sport tag-jagd tag-jagdarten tag-jagdbekleidung tag-jagdkleidung tag-jagdsport tag-jagdzeiten tag-jagen tag-sport tag-zarimex tag-zarimex-eu">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/" title="Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/" title="Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist">
										Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>16. Januar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-86693 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-event-management tag-organisation tag-soeren-friemel tag-spitzensport">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/" title="Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/" title="Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann">
										Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>12. November 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-86072 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-nhl-saison">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/" title="Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/" title="Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight">
										Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Oktober 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-85468 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-buergerentscheidung tag-muenchen tag-olympia tag-vba">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/" title="Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-300x228.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-1024x779.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-768x584.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia.jpeg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-300x228.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-1024x779.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-768x584.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia.jpeg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/" title="Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen">
										Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. Oktober 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-84687 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-anfaenger tag-arbeit tag-fitness tag-freizeit tag-gesundheit tag-herz tag-laufbandtraining tag-lunge tag-muskeln tag-sport tag-tipps">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/" title="Laufbandtraining als Anfänger: So starten Sie richtig durch"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/" title="Laufbandtraining als Anfänger: So starten Sie richtig durch">
										Laufbandtraining als Anfänger: So starten Sie richtig durch									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. September 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
							</div>
				<div id="mh_magazine_youtube-5" class="mh-widget mh-home-11 mh-home-wide mh_magazine_youtube">			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/mjvxa8woiWA" data-id="mjvxa8woiWA" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/mjvxa8woiWA?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div>	</div>
	</div>
	<div class="mh-footer-nav-mobile"></div>
	<nav class="mh-navigation mh-footer-nav" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
		<div class="mh-container mh-container-inner clearfix">
			<div class="menu-fusszeile-container"><ul id="menu-fusszeile" class="menu"><li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="https://www.tabularasamagazin.de/redaktion/">Redaktion</a></li>
<li id="menu-item-55063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55063"><a href="https://www.tabularasamagazin.de/autoren">Autoren</a></li>
<li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110"><a href="https://www.tabularasamagazin.de/kontakt/">Kontakt</a></li>
<li id="menu-item-107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-107"><a href="https://www.tabularasamagazin.de/impressum/">Impressum</a></li>
<li id="menu-item-34427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34427"><a rel="privacy-policy" href="https://www.tabularasamagazin.de/datenschutzerklaerung/">Datenschutz</a></li>
<li id="menu-item-31463" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31463"><a href="https://www.tabularasamagazin.de/wp-content/uploads/2017/06/Mediadaten-Tabula-Rasa-Magazin.pdf">Mediadaten</a></li>
</ul></div>		</div>
	</nav>
<div class="mh-copyright-wrap">
	<div class="mh-container mh-container-inner clearfix">
		<p class="mh-copyright"><p class="mh-copyright"> © Tabula Rasa Magazin | Realisiert durch  <a title="Webdesign München" href="https://uptodatedesign.de/" target="_blank">Webdesign München – UptodateDesign</a> </p></p>
	</div>
</div>
<a href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a>
</div><!-- .mh-container-outer -->
<script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-btn-revisit-wrapper cky-revisit-hide" data-cky-tag="revisit-consent" data-tooltip="Einwilligungspräferenzen" style="background-color:#0056A7"> <button class="cky-btn-revisit" aria-label="Einwilligungspräferenzen"> <img src="https://www.tabularasamagazin.de/wp-content/plugins/cookie-law-info/lite/frontend/images/revisit.svg" alt="Revisit consent button"> </button></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#F4F4F4">  <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="2" data-cky-tag="title" style="color:#212121">Wir respektieren Ihre Privatsphäre</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>Wir verwenden Cookies, um Ihr Browser-Erlebnis zu verbessern, personalisierte Werbung und Inhalte bereitzustellen und unseren Datenverkehr zu analysieren. Indem Sie auf „Alle akzeptieren“ klicken, stimmen Sie unserer Verwendung von Cookies zu.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Anpassen" aria-haspopup="true" aria-controls="ckyPreferenceCenter" data-cky-tag="settings-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC">Anpassen</button> <button class="cky-btn cky-btn-reject" aria-label="Alle ablehnen" data-cky-tag="reject-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC">Alle ablehnen</button> <button class="cky-btn cky-btn-accept" aria-label="Alle akzeptieren" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863DC;border-color:#1863DC">Alle akzeptieren</button>  </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" id="ckyPreferenceCenter" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="2" data-cky-tag="detail-title" style="color:#212121">Customise Consent Preferences</span> <button class="cky-btn-close" aria-label="Close" data-cky-tag="detail-close"> <img src="https://www.tabularasamagazin.de/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt=""> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>Wir verwenden Cookies, um Ihnen die Navigation zu erleichtern und bestimmte Funktionen auszuführen. Detaillierte Informationen zu allen Cookies finden Sie unten unter den jeweiligen Einwilligungskategorien.</p>
<p>Die als „Notwendig“ kategorisierten Cookies werden in Ihrem Browser gespeichert, da sie für die Grundfunktionen der Website unerlässlich sind.</p>
<p>Wir verwenden auch Cookies von Drittanbietern, die uns helfen, Ihre Nutzung dieser Website zu analysieren, Ihre Präferenzen zu speichern und Ihnen relevante Inhalte und Werbung bereitzustellen. Diese Cookies werden nur mit Ihrer vorherigen Zustimmung in Ihrem Browser gespeichert.</p>
<p>Sie können einige oder alle dieser Cookies aktivieren oder deaktivieren. Die Deaktivierung einiger Cookies kann jedoch Ihr Surferlebnis beeinträchtigen.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Notwendig" data-cky-tag="detail-category-title" style="color:#212121">Notwendig</button><span class="cky-always-active">Immer aktiv</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Notwendige Cookies sind erforderlich, um die grundlegenden Funktionen dieser Website zu ermöglichen, beispielsweise die Bereitstellung einer sicheren Anmeldung oder die Anpassung Ihrer Einwilligungseinstellungen. Diese Cookies speichern keine personenbezogenen Daten.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">Keine Cookies zum Anzeigen.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Funktionalität" data-cky-tag="detail-category-title" style="color:#212121">Funktionalität</button><span class="cky-always-active">Immer aktiv</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Funktionale Cookies helfen dabei, bestimmte Funktionen auszuführen, z. B. den Inhalt der Website auf Social Media-Plattformen zu teilen, Feedback zu sammeln und andere Funktionen von Drittanbietern.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">Keine Cookies zum Anzeigen.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analyse" data-cky-tag="detail-category-title" style="color:#212121">Analyse</button><span class="cky-always-active">Immer aktiv</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytische Cookies werden verwendet, um zu verstehen, wie Besucher mit der Website interagieren. Diese Cookies liefern Informationen zu Metriken wie Besucherzahl, Absprungrate, Verkehrsquelle usw.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">Keine Cookies zum Anzeigen.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Leistung" data-cky-tag="detail-category-title" style="color:#212121">Leistung</button><span class="cky-always-active">Immer aktiv</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Leistungscookies werden verwendet, um die wichtigsten Leistungsindizes der Website zu verstehen und zu analysieren, was dazu beiträgt, den Besuchern ein besseres Benutzererlebnis zu bieten.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">Keine Cookies zum Anzeigen.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Werbung" data-cky-tag="detail-category-title" style="color:#212121">Werbung</button><span class="cky-always-active">Immer aktiv</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Werbe-Cookies werden verwendet, um Besuchern auf Grundlage der von Ihnen zuvor besuchten Seiten maßgeschneiderte Werbung bereitzustellen und die Wirksamkeit der Werbekampagnen zu analysieren.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">Keine Cookies zum Anzeigen.</p></div> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Alle ablehnen" data-cky-tag="detail-reject-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC"> Alle ablehnen </button> <button class="cky-btn cky-btn-preferences" aria-label="Meine Einstellungen speichern" data-cky-tag="detail-save-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC"> Meine Einstellungen speichern </button> <button class="cky-btn cky-btn-accept" aria-label="Alle akzeptieren" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863DC;border-color:#1863DC"> Alle akzeptieren </button> </div></div></div></div></script><!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-101628125-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-101628125-1');
</script>
			<div id="fb-root"></div>
			<script type="rocketlazyloadscript">
				(function(d, s, id){
					var js, fjs = d.getElementsByTagName(s)[0];
					if (d.getElementById(id)) return;
					js = d.createElement(s); js.id = id;
					js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.6";
					fjs.parentNode.insertBefore(js, fjs);
				}(document, 'script', 'facebook-jssdk'));
			</script>      <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="pf_script">window.addEventListener('DOMContentLoaded', function() {
                      var pfHeaderImgUrl = '';
          var pfHeaderTagline = '';
          var pfdisableClickToDel = '0';
          var pfImagesSize = 'large';
          var pfImageDisplayStyle = 'left';
          var pfEncodeImages = '0';
          var pfShowHiddenContent  = '0';
          var pfDisableEmail = '0';
          var pfDisablePDF = '0';
          var pfDisablePrint = '0';

            
          var pfPlatform = 'WordPress';

        (function($){
            $(document).ready(function(){
                if($('.pf-button-content').length === 0){
                    $('style#pf-excerpt-styles').remove();
                }
            });
        })(jQuery);
        });</script>
      <script type="rocketlazyloadscript" data-minify="1" defer src='https://www.tabularasamagazin.de/wp-content/cache/min/1/printfriendly.js?ver=1779292560'></script>
            
            <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3" id="jquery-ui-slider-js" defer></script>
<script type="text/javascript" id="authors-list-js-js-extra">
/* <![CDATA[ */
var authorsListAjaxSearch = {"ajaxurl":"https:\/\/www.tabularasamagazin.de\/wp-admin\/admin-ajax.php","nonce":"87356a1208"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/js/front.js?ver=1779292560" id="authors-list-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/taboola/js/js_inject.min.js" id="taboola-injector-js" defer></script>
<script type="text/javascript" id="ppress-frontend-script-js-extra">
/* <![CDATA[ */
var pp_ajax_form = {"ajaxurl":"https:\/\/www.tabularasamagazin.de\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"36b827492c","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0","is_checkout_autoscroll_enabled":"true"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.15" id="ppress-frontend-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/marc-friedrich-bitcoin-ging-auf-44-000-usd-%f0%9f%9a%80-lohnt-sich-noch-der-einstieg\/|\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/trm-login\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.tabularasamagazin.de","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.tabularasamagazin.de/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780120520 -->